/*--- UNIVERSAL SETTINGS ---*/

* {
	margin: 0 0 0 0;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
}

:focus {
	outline: 0;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(/bin/site/images/masterbg.jpg);
}

#wrap {
	text-align: left;
	width: 810px;
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	background-image: url(/bin/site/images/indexbg.jpg);
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 10px 15px 0;
}

h1 {
	font: normal 20px "Helvetica";
	color: #4781aa;
	padding: 17px 0 10px 0;
	line-height: 20px;
}

h2 {
	font: normal 20px "Helvetica";
	color: #4781aa;
	padding: 17px 0 0 0;
	line-height: 20px;
}

h3 {
	font: normal 30px "Helvetica";
	color: #4781aa;
	padding: 12px 0 10px 0;
	line-height: 30px;
}


h4 {
	font: normal 12px "Helvetica";
	color: #ce4d10;
	padding-left: 0;
}

.ihcclogo {
	position: absolute;
	margin: 50px 0 0 -170px;
}

.welcomelogo {
	float: left;
	padding: 0 30px 90px 30px;
}

.banner {
	float: left;
	width: 800px;
	text-align: center;
}

.ihccbanner {
	margin: 10px 0 25px 0;
}

/*--- NAVIGATION ---*/

#header {
	width: 800px;
	height: 200px;
    margin: 0;
	float: left;
}

.sponsorsheader {
	background: #fff url(/bin/site/images/sponsorsheader.jpg) no-repeat;
}

.navlogo {
	float: left;
	margin: 5px 10px 0 0;
}

#navigation {
	width: 800px;
	float: left;
	height: 50px;
	background-color: #fff;
}

#navigation ul {
	list-style: none;
	margin-top: 20px;
}

#navigation li {
	display: inline;
	margin-left: 3px;
	padding: 0 2px 0 5px;
}

#navigation a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#navigation a:hover {
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}

/*---Content Area Left ---*/

#left-column {
	width: 530px;
	float: left;
	padding-left: 5px;
	border-left: solid 1px #ffffff;
}

#middlerow {
	float: left;
	background-color: #f5f5f5;
	width: 800px;
	overflow: hidden;
}
* html div#middlerow {
	
}
.middleleft {
	background-color: #f5f5f5;
	width: 520px;
	float: left;
	padding: 5px 18px 5px 0;
	margin: 0 0 0 0;
	border-right: 1px solid #ccc;
}

.middleright {
	background-color: #f5f5f5;
	width: 239px;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
}

.featuredmember {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.featuredmembertools {
	width: 285px;
	clear: both;
	float: right;
	text-align: center;
	margin: 0 10px 10px 10px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

.featuredmembertools p {
	margin: 5px 0 5px 0;
	color: #ccc;
}

.featuredmembertools a {
	color: #85a947;
	margin: 0 5px 0 5px;
}

.featuredmembertools a:hover {
	color: #ccc;
}

#clear {
	clear: both;
}

/*---Content Area Right ---*/

.dividers {
	margin-left: 7px;
}

#right-column {
	width: 265px;
	float: left;
	margin: 0 0 0 8px;
}

#right-column ul {
	padding: 0;
	margin-left: 18px;
	list-style-position: outside;
	}

#right-column h1 {
	font: normal 48px "Helvetica";
	color: #000;
	margin: 10px 0 10px 10px;
}

#advisoryleft {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 242px;
	float: left;
	background-color: #eaf3da;
}

#advisoryright {
	width: 242px;
	float: left;
	margin-left: 1px;
	margin-bottom: 10px;
	background-color: #eaf3da;
}

.indexlogo {
	margin: 20px 0 0 45px;
}

/*--- FEATURED MEMBER and EVENTS TOOLS ---*/

.eventtools {
	text-align: center;
	margin: 0 0 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.eventtools p {
	margin: 5px 0 5px 0;
	color: #ccc;
}

.eventtools a {
	color: #85a947;
	margin: 0 5px 0 5px;
}

.eventtools a:hover {
	color: #ccc;
}


/*--- FOOTER AND VARIOUS CLEARS ---*/
.pagetop {
	float: right;
	margin-right: 20px;
}

#footer {
	height: 135px;
	width: 812px;
	margin-left: -7px;
	clear: both;
	background: url(/bin/site/images/footerbg.jpg) repeat-x;
}

#footer p{
	margin: 5px 0 25px 0;
	font: 11px normal "Helvetica";
}

#footer a {
	font: 10px normal "Helvetica";
	color: #000000;
}

.footercontactinfo {
	padding-top: 50px;
	text-align: right;
	margin-right: 20px;
}

#cap {
	width: 800px;
	height: 5px;
	position: relative;
	margin-top: -3px;
	margin: 0 auto;
	padding-left: 10px;
	background: url(/bin/site/images/capbg.jpg) no-repeat bottom;
}
body.mceContentBody {
	text-align: left;
	background: #fff;
}
.mceContentBody a {
   color: #85a947 !important; /* FF requires a important here */
}
