@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #BDDCBD;
	background-image: url(images/green-grad.png);
	background-repeat:repeat-x;/*background-color: #004000;*/
}
h1 {
	color: #46220A;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 10px 0px;
}
h2 {
	color: #46220A;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
}
h3 {
	color: #46220A;
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	/*color: darkblue;*/
	color: #001A00;
}
a:visited {
	color: #001A00;
}
a:hover {
	color: #5872f4;
}
fieldset {
	-moz-border-radius: 8px;
	border-radius: px;
	border:2px solid #808080;
	padding: 1em;
}
legend {
	color:#404040;
}
.submit {
	background:#C3C3C3;
}
.submit:hover {
	background: #989898;
}
.container {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}
/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 135px;/*	padding-top: 7px; /* Space on top of page */
}
.bannerArea .container {
	height:135px;
	background-image: url(images/fhbridge2.jpg);
	background-repeat: no-repeat;
}
.bannernav {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bannernav a {
	color: #ffffff;
	text-decoration: none;
}
.bannernav a:visited {
	color: #ffffff;
}
.bannernav a:hover {
	color: #112c4c;
	text-decoration: none;
}
.toplogo {
	padding-left: 0px;
	padding-top: 50px;
}
.toptitle {
	padding-left: 120px;
	padding-top: 10px;
}
/* TOP NAVIGATION AREA */
.topnavigationArea {
	/* change to width: 100%; for full width*/
	width: 976px;
	background-image: url(images/green-bk.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 90px;
}
.topnavigationgroup ul {
	margin: 0px;
}
.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}
/* CONTENT AREA */
.contentArea {
	width: 100%;/*background-color: #254771; /*dark blue*/
}
.contentArea .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #fffffc; /*off white*/
}
.contentleft {
	width: 435px;
	padding-left: 40px;
	padding-right: 30px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDCBD;
}
.contentright {
	padding-top: 20px;
	padding-right: 20px;
	float: left;
	padding-left: 30px;
	width: 410px;
}
.contentfull {
	padding-top: 20px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	width: 900px;
}
.inner {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #EEEEEE;
	width: 865px;
	border: 2px solid #D6D6D6;
}
.imageright {
	margin-left: 5px;
	float: right;
}
.imageleft {
	margin-left: 0px;
	float: left;
}
/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #fffffc;
	border-top-style: solid;
	border-top-color: #BDDCBD;
	border-top-width: 4px;
}
.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* CSS3 selectors to auto-append icons for certain links */
a[href$='.pdf'], a[class~='pdf'] {
 padding-right: 18px;
 background: transparent url('images/icon_pdf.gif') no-repeat center right;
}
 a[href$='.doc'], a[class~='doc'] {
 padding-right: 18px;
 background: transparent url('images/icon_doc.gif') no-repeat center right;
}
 a[href$='.xls'], a[class~='xls'] {
 padding-right: 18px;
 background: transparent url('images/icon_xls.gif') no-repeat center right;
}
 a[href^='mailto:'], a[class~='mailto'] {
 padding-right: 20px;
 background: transparent url('images/icon_mailto.gif') no-repeat center right;
}
