/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 760px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	background: url(images/page_bg.gif) top left repeat;
	/* background-color: #e1f9eb; */
}

h1, h2, p, form, ul
{
margin: 0;
padding: 0;
}

#container
{
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 810px; /*An auto centering layer, width must be assigned*/
	min-height: 100%;
	height: 100%;
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
}

#main
{
width: 785px;
height: auto;
float: left;
background:  url(images/main-tile.jpg) top left repeat-y;
padding-left: 25px;
}



#logo
{
width: 740px;
height: 75px;
float: left;
background: url(images/sitelogo2.jpg) top left no-repeat;
}

#contactdiv
{
width: 145px;
height: 50px;
float: left;
color: #006AB6;
font-size: 14px;
padding-top: 40px;
padding-left: 20px;
overflow: hidden;
}

#contactdiv a
{
text-decoration: none;
color: #006AB6;
}

#nav
{
width: 790px;
height: 35px;
float: left;
margin-top: 5px;
}
#toppic
{
	padding-top:5px;
}
#leftcontainer
{
width: 290px;
height: auto;
float: left;
}

#leftcontainer p
{
font-size: 12px;
margin: 10px 0 10px 10px;
}

#leftcontainer h1
{
font-size: 18px;
color: #0f4895;
margin: 10px 0 0 10px;
}
#leftcontainer h2
{
	font-size: 16px;
    color: #0f4895;
    margin: 10px 0 0 10px;
}

#rightcontainer
{
width: 454px;
height: auto;
float: left;
margin-left: 10px;
}

#rightcontainer img
{
float: left;
margin-bottom: 5px;
}

#fullcontainer
{
	width:744px;
	height: auto;
    float: left;
}
#fullcontainer p
{
	font-size: 12px;
    margin: 10px 0 10px 10px;
}
#fullcontainer h1
{
	font-size: 18px;
    color: #0f4895;
    margin: 10px 0 0 10px;
}
#fullcontainer h2
{
	font-size: 16px;
    color: #0f4895;
    margin: 10px 0 0 10px;
}
#dots
{
width: 720px;
height: 10px;
float: left;
border-bottom: 2px dotted #2A7BC0;
padding-left: 20px;
}

#footer
{
width: 750px;
height: 30px;
float: left;
text-align: center;
font-size: 12px;
padding-top: 10px;
}

#footer a
{
text-decoration: none;
color:#000000;

}

.bluetext
{
color: #2A7BC0;
font-weight: bold;
}

.bluetext a
{
text-decoration: none;
color: #2A7BC0;
font-weight: bold;
}


#rightcontainerserv
{
width: 454px;
height: auto;
float: left;
margin-left: 10px;
}

ul
{
margin-left: 25px;
font-size: 12px;

}

.tab
{
font-size: 12px;
margin-left: 5px;

}