/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html{height:100%;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-shadow: #000000 0 0 0px;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	background:url(/images/bodybg.gif) repeat #2f459b;
	line-height: 1.5;
	height:100%;
}

/*-------------------
Top Page Images
---------------------*/

body.home #headerimg{background:url(/images/headerimg/overview.jpg) no-repeat;}
body.about #headerimg{background:url(/images/headerimg/about.jpg) no-repeat;}
body.services #headerimg{background:url(/images/headerimg/services.jpg) no-repeat;}
body.listings #headerimg{background:url(/images/headerimg/listings.jpg) no-repeat;}
body.news #headerimg{background:url(/images/headerimg/news.jpg) no-repeat;}
body.contact #headerimg{background:url(/images/headerimg/contact.jpg) no-repeat;}

/*-------------------
Main Text Formating
---------------------*/

h1{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#2e4396;
	font-weight: normal;
}

h2{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#2e4396;
	padding:0 20px;
}

h3{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#2e4396;
	font-weight:bold;
}

p{
	font-size:13px;
	line-height: 16px;
	color:#4d4d4d;
	margin:10px 0 10px 0;
}

p a{
	color:#4d4d4d;
	border-bottom:1px dotted #4d4d4d;
	text-decoration:none;
}
	p a:hover{
		color:#2e4396;
		border-bottom:1px solid #2e4396;
		text-decoration:none;
	}
	
ul{
}

li{
	font-size:12px;
	line-height: 1.5em;
	color:#4d4d4d;
	margin:0;
}

ul.contentUl {margin: 0 40px}

/*-------------------
Quick Classes
---------------------*/

.fleft{float:left;}
.fright{float:right;}
.imgfleft{float:left; margin:0 0 0 10px;}
.imgfright{float:right; margin:0 10px 0 5px;}
.clear{clear:both;}
.imgborder{
	padding:2px;
	border:1px solid #a6a6a6;
	background:#f2f2f2;
}
.smallText{font-size:11px; color:#999999; margin:0; padding:0 15px;}
a.pdfLink{font-size:12px; padding:1px 0 2px 20px; text-decoration:none; color:#2e4396; background:url(../images/pdf.jpg) top left no-repeat; margin-left:20px;}
a.pdfLink:hover{text-decoration:underline;}
a.mapitLink{font-size:12px; padding:1px 0 2px 20px; text-decoration:none; color:#2e4396; background:url(../images/mapit.gif) top left no-repeat; margin-left:20px;}
a.mapitLink:hover{text-decoration:underline;}

/*-------------------
Header
---------------------*/

#wrap{
	width:962px;
	background:url(/images/footerwrap.gif) repeat-y #1e1e1e;
	margin:0 auto;
	text-align:center;
	height:100%;
}

#innerwrap{
	width:962px;
	text-align:center;
	margin:0 auto;
	background:url(/images/wrapbg.gif) repeat-y;
}

#innerwrap2{
	width:930px;
	text-align:left;
	margin:0 auto;
}

#contactBar{
	width:100%;
	height:19px;
	border-bottom:1px solid #505356;
	background:#000;
	display:block;
}
	
	#contactBar p{
		margin:3px 5px;
		color:#b3b3b3;
		font-size:11px;
	}

#headerimg{
	height:316px;
	width:100%;
	display:block;
	background-color:#fff;
	position:relative;
}

#logo{
	position:absolute;
	bottom:0;
	left:15px;
}

#navigation{
	width:913px;
	height:50px;
	margin-left:17px;
	background:url(/images/navbg.gif) repeat-x;
}

#navigation span{ display:none;}

.btn1bg, a.btn1,
.btn2bg, a.btn2,
.btn3bg, a.btn3,
.btn4bg, a.btn4,
.btn5bg, a.btn5,
.btn6bg, a.btn6,
.btn7bg, a.btn7{
	height:50px;
	display:block;
	float:left;
}

.btn1bg, a.btn1{
	width:151px;
	background:url(../images/nav/home.jpg) no-repeat top left;
}
.btn2bg, a.btn2{
	width:151px;
	background:url(../images/nav/company-profile.jpg) no-repeat top left;
}
.btn3bg, a.btn3{
	width:152px;
	background:url(../images/nav/services.jpg) no-repeat top left;
}
.btn4bg, a.btn4{
	width:151px;
	background:url(../images/nav/listings.jpg) no-repeat top left;
}
.btn5bg, a.btn5{
	width:152px;
	background:url(../images/nav/news.jpg) no-repeat top left;
}
.btn6bg, a.btn6{
	width:156px;
	background:url(../images/nav/contact.jpg) no-repeat top left;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover{
	background-position:top right;
}

body.home #navigation a.btn1,
body.about #navigation a.btn2,
body.services #navigation a.btn3,
body.listings #navigation a.btn4,
body.news #navigation a.btn5,
body.contact #navigation a.btn6{
	background-position:bottom left;
}

