/****************************************************************
Copyright Discover Websites 2009
CSS Written by James Hill
*****************************************************************
Body Styles / Wrapper / Content Wrapper / p / img / clear / ul
****************************************************************/

body { background-image: url(../images/background.png); font-family: Arial; color:#FFF; font-size: 14px; background-repeat: no-repeat; background-position: center top; }
#wrapper { 	margin: auto; width: 955px;}
.clear { clear:both; }
img { border:0; padding:0px; margin:0px;}
p {	margin:0; padding:0; font-family: Verdana, Geneva, sans-serif; color: #b9cae8; text-align: justify; font-size: 13px; line-height: 20px; }
ul { padding:0px; margin:16px 0px 0px 25px; font-family:"Trebuchet MS", Verdana; font-size:16px; color:#bccee9; 
list-style-image:url(../images/bullet.png);}
#contentwrapper { width: 955px;	background-image: url(../images/vrbar.png); background-position:bottom; background-repeat:no-repeat }

.btn_standard_green { background-image:url(images/btn_standard_green.jpg); background-repeat:repeat-x; border:0; height:26px; color:White; padding:2px 10px 3px 10px; font-size:9pt; font-weight:normal; }
.btn_standard_red { background-image:url(images/btn_standard_red.jpg); background-repeat:repeat-x; border:0; height:26px; color:White; padding:2px 10px 3px 10px; font-size:9pt; font-weight:normal; }

a { color:White; text-decoration:none; }

/*****************************************************************
header
****************************************************************/

#header {
	width: 955px;
}

#logo {
	width: 385px;
	height: 106px;
	float:left;
	margin-top: 10px;
}

#contactdetails {
	width: 300px;
	float:right;
	margin-top: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #FFF;
	text-align: right;
}


.contactoffices {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #8bb3f2;
	text-align: right;
}

/*****************************************************************
banner
****************************************************************/

#banner {
	width: 955px;
	height: 288px;
	background-image:url(../images/topmainarea_bg.png)
}

#bannermainimage {
	height: 285px;
	float: left;
	padding-top: 3px;
	padding-left: 3px;
}

#bannerbullets {
	float: right;
	padding-top: 3px;
	width: 330px;
	padding-right: 3px;
}

/*****************************************************************
menu
****************************************************************/

#menu {
	width: 955px;
}

/*****************************************************************
left menu
****************************************************************/

.leftmenu {
	float: left;
	width: 600px;
}

/*****************************************************************
content area (inside of left menu)
****************************************************************/

.news_white_heading {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.news_blue_readmore {
	color: #3c88f1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

/*****************************************************************
right menu plus contact area and contact form
****************************************************************/

.rightmenu {
	float: right;
	width: 320px;
	margin-top: 10px;
}
.contactform {
	float: right;
	width: 315px;
	background-image: url(../images/contactform-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #b2b2b2;
	margin-bottom: 10px;
}

.quickquiry {
	width: 301px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: normal;
	color: #FFF;
}
/*****************************************************************
h tags / hr tags
****************************************************************/

h1 {
	margin-top:10px;
	padding:0px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#3f8ffc;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h1 a { color:#3f8ffc; }
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
div.hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/hr.png);
	background-repeat:repeat;
}

div.hr hr {
  display: none;
}

/*****************************************************************
footer
****************************************************************/

#footer {
	width: 955px;
	background-image: url(../images/footer-bg.png);
	height: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#footer a { color:White; text-decoration:none; }

.footerlinks {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 2px;
	margin-left: 2px;
}
.terms {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 2px;
	margin-right: 2px;
}
.discoverwebsite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
	width: 955px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
