/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{
	color:#000;
}

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;
}

strong{
	font-weight:bold;
}


/* SITE SPECIFIC CODE STARTS HERE */

/* LAYOUT */

body {
	background: url(../images/layout/bgnd_blue.jpg) repeat-x;
	background-color: #538dc5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #333333;
}

#wrapper{
	position: relative;
	margin:0px auto;
	width:840px;
}

#header {
	position: relative;
	width: 840px;
	height: 149px;
	background: url(../images/layout/header.jpg) no-repeat;
}

#main{
	position: relative;
	float:left;
	width:840px;
	background: url(../images/layout/body_bgnd.png);
}

#main_container{
  background-color:#fff;
  overflow:hidden;
  width:800px;
  margin-left:20px;
}

#footer{
	position: relative;
	width:840px;
	float:left;
	padding-top:20px;
	background: url(../images/layout/footer_bgnd.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	line-height:13px;
}

#footer a, #footer a:active, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.floatleft{
	float:left;
}

/* NAVIGATION */

#nav {
	z-index:99;
	position: relative;
	width: 840px;
	height: 28px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	font-size: 12px;
	line-height:14px;
	background:url(/images/nav/nav_bgnd.jpg);
}

ul.nav{
	list-style:none;
	padding:6px 0px 0px 40px;
}

.nav li.main{
	float:left;
	display:block;
	width:auto;
}

.nav li a, .nav li p {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0px 21px 0px 0px;
}

.nav li p {
	cursor: pointer;
	cursor: hand;
}

.nav li a:hover, .nav li p:hover{
	color:#FF9900;
}

.nav li ul {
	position: absolute;
	display: none;
	list-style:none;
	border: 1px solid #cccccc;
	width:auto;
	z-index:99 !important;
}

.nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #4779a9; /* IE6 Bug */
	font-size:11px;
	padding: 4px;
	border-bottom: 0;
}

.nav ul li a:hover {
	color:#FFFFFF;
	background-color:#FF9900; 
}

/* DRT COmmented the next bit
/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

End */

ul li a:hover { color: #FFFFFF; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


/* TEXT STYLING */

h1 {
	font-size:14px;
	line-height:18px;
	color: #4779a9;
	font-weight:normal;
}

h2 {
	font-size:14px;
	padding-bottom: 5px;
}

h3 {
	color:#538dc5;
}

.right_link, .right_link a, .right_link a:active, .right_link a:visited{
	color: #538dc5;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

.right_link a:hover {
	color: #FF9900;
}

/* TABLE STYLING */

tr td {
	padding:5px;
	vertical-align:top;
}

.news_table {
	border-top: 1px solid #538dc5;
	border-bottom: 1px solid #538dc5;
	clear:both;
}

tr.fill td {
	background: #EEEEEE;
	color:#538dc5;
	font-weight: bold;
	padding:5px;
	vertical-align:top;
	font-size:10px;
}

tr.white td {
	background: #FFFFFF;
	color:#538dc5;
	font-weight: bold;
	padding:5px;
	vertical-align:top;
	font-size:10px;
}

tr.fill td a, tr.fill td a:active, tr.fill td a:visited, tr.white td a, tr.white td a:active, tr.white td a:visited {
	text-decoration:none;
	color: #82a54f;
	text-transform:uppercase;
}

tr.fill td a:hover, tr.white td a:hover {
	text-decoration:underline;
}

/* MAIN CONTENT - HOME */

#main_container{
	background-color:#fff;
	overflow:hidden;
	width:800px;
}

#home_content{
	background-color:#fff;
	width:360px;
	padding:20px;
	border-right:400px solid #eaf6f6; /* The width and color of the rail */
	margin-right:-400px; /* Hat tip to Ryan Brill */
	float:left;
}

#home_sidebar{
	background-color:#eaf6f6;
	padding:20px;
	width:360px;
	float:left;
}

*html #home_sidebar {  /* ie6 - DRT 01/01/08 */ 
	margin-right: -10px; /* Fix Float */ 
}

/* MAIN CONTENT - OTHER */

#other_content{
	background-color:#fff;
	width:540px;
	padding:20px;
	border-right:220px solid #eaf6f6; /* The width and color of the rail */
	margin-right:-220px; /* Hat tip to Ryan Brill */
	float:left;
}

#other_content a, #other_content a:active, #other_content a:visited {
	color:#538dc5;
	font-weight:bold;
	text-decoration:none;
}

#other_content a:hover {
	text-decoration:underline;
}

div.flash_content *{

	z-index: -3;
}
#other_sidebar{
	background-color:#eaf6f6;
	padding:20px;
	width:180px;
	float:left;
}

#other_content ul{
	list-style:none;
	color:#333333;
	line-height:1.3em;
	font-weight:normal;
}

#other_content ul li{
	background:url(../images/icons/bulletsquareblue.gif) no-repeat 3px 8px;
	outline:none;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:3px 2px 3px 12px;
}

/* SIDE BAR NAV */

ul.subnav{
	list-style:none;
	background:#EAF6F6;
	color:#538dc5;
	line-height:1.3em;
	font-weight:bold;
}

.subnav li.main{
	display:block;
	width:auto;
}

.subnav li.highlight{
	background:url(../images/icons/bulletsquarewhite.gif) no-repeat 3px 8px;
	background-color:#FF9900;
	color:#FFFFFF!important;
	width:160px;
}

.subnav li.highlight a{
	background:url(../images/icons/bulletsquarewhite.gif) no-repeat 3px 8px;
	background-color:#538dc5;
	color:#FFFFFF!important;
	width:160px;
}

.subnav li a{
	font-size:10px;
	background:url(../images/icons/bulletsquareblue.gif) no-repeat 3px 8px;
	outline:none;
	color:#538dc5;
	text-decoration:none;
	display:block;
	padding:2px 2px 3px 12px;
	width:160px;
}

.subnav li a:hover{
	background:url(../images/icons/bulletsquarewhite.gif) no-repeat 3px 8px;
	background-color:#FF9900;
	color:#FFFFFF!important;
	width:160px;
}

/* FOOTER CONTENT - HOME */

#column1_footer {
	width:380px;
	float:left;
	margin: 0px 0px 0px 20px;
	padding:0px 0px 20px 20px;
}

#column2_footer {
	width:380px;
	float:left;
	margin: 0px;
	padding:0px 20px 20px 0px;
}