/* RESET CSS FOR ALL BROWSERS */
* { margin: 0; padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul, li{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}
body{font:14px Verdana, Arial, Helvetica, sans-serif;}
table{font-size:inherit;font-size:100%;}
select,input,textarea{font:99% Arial, sans-serif;}
pre,code{font:115% monospace;font-size:100%;}
/* END RESET CSS FOR ALL BROWSERS */

html, body {
 height: 100%;
 margin: 0 auto;
 width: 100%;
 line-height: 20px;
 color:#090909;
 background-color: #666;
} 
p {padding: 2px 0; margin-bottom: 14px;}

table td {padding: 1px 0;}
/**********************   DEFAULT ANCHORS   ***********************************/
a, a:link {
  font-weight: bold;
	color: blue;
	text-decoration: none;
	margin:0;padding:0;
	}
  a img {border: none; }
  
a:visited {
	color: blue;
	text-decoration: none;
	}
a:hover{ 
  color: #FFF !important;
  background-color: blue;	
  }

a.img, a:hover.img {
	background: transparent;
	text-decoration: none;
}

/******************************************************************************/
/******************************************************************************/
/**********************    HEADERS   ******************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
  font-style: Georgia;
  color: #090909;
  margin-bottom: 24px;
}
h1 {
	font-size: 22px; 
  line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 27px;
}

/**********************   END HEADERS    **************************************/
/*********    WRAPPERS   - page or section containers**************************/
#headerWrapper {	
  text-align:center;
}
#header {
  margin: 0 auto;
  width: 780px;
  height: 125px;
	background: #DDDDDD; 
  }
 
#mainContentWrapper{
  text-align:center;  
  margin: 0 auto;
  width: 780px;
  }

#mainContent{
  text-align:left;
  float:left;  
  display:inline;
  width: 728px;
  padding: 14px 25px;  
  border-right: yellow solid 1px; 
  border-left: yellow solid 1px;
  background:#fff;

  }
#footerWrapper {	
  text-align:center;
  width: 780px;
  margin: 0 auto 25px auto;
}

#footer {
  float:left;  
  display:inline;
  background: #DDDDDD; 
  }  
#optIn1{
  background-color: #ccc;
  width: 250px;
  border: #999 solid 1px;
  padding: 10px 13px;
  font-size: 14px;
  line-height: 21px;
  }
#infoList {

}
.leftCol {
  width:425px;
  float:left;  
  display:inline;
  }  
.rightCol {
  width:278px;
  float:left;
  display:inline;
  margin-left:25px;
}  
  
.list {
  margin-bottom: 20px;
  font-weight: bold;
  }  
.pageWidth {width: 780px;float:left;}
.video {text-align: center;margin-bottom: 14px;}
.videoList {text-align: center;margin: 18px 0;float:left;width:728px;}
  .videoList object {display: block;margin: 0 auto;}
/**********************   END WRAPPERS   **************************************/
/**********************   BEGIN LIST STYLES   *********************************/
.bulletList{

  }
.bulletList li{
  margin: 6px 0 12px 12px;
  list-style-type: disc; list-style-position: outside;
   /* background:transparent url(../images/dot.gif) no-repeat scroll 2px 12px;
  padding: 4px 0 4px 12px;
  width:132px;*/
}
.bulletList li a{
  display:block;
  margin:0;
}

/********************* BEGIN MISC STYLES  *************************************/
.center{text-align:center;}
.floatRight {float:right;}
.title {text-align: center;}
.style1 {	
  font-size: 10px;
	line-height: 14px;
	margin: 2px 10px;}
.style2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 6px;
}
.bigBottom {margin-bottom: 100px;}
.inputText {
  margin-left: 8px;
  width: 200px;
}
.inputBtn {
  margin: 8px 0 0 8px;
  width: 60px;
}
/***************************** CLEAR STYLES ***********************************/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:block;}






