/****************************************************************
Copyright Discover Websites 2009
CSS Written by James Hill
*****************************************************************
Master Styles
****************************************************************/
body {
	margin:0px auto 0px auto;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	overflow-y:scroll;
}

a { font-family:Georgia, Arial, Verdana; font-size:11pt; color:#666666; text-decoration:underline; }

a:hover {
	font-family:Georgia, Arial, Verdana;
	font-size:11pt;
	color:#666666;
	text-decoration:underline;
	text-align: left;
}
img { border:0; }

#master_wrapper {
	border:1px solid #000;
	margin:0px auto 0px auto;
	background:url(../images/banner-bg.png) no-repeat top;
	}
	
.clear { clear:both; }
h1 {
	font-family:Georgia, Arial, Verdana;
	font-size:14pt;
	color:#666666;
	padding:0 0 0 0;
	margin:0;
	text-align: left;
}
h2 { font-family:Georgia, Arial, Verdana; font-size:12pt; color:#666666; padding:0 0 0 0; margin:0; }
p {
	font-family:Georgia, Arial, Verdana;
	font-size:11pt;
	color:#666666;
	margin:0;
	padding:0;
	text-align:left;
	font-weight: normal;
}
.watermark { color:#999999; }
input[type="submit"] { }

/*****************************************************************
Banner
****************************************************************/
#banner_wrapper {width:800px; height:312px; margin:auto;
background:url(../images/banner_bg_home.png) no-repeat right bottom;}
#logo {
	float:left;
	height:98px;
	width:267px;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#contactext {
	float:right;
	height:70px;
	width:470px;
	font-family:Georgia, Arial, Verdana;
	font-size:11pt;
	color:#666666;
	text-align:right;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#contactext a{font-family:Georgia, Arial, Verdana; font-size:11pt; color:#666666; text-decoration:none;}
#contactext a:hover{font-family:Georgia, Arial, Verdana; font-size:11pt; color:#000; text-decoration:underline;}
#logotext {
	float:left;
	width:520px;
	font-family:Georgia, Arial, Verdana;
	font-size:14pt;
	color:#666666;
	margin-top:30px;
	margin-right: 40px;
}
#logoimg {
	float: right;
	
}

/*****************************************************************
Banner
****************************************************************/
#menu_wrapper {width:800px; margin:auto; height:48; background-image:url(../images/menu-bar-blank.png);}

.menuitems {
	width:auto;
	height:47px;
	margin:0px;
	padding:0px;
}

.menuitems li{
	list-style:none;
	float:left;
	display:inline-block;
	padding:14px 0px 0px 0px;
}
	
.menuitems a{
	color:#7f7f7f;
	display:inline-block;
	font:normal 16px Georgia;
	text-transform:uppercase;
	text-decoration:none;
}

.menuitems a:hover{
	color:#fe8afd;
}

.menuitems .Active{
	color:#fe8afd;
	display:inline-block;
	font:normal 16px Georgia;
	text-transform:uppercase;
	text-decoration:none;
}

.menuitems .Spacer
{
	display:inline-block;
	width:16px;
}

/*****************************************************************
Body_wrapper
****************************************************************/
#body_wrapper {
	width:800px;
	height:auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.hr {height:4px; width:660px; margin-top:0px; margin-bottom:0px;}

/*****************************************************************
Footer
****************************************************************/
#footer_wrapper {width:100%; height:208px; background-image:url(../images/footer-bg.png); background-repeat:repeat-x;}
#footer_content {width:800px; height:208px; margin:auto;}
#links {float:left; height:auto; width:auto; font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; padding-top:20px;}
#links a{font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; text-decoration:none;}
#links a:hover{font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; text-decoration:underline;}
#dw_links {float:right; height:auto; width:auto; font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; padding-top:20px;}
#dw_links a{font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; text-decoration:none;}
#dw_links a:hover{font-family:Georgia, Arial, Verdana; font-size:9pt; color:#FFF; text-decoration:underline;}
.pinktext {
	color: #FF7FFE;
	font-weight: bold;
}

.link {
	color: #FF7FFE;
	font-weight: normal;
}

.video {
	float: left;
	text-align: left;
}

