@charset "UTF-8";

* { margin: 0; padding: 0; } 

body  { font-family: Arial, Verdana, sans-serif; background-color: #FFFFFF; margin: 0; }

* html body { font-size:80%; }


h1 { color: #8F8A19; font-size: 1.4em; padding-bottom: 1.2em; }

h2 {
	color: #8F8A19;
	font-size: 0.75em;
	padding-bottom: 1.2em;
}

h3 { font-size:1.1em; }
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { font-size:.9em; }

.green { color: #8E8918; }
.bigred { font-size: 1.2px; color: #FF0000; }
.red { color: #FF0000; }
.pink { color: #DD016B; }

.style1 {
	/*font-size: 1.2em;*/
	line-height: 1.4em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.style3 { color: #8E8918; }
.style4 {
	color: #999999;
	font-weight: bold;
}

.devAddress { font-size:0.9em ; color: #8E8918;}
p  { font-size: 80%; line-height: 1.8em; padding-bottom: 10px; }

/*li, ul.MenuBarVertical li  { font-size: 62.5%; }*/

.bl {
	background: url(../../../images/bl.gif) 0 100% #9f991d no-repeat;
	width: 100%;
}

.br {
	background: url(../../../images/br.gif) 100% 100% no-repeat;
	padding: 10px 20px 20px 20px;
} 
.tl {
	background: url(../../../images/tl.gif) 0 0 no-repeat


} 
.tr {
	background: url(../../../images/tr.gif) 100% 0 no-repeat


} 
.clear {font-size: 1px; height: 1px}


td { margin:0; padding:0; line-height:1em;  } 

#container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 20px 0;
	text-align: left;
	height: 100%;
}
#sidebar1 img { border:none !important;}

#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 748px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 308px;
	padding: 20px 20px 20px 20px;
	background-image: url(../../../images/newsbox_curve.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
	height: auto;
	font-size:0.7em;
	line-height:1.7em;
}
.fltrt a { color:#BAB247; }
.fltrt img { margin-right:10px;  } 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 380px;
	padding: 0px 10px 20px 10px;
}
.fltrtIcons { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 200px;
	padding: 20px 20px 40px 20px;
	height: auto;
}

.fltrtIcons td { font-size:0.6em; }
.fltrtIcons h2 { font-size:1.3em  !important; line-height:0.9em; } 

.baseFltRt {
	float: right;
	width: 236px;
	padding: 20px 0px 40px 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.newsCopy {
	margin: 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	/*padding-left: 140px;*/
	padding-bottom: 20px;
	height: 150px;
}

.containerCopy {
	float: left;
	width: 708px;
	padding: 20px 20px 0px 20px;
}  

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #9f991d;
}

.sidebarCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #FFFFFF;
}

#footer {
	padding: 60px 10px 10px 60px;
	margin-top: 40px;
	margin-left: 40px;
} 

a:link, a:visited {
	color: #8F8A19;
	text-decoration: none;
}

a:hover {
	color: #8F8A19;
	text-decoration: underline;
}

	
#class1 a:link, a:visited {
	color: #9f991d;
	text-decoration: none;
}


/*** admin specific ***/


.x-grid-cell-text { font-size:11px !important; } 
