@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	padding:0;
	width: 100%;
	height: 100%;
	background:#062d4f;
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	text-align:center;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -420px;
	position: relative;
	width: 980px;
	z-index:1;
}
#clearfooter {
	height: 350px;
	clear: both;
}
#footer {
	background: transparent url(images/bgr.jpg) no-repeat;
	height: 420px;
	position: relative;
	margin:0 auto;
}
#header {
	margin: 20px 0 35px;
	float:left;
	width:100%;
}
#logo {
	float:left;
	margin-left:40px;
}
#topInfo {
	font-size:10px;
	color:#9fa8b0;
	letter-spacing:1px;
	text-align:left;
	margin-left:40px;
	float:left;
}
#topInfo a, #topInfo a:visited {
	color:#9fa8b0;
	text-decoration:none;
}
#topInfo a:hover {
	color:#ffffff;
}
#nav {
	float:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	letter-spacing:1px;
	width:320px;
}
#nav a, #nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background:transparent url(images/arrow.png) no-repeat scroll right 0;
	clear:both;
	float:right;
	padding-right:20px;
	margin-bottom:12px;
}
#nav a:hover{
	background:transparent url(images/arrow.png) no-repeat scroll right -13px;
	cursor: pointer;
}
#content {
	text-align:left;
	width:550px;
	float:left;
	line-height:20px;
	margin-left:40px;
}
#content p {
margin:0 0 10px;
}
#content a, #content a:visited {
color:#9DC0E0;
text-decoration:none;
padding-bottom:2px;
}
#content a:hover {
border-bottom:1px solid #9DC0E0;
}
#content a img {
border: 0 none;
margin:5px 5px 0 0;
}
#content a.image:hover {
border-bottom: 0 none !important;
}
h1 {
	font-size:24px;
	color:#889198;
	font-weight:normal;
	margin:-4px 0 15px;
	line-height:28px;
}
h2 {
float:left;
font-size:14px;
margin:10px 0;
text-transform:uppercase;
width:100%;
letter-spacing:1px;
}
table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #889198;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #889198;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color:#889198;
	-moz-border-radius: 0px 0px 0px 0px;
}
.contacts table, .contacts table td{
	border:0 none;
}
.contacts table td input, .contacts table td textarea{
	width:330px;
	border:0 none;
	padding:1px 5px 3px;
}
.contacts table td input.btn {
	background-color:#889198;
	color:white;
	cursor:pointer;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0;
	width:100px;
}
.contacts table td input.btn:hover {
	color:#062D4F;

}
.required {
font-size: 10px;
color:#889198;
line-height:normal;
}
.pullout {

}

.pulloutTop {
	background-image: url(images/pullout-top.png);
	float:left;
	height:18px;
	width:553px;
}
.pulloutBottom {
	background-image: url(images/pullout-bottom.png);
	float:left;
	height:18px;
	width:553px;
		margin:0 0 10px;
}
.pulloutContent {
	font-weight: bold;
	background-image: url(images/pullout-center.png);
	background-repeat: repeat-y;
	min-width:503px;
padding:3px 45px;
float:left;
}
.pullText {color: #9DC0E0}