
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	background-color:#003333;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

	.callout {
		border:1px solid #CCCCCC;
		background-color:#004444;
		font-size:10pt;
		padding:4px;
		font-weight:bold;
		text-align:center;
	}

#body, .body {
	position:relative;
	background-color:#003333;
	background-image:url(images/v2_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CCCCCC;
	height:100%;
	min-height:100%;
}

div#wrapper {
	position:relative;
	width:890px;
	height:100%;
}

div#nav, div#inav {
	position:relative;
	height:48px;
	z-index:10;
	width:890px;
}

div#inav {
	position:relative;
	width:890px;
}

#homeSplash{
	position:relative;
	top:-48px;
}

.navOff, .inavOff {
	position:relative;
	color:#CCCCCC;
	font-family:"Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size:10pt;
	float:right;
	width:25%;
	height:48px;
}

.inavOff {
	width:140px;
	text-decoration:none;
}

.inavOff a {
	text-decoration:none;
}

.navOff:hover, .inavOff:hover {
	background-image:url(images/v2_nav_background.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}

#iLogo {
	float:left;
}

span.nav {
	position:relative;
	top:15px;
}

span.inav {
	position:relative;
	top:15px;
}

#maincontainer, .maincontainer {
	position:relative;

	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
	min-height:100%;
}

#footer {
	position:relative;
	clear:both;
	background-color:#002222;
	border-top:2px solid #001111;
	color:#CCCCCC;
	font-size:8pt;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#EEEEEE;
}

a:hover {
	color:#AAFFFF;
}

.nounderline {
	text-decoration:none;
}

.left {
	position:relative;
	float:left;
	width:600px;
	text-align:left;
	padding-left:20px;
}



.menu {
	position:relative;
	float:left;
	width:240px;
	text-align:left;
}
		

.right {
	position:relative;
	float:right;
	width:200px;
	text-align:left;
	border-left:1px dashed #999999;
	padding-left:10px;
}

.headline {
	font-size:22pt;
	color:#FF9933;
	font-weight:bold;
}

.portheadline {
	font-size:14pt;
	font-weight:bold;
	color:#00DDDD;
}

#contactInfo {
	position:relative;
	background-color:#002222;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:400px;
	width:100%;
}

#contactWrap {
	width:800px;
}

#contactForm {
	text-align:left;
	float:right;
	width:400px;
}

#contactLeft {
	float:left;
	width:400px;
}

.othercontactlink {
	cursor:pointer;
}



div.menu a {
	text-decoration:none;
}


div.round1 {
	background-color:#004444;
	border:3px solid #006666;
	position:relative;
}

div.inRight {
	padding:10px;
	position:relative;
	width:600px;
	min-height:500px;
	position:relative;
	float:right;
	text-align:left;
	border-left:1px dashed #004444;
}




input,select,textarea {
	background-color:#006666;
	color:#EEEEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	border:1px solid #000000;
}

a.othercontactlink {
	text-decoration:underline;
}
