@charset "UTF-8";
/* CSS Document */

/* ------ BROWSER RESET -------*/

body {
	margin:0;
	padding:0;
	border:0;
	background:top left repeat-x url(../img/bdy_bg.jpg)  #002E53;
	color:#002E53;
	font:8pt /1.8em Georgia, "Times New Roman", Times, serif;
	width:100%;
	

}

.left {
	float:left;
	}
	
.right {
	float:right;

}

.clear {
	clear:both;
	height:25px;

}

/* ------ NATIVE ELEMENTS -------*/

a {
	color:#002E53;
	text-decoration: underline;
}

a:hover {
	color:#018DC8;
}

img {
	border:0;
	margin:0;

}


p {
	font:8.5pt /1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:1.5em;

}

h1 {
	margin:0 0 10px 0;
}


h2 {
	border-bottom:#C2E0F6 1px solid;
	border-top:#C2E0F6 1px solid;
	font:bold 11pt Georgia, "Times New Roman", Times, serif;
	color:#002E53;
	margin:25px 0;
	padding: 7px 0;
	display:block;
}

h3 {
	font:bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#002E53;
	margin-bottom:10px;
	
}

hr {
	border:0;
	margin:25px 0;
	height:1px;
	color:#C2E0F6;
	background-color:#C2E0F6;
}

ul {
	margin:0;
	padding:0 0 0 10px;
	font: bold 8.5pt Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	overflow:visible;
}

ul li {
	padding-left:15px;
	background:no-repeat url(../img/list_bullet.gif);
	background-position:-3px 2px;
	margin-bottom:1.4em;
	line-height:1.8em;
}


iframe {
	overflow:visible;
	overflow-x:visible;
	width:585px;
	margin:0;
	padding:0;
	position:relative;
	left:-25px;

}


/* ------ BLOCK ELEMENTS -------*/

#bg {
	background:url(../img/bg_1320_v2.jpg) top center no-repeat;
	width:100%;
	min-width:924px;
	margin:0 auto;
	
}


#header {
	width:924px;
	height:195px;
	margin:0 auto;

}

#main {
	background:url(../img/bdy_bg.gif) repeat-y top;
	width:924px;
	margin:0 auto;
	position:relative;
}

#cont {
	background:url(../img/cont_bg.gif) top center no-repeat;
	width:894px;
	min-height:600px;
	height:100% !Important;
	margin:0 auto;
	position:relative;
	display:block;
	padding-top:10px;
}

.section {
	display:block;
	margin:0 auto;
	float:none;
	position:relative;
}

.largecolumn {
	width:550px;
	margin:25px 0;
}

#properties {
	/*width:844px;
*/}


.contactform{
	width:254px;
	height:100%;
	min-height:100% !important;
	margin:25px 0;
	background:url(../img/form_bg.gif) top left repeat-x;
	background-color:#A9D3F2;
	border: solid 2px #ADC3E0;
	
}

.contactform form {
	background:url(../img/form_label.gif) top left no-repeat;
	background-position:8px 5px;
	font:bold 8.5pt Georgia, "Times New Roman", Times, serif;
	padding:0 0 0 10px;
	margin:0;

}

.contactform .spacer {
	height:15px;
	width:12px;

}

#publist {
	background:top right no-repeat url(../img/mktg_mags.gif);	
}

#staging{
	background:top right no-repeat url(../img/mktg_stage.jpg);
	padding-right:190px;

}

#address {
		background:top right no-repeat url(../img/cont_map.gif);
		height:250px;	

}

#address li {
	padding-left:0px;
	background:none;
	margin-bottom:1.4em;
	line-height:1.4em;
}

#address ul {
	margin:0;
	padding:0;

}

.bio img {
	float:left;
	margin:-20px 30px 30px 0;

}

.inset img {
	float:left;
	margin: 5px 20px 20px 0;
	border:3px #002E53 solid;

}

#searchtabs ul li{
	background:none ;
	

}

#searchtabs ul{
	display:block;
	width:100%;
	}
	
	/* CLEAR FIX */
.clearfix:after {
	content:" ";
	display:block;
	height:1%;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

#social_icon_set{ display:block; list-style:none; padding:0 0 0 5px; border:solid 1px #CCC; width:252px; margin:20px 0; }

#social_icon_set li{
	float:left;
	list-style:none;
	background-image:none;
	padding:10px 0;
	margin:0 0 2px; 
	line-height:1px;
	display:block;
	}

#social_icon_set li h4{
font: normal 11px/1em Georgia, "Times New Roman", Times, serif;
margin:2px 0 0;
padding:5px;
}

.social_icon{
	display:block;
	height:23px;
	width:23px;
	margin:0 4px;
	padding:0;
	line-height:1px;
	}

#si_facebook{background:bottom left no-repeat url(../img/facebook_2.png);}

#si_twitter{background:bottom left no-repeat url(../img/twitter_2.png);}

#si_youtube{background:bottom left no-repeat url(../img/youtube_2.png);}

#si_rss{background:bottom left no-repeat url(../img/rss_2.png);}

#si_linkedin{background:bottom left no-repeat url(../img/linked_2.png);}

.social_icon:hover{ background-position:top left!important;}

input_full{ width:230px;}


/* ------ FOOTER -------*/
#footer {
	width:845px;
	height:90px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	border-top:#C2E0F6 solid 1px;
	position:relative;
	display:block;
}

#footer a {
	color:#002E53;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#ehol {
	background:url(../img/ftr_ehol.gif) top left no-repeat;
	width:74px;
	height:50px;
	float:left;
	margin:12px 0;
	position:relative;

}

#subnav {
	width:670px;
	margin:15px 0;
	float:left;
	position:relative;
}

#prud_logo{
	background:url(../img/ftr_prud.gif) top left no-repeat;
	width:101px;
	height:50px;
	float:left;
	margin:12px 0;
	position:relative;
	}



#legal {
	background:url(../img/ftr_bg.gif) repeat-x top #002E53;
	width:904px;
	height:70px;
	margin:0 auto;
	}
	
#legal p{
	color:#C2E0F6;
	text-align:center;
	font-variant:small-caps;
	padding:3px 0 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;

}

#legal br{
	margin:3px 0;
	line-height:.2em;
}

#legal a{
	color:#a9d3f2;
}


.mobile_ad{
	display:block;
	margin:20px 0;
	}