* {margin:0; padding:0; border:none; }

body {
	background:#000;
}

a:link {
	text-decoration: none;
	color:#000080;
}
a:visited {
	text-decoration: none;
	color:#000080;
}
a:hover {
	text-decoration: underline;
	color:#666;
}
a:active {
	text-decoration: none;
	color:#000080;

}

input,textarea,select {
	margin:1px;
	border:1px solid #999;
	padding:1px;
}

#contain {
	width:100%;
}

#header {
	background:#000;
	width:100%;
}

#headerbg {
	background:url(../img/logoarea.jpg) no-repeat top left;
	height:229px;
}

#logo {
	float:left;
	height:229px;
}

#flash {
	float:right;
	height:229px;
}

#content {
	width:100%;
}

#leftcol {
	background:#feb300 url(../img/leftbg.jpg) repeat-y top right;
	text-align:right;
}

#leftcoltop {
	background:url(../img/leftmid.jpg) no-repeat top right;
	height:326px;
}

#rightcol {
	background:#feb300 url(../img/rightbg.jpg) repeat-y top left;
}

#rightcoltop {
	background:url(../img/rightmid.jpg) no-repeat top left;
	height:326px;
}

#nav {
	height:50px;
	width:916px;
}

.centercol {
	width:916px;
}

h1 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#666;
}



#copybg {
	background:#fff url(../img/copybg.jpg) no-repeat top left;
}

#content {
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content p {
	margin-bottom:10px;
}

#content h5{
	font:bold 12px  Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	cursor:pointer;
}

#content h5:hover{
	font:bold 12px  Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	cursor:pointer;
	color:#666;
}

#contentcontain {
	width:916px;
	min-height:452px;
	background:url(../img/phonelady.gif) no-repeat bottom right;
}

#contentcontain-aspx {
	width:916px;
	min-height:452px;
}

#contentleft {
	float:left;
	width:426px;
	padding:15px 30px;
}

#content-aspx {
	float:left;
	width:426px;
	padding:15px 30px;
	margin:0 auto;
}

#contentleft ul,ol {
	margin:0 0 10px 25px;
}

#contentright {
	float:right;
	width:387px;
	min-height:442px;
	padding-right: 20px;
}


#footer {
	background:url(../img/footer.jpg) no-repeat top left;
	height:31px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFF;
	width:876px;
	padding:15px 20px;
}

#footer a {
	color:#fbb100;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
}

#footerleft {
	float:left;
}

#footerright {
	float:right;
	text-align:right;
}

.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

div.button{
	float:left;
	height:32px;
	width:91px;
	background:url(../img/button-bg.jpg) top center no-repeat;
	text-align:center;
}

div.button a{
	display:block;
	padding:10px 0 10px 0;
	color:#fcb100;
	text-decoration:none;
	font-weight:bold;
}

div.button a:hover{
	display:block;
	padding:10px 0 10px 0;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

body.mceContentBody {
    background:#ffffff url(../img/copybg.jpg) no-repeat top left;
	font: 12px Arial, Helvetica, sans-serif;
}

.mceContentBody a {
    font: 12px Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color:#000080 !important;
}


