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

html{}
body{
	background:#ebebeb url(/img/site/bg.jpg);
	padding:0px;
	margin:0px;
	color:#4a5752;
	font-family:verdana,arial,times;
	font-size:12px;
}
a{
	color:#6d9686;
	cursor:pointer;
}
a:hover{
	color:#446659;
	cursor:pointer;
}


#contentLayer3 a{
	color:#fff;
	cursor:pointer;
}
#contentLayer3 a:hover{
	color:#d7dfdd;
}

.clearBoth{
	clear:both;
	width:100%;
}
.selected{
	text-decoration:none !important;
	font-weight:bold !important;
	color:rgb(50,50,50) !important;
}
#menu_links ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	margin-right:6px;
	list-style:none;
	padding-left:6px;
}

#menu_links ul li{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	margin-right:6px;
	list-style:none;
	padding-left:6px;
}
.label150 {
	width:150px;
	float:left;
	padding-right:5px;
	display:inline;
}

#PageName, #PageTitle, #PagePageCategoryId, #userTemplatesSelect, #PageUrlAlias, #PageKeywords, #PageDescription {
	width:250px;
}
label.contactForm {
	width:150px;
 	padding-right:10px;
	text-align:right;
	float:left;
	display:inline;
}
input.contactForm{
}


#contactForm ul{
	list-style-type:none;
	padding-left:0;
}
#contactForm li{
	list-style-type:none;
}
#contactForm span{
	display:inline-block;
	width:225px;
}
form label{
	float:left;	
	display:inline;
	width:225px;
}

.formBuilder-falseLabel {
font-size:14px;
font-weight:bold;
padding:15px 0 5px;
}
#flashMessage {
	width:926px;
	background:rgb(240,225,90);
	background:rgba(240,225,90,0.7);
	padding:5px;
	margin-bottom:5px;
	-moz-box-shadow:0 0 8px rgba(255,255,255,0.8);
}
