@charset "utf-8";
html {
	background: #BF9930 url(../images/bg.gif) repeat-x;
}
body  {
	color: #333333;
	font: 60%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/wrap2.png) top center no-repeat;
}
img { border: none }

a, a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
#mainContent td {text-align:left; vertical-align:top; }
#header a, #footer a, #noscriptnav a {
	text-decoration: none;
}
#header a:hover, #footer a:hover, #noscriptnav a:hover {
	text-decoration: underline;
}
#footer a {
	color: #BF9930;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	border-bottom: 0px solid #666666;
	background-color: #f2f2f2;
	padding: 0 1px 0 1px;
} 
.twoColFixRtHdr #header {
	padding: 0 5px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
	text-align: right;
	vertical-align: top;
	margin-bottom: 0px;
	background: #ffffff;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 130%;
	font-weight: bold;
	color: #e28043;
	border-bottom: 0px solid #e3ba47;
}
h2	{
	font-size: 120%;
	background-image: url(../images/underline_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
h3	{
	font-size: 120%;
	color: #666666;
}
h4	{
	font-size: 115%;
	color: #666666;
}
h5	{
	font-size: 115%;
	color: #666666;
}
h6	{ font-size: 110%;	}

#sidebar1 h2 {font-size:120%; color: #666666; text-transform: none}

#sidebar1 h3 {font-size:120%;}

#sidebar1 h4 {font-size:100%; margin-bottom: 20px;}

#sidebar1 a { text-decoration: none; }

.twoColFixRtHdr #header h1 {
	margin: 0 10px 0 0;
	background-image: url(../images/underline_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 25px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border-left: 0px solid #FFCC00;
}
.twoColFixRtHdr #mainContent {
	margin: 0 217px 0 0; /* the right margin on this div element creates the column down the right 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 20px;
	border-right: 1px solid #FFCC00;
	font-size: 115%;
	line-height: 1.15;
	font-weight: normal;
} 
.twoColFixRtHdr #footer {
	padding: 20px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#highlight {
	background-color: #FFFFFF;
	border: 3px solid #e3ba47;
	padding: 8px;
}
#highlight img {
	border-style: double;
	border-color: #FFCC00;
	margin-left: 20px;
}

.twoColFixRtHdr #pagefooter {
	background-position: center;
	background-image: url(../images/wrap2_bottom.png);
	background-repeat: no-repeat;
	height: 37px;
}
.quote {
	margin: 15px;
	padding: 5px 5px 5px 40px;
	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px  !important;
	background-position: 8px 10px;
	border: 1px solid #cccccc;
	border-left: 3px solid #EC981F;
	font-weight: normal;
	font-size: 95%;
	margin-right: 0px;
}
#topnav {
	background-color:#333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../awmdata/menu/main-button-tile.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container #mainContent p {
	line-height: 175%;
	padding: 0 20px;
}
/*                                   */
/*  SiteM@nager AdminHeader styles:  */
/*                                   */

.HeaderFormTABLE {border-style: groove; border-width: 2px; 	width : 100%; background-color:#003366} 
.HeaderFormHeaderTD {background-color: #FF33FF ; text-align: Center; border-left: 1px solid #FFFFFF; border-right: 1px solid #000000; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #000000} 
.HeaderFormHeaderFONT {color: #FFFFFF; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica} 
.HeaderFieldCaptionTD {background-color: #CCCCCC; border-left: 1px solid #FFFFFF; border-right: 1px solid #000000; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #000000} 
.HeaderFieldCaptionFONT {color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica} 
.HeaderDataTD {background-color: #003366; border-style: inset; border-width: 1px; vertical-align : top; text-align : center;} 
.HeaderDataFONT {font-size: 70%; color: #ffffff; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica} 
.HeaderColumnTD {background-color: #CCCCCC; border-left: 1px solid #FFFFFF; border-right: 1px solid #000000; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #000000} 
.HeaderColumnFONT {color: #000000; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica} 
.HeaderRecordSeparatorTD {background-color: #FFFFCC; border-style: inset; border-width: 1px}
.HeaderSiteManagerFONT {font-size: 80%; color: #336699; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica} 
.DataFONT {color: #003366; font-weight: normal; font-family: Arial, Tahoma, Verdana, Helvetica} 
.DataFONTErr {font-size: 70%; color: red; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica} 
a.adminhead:link { color: #003366; text-decoration: underline; }
a.adminhead:visited { color: #003366; text-decoration: underline; }
a.adminhead:hover { color: #99cc66; text-decoration: underline; }

/*                */
/*  Grid styles:  */
/*                */

.PageBODY {background-color: #FFFFFF; color: #000000}
.FormTABLE {border-style: groove; border-width: 1; width : 100%;}
.FormHeaderTD {background-color: #003366; text-align: Center; border-left: 1 solid #FFFFFF; border-right: 1 solid #000000; border-top: 1 solid #FFFFFF; border-bottom: 1 solid #000000}
.FormHeaderFONT {font-size: 75%; color: #FFFFFF; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica}
.FieldCaptionTD {background-color: #CCCCCC; border-left: 1 solid #FFFFFF; border-right: 1 solid #000000; border-top: 1 solid #FFFFFF; border-bottom: 1 solid #000000; width: 30%;}
.FieldCaptionFONT {font-size: 70%; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica}
.DataTD {background-color: #FFFFFF; border-style: inset; border-width: 1; font-size:80%}
.RecordSeparatorTD {background-color: #FFFFCC; border-style: inset; border-width: 1}
.DataFONT {color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica}
.ColumnFONT {font-size: 80%; color: #000000; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica}
.ColumnTD {background-color: #CCCCCC; border-left: 1 solid #FFFFFF; border-right: 1 solid #000000; border-top: 1 solid #FFFFFF; border-bottom: 1 solid #000000}
.FooterTable {background-color: #FFFFFF; border-left: 0 solid #FFFFFF; border-right: 0 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000}
.FooterTD {font-size: 70%; color: #000000; font-weight: normal; font-family: Arial, Tahoma, Verdana, Helvetica; text-align: center}

/*                  */
/*  editor styles:  */
/*                  */

#footer { clear: both;	padding: 1em;	text-align: center;	border-top:solid 2px #ECECF6; }	
.tab-inactive
{
	background-color: #003366; 
	display:inline; 
	padding-left: 6px;
	padding-right: 6px;
	height:20;
	font:11px verdana;
	font-weight: normal;
	cursor:hand; 
}
.tab-active
{
	font:11px verdana;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 0px none #c0c0c0;
	background-color: #efefef;
	text-align: center;
	display:inline;	
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
 
