@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	margin:0;
	padding:0;
}
#header_bar {
	width:880px;
	height: 170px;
	font-size:12px;
	border-bottom: 2px solid #735da5;
}

#container {
	width: 880px;
	padding:0;
	text-align:left;
	float:left;
	background-position:center;
	background-repeat:repeat-y;
	line-height: 18px;
	
}
#header {
	float:left;
	width:880px;
	background-color:#fff;
	border-bottom:1px solid #404982;
	height:140px;
	margin: 0 0;
}
#content {
	float:left;
	width:880px;
}
#left_col {
	float:left;
	width:691px;
	margin-left: 0;
	margin-top:10px;
	margin-right:10px;
	color: #737373;
}
#left_col ul {
	list-style:disc;
	list-style-position:inside;
	padding:0;
	margin:0;
	display: block;
}
#left_col ul li {
	border-bottom:1px solid #fff;
	font-size:12px;
}

#right_col {
	float:left;
	width:169px;
	margin-left:10px;
	margin-top:20px;
	min-height: 300px;
	margin-bottom: 20px;
}

#right_col p {
	padding:0;
	margin:0;
}

#footer {
	height: 59px;
	width:912px;
	clear:both;
	font-size:12px;
	color:#333;
	background: url(images/footerbg.png) no-repeat;
}
#menu{
	font-family:tahoma, verdana, arial;
	font-size:11px;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}
#menu ul li a{
	background: url('images/bullet.png') no-repeat left #b6ddac;
	color:#765aae;
	font-weight: bold;
	display:block;
	margin:0px;
	padding:7px;
	text-decoration:none;
	text-indent: 20px;
	font-size: 12px;
}
#menu ul li a:hover{
	font-weight: bold;
	background: url('images/bullethover.png') no-repeat left #e8e7ea;
	color:#fff;
	text-indent: 20px;
	font-size: 12px;
}


// menu top styles
/**
 * Sheet Style Menu Drop down for Jquery.
 * Compatible with Internet Explorer, Firefox, Safari, Opera and Chrome.
 * @author: Pablo Diego - pablodc@gmail.com
 * @date: 14/01/2009
 */
#menu_top ul{
	list-style:none;
}
#menu_top ul li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	color: #fff;
}
#menu_top ul li a{
	display:block;
	margin:0px;
	padding:6px 25px;
	color: #fff;
}
#menu_top ul li a:hover{
	color:#fff;
}
#menu_top ul li ul{
	background-color: #b6ddac;
	position:absolute;
	display:none;
	margin:0;
	padding: 0;
}
#menu_top ul li ul li{
	clear:left;
}
#menu_top ul li ul li a{
	text-decoration:none;
	width:70px;
	color: #555555;
}
#menu_top ul li ul li a:hover{
	background: #e8e7ea;
}
#menu_top ul li ul li ul{
	clear:left;
	display:none;
	left:100px;

	/* Bengin CSS-HACK, for Microsoft Internet Explorer */
	_left:120px;
	/* End CSS-HACK */

	position:absolute;
	top:0px;
}
.footertable {
    margin-left:10px;
    width: 860px;
    margin-top:2px;
    color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.menulist, .main_menu {
	width:168px;
	border-top: 1px solid #b6ddac;
}
.joinbtn {
	background: url('images/signupbtn.png');
	width:108px;
	height:24px;
	border:none;
	padding:0;
	margin:0;
}
.mailinginput {
	border: 1px solid #aeb4ac;
	padding: 3px 5px;
	margin-bottom: 4px;
}
.mailingtable{
	padding: 0;
	background: #b6ddac;
	color: #737373;
	width:168px;
	padding-top:10px;
}
.logo {
	margin: 25px 0 0 0;
}
h1 {
	font-size:20px;
	font-weight: normal;
	margin:0 0 10px 0;
	padding:0;
	color: #765AAE;
}
.topmenu {
	font-weight: bold;
	list-style: none;
}

#button {
	width: 12em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	width: 596px;
	margin: 0 0 0 284px;
	font-size:12px;
	height:30px;
	position: relative;
	margin-top:-30px;

	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	margin: 0;
	display: inline;
	float:left;
	text-align: center;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	padding:6px 40px;
	font-weight: bold;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	background-color: #9ab93e;
	background: url('images/hoverbg.png') repeat-x;
	color: #fff;
}
.promoimg {
	float:left;
	margin: 0 10px 10px 0;
}
a.sidebarlink {
	color: #737373;
	text-decoration: none;
}
a:hover.sidebarlink {
	text-decoration: underline;
}
.promoreadmore {
float:left;
padding-top:4px;
text-align:center;
width:177px;
}
.signupbtn {
  background: url('images/signupbtn.png') no-repeat;
  width: 97px;
  height: 24px;
  border:0;
  
}
.sideheading {
  background: url('images/sidebartop.png') no-repeat;
  width:168px;
  height:34px;
}
.sideheadingtext {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 8px 9px;
}
a {
  color: #765AAE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* blog css */
.blogcontent {
	line-height: 18px;
	margin-bottom: 5px;
	width: 100%;
}
.blogcontent p {
	margin:0;
	padding: 0;
}
.blogdate {
	font-size: 13px;
	padding-bottom: 5px;
	color: #333;
	font-style: italic;
}
.blogtitle {
	font-size: 20px;
	color: #765AAE;
	margin: 5px 0;
	font-weight: normal;
	clear:both;
}
.bloglabels {
	font-size: 12px;
	color: #333;
	background-color: #eee;
	padding: 5px;
}
.blogposter {
	color: #333;
	padding-right: 20px;
	background-color: #eee;
	padding: 5px;
}
#blogcontainer {
	width:100%;
	border-top:1px dotted #374284;
	padding-top:10px;
}
.blogspacer {
	margin-bottom: 20px;
	width:550px;
	height:1px;
	float:left;
}
#header_bar {
	background: url('images/booknow.jpg') right no-repeat;
}