body {
font: 72% Tahoma, Verdana, Arial, Sans-Serif;
background-color: white;
color: #555;
margin: 0;
margin-left:40px;
margin-right:40px;
padding: 0;
min-width:1100px;
}
br
{
	line-height:7px;
}
.fixedbar
{
min-width:950px;
}
#slogan
{
font-style:italic;
font-size:12px;
}
#logoimage
{
float:left;
}
a {
color: #00304c;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: 0 0 0.75em 0;
line-height: 1.5em;
}
strong {
	font-weight:normal;
}
em {
	font-style:normal;
}
p img {
border: none;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #444;
background-color: transparent;
font-family: "Lucida Grande", Arial, Verdana, Sans-Serif;
font-weight:normal;
margin: 0 0 0.25em 0;
border-bottom: 0px solid #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #333 ! important;
text-decoration: none;
}
h1 {
font-size: 160%;
padding-top:15px;
padding-bottom:6px;
}
h2 {
	font-size: 125%;
font-weight:bold;
}

.bigh2 {
	font-size: 155%;
}

.imgtext {
	background-repeat:no-repeat;
	height:60px;
}
#topbar {
	background-color: #fff;
	height: 205px;
	width: 100%;
	text-align:right;
	padding-top:10px;
}
#topbar a {
	color:#FFF;
	text-decoration:none;
}
#logoimg {
border:thin;
border-color:#FFFFFF;
}

#logobar {
width:100%;
text-align:left;
	padding-left:10px;
	background-color: #7C99BF;
	height: 210px;
	padding-top:10px;
}
#menubar {
	font-size:14px;
	background-color: #7D9DAD;
	height: 18px;
	padding-right: 60px;
	padding-bottom:6px;
}
#whitedivider {
	height: 15px;
}
#contenttitle {
	padding-left: 10px;
}

#contentbar {
	padding-top: 10px;
}
#infobar {
	clear:both;
	text-align:right;
	padding-right:20px;
	background-color: #f0f0f0;
	height: 50px;
}
#contentareas {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#contentareas h1 {
	background-position: 10px 0;
}
.contentlink
{
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}
.contentarea {
float: left;
margin-top: 10px;
background-image: url(images/verticalseparator.gif);
background-position: left top;
background-repeat: repeat-y;
padding-left:10px;
margin-right: 10px;
}
.contentareawide {
float: left;
margin-top: 10px;
background-image: url(images/verticalseparator.gif);
background-position: left top;
background-repeat: repeat-y;
padding-left:10px;
margin-right: 10px;
}
.contentarea {
width: 25%;
}
.contentareawide {
width: 42%;
}
#contentareas div .contenttext {
background-repeat: no-repeat;
padding-top:8px;
padding-bottom:10px;
}
/*
.menuitem {
	color:#FFFFFF;
	float:right;
	margin-right:10px;
	padding-right:20px;
	padding-bottom:2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #57798A;
	text-decoration: none;
}

#menubar a:hover {
	border-bottom-color: #BBCCD5;
	text-decoration: none;
}
.selectedmenubar {
	border-bottom-color: #BBCCD5;
}
*/
#bottomspacer {
	height:30px;
}

/* column container */
.colmask {
margin-top:10px;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {

margin-top:10px;
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
				only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	background:#f4f4f4;		/* left column background colour */
}
.threecol .col1 {
	width:63%;
padding-left:10px;
padding-right:10px;
background:#fff;
}
.threecol .col2 {
	width:14%;
padding-left:0px;
padding-right:17px;
}
.threecol .col3 {
padding-left:10px;
padding-right:10px;
	width:16%;
}

.col1 {
	background-image: url(images/verticalseparator.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left:10px;
}

.col2 a {
	text-decoration:none;
	width:100%;
	line-height:30px;
	display:block;
	padding-left:10px;
	margin-left:10px;
}

.col2 .submenuitem {
line-height:15px;
margin-left:20px;
padding-bottom:5px;
}

.col2 a:hover {
background-color: #D5DEE3;
}

.selectedmenuitem {
	font-weight:bold;
}

.col3 a {
	display:block;
	text-decoration:none;
	padding-bottom:5px;
}

.divider {
	width:100%;
	height:5px;
	border-bottom:thin #57798A solid;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

.dividerlight {
	width:100%;
	height:0px;
	border-bottom:thin #C7D6DC solid;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
}

.devicebar {
clear:both;
width:90%;
position:relative;
left:5%;
padding-top:20px;
background-image: url(images/horizontalseparator.gif);
background-position: left top;
background-repeat: repeat-x;
}
.device {
float:left;
width:32%;
background-image: url(images/verticalseparator.gif);
background-position: left top;
background-repeat: repeat-y;
}
.devicenosideline {
float:left;
width:32%;
}
.devicelogo {
text-align:center;
clear:right;
padding-bottom:10px;
}
.devicelist {
text-align:center;
padding-bottom:20px;
}
.submainright
{
width:48%;
float:right;
padding-left:15px;
background-image: url(images/verticalseparator.gif);
background-position: left top;
background-repeat: repeat-y;
}
.submainleft
{
width:48%;
float:left;
}

.submainright img
{
float:right;
}
.submainleft img
{
float:right;
}
.testimonialperson
{
font-weight:bold;
padding-top:8px;
}
.mainpagetext
{
color: #444;
text-align:justify;
/*font-size:14px;*/
padding-top:20px;
padding-left:20px;
padding-right:20px;
font-weight:normal;
}
.col1 blockquote{
line-height:16px;
}
.col1 li{
padding-bottom:3px;
}
#contactform {
padding-left:60px;
width:500px;
}
#query {
float:right;
}

#emailerror
{
font-weight:bold;
color:#FF0000;
}


.pricestable
{
border-width:thin;
border-top-style:solid;
border-left-style:solid;
border-bottom-style:none;
border-right-style:none;
border-spacing:0px;
}

.pricestable td
{
border-bottom-style:solid;
border-right-style:solid;
border-width:thin;
padding-left:3px;
padding-right:3px;
padding-top:2px;
padding-bottom:2px;
}

.pricestable form
{
display:inline;
}
.pricestable input
{
vertical-align:top;
}

.openquote
{
float:left;
}

.closequote
{
float:right;
}
.quote
{
border-width:thin;
border-top-style:solid;
border-left-style:solid;
border-bottom-style:solid;
border-right-style:solid;
border-color:#6666CC;
}
.quotetext
{
border-width:5px;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
border-top-style:solid;
border-left-style:solid;
border-bottom-style:solid;
border-right-style:solid;
border-color:#FFFFFF;
}
.extraem
{
font-weight:bold;
}
.mainpicimage {
    border: thin solid #FFFFFF;
    float: right;
    margin-right: 10px;
}
.mainassocpic {
    float: right;
    margin-right: 20px;
    text-align: center;
	width: 200px;
    height: 200px;
    border: thin solid #FFFFFF;
}
#addressbox
{
font-size:larger;
padding-top:30px;
padding-bottom:30px;
text-align:center;
}

.boldli
{
font-weight:bold;
}

.starred
{
list-style-image: url(/images/star.png);
}
.sociallinks a
{
	display:inline;
}
.sociallinks a:hover
{
background-color: #f4f4f4;
}
.footer
{
	color: #7D7D7D;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
