@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/background2.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: 40px;
	width: 800px;
}
div#text {
	float:left;
	width: 580px;
}
div#text p {
	margin-left: 180px;
}
div#text li {
	margin-left: 180px;
	list-style:none;
}
div#text img {
	float:left;
	margin: 3px 8px 0px 0px;
}
div#text .pline {
	margin-left: 0px;
}
div#rbox {
	position:relative;
	float: right;
	width: 200px;
	height: 180px;
}
div#rbox img {
	float:left;
	margin: 0px 10px 0px 0px;
}
div#btncontact {
	width: 200px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	background-color:#CCC;
}
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;
}
/*Contact Form*/
label {
	font:Verdana, Geneva, sans-serif normal;
	font-size:12px;
	float: left;
	width: 120px;
	margin: 13px 0px 0px 18px;
}
select {
	margin: 10px 0px 10px 20px;
}
input, textarea {
	width: 160px;
	font-size:12px;
	margin: 12px 0px 0px 18px;
}
textarea {
	font:Verdana, Geneva, sans-serif normal;
	width: 300px;
	height: 120px;
}
br {
	clear: left;
}
#submitbutton {
	margin-left: 155px;
	margin-top: 10px;
	width: 90px;
}
/*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;
}
