
p, div, ul, li, img, h1, h2, h3 ,a {padding:0; margin:0;}
form, label, input {padding:0; margin:0;}

/* CSS RESET */
html{
	color:#000;
	background:#FFF;
	overflow: scroll;
	overflow-x: auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:13px/1.231 Arial,Verdana,Helvetica,clean,sans-serif;}	
table{font-size:inherit;font-size:100%;}	
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */




a.link_white  { color: #ffffff; font-size: 12px; font-family: arial, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: 20px }
a.link_white:hover { color: #ffffff; font-size: 12px; font-family: arial, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: 20px }


#frame {
	width:980px;
	/*height:600px;*/
	margin:auto;
	/*padding-left: 1%;
	padding-right: 10%;*/
}
#frame1 {
	width:980px;
	margin:auto;
	position:absolute;
}
.spacer{
	clear: both; 
	font-size: 0px; 
	line-height: 0px; 
	padding: 0; 
	margin: 0;
}




/* ------------------ start header ---------------------------*/
#header {
	width:980px;
}
#header div#spacer {
	margin-top: 10px;
}
#header div#flash {
	padding-top: 77px;
	padding-bottom:4px;
	z-index: 1;
}
#header div#image {
	padding-top: 77px;
	padding-bottom:0px;
	margin-bottom:4px;
	z-index: 1;
}
#header div#logo {
	position:absolute;
	padding-top: 16px; 
	padding-left:75px; 
	float:left;
	z-index: 2;
}
#header div#toplink {
	position:absolute;
	padding-top: 53px; 
	padding-left:864px; 
}
#header a.link  { color: #cccccc; font-size: 12px; font-family: arial, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: 20px }
#header a.link:hover { color: #d6d300; font-size: 12px; font-family: arial, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: 20px; text-decoration: underline }
/* ------------------ end header ---------------------------*/





/*------------------ start main menu --------------------------*/
/* top  right  bottom  left    */
#mainmenu {
	width:980px; 
	height: 23px; 
	background:#fff; 
	float:right; 
	background-repeat: repeat-x; 
	padding:0; 
	margin: 0 auto; 
	margin-bottom: 16px;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
}
#mainmenu nav{
	border:#555555;
	/*background-color: #555555;*/
	height:1px; 
	color: #555555;
}

#mainmenu ul  { font-size: 11px; font-weight: bold; line-height: 12px; text-transform: uppercase; list-style: none; padding: 0 0 14px; position: relative; height: 20px }
#mainmenu ul li {
	float:right; 
	padding:0 0 0 0;
}
#mainmenu ul li a {
	color:#555555; 
	background:#fff; 
	padding:0px 0px 0px 0px;
	width:auto;
	display:block;
	text-decoration:none
}
#mainmenu ul li a:hover {
	background:#acab38; 
	color:#555555;
	font-weight:bold;
}
#mainmenu ul li span {
	background:#acab38; 
	color:#555555; 
	display:block;
	padding:0px 0px 0px 0px; 
	width:auto;	
}
.menuSpacer{
	color:#454545; 
	background:#fff; 
	/*padding:5px 4px 5px 5px;*/
	/*padding:5px 0px 5px 0px;*/
	width:auto;
	display:block;
}
/*------------------ end main menu --------------------------*/




#bodycontainer{
	width:980px;
	height:auto; 
	padding-top: 20px;
	color:#4D4747;
	background-color:#fff;
	margin:auto;
}


