*{
	padding:0;
	margin:0;
}
body{
	background-color:#eae7cf;
}
img{
	border:none;
}
a{
	color:#DD7A2C;
}
a:hover{
	text-decoration:none;
}
#container{
	width:980px;
	margin:0 auto;
}
#header{
	background-color:#FFFFFF;
	height:67px;
	padding:10px;
	width:960px;
}
#logo{
	float:left;
}
#bannerAd{
	width:468px;
	height:60px;
	float:right;
}
#skyscaperAd{
	width:120px;
	height:600px;
	float:right;
}
#buttonAd{
	width:125px;
	height:125px;
	float:left;
	margin-top:20px;
}
#mainWindow{
	background-color: #9A9A9A;
	background-image:url(../images/mainWindowBG.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding:0 10px;
	height:610px;
}
#mainTextWindow{
	float:left;
	background-color:#410024;
	padding:0 10px;
	width:810px;
	height:600px;
	margin-bottom:10px;
}
#mainTextWindow h1{
	color:#dd7a2c;
	font-size:42px;
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
#sidebar{
	width:177px;
	float:left;
}
#navi{
	margin-top:10px;
	width:177px;
	float:left;
}
.menu {
	width: 177px;
	list-style: none;
}
.menu li {
	margin: 5px 0;
	height: 31px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a{
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 31px;
	background-repeat: no-repeat;
}
.home {background-image: url(../images/menuButtonHomeHover.jpg);}/*Hover*/
.home a {background-image: url(../images/menuButtonHome.jpg);}/*Normal*/
.about {background-image: url(../images/menuButtonAboutHover.jpg);}/*Hover*/
.about a {background-image: url(../images/menuButtonAbout.jpg);}/*Normal*/
.advertise {background-image: url(../images/menuButtonAdvertiseHover.jpg);}/*Hover*/
.advertise a {background-image: url(../images/menuButtonAdvertise.jpg);}/*Normal*/
.features {background-image: url(../images/menuButtonFeaturesHover.jpg);}/*Hover*/
.features a {background-image: url(../images/menuButtonFeatures.jpg);}/*Normal*/
.contact {background-image: url(../images/menuButtonContactHover.jpg);}/*Hover*/
.contact a {background-image: url(../images/menuButtonContact.jpg);}/*Normal*/
.subscribe {background-image: url(../images/menuButtonSubscribeHover.jpg);}/*Hover*/
.subscribe a {background-image: url(../images/menuButtonSubscribe.jpg);}/*Normal*/
.blog {background-image: url(../images/menuButtonBlogHover.jpg);}/*Hover*/
.blog a {background-image: url(../images/menuButtonBlog.jpg);}/*Normal*/
.login {background-image: url(../images/menuButtonLoginHover.jpg);}/*Hover*/
.login a {background-image: url(../images/menuButtonLogin.jpg);}/*Normal*/
ul.menu li a:hover {background: none;}
.clrBoth{
	clear:both;
}
#textBox{
	width:280px;
	margin:10px 0 0 10px;
	float:left;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}
#textBox p{
	margin-bottom:1em;
}
#textBox ul{
	list-style: none;
}
#textBox ul li{
	padding-left: 12px;
	background-attachment: scroll;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size:12px;
	font-style:italic;
}
#textBox .lastPara{
	margin-bottom:0;
}
#mainImage{
	width:330px;
	margin-top:10px;
	float:right;
}
.subMenu{
	margin:20px 0;
}

.subMenuNavi {
	width: 158px;
	list-style: none;
}
.subMenuNavi li {
	list-style: none;
}
.subMenuNavi li a{
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 49px;
	background-repeat: no-repeat;
}
.subscribeCTA {background-image: url(../images/menuButtonSubscribeCTAHover.jpg);}/*Hover*/
.subscribeCTA a {background-image: url(../images/menuButtonSubscribeCTA.jpg);}/*Normal*/
.blogCTA {background-image: url(../images/menuButtonBlogCTAHover.jpg);}/*Hover*/
.blogCTA a {background-image: url(../images/menuButtonBlogCTA.jpg);}/*Normal*/
ul.subMenuNavi li a:hover {background: none;}

.contactText p{
	color:#FFFFFF;
	font-size:13px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-bottom:20px;
}
#footer p{
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	padding:3px 0;
}
#footer a{
	text-decoration:none;
	color:#4e4e4e;
}
#footer a:hover{
	text-decoration:underline;
}
.red{
	color:#CC0000;
	font-weight:bold;
}
input{
	width:150px;
	margin-bottom:10px;
}
#Login{
	width:60px;
}
#form1 a{
	color:#DD7A2C;
}
#form1 a:hover{
	text-decoration:none;
}
#hor-zebra {
	border-collapse:collapse;
	font-size:12px;
	text-align:left;
	width:260px;
}
#hor-zebra th {
	color:#DD7A2C;
	font-size:14px;
	font-weight:normal;
	padding:2px 4px;
	text-transform:uppercase;
}
#hor-zebra .odd {
	background:#E8EDFF none repeat scroll 0 0;
}
#hor-zebra .odd td{
	color:#666699;
}
#hor-zebra td {
	color:#FFFFFF;
	padding:4px;
}
form#contactForm {
}
form#contactForm label {
	float:right;
}
form#contactForm input {
	width:250px;
	padding:5px;
	font-size:1.1em;
	font-family:Century Gothic,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:0;
}
form#contactForm textarea {
	width:255px;
	height:100px;
	padding:5px;
	font-size:1.1em;
	font-family:Century Gothic,Verdana,Arial,Helvetica,sans-serif;
}
#contactForm .submit{
	width:85px;
	margin-top:10px;
	font-size:1em;
}