/* Global */
body {
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
	color:#000;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF3300;
}
a:hover { 
	text-decoration:none; 
}
p {
	color:#000;
}
blockquote { 
	border:1px solid #DDD;
	background-color:#f2f2f2;
	color:#000;
	padding:8px 4px;
}

/* Main layout */
div#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FFF;
}
/* Remove/edit this style to get
   change of layout border */
div#inner {
	width:800px;
	padding:0 0 0 0;
	background-color:#FFF;
}
/* End remove */

/* Header and nav */
div#header {
	height:225px;
	clear:both;
	padding:0 0 0 0;
}
div#nav {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
}
div#nav ul {
	list-style-type:none;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
div#nav ul li {
	display:inline;
}
div#nav ul li a {
	display:block;
	padding:4px 7px 8px 8px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
	font-size:11px;
}
div#nav ul li a.active:hover {
	background-image:url(../images/nav_bg_over.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}
div#nav ul li a:hover {
	background-image:url(../images/nav_bg_over.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}
div#nav ul li a.active {
	background-image:url(../images/nav_bg_over.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

/* Content */
.clr { clear:both; }

div#content {
	width:800px;
	background-color:#fff;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
}
div#main {
	float:left;
	width:570px;
	min-height:250px;
}
div#main h1 {
	margin:16px 0px 0px 12px;
	padding:0;
	text-align:left;
	font-size:11px;
	color:#000;
	border-bottom:1px solid #FF3300;
	font-weight:bold;
}
div#main h2 {
	margin:16px 12px 0px 12px;
	padding:0px;
	text-align:left;
	font-size:11px;
	color:#02076B;
	border-bottom:1px solid #FFA60E;
	font-weight:bold;
}
div#main p {
	font-size:11px;
	color:#000;
	margin:10px 0 8px 10px;
	padding:0;
}

div#main a { 
	font-weight:bold; 
}

/* Sidebar */
div#sidebar {
	float:right;
	width:203px;
	padding-top:5px;
}
div#sidebar a { 
	color:#FF3300;
	text-decoration:none
}
div#sidebar a:hover {
	color:#000066;
}
div#sidebar ul {
	list-style:none;
	border-top:1px solid #000066;
	margin:0;
	padding:0;
	width:100%;
}
div#sidebar ul li {
	border-bottom:1px solid #000066;
}
div#sidebar ul li a {
	padding:5px 0 5px 5px;
	font-weight:bold;
	display:block;
}
div#sidebar ul li a:hover {	
	padding:5px 0 5px 5px;
	background-color:#DDDDDD;
	}
div#sidebar p {
	padding:5px 0 5px 3px;
	margin:0;
}
div#sidebar form {
	padding:5px;
	margin:0;
}

/* Footer */
div#footer {
	background-color:#000066;
	padding:3px 0 5px 0;
}
div#footer p {
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	font-size:9px;
	color:#FFF;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

.dropdownmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
text-align:left;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 225px; /* default width for menu */\
padding-top:2px;
border-top:2px #D47823 solid;
border-right:2px #D47823 solid;
}

.dropdownmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownmenu ul li a{
background:#ffffff;
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0px 1px 5px;
text-decoration: none;
font-weight: normal;
border-left:4px #AAC85D solid;
border-bottom:2px #0E4C8F solid;
}

.dropdownmenu a:hover{ /*hover background color*/
color: #D47824;
}

.dropdownmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.dropdownmenucols li{
padding-bottom: 3px;
}

.dropdownmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.dropdownmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #transparent;
visibility: hidden;
}


