@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:url(../images/mainBG.png) repeat-x #f9f7f3;
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	color: #434343;
}

a {
	color: #529aba;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a img { border: none; outline: none; }

#wrapper {
	width: 922px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

#top {
	height: 77px;
}

.topLeft {
	float: left;
}

.topRight {
	float: right;
}

.topRight ul { margin:0; padding:0; margin: 32px 20px 0 0; float:right;}

.topRight li { list-style:none; float: left;  margin-left: 34px; text-align:center; }

.topRight li a { color: #434343; font-weight: bold; font-size: 14px; text-decoration: none; }	

.topRight li a:hover { color:#88b9cf; font-weight: bold; text-decoration: underline; }

#loginBar {
	height: 34px;
	background:url(../images/loginBarBG.png) no-repeat;
	clear:both;
	font-size: 12px;
	font-style: italics; 
	padding-left: 12px;
	padding-top: 8px;
	color: #a9a9a9;
}

#loginBar a { color: #434343; text-decoration:underline; }

#banner {
	height: 137px;
	text-indent: -9999px;
	background:url(../images/bannerBG.png) no-repeat;
	padding-left: 45px;
	padding-top: 85px;
	color: #FFF;
}

#banner h1 { margin:0; padding: 0; font-size: 28px; }

#banner h2 { margin-top: 10px; color: #ffcdf2; font-size: 24px; }

#bannerBottom {
	height: 103px;
	background:url(../images/bannerBottomBG.png) no-repeat;
	clear: both;
	padding-top: 15px;
	color: #FFF;
	font-weight: bold;
}

.bannerBottomLeft {
	float: left;
	margin-left: 0;
}

.bannerBottomRight {
	float: right;
}

#mainContent {
	background:#FFF;
	border: #eaeaea 3px solid ;
	clear:both;
	padding: 34px 0 34px 29px;
	color: #222222;
	height: auto;
	overflow: hidden;
}

.mainContentLeft {
	float: left;
	width: 600px;
	line-height: 20px;
}

.mainContentRight {
	float: left;
	width: 242px;
	margin-left: 20px;
}

#mainContent h1 { margin:0; padding:0; font-size: 18px; color: #bc1993; }

#mainContent h2 { margin-top: 3px; margin-bottom: 10px; padding:0; font-size: 14px; color: #c8c8c8; }

#features {
	margin-top: 20px;
	width: 573px;
	height: 139px;
	background:url(../images/featuresBG.png) no-repeat #f6f6f6;
	border: #e5e5e5 1px solid;
	padding-top: 59px;
	padding-left: 10px;
	padding-right: 19px;
}

.itsquick { float: left; width:174px; margin-left: 10px; }

.itseasy { float: left; width: 170px; margin-left: 20px; }

.itsfree { float: left; width: 174px; margin-left: 25px; }

#latestBlog {
	width: 215px;
	height: 250px;
	background:url(../images/latestBlogBG.png) no-repeat;
	padding-left: 24px;
	padding-top: 25px;
}

#latestBlog h1 { margin:0; padding:0; font-size: 14px; font-weight: bold; color: #434343; }

#latestBlog img { margin-left: 40px; margin-top: -45px; }

.posts { margin-top: 10px; width: 210px; }

.postTitle { color: #80b5cc; font-weight: bold; font-size: 14px; }

.postDate { color: #afafaf; font-style: italic; font-size: 12px; }

.postContent { color:#5e5e5e; font-style: normal; font-size: 12px; margin-top: 10px; margin-right: 15px; }

.postSeparator { background:url(../images/postSeparator.png); margin-bottom: 10px; height: 1px; margin-top: 10px; margin-right: 5px; }

#footer {
	clear:both;
	height: 41px;
	background:url(../images/footerBG.png) no-repeat;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 28px;
	font-size: 14px;
	color: #aaa;
	font-weight: bold;
}

#footer a { color: #FFF; text-decoration: none; }

.goRight { float:right; margin: 0 30px 0 0; color: #fff }