@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#mainWrapper{
	width:996px;
	margin:auto;
	border:1px #999999 solid;
}
#mainHeader{
	width:100%;
	height:55px;
}
#logo{
	width:300px;
	height:55px;
	background:url(../images/logo.gif) no-repeat;
	float:left;
}
#rightTopText{
	width:265px;
	height:55px;
	background:url(../images/header_right.gif) no-repeat 0px 3px;
	float:right;
}
#topMenu{

	width:100%;
	height:32px;
	background:url(../images/menu_bgnd.gif) repeat-x;
}
#banner{
	width:100%;
	height:192px;
	background:url(../images/banner.jpg) repeat-x;	
}
#barSpacer{
	height:7px;
	width:100%;
	background:url(../images/bar_spacer.gif) repeat-x top;
	line-height:0px;
	font-size:0px;

}
#contentWrapper{
	min-height:200px;
	width:100%;
	background:url(../images/bar_spacer_white_shadow.gif) repeat-x top;

}
#rightColumn{
	min-height:200px;
	float:right;
	width:786px;
	/*background:#999999;*/
}
#rightColumn h1{
	color:#af9473;
	font-size:20px;
	margin:0px 0px 16px 0px;

}
#rightColumn h2{
	color:#000000;
	font-size:17px;
	margin:0px 0px 14px 0px;
	font-weight:bold;

}
#rightColumn h3{
	color:#af9473;
	font-size:15px;
	margin:0px 0px 14px 0px;
	font-weight:bold;

}
#rightColumn h2.openDiv{
	font-size:15px;
	cursor:pointer;
	text-decoration:underline;
	margin:0px;
	display:inline;
}
#rightColumn .cont{
	margin:20px 40px 20px 20px;
	line-height:18px;
}
#rightColumn .cont div.moduleTitle{
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#rightColumn .cont div.moduleContent{
	padding-left:10px;
}
#rightColumn .cont div.moduleContent p{
	margin:2px 0px 7px 0px;
}
#leftColumn{
	float:left;
	width:200px;
	background:url(../images/bar_spacer_beige_shadow.gif) repeat-x top #ddd0a6;
	min-height:200px;
}
#leftColumn #sideMenu{
	margin:20px 10px 10px 10px;
	background:#d8caa2;
	padding:0px 0px 15px 0px;
	border:1px #c5b894 solid;
}
#leftColumn #sideMenu div.title{
	margin:1px 1px 10px 1px;
	background:#cabd97;
	height:25px;
	padding:0px 15px 0px 15px;
	line-height:24px;
}
#leftColumn #sideMenu li{
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style-position:inside;
	line-height:20px;
}
#leftColumn #sideMenu li a:link, #leftColumn #sideMenu li a:visited, #leftColumn #sideMenu li a:active {
	color:#000000;
	text-decoration:none;
}
#leftColumn #sideMenu li a:hover{
	color:#666666;
}
#leftColumn #loginSide{
	margin:20px 10px 10px 10px;
	background:#d8caa2;
	padding:0px 0px 0px 0px;
	border:1px #c5b894 solid;
}
#leftColumn #loginSide div.title{
	margin:1px 1px 10px 1px;
	background:#cabd97;
	height:25px;
	padding:0px 15px 0px 15px;
	line-height:24px;
}
#leftColumn #loginSide div.content{
	padding:0px 15px 0px 15px;
	
}
#leftColumn #loginSide div.content .registerLink{
	float:right;
}
#leftColumn #loginSide div.content input.text{
	width:100%;
}
#footer{
	clear:both;
	width:100%;
	height:0px;
	/*background:#ddd0a6;*/
}
table.contentTable td{
	text-align:center;
	border-bottom:dotted 1px #968349;
}
table.contentTable th{
	background:#968349;
	color:#FFFFFF;
}
.asterisk{
	font-size:10px;
	color:#333333;
	line-height:10px;

}
div.versions{
	/*display:none;*/
	/*border:1px dotted #968349;*/
	padding:0px 20px 0px 20px;
	margin-bottom:10px;
}
div.versions td p, div.versions td div, div.versions p, div.moduleContent ul{
	margin:2px 0px 6px 0px;
}
div.versions td{
	vertical-align:top;
}
ul{
	padding:0px;
	margin-left:0px;
	list-style-position:inside;
}
div.testimonials {
	margin-bottom:20px;
	border-bottom:1px dotted #968349;
	padding-bottom:20px;
	width:90%;
}
div.testimonials img{
	float:left;
	margin:0px 20px 10px 0px;
}
div.testimonials div{
	text-align:right;
	clear:left;
}
table.gallery td{
	border-bottom:1px dotted #968349;
	

}
table.gallery a:link img, table.gallery a:visited img,table.gallery a:active img{
	border:2px #7E6C41 solid;
} 
table.gallery a:hover img{

	border:2px #C8BA8C solid;
}
div.spacer{
	height:10px;
}
div.error{
	color:#FF0000;
	font-size:11px;
	display:none;
}