
body { 

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px; 
	color: black; 
	text-align: center;
	background: #d8d8d8 top center no-repeat;

}

A:link { color: black; text-decoration: none}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}

#container_logo { text-align:left; width: 960px; height: 112px; margin:0 auto;position:relative;
 }
 
#container_main {
        background-repeat: repeat-y; 
        background-image: url(../images/line.png); 
        text-align:left; 
        width: 950px;  
        margin:0 auto;
        position:relative;
 }
 
 #livechat {
 		position: absolute;
 		top:3px;
 		right:1px;
 }
 
.news_text {
 	font-style: italic;
 	font-size: 12px;
 }
.search_input_bg {
 	border-style: none;
 	background-repeat: no-repeat;
 	background-image: url(../images/search_input_bg.jpg);
 	height: 18px;
 	width: 210px;
 	vertical-align: middle;
 }
 
 .search_input_norm {

 	border-style: none;
 	background-repeat: no-repeat;
 	background-image: url(../images/search_input_clear_bg.jpg);
	color:black;
 	height: 18px;
 	width: 210px;
 	vertical-align: middle;
 }
 
 div#page_bottom {
	background-repeat: no-repeat;
	background-image: url(../images/bottom.png);
	position: relative;
	height: 20px;
	width: 950px;
	margin:0 auto;
}

.content {
	z-index: 100;
	position: relative;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
	width: 930px;
	overflow:hidden;
}

#rightcol {     
	width:215px;
	float:left;
	text-align:left;
	background-color:#fef7f1;
	padding-top:15px;
	line-height:200%;	
	min-height:650px;
	height:auto;!important; 
	height:650px;
	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
}

#rightcol-contact {
	/*width:165px;*/
	float:right;
	text-align:left;
	background-color:#fef7f1;
	position:absolute;
	top:180px;
	right:110px;
	padding:15px;
	border-radius: 11px;
   -moz-border-radius: 11px;
   -webkit-border-radius: 11px;
   font-size:13px;
}

.rightcol-contact-heading {
	color:#f79646;
}

#rightcol-blog {     
	width:215px;
	float:left;
	text-align:left;
	background-color:#fef7f1;
	padding-top:15px;
	line-height:200%;	
	min-height:1250px;
	height:auto;!important; 
	height:1250px;
	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
}

#rightcol-blog h2 {color:#f78f1e;}

 div#footer {
	color: #76923c;
	position: relative;
	height: 13px;
	width: 950px;
	margin:0 auto 50px auto;
	font-size:11px;
	line-height:135%;
}

#footer a {
	color:#76923c;
}

td.contact-form-label {
	text-align:right;
	color:#f1984c;
	font-size:12px;
	margin-bottom:3px;
	width:150px;
}	


.toolAnchor {
	color:#f78f1e;
}

