* {
	margin: 0;
}

html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family:  Arial, Helvetica, Tahoma, Verdana,  sans-serif;
	background: #dae0ec url(images/bg.jpg) top left repeat-x;
}

#container
{
width: 964px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
padding: 0 1px 0 1px;
}

#topborder
{
width: 964px;
height:15px;
float: left;
background-color: #1082cc;
}

#header
{
width: 964px;
height: 161px;
float: left;
background: url(images/header.jpg) top left no-repeat;
}

#main
{
width: 950px;
height: auto;
float: left;
padding-top: 25px;
padding-left: 14px;
}

#leftcontent
{
width: 620px;
height: auto;
float: left;
border: 1px solid #CCCCCC;
padding: 5px;
}

.border
{
width: 620px;
height: 63px;
float: left;
background: url(images/border.jpg) top left no-repeat;
}

.border h1
{
padding: 0;
margin: 10px 0 0 10px;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-align: left;
}

#leftcontent p
{
text-align: left;
margin: 10px 7px 10px 7px;
padding: 0;
font-size: 12px;
}

#leftcontent p a
{
color: #2189cf;
text-decoration: underline;
}

#leftcontent ul
{
margin: 0 0 0 20px;
padding: 0;
}

#leftcontent li
{
text-align: left;
font-size: 12px;
}

.itals
{
font-style: italic;
}

.blue
{
color: #2189cf;
}

.tabs
{
text-align: left;
font-size: 12px;
float: left;
margin-left: 10px;

}


.servicebox
{
width: 169px;
height: 96px;
float: left;
margin: 10px;
border: 1px solid #CCCCCC;
padding: 5px;
}

.serviceblue
{
width: 169px;
height: 20px;
float: left;
background: url(images/service-bg.jpg) top left no-repeat;
}

.serviceblue h2
{
font-size: 12px;
padding: 0;
margin: 2px 0 0 0;
}

.serviceblue h2 a
{
text-decoration: none;
color: #FFFFFF;
}

.serviceblue h2 a:hover
{
text-decoration: underline;
}

#rightcontent
{
width: 300px;
height: auto;
float: left;
padding-left: 10px;
}

#rightform
{
width: 294px;
height: auto;
float: left;
padding: 3px;
border: 1px solid #CCCCCC;
}

.formborder
{
width: 294px;
height: 38px;
float: left;
background: url(images/contact-bg.jpg) top left no-repeat;
}

.formborder h2
{
font-size: 14px;
padding: 0;
margin: 9px 0 0 0;
color: #FFFFFF;
}

.formcont
{
width: 250px;
height: auto;
float: left;
padding-left: 10px;
padding-top: 10px;
text-align: left;
}

.formcont p
{
font-size: 12px;
margin: 10px 0 10px 0;
}

.buttcont
{
width: 290px;
height: 40px;
float: left;
padding-top: 5px;
text-align: center;
}


#footer
{
width: 964px;
height: 80px;
float: left;
background: url(images/footer-bg.jpg) bottom left no-repeat;
padding-top: 100px;
}

#footer p
{
text-align: left;
margin: 10px 0 0 20px;
font-size: 12px;
color: #FFFFFF;
}

#footer p a
{
color: #FFFFFF;
text-decoration: underline;
}


#nav
{
width: 964px;
height: 37px;
float: left;
background: url(images/navbg.jpg) top left repeat-x;
line-height: 34px;
text-align: left;
}

#nav a
{
color: #FFFFFF;
font-size: 14px;
text-decoration: none;
display: block;
text-align: left;
padding: 0 20px 0 20px;
border-right: 1px solid #FFFFFF;
height: 37px;
float: left;
}

#nav a:hover
{
background: url(images/navbg-hover.jpg) top left repeat-x;
}