/*<group=Global Classes>*/
body {
	font: 13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin:0px;
	background-color:#272535;
}


#contentContainer {
/* Edit {{content_area_width:width: XXX;:This can be either a pixel width (650px) or a percentage (65%).;}} << */
	width: 900px;
	line-height: 1.5em;
	color:#fffffe;
	margin: 0 auto;
}

.b {
	font-weight: bold;
}

.u {
	border-bottom: 2px #aaa solid;
}

.i {
	font-style: italic;
}

.center{
	text-align:center;
}

#contentContainer h1 {
	font-size: 18pt;
}

#contentContainer h2 {
	font-size: 14pt;
}

#contentContainer h3 {
	font-size: 12pt;
	font-weight: normal;
}

#contentContainer h4 {
	font-size: 10pt;
	font-weight: normal;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/*	CLASSES for Colors and font controls - used in the content area	*/

.color1 {
/* Edit {{content_font_color1:color: XXX;:This is color #1, used assign by class="color1 ..." throughout your site.;}} << */
	color: #555;
}

.color2 {
/* Edit {{content_font_color2:color: XXX;:This is color #2, used assign by class="color2 ..." throughout your site.;}} << */
	color: #aaaaa9;
}

.color3 {
/* Edit {{content_font_color3:color: XXX;:This is color #3, used assign by class="color3 ..." throughout your site.;}} << */
	color: #ddd;
}

.b {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}
.sizea {
	font-size: 75%;
}

.sizez {
	font-size: 125%;
}


/*</group>*/


/*<group=Layout>*/

.clearer { clear: both; }


/*</group>*/



/*	IMAGE Classes 	*/

.imgr, .imgl {
	margin: 5px;
	padding: 5px;
	border: #ddd solid 5px;
}

.imgr {
	float: right;
	width:auto;
}

.imgl {
	float: left;
	width:auto;
}

.imgr2, .imgl2 {
	margin: 10px;
	padding: 10px;
}

.imgr2 {
	float: right;
	width:auto;
}

.imgl2 {
	float: left;
	width:auto;
}

.imgr:hover, .imgl:hover {
	border: #ccc 5px solid;
}



/*	content Classes 	*/

.contentheading {
	font-size: 150%; 
	font-weight: bold;
	padding:0px 0px 0px 10px;
}

.elementheading {
	font-size: 100%; 
	font-weight: bold;
	padding:0px 0px 0px 10px;
}


.content, .content3, .content2 {
	margin: 5px 10px;
	line-height: 20px;
	font-size: 100%;
}

.content2 {
	margin: 10px 10px 0px;
}

.content3 {
	margin: 20px 10px 0px;
}

hr {
	width: 75%;
	text-align: center;
	height: 1px;
	border-bottom: #ccc 1px solid;
	
}



.subtle  {
	color: #888;
	font-style: italic;
	margin: 20px;
	text-align: center;
	padding: 10px;
}

.note {
	border-bottom: #eee 1px solid;
	border-top: #eee 1px solid;
	font-size: 10pt;
	padding: 20px;
	padding-top: 30px;
	margin: 10px;
	color:#60605d;
	/*color: #333332;*/
	margin-bottom: 25px;
	/*background: URL(http://yourownsite.com/_templates/_images/wgwfade_20.png) repeat-x top;*/

}

.note2 {
	background: #efefef;
	font-size: 10pt;
	padding: 10px 10px 10px 70px; 
	margin: 10px;
	color: #7384A5;
	margin-bottom: 25px;
	font-weight: normal;
	background: #eee URL(http://yourownsite.com/_templates/_images/note_img2.gif) no-repeat 20px 15px;
	border-right: 2px #ccc solid;
	border-bottom: 3px #ccc solid;
}

.alert {
	color: #565656 ;
	font-size: 10pt;
	margin: 10px;
	padding: 10px 10px 10px 70px; 
	background: #eee URL(http://yourownsite.com/_templates/_images/alert_img2.gif) no-repeat 20px 15px;
	border-top: 1px #ccc solid; 
	border-bottom: 2px #ccc solid; 
	margin-bottom: 25px;
	font-style: italic;
}

.error {
	background: #F4CCD2;
	color: #BE4254 ;
	font-size: 10pt;
	margin: 10px;
	padding: 10px 20px 10px 80px; 
	background: #F4CCD2 URL(http://yourownsite.com/_templates/_images/error_img2.gif) no-repeat 20px 15px;
	border-top: 2px #EF847B dashed; 
	border-bottom: 2px #EF847B dashed; 
	font-weight: normal;
	margin-bottom: 25px;
}

/* BLOCKQUOTE formatting */

blockquote {
	margin: 20px;
	padding: 20px; 
	background: #efefef ;
	border: #ddd solid 2px;
	line-height: 20px;
	width:80%;
}

.blockquote {
	font-size: 10pt;
	margin: 20px;
	padding: 20px 20px 20px 80px; 
	background: #efefef URL(http://yourownsite.com/_templates/_images/blockquotea.gif) no-repeat 25px 20px;
	margin-bottom: 25px;
	color: #585858;
	border: 0;
}

.blockquote2 {
	margin: 20px;
	border: 0;
	font-size: 10pt;
	padding: 25px 40px; 
	background: none;
	margin-bottom: 25px;
	border-top: 2px #B5B8C0 solid; 
	border-bottom: 2px #B5B8C0 solid; 
	color: #585858;
}

/*	common form setup 	*/

.form {
	width: 350px; 
	background: #efefef; 
	padding: 10px 30px; 
	border-bottom: #ccc 3px solid;
	text-align: left;
	margin: 10px auto;
	color:#999999;
}

