@charset "UTF-8";
/* CSS Document */
/* Tool Box CSS */
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	margin-bottom: 20px;
}
body {
	background: #f4ede7 url(../images/new-bg.jpg) repeat-x;
	height:100%;
	color: #666;
	font-family: Georgia, Times New Roman, Times, serif;
}
#pagewrap {
	margin: 10px auto;
	width: 946px;	
}
#mctop img{
	margin-top: 5px;
}

/* This is where teh Header beigns*/
#header{
	background: #fcfaf7 url(../images/hpd-header.jpg) no-repeat;
	height: 77px;
	width: 946px;
}
/* This is where the Nab Bar Begins */
#nav-bar-container {
	background: url(../images/menu-fill.jpg) repeat-x;
	width: 945px;
	height:30px;
}

#nav-bar-container  img{
	float: right;
}
ul#nav-bar{
	list-style: none;
	margin: 0px;
	padding:0px;
	
}
#nav-bar li{
	float: left;
	height: 30px;
	text-align: center;
}
#nav-bar li a{
	text-decoration:none;
	font-size: 13pt;
	line-height: 1.4em;
	color: #592400;
}
#nav-bar li.left-button{
	background: url(../images/menu-left.jpg) no-repeat; 
	min-width: 85px;	
}
#nav-bar li.middle{
	background: url(../images/menu-middle.jpg) no-repeat;
	min-width: 99px;
}

#nav-bar li:hover.left-button{
	background: url(../images/hover-left.jpg) no-repeat;
	min-width: 85px;
}
#nav-bar li:hover.left-button a{
	color: #37528e;
}
#nav-bar li:hover.middle {
	background: url(../images/hover--middle.jpg) no-repeat;
	min-width: 99px;
}
#nav-bar li:hover.middle a{
	color: #37528e;
}

/* This is where the Slideshow will go */

#media #slideshow{
	margin-left: 2px;
}
#media {
	background: #d9cdbd;
	width: 947px;
}
#media img{
	margin-left: 6px;
	margin-top: 1px;
	
}

/* This is where the Main Content Begins */

#main-frame {
	background-color: #FFF;
	border-left: #f2cb05 solid 1px;
	border-right: #f2cb05 solid 1px;
	width: 944px;
}
#main-content{
	width: 600px;
	min-height: 300px;
	vertical-align: top;
}

#service-list{
	margin-left: 80px;
	font-size: 14pt;
	width: 75%;
	margin-bottom: 15px;
	
}
#service-list li{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2153ad;
	font-weight: lighter;
	list-style: #000;
	
}
#survey ol{
	margin: 0px;
	width: 400px;
}
#survey li{
	margin-bottom: 20px;
	color: #2153ad;
}
#survey label{

	font-family: Verdana, Geneva, sans-serif;
	
}
#main-content p{
	font-size: 13pt;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align:justify;
	width: 95%;
	line-height: 1.3em;
}

#main-content #affil img{
	margin-left: 150px;
	margin-bottom: 20px;
	border: 0px;
	
}
#main-content h1,h2,h3, h4{
	font-family: Garamond, Times New Roman, Times, serif; 
	margin: 0px 15px 15px 15px;
}
#main-content h1{
	font-size: 30pt;
	color: #323a69;	
	font-weight:lighter;
	text-align: center;
	
}
#main-content h2{
	font-size: 25pt;
	color: #d15d00;
	font-weight:lighter;
	text-align:center;
	margin-top: 10px;
}

#main-content h3{
	font-size: 20pt;
	color: #323a69;	
	font-weight:lighter;
}
#main-content h4{
	font-size: 1.5em;
	color: #333;
	font-weight:lighter;
	text-align:center;
}

.mc-post {
	width: 600px;
	min-height: 200px;
	border-bottom: 1px solid #f2cb05;
	margin-left: 15px;
	margin-bottom: 15px;
	vertical-align:middle;
	background: url(../images/mc-post-bg.jpg) bottom no-repeat;
	text-align: center;
}
.mc-post h2{
	text-align: center;
}

.mc-post img{
	margin-right: 10px;
}

ul#concierge {
	width:600px;
	float: left;
	margin-left: 20px;
}
#concierge li{
	float: left;
	width:190px;
	list-style-type: none;
	text-align: center;
}
#concierge-menu{
	margin-left: 30px;
	margin-bottom: 20px;
}
#concierge-menu li{
	height: 40px;
	width: 550px;
	background: url(../images/conciergeBtn.jpg) no-repeat;
	display: table;
	list-style-type: none;
	font-size: 14pt;
	
}
#concierge-menu li:hover{
	background: url(../images/conciergeBtn2.jpg) no-repeat;
	font-size: 16pt;
}
#concierge-menu a{
	color: #FFF;
	text-decoration: none;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* This is where the Side Bar begins */

#sidebar {
	width: 300px;
	margin-right: 10px;
}

.side-border{
	border: 1px solid #d4c1af;
	margin: 15px;
	height: 100%;
	width: 270px;
	
}
.side-content {
	margin: 15px;
	background: #fdf9e0;
	height: 100%;
	width: 240px;
}
.side-content h2{ 
	font-size: 18pt;
	color: #592400;
	font-weight:lighter;
	text-align:center;
	
}
.side-content p{
	font-size: 12pt;
	margin: 10px 10px 20px 20px;
	line-height: 1.5em;
	color: #264970;
}
.side-content ul{
	margin-left:30px;
	margin-bottom: 10px;
}
.side-content img{
	margin-left: 10px;
	margin-top: 10px;
}
.side-content #twitter{
	margin-left: 10px;
	margin-top: 10px;
}
.side-content #promo{
	margin-right: 10px;
	margin-top: 10px;
}
.side-content #promo li{
	margin-bottom: 10px;
}
.side-content-fb{
	margin: 15px;
	background:  #18182c;
	height: 100%;
	width: 240px;
	
}
.side-content-fb p{
	color:#FFF;
	text-align:center;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
.side-content-fb a{
	color:#FFA500;
	text-decoration:none;
	font-size: 1.8em;
	
}
.side-content-fb h2{
	padding-top: 10px;
	text-align:center;
	font-weight:lighter;
	color:#FFA500;
	font-size: 16pt;
	
}
/* This is where the Footer begins */
#footer{
	margin-top: 15px;
	height: 100px;
	text-align:center;
	font-size: 1.8em;
}
