html{
	height:100%;
}
body{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E3E3E;
	line-height: 16px;
	background: url("../images/bg1pxGray.png");
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html>body h1{
	font-size: 21px;
	line-height: 21px;	
}
h1{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;	
	margin: 0 0 20px 0;
}
h2{
	font-weight: bold;
	font-size: 11px;
	color: #03587E;
	margin: 10px 0 2px 0;	
}
a:link,
a:active,
a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;	
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 16px;
}
table{
	font-size: 10px;	
}
div{
	text-align: left;	
	font-size: 10px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;	
}
.rel{
	position: relative;	
}
img{
	border: solid 0px;	
}

/* Head sections */
#header{
	height: 130px;	
}
/* main container */
#mainContainer{
	position: relative;
	width: 820px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0px 0px 0;
	background: url('../images/w1pxWhite.png');
}
html>body #mainContainer{
	width: 820px;
	min-height: 100%;
	height: auto;
}

#header{
	position: relative;
	height: 111px;
	width: 820px;
	background: url('../images/w1pxDarkBlue.png');
	padding: 0 0 0 0;
}
html>body #logo{
	cursor: pointer;
}
#logo{
	position: absolute;
	left: 58px;
	top: 25px;
	width: 437px;
	height: 47px;
	background: url('../images/logo.png') no-repeat;
	cursor: hand;
}

#menu{
	width: 820px;
	height: 30px;
	background: url('../images/w1pxLightBlue.png');
}

#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li{
	position: relative;
	left: 58px;
	float: left;
	margin: 7px 5px 0 0;
}
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited
{
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a.linkActive:link,
#menu ul li a.linkActive:active,
#menu ul li a.linkActive:visited,
#menu ul li a.link-select:link,
#menu ul li a.link-select:active,
#menu ul li a.link-select:visited
{
	text-decoration: underline;
	text-transform: uppercase;
}
#menu ul li a:hover
{
	text-decoration: underline;
}

html>body .news{
	min-height: 70px;
	height: auto;
	width: 705px;
}
.news{
	position: relative;
	width: 800px;
	clear: both;
	height: 110px;
	padding: 20px 50px 20px 45px;
	margin: 0 0 0 11px;
}

.even{
	background: url('../images/bg1pxLightGray.png');
}

.newsImage{
	width: 115px;
	margin: 0px 0 15px 0;
	height: 110px;

}

.newsText{
	padding: 0 0 0 100px;
	width: 585px;
	margin: 15px 0 15px 0;
}

html>body #footer{
	width: 770px;
	height: 20px;
}
#footer{
	position: absolute;
	padding:5px 0 0 57px;
	height: 25px;;
	color: #fff;
	bottom: 0px;
	width: 820px;
	background: url('../images/w1pxDarkBlue.png');
}

html>body #content {

}
#content {
	padding: 0 0 30px 0;
}

html>body #intro {
	width: 700px;
}
#intro {
	position: relative;
	width: 700px;
	margin: 20px 0px 20px 57px;
}
#photoCont{
	width: 450px;
	height:450px;
	background: url('../images/bgPopup.png');
}

#customForm{
	padding: 0 0 0 55px;
}
#customForm div{
	clear: both;
	padding: 0 0 6px 0;
}
#contactform{
	padding: 10px 0 0 10px;
}
#contactform table{
	color: #ffffff;
}
#contactform label{
	display: block;
	width: 100px;
	float: left;
}
#contactform input{
	font-size: 10px;
}
#contactform input.text{
	border: solid 1px #ccc;
	margin: 0 0 10px 0;
	width: 200px;
}
#contactform input.textError{
	border: solid 1px red;
	margin: 0 0 10px 0;
	width: 200px;
}

