/****************************************************************
Copyright Discover Websites 2009
CSS Written by James Hill
*****************************************************************
Body Styles and Wrapper
****************************************************************/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Century Gothic", Arial; color:#FFF; font-size: 14px;
	background-color:#6eadce;
	margin:20px auto 20px auto;
}

#wrapper {
	margin: auto;
	width: 753px;
}

a { text-decoration:none; color:White; }

.clear { clear:both; }
img { border:0; }
p { margin:0; padding:0; }
.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; text-decoration:none; }
.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; text-decoration:none; }
.btn_standard_green:hover { text-decoration:underline; }
.btn_standard_red:hover { text-decoration:underline; }

/*****************************************************************
Header
****************************************************************/

#header {
	height: 206px;
	width: 753px;
	background-image: url(../images/banner_bg.png);
}
#logo {
	height: 205px;
	width: 228px;
}

/*****************************************************************
left menu - image page links
****************************************************************/

.leftmenu {
	float: left;
	width: 143px;
	margin-top: 24px;
	margin-bottom: 10px;
}

/*****************************************************************
right menu - also a small width right menu news section inside
****************************************************************/

.rightmenu {
	float: right;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightmenunews {
	float: right;
	width: 170px;
	margin-top: 8px;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	min-height:340px;
}

#email_form_wrapper { font-size:11pt; }
#email_form_title { font-family:Garamond, Times New Roman, Sans-Serif; margin-bottom:2px; }
#email_form_lhs { float:left; }
#email_form_lhs input { font-size:8pt; padding:0; margin:0; border:solid 1px #cccccc; width:135px; }
#email_form_rhs { float:left; padding-left:3px; font-size:10pt; font-family:Garamond, Times New Roman, Sans-Serif; }

.watermark { color:#999999 } 

/*****************************************************************
text area - cms section (main text)
****************************************************************/

.textarea {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 24px;
	margin-bottom: 10px;
}

/*****************************************************************
main content area - used for the fade in background from the banner
****************************************************************/

.maincontentarea {
	background-image: url(../images/bodyback.png);
	background-repeat:no-repeat;
}

/*****************************************************************
h tags / ul tags / hr tags
****************************************************************/

ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-family: "Century Gothic", Arial;
	color:#FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	font-family: "Century Gothic", Arial;
	color:#FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
div.hr {
	height: 1px;
	background: #fff url(../images/hr.png) no-repeat scroll center;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.hr hr {
  display: none;
}

/*****************************************************************
footer
****************************************************************/

#footer {
	height: 50px;
	width: 753px;
	background-image: url(../images/footer-bg.png);
	margin: auto;
	background-repeat: repeat-x;
}

#footer_lhs  {
    float:left; 
    font-size: 12px;
	color: #ffffff;
	margin-top: 15px;
}

#footer_lhs a { 
    font-size: 12px;
	color: #ffffff;
}

#discoverywebsite {
	float: right;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #165BB0;
	margin-top: 15px;
	text-align:right;
}

#discoverywebsite a { color:White; text-decoration:none; }