/* CSS Document */
/* MDS 2007 Home Page Layout */
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: url(../images/top_bg_inside.gif) repeat-x;
}
div#header {
	height: 139px;
	background-repeat: no-repeat;
}
div#header h1, div#header h3 { 
	display: none; 
}
div#header a {
	display: block;
	position: relative;
	top: 12px;
	left: 12px;
	width: 190px;
	height: 70px;
	text-indent: -2000px;
}
div#navigation {
	width: 100%;
}
div#search {
	position: absolute;
	left: 0;
	padding: 0 0 0 20px;
	width: 160px; 
	height: 22px;
	background-color: #003596;
}
divd#search form {
	line-height: 22px;
}
input#search {
	width: 120px; 
	height: 14px; 
	margin-top: 2px;
	font-size: 10px; 
	vertical-align: middle;
}
input#submit {
	padding-top: 2px;
	vertical-align: middle;
}
div#mainlinks {
	margin: 0 0 0 180px;
	height: 22px;
	background-color: #CB6B0E;
	white-space: nowrap;
}

div#mainlinks  a {
	display: block;
	float: left;
	height: 22px;
}

div#mainlinks a#n1 { width: 15%; background: #CB6B0E url(../images/fnav_1.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n1:hover { background: #D38132 url(../images/fnav_1_over.gif) no-repeat; }
div#mainlinks a#n2 { width: 13%; background: #CB6B0E url(../images/fnav_2.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n2:hover { background: #D38132 url(../images/fnav_2_over.gif) no-repeat; }
div#mainlinks a#n3 { width: 13%; background: #CB6B0E url(../images/fnav_3.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n3:hover { background: #D38132 url(../images/fnav_3_over.gif) no-repeat; }
div#mainlinks a#n4 { width: 12%; background: #CB6B0E url(../images/fnav_4.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n4:hover { background: #D38132 url(../images/fnav_4_over.gif) no-repeat; }
div#mainlinks a#n5 { width: 13%; background: #CB6B0E url(../images/fnav_5.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n5:hover { background: #D38132 url(../images/fnav_5_over.gif) no-repeat; }
div#mainlinks a#n6 { width: 28%; background: #CB6B0E url(../images/fnav_6.gif) no-repeat; text-indent: -2000px; }
div#mainlinks a#n6:hover { background: #D38132 url(../images/fnav_6_over.gif) no-repeat; }

div#mainlinks img {
	vertical-align: bottom;
}

div#sidebar {
	position: absolute;
	left: 0px;
	margin-top: 12px;
	padding: 0 12px 24px 20px;
	width: 148px;
}
div#subnavigation ul {
	list-style-type: none;
}

div#content {
	margin: 12px 0px 0 180px;
	border-left: 1px solid #DDDDDD;
}
div#content div#breadcrumbs {
	margin: 12px 0 6px 24px;
}
div#content div#rightside {
	float: right;
	margin-top: 6px;
	padding: 0 12px;
	width: 180px;
}
div#content div#mainbody {
	margin: 12px 204px 0 0;
	padding: 0 12px 0 24px;
	border-right: 1px solid #DDDDDD;
}

div#footer {
	clear: both;
	margin-left: 180px;
	padding: 12px 22px;
}
.frcaptionblue {
	color: #003596;
}

