﻿/* reset settings */
html{min-width:960px;}
body{
	margin:0;
  	color:#313c4d;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#deebf6 url(Images/header.jpg) no-repeat 50% 0;
	min-width:960px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#6e9a3b;
}
a:hover{color:#ff9900;}

input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
p{
	line-height:20px;
}

#container
{
	margin:auto;
	width:960px;
}
#buttons{
	background-color:transparent;
	overflow:auto;
	min-width:960px;
	margin:261px auto -1px auto;
	padding:0px;
	height:35px;
}

#buttons .content
{}

#buttons .button
{
	width:197px;
	height:34px;
	float:left;
	padding:0px 15px 0px 15px;
}

#header{
	background-color:#fff;
	margin:auto;
	overflow:auto;
	min-width:960px;
	margin-top:0px;
	padding:20px 10px 0px 20px;
}
#header .content .left
{
	width:300px;
	padding:10px 10px 10px 10px;
	float:left;
	
}
#header .content .right
{
	width:600px;
	padding:10px 10px 0px 10px;
	float:left;
}

#body{
	background-color: transparent;
	background-image: url('Images/lump.gif');
	background-position: center bottom;
	margin:0 auto -1px;
	overflow: auto;
	padding: 10px 0 10px 0;
	min-width: 960px;
	background-repeat: no-repeat;
}

#body .content .column 
{
	float:left;
	width:295px;
	padding:10px 5px 10px 5px;
}

#body .content .mainText 
{
	float:left;
	width:550px;
	padding:10px 45px 10px 5px;
}

#body .content .rightColumn 
{
	float:left;
	width:295px;
	padding:10px 5px 10px 5px;
}

#contactBar{
	background-color: #c4dbef;
	margin: auto;
	overflow: auto;
	padding: 10px 0 10px 0;
	min-width: 960px;
	background-repeat: no-repeat;
}

#contactBar p {
	font-size:12px;
	/*color:#3399ff;*/
	color:#000000;
}
#footer{
	background-color:#0d3e6c;
	margin:auto;
	overflow:auto;
	padding: 10px 0 10px 0;
	min-width:960px;
}

#footer .content .column
{
	float:left;
	width:295px;
	padding:10px 5px 10px 5px;
}

.columnSmall
{
	float:left;
    width:250px;
	padding: 10px 25px 10px 15px;
}

#footer .content .left
{
	background:transparent url(Images/smallLogo.gif) no-repeat scroll 0 0;
	padding-left:45px;
}

#footer .content
{
	background:transparent url(Images/lowersep.gif) no-repeat scroll center center;
	color:#548BB1;
	font-size:11px;
	height:100px;
}

.content
{
	margin:auto;
	width:940px;
}


h1
{
	font-size:28px;
	color:#1b5e96;
	font-weight:normal;
}

h2
{
	font-size:18px;
	color:#1b5e96;
	font-weight:normal;
}

.formLeftCol,
.formRightCol
{
    width:250px;
    padding: 20px 20px 20px 0px;
    float:left;
}

li
{
    list-style-position: inside;
    margin-bottom:4px;
}
.content .rightColumn h2
{
    margin-top:0px;
}