#leftcolumn{
	width:294px;
	margin-left:18px;
	float:left;
	display:inline;
}
	
	.leftBox{
		padding:15px 15px;
		background:url(../images/leftBoxBg.gif) repeat-x #fff;
		margin-top:1px;
		border-bottom:1px solid #cbcbcb;
	}

	.leftBox p{
		font-size:12px;
		line-height: 1.2em;
		margin:0;
		padding:0 10px;
	}
	
	.leftBox .leftTitle{
		width:100%;
		height:37px;
		background:url(/images/leftheaderbg.gif) repeat-x;
		margin-bottom:10px;
	}
	
		.leftTitle img{
			padding:9px 0 0 10px;
			float:left;
		}
	
		.more{
			color:#fff;
			text-decoration:none;
			float:right;
			padding:10px 10px 10px 0;
			font-size:12px;
		}
		
		.more:hover{
			color:#fff;
			text-decoration:underline;
		}
	
	.leftBox p.featuredText{
		padding:0;
		margin:0;
		font-size:11px;
	}
	
	.featuredPost{
		padding:0 0 10px 0;
		margin:10px 0 0 0;
		background:url(../images/dots.gif) repeat-x bottom left;
	}
	
	.learnMore{
		width:83px;
		height:25px;
		display:block;
		float:right;
		background:url(../images/learnmore.jpg) no-repeat top left;
	}
	
	.learnMore:hover{
		background:url(../images/learnmore.jpg) no-repeat bottom left;
	}
	
	.learnMore span{
		display:none;
	}
	
	.featuredReadmore{
		float:left;
		color:#102c9c;
		margin-top:5px;
		padding-right:18px;
		background:url(../images/arrow.jpg) no-repeat top right;
		border:none;
		text-decoration:none;
	}
	
	.featuredReadmore:hover{
		border:none;
		text-decoration:underline;
		color:#102c9c;
	}
	
	.featuredDate{
		float:right;
		color:#9a9898;
		margin-top:5px;
	}

#rightcolumn{
	width:575px;
	margin-right:20px;
	float:right;
	padding:20px 0;
	display:inline;
}

#rightcolumn{
	width:575px;
	margin-right:20px;
	float:right;
	padding:20px 0;
}

#rightcolumn #rightheader{
	width:100%;
	height:50px;
	background:url(/images/rightHeaderbg.gif) repeat-x;
	margin-bottom:20px;
}

	#rightheader img{
		padding:15px 0 0 20px;
	}

#rightcolumn p, #rightcolumn h1{padding:0 20px;}

iframe.gMap {
	padding: 2px;
	border: 1px solid #102C9C;
	margin: 10px 0;
}

a.mapLink {
	font-size: 11px;
	color: #102C9C;
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	text-decoration: none;
}
	a.mapLink:hover {
		text-decoration: none;
		background: #ddd;
		border: 1px solid #bbb;
	}

#footer{
	width:960px;
	height:60px;
	margin:0 auto;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#1e1e1e;
}

	#innerFooter{
		border-top:1px solid #787878;
		background:url(../images/footerlogo.gif) no-repeat;
		height:59px;
	}
	
		#footer p{
			font-size:11px;
			color:#fff;
			padding:10px 15px;
			margin:0;
		}
		
		#footer a{
			color:#fff;
			border-bottom:1px dotted #fff;
		}
		
		#footer a:hover{
			color:#fff;
			border-bottom:1px solid #fff;
		}

/*** COMPANY PROFILE ***/

.profile {
	width: 575px;
	height: auto;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

.profileInfo {
	width: 155px;
	height: auto;
	float: left;
}

.profileInfo h3 {margin: 5px 0 0 20px;}
.profileInfo p {margin:0;}

p.profileTitle{color:#999;}

.profileDesc {
	width: 400px;
	height: auto;
	float: left;
}

.nophoto {
	width: 118px;
	height: 150px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px 0 10px 20px;
}

.nophoto p {
	text-align: center;
	margin-top: 70px;
}
		
/*** NEWS ***/

.newsPost{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	margin-top:15px;
}

.newsRight{
	width:450px;
	float:right;
}

.newsRight h2{padding:0;}

.newsRight h2 a{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
	color:#2e4396;
}

.newsRight h2 a:hover{
	text-decoration:underline;
}

.newsRight .pdfLink{
	margin:0;
}

#rightcolumn .newsRight p{
	font-size:12px;
	line-height:16px;
	margin:0 0 15px 0; padding:0;
}

.newsDate{
	width:80px;
	float:left;
	font-size:12px;
	color:#999999;
	margin:3px 0 0 0;
	padding:0;
}

.newsReadmore{
	float:right;
	color:#102c9c;
	margin-top:0px;
	padding-right:18px;
	background:url(../images/arrow.jpg) no-repeat;
	background-position:right 1px;
	border:none;
	text-decoration:none;
	font-size:12px;
}
	
	.newsReadmore:hover{
		border:none;
		text-decoration:underline;
		color:#102c9c;
	}
	
/*** LISTING ***/

#listingHolder{
}

.listingHeader{
	border-bottom:1px solid #CCCCCC;
	background:url(../images/listingheader.jpg) repeat-x top left #2e4396;
}

.listingHeader h4{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:0px 0;
}

.listingHeader h5{
	color:#fff;
	font-weight:normal;
	font-size:11px;
	padding:0px 0;
	text-align:right;
}

.listingPost{
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	background:#fff;
}

#rightcolumn .listingPost p{
	padding:0;
	margin:0;
	font-size:11px;
	line-height:13px;
}

#rightcolumn .listingPost .imgborder{
	padding:2px;
	border:1px solid #a6a6a6;
	background:#f2f2f2;
	margin:0;
	display:block;
	text-align:center;
}

.listingLinks{
	background:#E6E6E6
}

#rightcolumn .listingLinks a.pdfLink{
	font-size:11px;
	margin:3px 10px;
	padding:2px 0 3px 20px;
}

#rightcolumn .listingLinks a.mapitLink{
	font-size:11px;
	margin:3px 10px;
	padding:2px 0 3px 20px;
}