@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/background.gif);
	background-position: top;
	background-repeat:repeat-x;
	background-color: #FFF;
	top:0px;
	margin: 9px 0px 0px 0px;
}
a {
	color:#0072bc;
}
a img{
	border: 0px;
	
}
p {
	font-size:12px;
	font-family: "Lucida Grande",Segoe UI,Verdana,Arial,sans-serif;
	color:#333;
}
h1 {
	font-size:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	color:#333;
	margin: 10px 0px 5px 0px;
}
h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	color:#333;
}

div#container {
	position:relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	overflow:hidden;

}
div#container img{
	margin: 20px 0px 0px 60px;
}
div#top {
	height: 44px;
	width: 800px;
}
div#seologo {
	float:left;
	height: 44px;
	width: 121px;
	background: url(../images/YourSeoTeamLogo.gif) no-repeat;
}
div#banner {
	height: 118px;
	width: 800px;
	overflow:hidden;
}

div#text {
	float:left;
	width: 500px;
}
div#contact{
	position:relative;
	float: right;
	width: 270px;
	height: 280px;
	top: 20px;
	border-color:#06C;
	border-style:dashed;
	border-width:thin;
}
div#mcontact {
	position:relative;
	margin: 10px 0px 0px 15px;
	float:left;
	background-color:#d8e1f0;
	width: 240px;
	height:260px;
}
div#news {
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	float:right;
	height:310px;
	margin-top:50px;
	padding:10px;
	position:relative;
	width:252px;
}

div#news h1{
	color: #2D6BB8;
	font-size:14px;
	font-weight:bold;
}


div#news h2{
	color: #2D6BB8;
	font-size:11px;
	font-weight:normal;
}

div#news .news_content{
	color: #676566;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

div#footer {
	float: left;
	width:800px;
	height:80px;
	border-top:dashed thin #06C;
	margin: 30px 0px 0px 0px;
	bottom: 0px;
}
div#footer p {
	margin: 5px 0px 0px 0px;
	text-align:center;
}
div#footer img {
	margin: 5px 2px 0px 2px;
}


/*Index Form*/

label{
	font:Verdana, Geneva, sans-serif normal;
	font-size:12px;
	float: left;
	width: 120px;
	margin: 13px 0px 0px 18px;
}

input, textarea{
	float:left;
	width: 160px;
	font-size:12px;
	margin: 0px 0px 0px 18px;
}

textarea{
	width: 200px;
	height: 80px;
}

#submitbutton{
	margin-top: 10px;
	width: 90px;
}

br{
	clear: left;
}
.cform {
	text-align:center;
	margin: 20px 10px 0px 10px;
}
/*Light Box*/


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

/*Qod*/

#QOD {
	position:relative;
	top: 20px;
	font-weight: bold; 
font-size: 2.5em; 
color:#FFF; 
font-family:Verdana, Geneva, sans-serif;
}
div#banner p {
	color:#FFF;
	margin: 20px 0px 0px 0px;
}
