@charset "UTF-8";
/* CSS Document */

/* Initialize */
* {outline: none;}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
ol, ul {list-style: none;}
img {border: 0;}

/* Globals */
html {font: 13px/20px arial, sans-serif; background: #fff;}
body {min-width:1000px; padding: 0; margin: 0 auto; background-color: #edeae3; color: #414042; font}
p {margin-bottom: 1em;}
th, td {text-align:left;}


/* Layout */
div.contentWidth {width: 1000px; margin: 0 auto; position: relative;}
div#header div.contentWidth {background: url(images/bg_header.jpg) top left; height: 158px;}
div#header {height: 158px;}
div#mainNav {height: 67px; background:url(images/menu_bg.gif) repeat-x #193459;}
div#content {position:relative; min-height: 200px; padding-bottom: 40px;}
div#footer {
	clear:both;	
	height: 234px;
	background:url(images/footer_bg.gif) repeat-x #193459;
}

img#apaIcon {
	margin-left:5px;
}

/*Top Navigation*/
img#logo {
	position: absolute;
	top: 25px;
}

ul#topNav {
	text-align:right;
}

ul#topNav li {
	display:inline;
	padding-left:10px;
	font-size:11px;
}

#topNav a:link, #topNav a:visited {
	text-decoration:none;
	color: #82817d;
	font-weight:normal;
}

#topNav a:hover, #topNav a:active {
	color: #214779;
	text-decoration:underline;
	font-weight:normal;
}

#searchForm {display: inline;}
#search_btn {position: relative; top: 14px;}

/*Main Navigation*/
ul#navBar {}

ul#navBar li {
	height: 65px; width: 200px;
	font-size:12px;
	line-height:22px;
	float: left;
	text-align: center;
}

ul#navBar li h3 {
	font-size: 17px;	
	font-weight: normal;
}

ul#navBar li a {
	display: block;
	color: #fff; text-decoration: none;
	height: 53px; width: 200px;
	padding-top: 12px;
	font-weight:normal;
}

ul#navBar li a:hover, ul#navBar li.selected {
	background: #193459;
}

/*Sub Navigation*/
div.subNav {
	float:left;
	width:220px;
	margin-top:30px;
}

div.subNav ul {
	padding:10px 5px 10px 15px;
	background:#b7cbe0;
	line-height:22px;
}

div.subNav a:link, div.subNav a:visited {
	color:#193459;
	font-weight:bold;
}

div.subNav div.titleMenu h4 a {
	color:#FFF;
	font-weight:normal;
}

span.ltblue {
	color:#567390;
}

div.subNav a:hover, div.subNav a:active {
	color:#446486;
}

div.subNav div.titleMenu h4 a:link, div.subNav h4 a:visited, div.subNav h4 a:hover, div.subNav h4 a:active {
	color:#FFF;
	font-weight:normal;
}

span.subNavSelect {
	color:#FFF;
	font-weight:bold;
}

div.topMenu {
	width:220px;
	height:10px;
	background:url(images/menu_top.gif) top left no-repeat;
}
	
div.bottomMenu {
	width:220px;
	height:10px;
	background:url(images/menu_bottom.gif) top left no-repeat;
}

div.titleMenu {
	width:220px;
	height:50px;
	background:url(images/menu_title.gif) top left no-repeat #b7cbe0;
}

div.titleMenu h4 {
	padding-left:15px;
	padding-top:8px;
	font-size: 15px;	
	font-weight: normal;
	color:#FFF;
}

/*Links*/
a:link, a:visited {
	font-weight:bold;
	color:#275490;
	text-decoration:none;
}

a:hover, a:active {
	font-weight:bold;
	color:#8ead35;
}

div#footer a:link, div#footer a:visited {
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active {
	font-weight:normal;
	color:#FFF;
}

/*Callouts*/
div.column {
	width: 238px;
	float: left;
	margin: 20px 5px;

}

div#callouts div.column {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
}

div#callouts div.column h3 {
	font-size: 20px; line-height: 24px;
	height: 60px; color: #275490;
}

div#callouts div.column p {
	text-align: left;
	margin: 0 10px;
}

div#footer div.column {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

div#footer div.column h3 {
	margin: 0 25px 1em 15px;
	color: #eee;
	font-size: 15px;
}

div#footer div.column p {
	margin: 0 25px 1em 15px;
}

img#current {position: relative; top: 10px; z-index: 2;}

span.alignRight {
	text-align:right;
}

/*Dashboard and Copyboard*/
div#dashboard, div#copyboard {
	float:left;
	width:775px;
	margin-bottom:30px;
}

div#dashboard h2 {
	font-size:34px;
	color:#999;
	margin:30px 0 15px 0;
	padding-left:5px;
}

