@charset "utf-8";
body {
	background-image: url(../im/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#wrapper {
	width: 780px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*NAVIGATION*/
#navcontainer {
	background-color: #003C82;
}


#navcontainer ul {
	margin: 0px 0px 10px 40px;
	padding: 0px;
	list-style-type: none;
	background-color: #003C82;
}
#navcontainer ul ul{
	margin: 0;
	width:50px;
}

#navcontainer ul li {
	float: left;
	position:relative;
	padding: 8px 0px;
	margin-right: 30px;
	width:auto;
}
#navcontainer ul li.last {
	width: 65px;
}


#navcontainer li ul {
	display: none;
	position: absolute; 
	left:0px;
	width:180px;
}

#navcontainer li:hover ul, #navcontainer li.over ul {
	display: block; /* lists nested under hovered list items */
}
#navcontainer li>ul {
	left: auto;
	top: auto; /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
}
#navcontainer ul li li  {
	border:none;
	margin-left: 0px;
	width:150px;
}
#navcontainer ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	width:auto;
}
#navcontainer ul li a.home {
	border:none;
}
#navcontainer ul li a:hover {
	color: #1AEEFF;
}
#navcontainer li li a  {
	text-align:left;
	padding-left:10px;
	border:none;
	width:150px;
}
#navcontainer ul li a.current, #navcontainer li li a:hover {
	background-image:none;
	color: #1AEEFF;
}
#maincontent {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#footer {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6E70;
}
#footer p {
	margin-top: 0px;
	color: #666666;
}
#maincontent #colleft {
	float: left;
	width: 370px;
	padding-left: 10px;
	padding-right: 10px;
}
#maincontent #colleft.sub {
	width: 460px;
}

#maincontent #colright {
	float: left;
	width: 320px;
}
#maincontent #colright.home {
	background-image: url(../im/panel_home_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#maincontent #colright.sub {
	width: 190px;
	margin-left: 30px;
}
#maincontent p, #maincontent ul, #maincontent h2 {
	font-size: 0.7em;
	margin-top: 0px;
}
#maincontent ul {
	margin-left:0px;
	padding-left:13px;
	margin-bottom: 10px;
	}
#maincontent ul ul {
	font-size: 1em;
}
#maincontent ul ul {
	margin-bottom: 0px;
}
#maincontent h2 {
	margin-top: 0px;
	margin-bottom:3px;
}
#maincontent h1 {
	font-weight: normal;
	color: #0062A6;
	font-size: 1.2em;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#maincontent #colright h2 {
	font-size: 1em;
	font-weight: normal;
	color: #1C96D8;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent #colright ul {
	margin-left: 1.5em;
	padding-left: 0;
	padding-right:10px;
	font-size: 0.7em;
	width: 150px;
	margin-top: 5px;
	padding-bottom: 10px;
} 
#maincontent #colright ul a {
	color: #929496;
	text-decoration: none;
}
#maincontent #colright li {
	margin-bottom: 3px;
	list-style-image: url(../im/dash.gif);
}
#maincontent #colright li.current  {
	list-style-image: url(../im/dash_blue.gif);
}
#maincontent #colright li.current a {
	color:#ADD5F3;
}

#footer .highlight {
	font-size: 1.3em;
	color: #0062A6;
}
#footer .highlightpad {
	font-size: 1.3em;
	color: #0062A6;
	margin-left:20px;
}
#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.ltgrey {
	color: #999999;
}
#navcontainer.sub {
	background-image: url(../im/sub-panel.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
}
.lineleft {
	background-image: url(../im/dots_vert.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	width: 150px;
}
#colright img {
	padding:30px;

}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
}
#maincontent a {
	color: #0062A6;
}
.grey {
	color: #999999;
}