.form .input, .form .textarea , .form .select {
	border: 3px #ddd solid;
	width: 250px;
	padding: 5px;
	margin-top: 5px;
}

.form textarea {
	width: 350px;
}
.form .select option{
	background: #eee;
	margin: 2px;
}

.form .required {
	background-image: URL(http://yourownsite.com/_templates/_images/background/back-required8.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
	width: 235px;
}

.submit {
	padding: 5px; 
	background: #eee; 
	color: #555; 
	font-weight: bold;
	border: 3px #bbb solid; 
}


/*	CLASSES for Tables  */

.table {
	margin: 10px;
	width: 95%;
	color:#999999;
}

.table td {
	padding: 5px;
	font-size: .9em;
	border-bottom: 1px #ccc dotted;	
}

.table thead {
	text-align: center;
	font-weight: BOLD;
	background: URL(http://yourownsite.com/_templates/_images/wgwfade_80.png) repeat-x bottom;
	background: URL(http://yourownsite.com/_templates/_images/wgwfade_80.png) repeat-x top;
	background: URL(http://yourownsite.com/_templates/_images/wgwfade_80.png) repeat-x center;
}

td.table tbody {
	padding: 5px;
	border-right: 1px #ccc dotted;	
}

.table tfoot {
	padding: 5px;
	border-bottom: 3px #ccc double;	
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
}

/*	UL & OL list class 	*/
UL.c1 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/check1.gif);
}

UL.c2 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/check2.gif);
}

UL.d1 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond.gif);
}

UL.d2 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond2.gif);
}

UL.d3 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond3.gif);
}

UL.d4 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond4.gif);
}

UL.d3a {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond3a.gif);
}

UL.d4a {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/diamond4a.gif);
}

UL.h1 {
	list-style-image: url(http://yourownsite.com/_templates/_images/bullets/hand.gif);
}

ul.two-column-ul{
	list-style-image:url(http://yourownsite.info/_imgshare/skins/28/arrow-bullet.png);
}

UL.list {
	margin: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px;
	padding: 15px;
	text-align: left;
}

UL.list LI {
	margin-left: 15px;
	margin-top: 5px;
	line-height: 20px;

}

UL.list LI UL {
	margin-left: 5px;
	padding-left: 5px;
}

/*	CLASSES for Tables  */


span.dropcap {
	display: block;
	font-size: 250%;
	float: left;
	margin: 0px 4px 0 0;
	line-height: 100%;
	width:auto;
}


span.inset-left {display: block;padding: 15px;float: left;width: 20%;font-weight: bold;font-style: italic;}
span.inset-right {display: block;padding: 15px;float: right;width: 20%;font-weight: bold;font-style: italic;}


/* start STYLING for the site search page */

div.searchresult {
	margin-bottom: 25px;
	padding: 3px 15px;
	cursor: pointer;
	border-bottom: #ddd solid 2px;
} 

div.searchresult:hover {
	background-color: #fff;
	background-image: url(http://yourownsite.info/_imgshare/images/site-search/back-divarrow2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: #efefef solid 2px;
	
}

div.searchresult h3, div.searchresult h3 a {
	font-size: 16px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #999;
}

div.searchresult .description {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #999;
	line-height: 1.4em;
}

div.searchresult img.starsimg {
	margin: 0 0 2px 5px;
}

div.searchresult span.ttl {
	line-height: 1.8em;
	margin: 8px 0 0 0;
	font-weight: bold;
	color: #888;
	font-size: 14px;

}

div.searchresult .date {
	margin: 0 0 0 4px;
	color: #777;
	font-style: italic;

}
div.searchresult a.link {
	margin: 0 0 0 4px;
	color: #888;

}

/* END STYLING for the site search page */

blockquote {
	padding:0px;
	float:left;
	margin-left:10px;
}

#intro-container{
	width:874px;
	height:299px;
	background-image:url(http://yourownsite.info/_imgshare/skins/28/banner-img1.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:6px auto;
}

#intro-container img{
	width:400px;
	float:right;
	height:266px;
	margin:17px 18px 0px 0px;
	padding:0px;
	overflow:hidden;
}

#intro-container-box h1{
	font-weight:bold;
}

#intro-container-box{
	float:left;
	width:320px;
	padding:20px 5px 5px 20px;
	margin:0px;
	font-weight:bold;
	font-size:14px;
}

.column-container{
	width:874px;
	padding:0px 0px 0px;
	margin:0px auto;
}

.two-column1, .two-column2{
	float:left;
	width:48%;
	padding:0px;
	margin:0px;
	background-image:url(http://yourownsite.info/_imgshare/skins/28/sub-catigory-header1.png);
	background-repeat:repeat-x;
	background-position:top center;
}

.page-title {
	width:878px;
	width:850px;
	text-align:left;
	padding:14px 0px 0px 20px;
	margin:0px 0px 15px 0px;
	margin:0px auto 15px auto;
	height:45px;
	background-image:url(http://yourownsite.info/_imgshare/skins/28/sub-catigory-header1.png);
	background-repeat:repeat-x;
}

.two-column1 h2, .two-column2 h2{
	text-align:center;
	color:#fffffe;
}

.two-column2{
	float:right;
}

.three-column1, .three-column2, .three-column3{
	float:left;
	width:31%;
	padding:10px 0px;
	margin:0px;
	background-image:url(http://yourownsite.info/_imgshare/skins/28/sub-catigory-header2.png);
	background-repeat:repeat-x;
	background-position:top center;
}

.three-column2{
	margin:0px 0px 0px 30px;
}

.three-column3{
	float:right;
}

.three-column1 h3, .three-column2 h3, .three-column3 h3{
	text-align:center;
	color:#fffffe;
}