@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,tr,td {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	font-size: 100.1%;
	background-color: #3D5172;
}
#pagewrapper {
	background-image: url(../images/global/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/global/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 169px;
	width: 920px;
}
#footer {
	background-image: url(../images/global/footer_cap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	background-color: #3D5172;
	padding-top: 20px;
	text-align: center;
	color: #b1bdd3;
	padding-bottom: 20px;
}
#navbar {
	background-image: url(../images/global/navbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 38px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	position: relative;
}
#leftcol {
	float: left;
	width: 215px;
}
#contentwrapper {
	width: 872px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 11px;
}
#rightcol {
	float: right;
	width: 645px;
	background-image: url(../images/global/content_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.clearfix {
	font-size: 0px;
	clear: both;
	height: 0px;
}

/*SUCKERFISH*/

#nav ul { /* lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:50;
}

#nav li { /* list items */
	float: right;
	position: relative;
	z-index:50;
	height: 38px;
	width: 111px;
	text-align: center;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 38px;
	left: -30px;
	z-index:50;
	
}

#nav li ul li {
	float:none;
	margin:0;
	display:inline;
	z-index:50;
	padding: 0px;

}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto;  */
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*NAVIGATION STYLES*/

#nav {
	height: 38px;
	list-style:none;
}

#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/global/orange_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 102px;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	margin-right: 9px;
}
#nav a.selected {
	background-image: url(../images/global/blue_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav li ul li a.selected { 
	background-image:none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	border-bottom: solid 1px #cccccc;
	display:block;
	padding:10px;
	width:150px;
	background-color:#fff;
	background-image:none;
	height:auto;
}

#nav li ul li a:hover {
	background-color:#e4e4e4;
	text-decoration:none;
}

#ifg-wrapper {
	float: right;
	width: 308px;
	position:relative;
	z-index:10;
	height: 231px;
	border: 2px solid #b1b1b1;
	margin-bottom: 15px;
	margin-left: 15px;
}
#righcol-top {
	background-image: url(../images/global/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	font-size: 0px;
}
#rightcol-bot {
	background-image: url(../images/global/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0px;
	height: 10px;
}
#content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#leftcol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3e5172;
	font-weight: bold;
	background-image: url(../images/global/leftcol_headline_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 19px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.projectbox {
	background-image: url(../images/global/project_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 199px;
	padding: 8px;
	font-size: 0.8em;
	font-weight: bold;
	color: #00349c;
	text-align: center;
	margin-bottom: 10px;
}
.projectbox img {
	float: left;
	border: 2px solid #b1b1b1;
	margin-right: 5px;
}
#rightcol #content p {
	font-size: 0.9em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#rightcol #content h1 {
	font-size: 1.3em;
	color: #393939;
	margin-bottom: 15px;
	letter-spacing: -0.05em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightcol #content h2 {
	font-size: 1.3em;
	color: #393939;
	margin-bottom: 15px;
	letter-spacing: -0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer a {
	font-size: .8em;
	color: #b1bdd3;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer p {
	font-size: .8em;
	color: #969696;
	margin-top: 15px;
}
.projectbox a {
	color: #00349c;
	text-decoration: none;
}
.projectbox a:hover {
	text-decoration: underline;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.hr-div {
	font-size: 0px;
	background-color: #CCCCCC;
	height: 1px;
	width: 615px;
	margin-bottom: 15px;
}
#content a {
	color: #00349C;
}
.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
#contact-table td {
	font-size: .9em;
	padding: 5px;
}
.projectleft {
	float: left;
	width: 300px;
	text-align: center;
}
.projectright {
	float: right;
	width: 300px;
	text-align: center;
}
#content .row {
	margin-bottom: 15px;
}
.project-table td {
	font-size: .9em;
	padding: 5px;
}
.project-table {
	margin-bottom: 15px;
}
.project-images-table img {
	border: 2px solid #B1B1B1;
}
.project-images-table td {
	padding: 5px;
}
.project-blue-headline {
	font-weight: bold;
	color: #00349C;
}

