@charset "iso-8859-2";
body {
	font: 100% "Lucida Sans Unicode", Geneva, Veranda, Arial, sans-serif;
	;
	background: #ffffff;
	margin: 0; /* 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 */
	color: #986005;
	font-size: 12px;
}

img { 
	border: 0; 
}

a:link, 
a:visited,
a:active {
	font-weight: normal;
	color: #eda93c;
	text-decoration: none;
}

a:hover {
	color: #eda93c;
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #eda93c;
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent p {
	background: #FFFFFF;
	text-align: justify;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
	font-size: 11px;
	color: #eda93c;
}
.oneColFixCtrHdr #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 */
}

/* -------------------------------------------------------------------------
 lists
--------------------------------------------------------------------------- */

#topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav li {
	float: left;
}	

#topNav li a {
	float: left;
	display: block;
	font-size: 11px;
	text-decoration: none;
 	padding:	0 0 1px 14px;
	color: #888;
}

#topNav a:hover {
 	background: transparent url(../assets/bg/red_arrow_right.jpg) no-repeat left center;
} 

#leftSide ul {
	float: left;
	width: 162px;
	clear: left;
	list-style: none;
	margin: 0 0 17px 0;
}

#leftSide li {
	margin: 0;
	float: left;
}	

#leftSide li a {
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0 2px 0;
	color: #888;	
}

#leftSide li a:hover { 
	color: #888;
	text-decoration: underline;	
}

#rightSide ul {
	float: left;
	clear: left;
	list-style: none;
	margin: 0 0 12px 0;
}

#rightSide li {
	margin: 0;
	float: left;
}	

#rightSide li a {
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0 4px 0;
	color: #888;	
}

#rightSide li a:hover { 
	color: #888;
	text-decoration: underline;	
}

#bottomNav {
	background: transparent; 
	width: 882px;
	display: table; 	
	margin: 0 24px 0 24px;	
	padding: 0;  
	list-style: none; 
	white-space: nowrap;
	text-align: center;
}

#bottomNav ul {
	font-size: 12px; 
}

#bottomNav li {
	display: inline; 
	margin: 0;
	padding: 0;
}

#bottomNav li a {
	padding: 0 9px;
}

#bottomNav li a,
#bottomNav li a:active,
#bottomNav li a:visited {
	background: transparent; 
	color: #999;
	text-decoration: none;
}

#bottomNav li a:hover {
	background: transparent; 
	color: #999;
	text-decoration: underline;
}

#sec-nav {
float: left;
clear: left;
margin: 0 0 17px 0;
list-style: none;
}

#sec-nav ul {
list-style: none;
}

#sec-nav li {
margin-bottom: 1px;
float: left;
width: 160px;
}

#sec-nav li a {
float: left;
display: block;
font-size: 11px;
text-decoration: none;
padding: 3px 8px 4px 8px;
color: #fff;
width: 145px;
}

#sec-nav li a:hover,
#sec-nav li.on a {
width: 150px;
text-decoration: none;
}


#sec-nav li						{ background:  #e32b2b url(../assets/nav/sec_nav.jpg) repeat-x left bottom;}
#sec-nav li a:hover,
#sec-nav li.on a					{ background: #e32b2b;
color: #fff;
 }
 
 #navWrap {
	background: transparent;
	float: left;
	position: relative;
	/* height: 32px;	*/
	width: 750px;
	padding: 0;
	margin: 4px 0 0 0;
}

#contentWrap {
	background: transparent;
	float: left;
	position: relative;		
	width: 780px;
	padding: 0;
	margin: 45px 0 0 0;	
}

.clearfix {
	clear:both;
	line-height:0;
	font-size:0;
}

strong,
b {
	font-weight: 600;
}

