body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/bg.jpg)

}
.bold{
	font-weight: bold;
	display:inline;
	font-size:  16px;
	color:#009ad9;
}

h2{
	color:#009ad9;
	font-size: 18px;
}

a{
	text-decoration: none;
	color:#000;
}

p{
	font-size: 12px;
}

.justify{
	text-align: justify;
}

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

.megawrapper{
	margin:auto;
	padding-top:20px;
	background-image:url(images/bgshadow.png);
	background-repeat: no-repeat;
	width: 1198px;
	min-height:800px;
	text-align: justify;
}

.header{
	width:900px;
	height:210px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	margin:auto;
}

.searchbg{
	width:900px;
	height:29px;
	background-image:url(images/searchbg.jpg);
	background-repeat: no-repeat;
	margin:auto;
}


.searchwidget{

}

.search{
	margin-top:-10px;
	margin-left:0px;
	margin-right:15px;
	padding-left:0px;
	float:right;
}

.search label{
	display:none;
}

.search input[name=submit_search]{
    /*
	background-image:url(images/searchbutton.jpg);
	background-repeat: no-repeat;
    */
    background:url(images/searchbutton.jpg) no-repeat;
    background-attachment: inherit;
	width:64px;
	height:20px;
	border: none;
}

/*.searchbarbg{
	background:url(images/searchbar.jpg)no-repeat;
	width:153px;
	height:19px;
	margin-top:5px;
	float:right;
}

.searchbuttonbg{
	background:url(images/searchbutton.jpg)no-repeat;
	width:62px;
	height:19px;
	margin-top:3px;
	margin-right:18px;
	float:right;
}*/

.contact_detail_block{
padding-top: 20px;
}

div.map{
margin-top:-35px;
}

.contact_form_div input{
margin-bottom:10px;
margin-top:10px;
padding-bottom:0px;
}


div.contact_field textarea[name=contact_msg]{
	margin-top:10px;
}

.navigation ul.menu{
 margin-top:10px;
}

.navigation{
	width:620px;
	height:43px;
	margin: 0 0 0 28px;
	padding: 0px;
	float:left;

}

.navigation ul{
	margin: 3px;
	padding: 0px;
}

.navigation li{
	list-style: none;
	display:inline;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

.navigation li a{
	text-decoration:none;
	font-weight:bold;
	color:#636363;
	width:109px;
	height:43px;
	padding-top:13px;
	padding-right:10px;
	float:left;
	font-size:12px;
	text-align:center;
	background-image:url(images/buttonbg.jpg);
	background-repeat: no-repeat;
}

.navigation a:hover{
	background-image:url(images/buttonbg_active.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.navigation li.active {
    background-image:url(images/buttonbg_active.jpg);
    background-repeat: no-repeat;
	color:#FFFFFF;

}

/*.navigation ul li a.managementlink{
padding-top:8px;
}

.navigation ul li a.businessactivlink{
padding-top:8px;
}*/

.maincontentwrapper{
	background-color: #fff;
	width:900px;
	margin:auto;
	overflow: hidden;
}

.leftcontent{
	width:620px;
	min-height:500px;
	overflow:hidden;
	float:left; 
	padding-left:15px;
	padding-top:15px;		
}

.rightcontent{
	width:265px;
	float:right;
	margin-top:-43px;
}

.bottomcontent{
	width:630px;
	float:left;
	font-size: 12px;
}

.footer{
	width:900px;
	height:42px;
	padding-bottom:20px;
	background-image:url(images/footerbg.png);
	background-repeat: no-repeat;
	margin:auto;
}