/* ### GENERAL ### */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fefefe;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* ### GLOBAL CLASSES ### */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* ### WRAPPER ### */
#wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	min-width: 1080px;
}
/* ### MAIN CONTAINER ### */
#mainCntr {
	margin: 0 auto;
	width: 1000px;
}
#headerCntr {
	position: relative;
	width: 1000px;
	background: url(../images/header_extend.gif) left top repeat-x;
	height: 155px;
}
/* ### CONTENT CONTAINER ### */
#contentCntr {
	overflow: hidden;
	width: 1000px;
}

h1 {
	font-size: 35px;
	color: #af7c4a;
	margin: 0;
}
h2 {
	font: normal 24.45px Tahoma, Arial;
	color: #af7c4a;
	margin: 0;
}
h3 {
	font-size: 14px;
	color: #af7c4a;
	margin: 0;
}
h4 {
	color: #af7c4a;
	margin: 0;
}
h5 {
	color: #af7c4a;
	margin: 0;
}
a {
	font: normal 14px Tahoma, Arial;
	color: #af7c4a;
	text-decoration: underline;
}
a:hover {
	font: normal 14px Tahoma, Arial;
	color: #888888;  /* was af7c4a */
	text-decoration: none;
}
.white-link-underline {
	text-decoration: underline;
	color: #FFFFFF;
}
.white-text {
	color: #ffffff;
	text-decoration: none;
}
.b1 {
	font: 14px tahoma, Arial;
	color: #fffea0;
	text-decoration: none;
	padding: 15px;
	margin: 0;
}
.p {
	padding: 0 0 0 20px;
}
.p1 {
	padding: 0 0 0 30px;
}
.p2 {
	padding: 150px 0 0 250px;
}
ul {
	padding-left: 20px;
}

.logo {
	padding: 23px 0 0 202px;
}

#topBox {
	background: url(../images/top_bg.jpg) no-repeat;
	height: 232px;  /* 297 - padding (65) */
	padding: 65px 0 0 65px;
	line-height: 18px;
}
	

/* ### MAIN CONTENT CENTER CONTAINER ### */
#centerBox {
	/* background: url(../images/centerbg.gif) left top repeat-y; */
	width: 1000px;
	padding: 0 0 0 30px;
}
#centerBox .leftSide {
	float: left;
	padding: 18px 0 26px 14px;
	line-height: 18px;
	width: 65%;
}


.rightSide {
	float: right;
	width: 30%;
	padding: 0 0 0 0;
	background: #E6E6E6;
	min-height:400px;
	color: #000000;
	vertical-align: top;
	padding: 10px 0 0 30px;
	line-height: 18px;
}
.rightSide .menu a {
	font: normal 14px tahoma, Arial;
	text-decoration: none;
	line-height:22px;
}
.rightSide a:hover {
	color: #888888;
	font: bold 14px tahoma, Arial;
	text-decoration: underline;
	line-height:22px;
}
.leftSide img {
	padding: 5px 20px 20px 5px;
}
.leftSide .testiment {
	font-style:italic;
	color:#af7c4a;
}
.leftSide .articles {
	font-style:italic;
	color:#af7c4a;
	text-align:right;
	padding-right:150px;
}
.leftSide .article-exerpt {
	padding:10px 30px 10px 30px;
	font-size:14px;
}
.leftSide .articles a {
	text-decoration:none;
}
.fixed_btm {
	bottom:0;
	position:fixed;
	/* position:absolute; */
	right:0;
}
.hor_rule {
	color:#CBCBCB;
	width:80%;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
	position:relative;
	top:18px;
	left:-20px;
}
.color_black {
	color:black
}
.abs_left {
	position: absolute; 
	left: 750px;
	top: 49px;
}


/* ### FOOTER CONTAINER ### */
#footerCntr {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bottom_bg.jpg) left top repeat-x;
}
#footerCntr a {
	color: #ffffff;
}
#footerCntr a:hover {
	color: #888888;
}
#disclaimer {
	font-size: 11px;
	text-align:center;
	color: #888888;
}

/* from old stylesheet */
.blye-text-underline {
	color: #a257e0;
	text-decoration: underline;
}
.blye-text-regular {
	color: #a257e0;
	text-decoration: none;
}
.yellow-text-regular {
	color: #ffb400;
	text-decoration: none;
}
.yellow-text-underline {
	color: #ffb400;
	text-decoration: underline;
}
.orange-text-regular {
	color: #fe6b1d;
	text-decoration: none;
}
.orange-text-underline {
	color: #fe6b1d;
	text-decoration: underline;
}
.broun-text-regular {
	color: #af7c4a;
	text-decoration: none;
}
.broun-text-underline {
	color: #af7c4a;
	text-decoration: underline;
}
.red-text-regular {
	color: #8c247b;
	text-decoration: none;
}
.red-text-special {
	color: red;
	font-weight: bold;
}
.red-text-underline {
	color: #8c247b;
	text-decoration: underline;
}
.black-text-regular {
	color: #000000;
	text-decoration: none;
}
.black-text-underline {
	color: #000000;
	text-decoration: underline;
}
.gray-text-underline {
	color: #7c7c7c;
	text-decoration: underline;
}
.gray-text-regular {
	color: #7c7c7c;
	text-decoration: none;
}
.green-text {
	color: #a5b66e;
	text-decoration: none;
}
.green-text-underline {
	color: #a5b66e;
	text-decoration: underline;
}

.contact_form {padding:0; margin:0;}
.contact_form fieldset {border:none; padding:10px;}
.contact_form label {float:left; text-align:right; padding-top:5px; padding-bottom:5px; width:180px; padding-right:20px;}
.contact_form input {margin-top:5px; margin-bottom:5px;}

#followbuttons {
	top:150px;
	border:0;
	position:fixed;
	z-index: 1000;
	left:-3px;  
	width:53px;
}
#followbuttons a  {
	float:left;  
	border:0;
}
#followbuttons a:hover {
	float:right;  
}
#followbuttons2 {
	top:200px;
	border:0;
	position:fixed;
	z-index: 1000;
	left:-3px;  
	width:118px;
}
#followbuttons2 a  {
	float:left;  
	border:0;
}
#followbuttons2 a:hover {
	float:right;  
}
