body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	font-size: 12px;
}

#main {
	width: 930px;
	margin: 5px auto 0px auto;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
}

#header {
	height: 151px;
	background-image: url(images/header-bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



#mainnav {
	font-size: 11px;
	margin: 0px 42px 0px 0px;
	line-height: 29px;
}

#mainnav a {
	height: 29px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #363636;
	display: block;
}

#mainnav a:hover {
	background-image: url(images/mainnav-bg-over.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

* html #mainnav a {
  float:left;
}

#mainnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainnav li {
	position: relative;
	list-style: none;
	margin: 0px;
	width: auto;
	float: right;
}

#mainnav #HouseMenuNavItemHome {
	display:none;
}

#mainnav li ul {
	display: none;
	position: absolute;
	top: 29px;
	right: 0;
	width: 200px;
	padding: 2px 0px 0px 0px;
}

#mainnav li ul a {
	color: #ffffff;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	border-top: solid #ffffff 1px;
	background-color: #006e53;
	height: 1%;
	width: 200px;
	text-align: left;
	line-height: 16px;
	letter-spacing: normal;
	font-size: 12px;
	opacity: 0.9;
}

#mainnav li > ul {
	top: auto;
	left: auto;
	}

#mainnav li ul a:hover {
	background-image: none;
	background-color: #449e88;
	opacity: 1.0;
}

#mainnav ul li:hover ul, #mainnav ul li.over ul {
	display: block;
}

#secondnav {
	font-size: 12px;
	color: #767676;
	padding: 30px 40px 0px 0px;
}

#secondnav a {
	color: #006e53;
	text-decoration: none;
}

#secondnav a:hover {
	color: #000;
}

.phone {
	font-size: 18px;
	color: #767676;
	padding: 45px 40px 0px 0px;
}

#content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	border-top: Solid #006e53 2px;
	margin: 0px 17px 0px 17px;
	padding: 25px;
	font-size: 12px;
	line-height: 18px;
	color: #363636;
}

#content a {color:#006e53; text-decoration:underline;}
#content a:visited {color:#006e53;}
#content a:hover {color:#bb7177; text-decoration:underline;}

#testimonial-wide {width:160px; border:1px solid #cdcdcd; background-color:#f0f0f0; padding:10px; text-align:center;} 

#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 25px;
	font-size: 10px;
	color: #767676;
	background-color: #FFF;
}

#footer a {
	color: #006e53;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#sidebar {
padding-right:20px;
}

#sidebar a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: solid #cdcdcd 1px;
	text-decoration:none;
}

#sidebar a:hover {
	
}

#convention {width:180px; background-image:url(/Portals/0/con-bg.gif); background-repeat:no-repeat; margin:0px; color:#ffffff; height:240px; text-align:center;}
#convention a {color:#f9bbc0; text-decoration:underline;}
#convention a:visited {color:#f9bbc0;}
#convention a:hover {color:#ffffff;}

#convention-wide {width:270px; background-image:url(/Portals/0/con2-bg.gif); background-repeat:no-repeat; margin:0px; color:#ffffff; height:260px; text-align:left;}
#convention-wide a {color:#f9bbc0; text-decoration:underline;}
#convention-wide a:visited {color:#f9bbc0;}
#convention-wide a:hover {color:#ffffff;}


