/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h1, h2, h3, p {
	margin-top: 1em;
	margin-bottom: .25em;
	font-weight: normal;
}

li {
	margin-left: 3em;
}


a, a:visited {
    color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	background-color: #003366;
	padding-top: 50px;
	padding-bottom: 50px;
}

img {
	border: 1px solid #000;
}

div#outer_wrapper {
    width: 840px;
    margin: 0px auto 0px auto;
/*    padding: 5px; */
	background-color: #fff;
	border: 1px solid #394A6C;
	background-image: url(../images/wallbg.jpg);
	background-position: 250px left;
	background-repeat:repeat-y;
}

div#inner_wrapper {
    width: 840px;
    position: relative;
}

div#navigation_top {
    clear: both;
    float: left;
    width: 100%;
	border-top: 4px solid #394a6c;
	margin: 0px;
	background-image: url(../images/nav_bkgd_1.jpg);
	background-repeat: repeatx;
	background-position: left bottom;
}

div#navigation_top ul {
    margin: 0 0;
    height: auto !important; height: 1%;
    padding-left: 15px;
	background-color: #F7F7F7;
/*	background-image: url(../images/nav_bkgd_tile_1.jpg);	*/
	background-image: url(../images/nav_bkgd_1.jpg);
	background-repeat: repeatx;
	background-position: left bottom;
}

div#navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

div#navigation_top ul {
    list-style-type: none;
}

div#navigation_top ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
	margin-left: 0px;
	background-image: url(../images/nav_bkgd_1.jpg);
	background-repeat: repeatx;
	background-position: left bottom;
}

div#navigation_top ul li a {
	height: 44px;
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 44px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #111;
/*	background-image: url(../images/nav_right_edge_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;		*/
}

div#navigation_top ul li a:visited {
	color: #000000;
}

div#navigation_top ul li a:hover {
    text-decoration: none;
    display: block;
	color: #000000;
}

div#banner {
	clear: both;
	height: 200px;
	color: #fff;
	text-align: right;
	background-image: url(../images/banner_img.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom: 1px solid #000;
}

div#banner h1, h3 {
	margin-bottom: 0em;
}

div#banner h3 {
	margin-top: 0em;
}

div#banner img {
	margin: 0px;
	border: none;
}

div#divFutureDepartments {
	position: absolute;
	display: none;
	top: 50px;
	left: 500px;
	width: 250px;
	background-color: #fff;
	background: url(../images/wallbg.jpg) top left no-repeat;
	border: 1px solid #000;
	padding: 0.25em;
}

div#pagetitle {
	clear: both;
	padding: 20px 0 0 20px;
	text-align: left;
	height: auto !important;
	height: 30px;
	min-height: 30px;
/*    color: #0f4988;	*/
}

div#pagetitle h3 {
	margin-top: 0px;
}

div#content {
    height: 200px;
    padding: 0px 20px;
    margin: 0px;
    height: auto !important;
    min-height: 200px;
}

div#content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

div#content1{
	float: left;
}
div#content2{
	float: right;
}
div#content3{
	float: right;
	clear: right;
	margin-top: 15px;
}

div#content1 , div#content2 , div#content3 {
	width: 43%;
	padding: 5px 10px;
	overflow: auto;
	position: relative;
/*	color: #817f7f;		*/
	overflow: hidden;
}

div#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
    font-size: 80%;
    padding: 20px 0 0 20px;
    text-align: center;
}
