﻿body 
{
	position:relative;
	padding:0 0 0 0;
	margin:0 auto;
	width: 754px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#EEF2FA;
	background-image:url(/assets/images/general/root_background.gif);
	background-repeat:repeat-x;
}
#bodyblock
{
		min-height:200px;
}

#headerblock
{
	float:left;
	background-image:url(/assets/images/general/header_background.gif);
	background-repeat:no-repeat;
	margin:0;
	padding-left:2px;
	width:754px;
	height:102px;
}

#headerContent{float:left;display:block;position:relative;}

#headerContentLeft
{
	background-image:url(/assets/images/general/weston_group_logo.gif);
	background-repeat:no-repeat;
	margin:0 0 0 9px;
	float:left;
	width:350px;
	height:100px;
}
* html #headerContentLeft {margin:0 0 0 3px;}

#headerContentRight
{
	float:right;
	height:100px;
	width:365px;
	margin:0 11px 0 0;
}
* html #headerContentRight {margin:0 6px 0 0;}

#siteSearchBlock {float:right;width:245px;margin:70px 0 0 0;padding:0;visibility:hidden;}

#headerSearchText {height:15px;width:30px;float:left;padding:3px 5px 0 0;}
#headerSearchBox{height:15px;width:30px;float:left;}
#headerSearchButton{height:15px;width:30px;float:right;padding-right:17px}

.siteSearchText {margin:0;height:12px;color:#194B93;vertical-align:middle;width:140px;font-size:x-small;font-weight:bold;}
.siteSearchButton {margin:0px 0 0 0;height:17px; vertical-align:middle;}

#headerContent{padding:10px; width:730px; height:80px;}

#topnavleft
{
	margin:0;
	height:28px;
	width:8px;
	float:left;
	padding:0;margin:0;
	background-image:url(/assets/images/general/topnav_background_left.gif);
	background-repeat:no-repeat;
}

#topnavblock {margin:0;padding:0;display:block;}
#topnavContent {padding:0;margin:0;}


#topnavmid
{
	margin:0;
	float:left;
	padding:0;
	margin:0;
	height:28px;
	background-image:url(/assets/images/general/topnav_background.gif);
	background-repeat:repeat-x;
	width:738px;
}
#topnavright
{
	margin:0;
	width:8px;
	height:28px;
	float:right;
	background-image:url(/assets/images/general/topnav_background_right.gif);
	background-repeat:no-repeat;
}
#mainblock
{
	float:left;
	display:block;
	background-image:url(/assets/images/general/body_background.gif);
	background-repeat:repeat-y;
	width:734px;
	min-height:440px;
	padding:0px 10px 10px 10px;margin:0;
}

* html #mainblock {height:440px;}

#footerDivider {margin:0 25px 3px 25px;border-top:solid 1px #7096D0;height:1px;line-height:1px;}

#footerblock
{
	background-image:url(/assets/images/general/body_background.gif);
	background-repeat:repeat-y;
	width:754px;
	height:30px;
}

#footerLeftContent {padding:0 0 0 30px;float:left;width:250px;}
#footerMiddleContent {float:left;width:5px;}
#footerRightContent {padding:0 35px 0 0;float:right;width:390px;text-align:right;}

#shadow_end 
{
	height:7px;
	background-image:url(/assets/images/general/shadow_end.gif);
	background-repeat:no-repeat;
}

.titleImage {border:none;}

#cleardiv
{
	clear: both;
	height: 0px;
}

* html #cleardiv 
{
	display: none;
}

.mb_10 {margin-bottom: 10px;}