@charset "utf-8";
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
  background-color: #cccccc;
  font-family:Arial, Helvetica, sans-serif;
}
p {
  font-size:12px;
  color: #333;
}
h1 {
  color: #00457c;
  font-size:30px;
  font-weight:bold;
}
h2 {
  color: #00457c;
  font-size:21px;
  font-weight:bold;
}
h3 {
  color: #00457c;
  font-size:14px;
  font-weight:bold;
  margin: 0 0 5px 0;
}
.container {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
}
.innerContainer {
  width: 960px;
  float:left;
  position:relative;
  background-color: #FFF;
  padding: 20px 0 0 0;
}
.footer{
  width: 960px;
  float:left;
  position:relative;
  background-color: #FFF;
  padding: 10px 0;
}
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	margin: 0 0 10px 0;
	text-align:center;
}
.bannerGraphic {
	width: 960px;
	float:left;
	position:relative;
	padding: 20px 0 0 0;
	background-image: url(../images/seoGraphic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 124px;
	height: 124px;
}
.bannerGraphicText{
	width: 530px;
	float: left;
	position: relative;
	padding: 0 0 0 380px;
}
.bannerGraphicText p{
	font-size:14px;
	line-height: 20px;
	margin: 5px 0 0 0;
}
.leftColumn {
	width: 920px;
	position:relative;
	float:left;
	padding: 0 0 30px 20px;
}
.copy{
	width: 450px;
	position: relative;
	float:left;
	clear: left;
	padding: 0px 0 20px 15px;
}
.copy h2{
  margin: 10px 0;
}
.copy p{
  line-height: 18px;
}
.codeSample{
	width: 400px;
	position:relative;
	float:right;
	margin: 0px 20px 0 0;
	padding: 10px;
	border: dashed 1px #999;
	background-color:#E9E9E9;
}
.seoSample{
	width: 390px;
	position:relative;
	float:right;
	margin: 20px 20px 0 0;
	padding: 10px;
}
.codeSample .highlight{
	background-color:#FF9;
}
.optionContainer{
  width: 930px;
  position: relative;
  float:left;
}
.leftColumn .rss{
	width: 600px;
	position: relative;
	float: left;
	padding: 30px 0 20px 100px;
}
.leftColumn .faqs{
	width: 700px;
	position: relative;
	float: left;
	padding: 0px 0 20px 15px;
}
.leftColumn .faqs h3{
  color: #00457c;
  font-size:14px;
  font-weight:bold;
  margin: 10px 0 0 0;
}
.leftColumn .faqs p{
  color: #333;
  font-size:12px;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.leftColumn .faqs ol, ul{
	color: #333;
	font-size:12px;
	line-height: 18px;
	margin: 0 0 20px 20px;
	list-style-position: outside;
}
.leftColumn .faqs li{
	margin: 10px 0 10px 0px;
}
.leftColumn .faqs h2{
  margin: 10px 0 0px 0;
}

.rightColumn {
  width: 350px;
  position:relative;
  float:left;
}
.phoneContainer {
  width: 333px;
  min-height: 512px;
  height: 512px;
  position:relative;
  float:left;
  background-image: url(http://marketing.web.com/mnt/files/ftproot/marketing/micro/mobile/images/phoneBackground.gif);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 40px;
}
.phoneFrame {
  width: 236px;
  height: 297px;
  position: relative;
  float: left;
  margin: 101px 0 0 54px;
}
.formContainer {
  width: 333px;
  position:relative;
  float:left;
  background-image: url(http://marketing.web.com/mnt/files/ftproot/marketing/micro/mobile/images/phoneReflection.gif);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 30px 0 0 0;
}
.formContainer p{
  text-align:center;
  padding: 0 0 10px 0;
}
.formContainer h2{
  text-align:center;
}

.formTable p{
  text-align: right;
  font-weight:bold
}

.logo {
  width: 185px;
  float:left;
  position:relative;
  padding: 0 0 20px 20px;
}
.logoDiscover {
  width: 162px;
  float:right;
  position:relative;
  padding: 0 10px 5px 0;
}
.headLine {
  width: 600px;
  float:right;
  position:relative;
  padding: 20px 30px 0px 0;
  text-align:right;
}
.headLineDiscover {
  width: 400px;
  float:left;
  position:relative;
  padding: 20px 0px 0px 30px;
  text-align:left;
}
.info-content {
	float:left;
	margin:0;
	position:relative;
	width:920px;
	border-bottom:1px dotted #343434;
}
