body {
	background: url(images/header-bg.jpg) repeat-x;	
	font: 10pt arial,verdana, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	color: #1CA3FD;
	font-size: 21pt;
	font-weight:100;
	margin:0 0 20px 0;
}

h4 {
	font-size: 10pt;
	margin:2px 0 20px 2px;
}

a {
	color: #2B578E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 815px;
	margin: 0 0 20px 0;
	height: 167px;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding:0;
}

#left-content {
	float:left;
}

#menu-box {
	min-height: 240px;	
	padding-top: 3px;
}

#menu {
	border-top:7px solid #B7B7B7;
	background: url(images/menu-bg.jpg) repeat-x #DCF1F6;
	width: 200px; 
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin:0px 0px 10px 0px;
}


.main-menu-item {
	color: #4F4F4F;
	font-weight: 300;
	font-size: 12pt;
	text-decoration: none;
	margin: 3px 0 3px 0;	
	padding: 2px;
	display:inline-block;
	
}

.sub-menu .subMenuItem {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 10pt;
	text-decoration: none;
	margin: 5px 0 5px 5px;	
}

.sub-menu .subMenuItem:hover {
	text-decoration: underline;
}

.main-menu-item:hover {
	background-color: #646464;
	width: 175px;
	padding: 2px;
	color: #FFFFFF;
	margin: 3px 0 3px 0;
}

#menu a.active {
	background-color: #646464;
	color: #ffffff;
	display:block;
	padding: 2px;
	width: 175px;	
	font-weight: 300;
	font-size: 12pt;
	text-decoration: none;
	margin: 3px 0 3px 0;
}

#content {
	background: url(images/little-logo.jpg) no-repeat #ffffff;
	float: right;
	width: 526px;
	padding:0 0 0 45px;
}

#footer {
	margin-top: 10px;
	background: url(images/footer-bg.jpg) repeat-x #ffffff;
}

#languageSelection {
	margin-bottom:10px;
}

#languageSelection option {
	width: 150px;
}

/******-Get A Quote Page-******/
#left-main-content {
	float:left;
	width:190px;
	padding:4px;
}
#right-main-content {
	float:right;
	width: 300px;
	padding:4px;
}

/******-Copyright text-******/
#copyright_text {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-size:9pt;
	color:#000000;
	margin-bottom: 10px;
}

.designcredit {
	float:right;
}

.designcredit a {
	color:#999999;
	text-decoration:none;
}

.designcredit a:hover {
	color:#000000;
	text-decoration:underline;
}

.strapline {
	float:left
}


.clear {
	clear: both;
}

/************** VALIDATION STYLE ****************/
.successDisplay {
	color: green;
	font-weight: bold;
}
div.successDisplay {
	background: #BFFF9F;
	border: 1px solid green;
	padding: 5px;
}
.error {color:#660000; font-weight:bold;}

.errorbox {
	background-color:pink;
	border: 1px solid #990000;
	display:block;
	padding:2px 0 2px 5px;
	font-weight:bold;
	color: #990000;
}

.errorDisplay {
	color: #990000;
	font-weight: bold;
}

div.errorDisplay {
	background: pink;
	border: 1px solid #990000;
	padding: 5px;
	margin:15px 0 8px 0;
}

.errorDisplay li {
	font-weight: normal;
}

.sub-content {
	padding: 5px;
}

.sub-content-link {
	color: #2B578E;
	text-decoration: none;
	font-weight: bold;
}

.sub-content-link:hover {
	text-decoration: underline;
}

.site-link {
	color: #646464;
}

.subcontent-image {
	/*padding: 4px;*/
	margin: 5px 5px 3px 0;
		
	padding:1px;
	border:1px solid #021a40;
}

.generic_table td 
{
	padding:0 7px 5px 0;
}

.form_input
{
	width:200px;
}

.dark_red
{
	color:#990000;
}

.call_back_form label
{
	font-weight:bold;
}

.news_story
{
	padding:0 0 15px 0;
}

.news_story ul
{
	margin:0;
	padding:0;
	list-style:none;
} 

.news_story ul li
{
	padding:0 0 3px 0;
}

.smaller
{
	font-size:9pt;
}

.light_grey
{
	color:#bfbfbf;
}

