*{
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

a {
	color:#014838;
}

p, h2, ul, form{
	margin-bottom:25px;
}

ul {
	padding-left:20px;
}

h2{
	font-size: 14px;
	font-weight: bold;

}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #014838;
	margin: 0 0 10px 0;
}

img{
	border:0;
}

input, button, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	margin: 0px;
}

label{
	display:block;
	font-weight:bold;
}

#container {
	width:950px;
	margin: 0 auto;
}

#header{
	width:920px;
	height:133px;
	padding: 4px 30px 0 0;
	background-image: url(Images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul#nav {
	list-style: none;
	padding:0;
	margin:0;
	width: 100%;
	height: 27px;
	background: url(Images/navback.jpg);
}	

ul#nav li {
	position: relative;
	float:left;
	height:27px;
}

ul#nav li ul {
	list-style: none;
	position: absolute;
	top: 27px;
	left:0;
	display: none;	
	width:200px;
}

ul#nav li ul li{
	float:none;
	height:auto;
	width:200px;
}

ul#nav li a img{
display: block;
}

ul#nav li ul a {
	display: block;
	text-decoration: none;
	color: #666;
	background: #fff;
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

ul#nav li ul a:hover {
	color:#CCCCCC;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li:hover ul, ul#nav li.over ul{ display: block; }

#pageContent {
	background-image: url(Images/pageBG.jpg);
	background-repeat: no-repeat;
	padding: 30px 40px 10px;
	min-height:400px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#pageTitle {
	margin-bottom: 25px;
}	

#footer {
	background-image: url(Images/footer.jpg);
	padding: 2px 10px 0;
	height:21px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 10px;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#mapLink {
	float: right;
	margin:0;
}

#btmLinks {
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}
#btmLinks a{
	color: #666666;
	text-decoration:none;
}

#btmLinks a:hover{
	color: #666666;
	text-decoration:underline;
}

.hm_gates{
	clear:both;
	text-align:center;
	margin-bottom:35px;
	width:100%;
}
.hm_gate,.hm_gate_center{
	background-image: url(Images/hm_box.jpg);
	height: 230px;
	width: 248px;
	padding:16px 25px 10px 16px;
	margin-bottom:0;
	background-repeat: no-repeat;
	float:left;
	text-align:left;
}
.hm_gate_center{
	margin:0 12px;
}

.boxtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #444032;
	padding: 3px 3px 3px 0;
}

.resource{
	margin-bottom:18px;
	clear:left;
}
.resource img{
	float:left;
	margin-right:5px;
}
.gate_title{
	margin-bottom:8px;
	display:block;
}
.hm_gate input{
	margin-top:8px;
}

.featured {
 margin:0 0 0 20px;
 padding:0 0 0 20px;
 float:right;
 width:274px;	
 border-left:1px solid #ccc;
}
#client_form{
	border:1px solid #E9EEF2;
	padding:15px;
	width:50%;
}
#client_form input{
	margin-bottom:15px;
}
#client_form #submit{
	display:block;
	margin:0;
}
#required{
	margin:0;
	color:#205483;
}

#mediaimages {
	font-size:10px;
	width:250px;
	float:right;
	margin:0 0 25px 80px;
}

.speaker{
	width: 500px;
}
.speaker img{
	float:left;
	margin-right:8px;
}

#topics{
	float: right; 
	padding-left: 35px; 
	border-left:solid 1px #ccc;
	width: 300px;
}

ul#resources{
	list-style:none;
}

#resources li {
	padding-top: 25px;
	border-bottom:1px solid #eee;
}
#resources li p,#resources li form{
	margin-left:125px;
}
#resources li img{
	float:left;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#cart{
	width:100%;
}
#cart th{
	background-color:#205483;
	color:#fff;
}
#cart th,#cart td{
	padding:5px;
}
#cart input{
	text-align:center;
}
#checkout{
	border-top:1px solid #205483; 
}
#cart_summary{
	padding:1px 0px 5px 55px;
	background-color:#E9EEF2;
	width:120px;
	float:right;
	background-image: url(Images/Shoppingcart_32x32.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#cart_summary a{
	color:#205483;
}
#checkout_now{
	float:right;
}
#client_form{
	border:1px solid #E9EEF2;
	padding:15px;
	width:50%;
}
#client_form input{
	margin-bottom:15px;
}
#client_form #submit{
	display:block;
	margin:0;
}
#required{
	margin:0;
	color:#205483;
}

#contacts{
    list-style-type:none;
    margin:25px 0 50px;
    padding:0;
	overflow:auto;
}
#contacts li{
    float:left;
    margin: 0;
    width:270px;
    font-weight:bold;
    border-left:1px solid #ccc;
    padding-left:25px;
}
#contacts li#contact1{padding:0;}
#contacts li#contact1{border:0;}
#contacts a,#contacts address,#contacts span{
    font-weight:normal;
}
#contacts li span{font-size:normal;}
#contacts span{
    display:block;
}
#contacts li img{float:left;}


.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE Mac */