/* BASIC */

body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(/images/page_bg.png) repeat-y center top;
	text-align: center;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

img.photo {
	float:left;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
}




/* LAYOUT */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background: #F0D6C7 url(/images/column_bg.png) repeat-y right top;
	text-align: left;
}

#banner {
	width: 760px;
	background:  url(/images/title.png) no-repeat right top;
	height: 80px;
	float: left;
}
#nav {
	float: left;
	width: 150px;
	clear: left;
}
#main {
	float: left;
	width: 429px;
	background: #F0D6C7;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px dashed #999999;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#news {
	float: right;
	width: 158px;
	border-bottom: 2px solid #000000;
	padding-bottom: 15px;
	background:  url(/images/bg_newshead.png) no-repeat left bottom;
	border-left: 2px solid #000000;
}



#legal {
	
	width: 760px;
	height: 80px;
	background:  url(/images/footer.png) no-repeat  scroll bottom;
	font-weight: bold;
	color: #666666;
	clear: both;
	text-align: right;
	padding-top:100px;
	bottom: 0;

}

/* NAVIGATION */
#mainNav li {
	list-style: none;
	position: relative;
	/*display: inline;*/
}
#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #999999;
	display: block;
	padding: 7px 5px 7px 30px;
	background: #D0B0BF
}
a#homeLink {
	background-image:  url(/images/home.png); 
	background-repeat: no-repeat;
	background-position: left center;
}

#mainNav ul {
	border-top: 1px dashed #999999;
	margin-top: 61px;
	margin-bottom: 15px;
}


div#mainNav ul li:hover ul{
	display: block;
}

div#mainNav ul ul {
	display: none;
}


#mainNav ul ul{
	
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}


#mainNav a:hover {
	background: #CF9196; 
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	background: #D0B0BF url(/images/bg_here.png) no-repeat 95% 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	background: #CF9196;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#nav p {
	color: #ED6733;
	padding-right: 5px;
	padding-left: 5px;
}


#nav a {
	text-decoration: none;
	color: #666666;
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#mainNav ul li {float: left; width: 100%;}
#mainNav ul li a {height: 1%;} 

</style>
<![endif]-->



/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 0px none #CCCCCC;
	color: #80376C;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;


}

#main h1 {
	color: #990066;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #FFFFFF;
	font: bolder normal 28pt "Monotype Corsiva";
	letter-spacing: 1px;
	word-spacing: 5px;
	background:  no-repeat right top;
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

#main ul {
	padding: 15px;
}

#main li {
	padding: 3px;
}

/* headlines with warnings */
.warning {
	background:  url(/images/warning.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/* NEWS */
#news .story {
	background:  url(/images/bg_story.png) repeat-y;
	color: #BD5D68;
	padding: 5px 5px;
	border-bottom: 1px dashed #A42231;
	display: block;
	text-decoration: none;
	line-height: 100%;
}
#news span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #A42231;
}
#news a.story:hover {
	color: #4A761D;
	
}
#news h2 {
	background: #B2F511 url(/images/bg_newshead.png);
	color: #333333;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#news h2 span {
	background:  url(/images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/* text */
.quote {
	font-style: oblique;
	padding: 10px;
}

/* ADVERTISING */
div.natEx {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.natEx p {
	margin-bottom: 0px;
}
#news a.story:hover span.title {
	color: #000000;
}

#logo {
	display: none;
}