/* CSS Document */

@import url("reset.css");

body {
	width:100%;
	height:100%;
}

body {
	position:absolute;
	top:0;
	left:0;
}

h1 {
	border-bottom:2px solid #1C3679;
	color:#1C3679;
	font-size:200%;
	font-weight:normal;
	margin:30px 0 0;
	padding-bottom:4px;
}

h2 {
	color:#1c3679;
	font-size:150%;
	font-weight:bold;
	margin:18px 0 ;
	text-align:center;
	clear:both;
}

h3 {
	margin:0;
	font-size:115%;
}

th, td {
	border:none; padding:.25em;
}

a {
	color:#1C3679;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	height:1px;
	border:solid 1px #1C3679;
	margin:0.5em auto;
}


#header, #navbar, #content, #footer, #triangle, #copyright {
	float:left;
	clear:both;
	width:100%;
	position:relative;
}

#wrapper {
	height:100%;
	margin-bottom:-245px;
	width:100%;
}

.pagewidth {
	width:840px;
	margin:0 auto;
}

#header {
	height:159px;
	background:#F8F8F9;
}

#header .pagewidth   {
	background:transparent url(../images/head_bg.jpg) no-repeat scroll 0 0;
	height:159px;
	width:900px;
}

#logo {
	float:left;
	text-align:center;
	width:400px;
}

#logo img {
	margin-top:2.5em;
}

#headerpic {
	float:right;
	margin-right:45px;
	width:450px;
}



#navbar {
	background:url(../images/menu_bg.png) repeat-x;
	height:32px;
}

#menu {
	font-size:12px;
	margin:0 auto;
	width:840px;
	list-style:none;
}

#menu li {
	background:transparent url(../images/menu_tab.png) no-repeat scroll 118px 1px;
	float:left;
	line-height:32px;
	text-align:center;
	width:125px;
}

#menu li a {
	font-weight:bold;
	color:#555555;
}



#content .pagewidth {
	width:600px;
	line-height:150%;
}

#content table {
	width:100%;
}

#content a {
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}


#footer {
	height:220px;
	text-align:center;
	font-size:94%;
	bottom:0;
	left:0;
}

#footer * {
	color:#FFFFFF;
}

#footer span  {
	color:#DDDDDD !important;
	font-weight:normal !important;
}


#copyright {
	background:#1C3679;
	height:55px;
}

.text_centered {
	text-align:center;
}

.revenue_links_3 td {
	width:33%;
}

.revenue_links_2 {
	width:70%;
	margin:0 auto; 
}

.revenue_links_2 td {
	width:35%;
}

#Calculator {
	border:1px ridge #C4C9CD;
	font-size:12px;
}

#Calculator td {
	vertical-align:middle;
	padding:6px;
}

#Calculator input {
	border:1px solid #C4C9CD;
}

.form_button {
	margin:0 1em;
	width:8em;
}

.director_info {
	width:40%;
}

#tbl_services h2 {
	margin:9px 0;
	text-align:left;
}

#tbl_services td {
	padding:12px;
}