div#copyboard h2 {
	float:left;
	font-size:34px;
	line-height:36px;
	width:745px;
	color:#275490;
	padding:0 0 6px 5px;
	margin:23px 0 15px 0;
	border-bottom:solid 1px #c7c4ba;

}

div#dashboard h3 {
	font-size: 20px;
	color: #275490;
	margin-bottom:10px;
}

div#copyboard h3 {
	font-size: 20px;
	font-weight:normal;
	color: #193459;
	margin-bottom:10px;
}

div#copyboard h4 {
}

div#dashboard h4 {
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin-bottom:25px;
}

div#copyboard p, ol {
	padding-right:40px;
	margin-bottom:20px;
}

div#dashboard img {
	float:left;
	margin-right:20px;
}

div#copyboard img {
	margin-bottom:40px;
}

div.columnRow {
	width:745px;
	float: left;
	padding-top: 30px;
	font-size:14px;
	margin: 0 5px 20px 5px;
	border-top:solid 1px #c7c4ba;
}

div.row {
	width:745px;
	float: left;
	margin: 12px 5px;
	font-size:14px;
}

div.copyRow {
	float:right;
	width:620px;
	font-size:14px;
	margin-right:10px;
}

div.projectRow {
	width:745px;
	float: left;
	font-size:14px;
	margin-bottom: 20px;
	margin-right:5px;
	margin-left:5px;
	border-top:solid 1px #c7c4ba;
}

div.projectCopyRow {
	float:right;
	width:590px;
	margin-right:10px;
}

div.projectRow2 {
	width:745px;
	float: left;
	padding-top: 30px;
	font-size:14px;
	margin-bottom: 20px;
	margin-right:5px;
	margin-left:5px;
}

div.listSect ul {
	font-size:13px;
	list-style:disc outside;
	margin-left: 1em;
	padding-right:30px;
	color:#275490;
}

div#copyboard div.listSect p {
	margin-bottom:10px;
}

div#copyboard div.listSect ol {
	margin-bottom:10px;
}

ul.bullets {
	list-style: disc inside;
}

ul.toggle p, ol {
	color:#333;
	margin-top:3px;
	margin-bottom:0;
	padding-bottom:0;
	line-height:18px;
}

ul.toggle h4 {
	color:#333;
	margin-bottom:0;
}

ul.reg {
	list-style:disc outside;
	margin-left: 1em;
	margin-bottom:20px;
}

ol.reg {
	list-style:decimal;
	margin-left: 1.5em;
	margin-bottom:20px;
}

ul.togglein {
	list-style:disc outside;
	margin-left: 1em;
	color:#333;
	margin-bottom:10px;
}

ul.togglein li {
	color:#333;
}

span.grey {
	color:#777;
}

span.ltgrey {
	color:#999;
}
	
/*Side bar*/
div#sideBar {
	position:relative;
	line-height:19px;
	float:right;
	width:220px;
	margin-top:20px;

}

div.sideBarBox {
	position:relative;
	width:220px;
	margin-top:25px;
	padding-bottom:15px;
	border-bottom:solid 1px #c7c4ba;
}

div.sideBarBox ul {
	margin-bottom:10px;
}

div#sideBar h3 {
	font-size:18px;
	font-weight:normal;
	color:#777;
	margin-bottom:5px;
}

div#sideBar h4 {
	font-size:14px;
	color:#777;
	margin-top:30px;
	margin-bottom:10px;
}

div#sideBar li {
	margin-top:8px;
}

div.sideImgHeadline {
	float:left;
	width:220px;
	height:32px;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:solid 1px #c7c4ba;
}

div.sideImgHeadline img {
	float:right;
}

div#sideBar div.sideImgHeadline h3 {
	font-size:18px;
	color:#777;
	float:left;
	margin-top:10px;
	border:none;
}

/*Tables*/

table.advice {margin:5px 0 10px -3px; color:#333; border:0; cellpadding:0; line-height:16px;}

td.row1 { width:400px;}

table#contacts {
	width:750px;
}

table#contacts th {
	padding:20px 3px 3px 3px;
	text-transform:uppercase;
	color:#777;
}

table#contacts td {
	height:25px;
	padding:3px 3px 3px 3px;
	border-bottom:solid 1px #c7c4ba;
}

table#contacts td.width {
	width:175px;
}

div.columnSm {
	width: 235px;
	float: left;
	margin-top: 5px;
	margin-right:5px;
}
	
/*Slideshow*/
#loopedSlider {width:998px; height:369px; background:#FFF; border-bottom:solid 1px #d6d1c6; border-right:solid 1px #e3dfd7; border-left:solid 1px #e3dfd7;}
.container { width:980px; height:360px; overflow:hidden; position:relative; cursor:pointer; margin-left:9px; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:980px; display:none; }
a.previous { position:absolute; top:320px; left:890px; }
a.next { position:absolute; top:320px; left:925px; }