/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MY STYLES */
#container {
	margin-left:auto;
	margin-right:auto;
	width:999px;
	overflow:hidden;
}

#header{
	display:block;
}

#content{
	float:left;

}
#content a{
	text-decoration: none;
	color: #64869C;
}
#content a:hover{
	text-decoration: underline;
}
#content p {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}
#content .sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}
#content .sm a{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #51719e;
	padding-top:15px;
	display:block;
	text-decoration: none;
}
#content H2 {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #2d4777;
	font-weight: normal;
	padding-bottom:5px;
}
#content H2 a{
	text-decoration:none;
	color: #2d4777;
}
#content h5 a {
	padding-top:10px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #64869C;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	}
#content h5 {
	padding-top:16px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #64869C;
	font-size: 18px;
	font-weight: bold;
	}
#contentBox {
	background-image:url(images/contentbox.jpg);
	background-repeat:no-repeat;
	height:295px;
	margin: auto;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2e2e2e;
	float:left;
	width:999px;
}
	#contentBox #contactInfo {
		float:left;
		padding-left:50px;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 23px;
		color: #FFFFFF;
		width:570px;
		margin-top:-36px;
		text-align:left;
	}
	#contentBox #contactInfo a{
		color: #FFFFFF;
		text-decoration: none;	
	}
	#contentBox #contactInfo a:hover{
		text-decoration: underline;	
	}
	#contentBox #contactInfo .or{
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;
		color: #FFFFFF;
		padding-left:4px;
		padding-right:4px;
	
	}
	#contentBox #col1, #col2, #col3 {
		float: left;
	}
		#contentBox #col1{
			width:286px;
			display:block;
			margin-left:45px;
			margin-top:33px;
		}
		
		#contentBox #col2{
			width:286px;
			display:block;
			margin-left:29px;
			margin-top:33px;
		}
		#contentBox #col3{
			margin-left:38px;
			width:286px;
			margin-top:33px;
		}
		#contentBox .title{
			font-family: Georgia, Times New Roman, Times, serif;
			font-size: 18px;
			color: #2e2e2e;
			padding-bottom:15px;
		}
		#contentBox .description1{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2e2e2e;
			padding-bottom:5px;
			margin-left:105px;
			margin-right:10px;
			line-height: 14px;
			min-height:110px;
		}
		#contentBox .description2{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2e2e2e;
			padding-bottom:5px;
			margin-right:150px;
			line-height: 14px;
			min-height:110px;
		}
		#contentBox .description3{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2e2e2e;
			padding-bottom:5px;
			line-height: 14px;
		}
		#contentBox .readmore a{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2e2e2e;
			text-decoration: none;
		}
		#contentBox .readmore a:hover{
			text-decoration: underline;
		}
		#contentBox .right{
			margin-right:20px;
			text-align:right;
			
		}
		#contentBox .left{
			text-align:left;
		}
		#contentBox .contactField{
			width:250px;
			background-color:#e6edee;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			padding:6px;
			border-top-width: 1px;
			border-top-style: solid;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: solid;
			border-top-color: #a6abac;
			border-left-width: 1px;
			border-left-color: #a6abac;
		}
		#contentBox .contactFieldHighlighted{
			width:250px;
			background-color:#e6edee;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			padding:6px;
			border-top-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #990000;
			border-left-width: 1px;
			border-left-color: #990000;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-right-color: #990000;
			border-bottom-color: #990000;
		}
		#contentBox .contactbtn{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #333333;
			background-color: #CEDDE0;
			border:none;
			cursor:pointer;
		}

#contentBoxInside {
	overflow:hidden;
	width:539px;
	margin-left:310px;
	margin-top:30px;
	min-height:600px;
}
	#contentBoxInside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272727;
	line-height: 18px;
	}
	#contentBoxInside h1{
		font-size: 25px;
		font-family: Georgia, Times New Roman, Times, serif;
		color: #64869c;
		font-weight: normal;
		padding-bottom:15px;
	}
	#contentBoxInside .pPicLine {
			padding-top:1px; 
			padding-bottom:15px;
	}
	
#footerBox {
	background-image:url(images/footerBG.png);
	background-repeat:no-repeat;
	height:225px;
	margin: auto;
	overflow:hidden;
}
	#footerBox a{
		color:#000000;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;
	}
	
	#footerBox .name{
		color:#64869c;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 21px;
	}
	#footerBox .company{
		color:#888888;
		font-size: 12px;
		padding-bottom:13px;
	}
	#footerBox .address{
		color:#888888;
		font-size: 12px;
		display:block;
		padding-bottom:8px;;
	}
		#footerBox .links{
		color:#888888;
		font-family: Arial;
		font-size: 10px;
		display:block;
		padding-bottom:8px;;
	}
			#footerBox .links a{
		color:#888888;
		font-family: Arial;
		font-size: 10px;
	}
	#footerBox .contact{
		color:#4a4a4a;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 18px;
	}
	#footerBox .contact a{
		color:#4a4a4a;
		text-decoration:none;
	}
	
	
.servicesPicLine {
		padding-top:1px; 
		padding-bottom:7px;
}

#blueBox p{
	background-color: #64869c;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
#blueBox a{
	color: #ffffcc;
	text-decoration:none;
}
#blueBox a{
	text-decoration:underline;	
}
#blueBox img{
	padding:0px;
}
/* COLLAPSABLE DIV */
	.collapseContainer {
	  position:relative;
	  overflow:hidden
	}
	.collapse p {
		border: 1px solid #e9e9e9;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.switch {position:absolute; top:1.5em; right: 1.5em; padding:3px}
	
	.post .switch {position:static; text-align:right}
	
	.post .main{margin-bottom:.3em; padding-bottom:0}
	
	.other ul, .summary {margin-bottom:.3em; padding:1em; border:1px solid #e8e7e8; background-color:#f8f7f8}
	
	.other ul {margin-bottom:1em; list-style-type:none; text-align:center}
	
	h3 {
		padding-top:10px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		color: #294e67;
		font-size: 15px;
		font-weight: normal;
	}
	h3 a {
		padding-top:10px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		color: #294e67;
		font-size: 15px;
		font-weight: normal;
		text-decoration:none;
	}
	h4 {
	padding-top:15px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #294e67;
	font-size: 15px;
	font-weight: bold;
	}
	
	h4 a {
		padding-top:10px;
		padding-bottom:5px;
		font-family: Arial, Helvetica, sans-serif;
		color: #294e67;
		font-size: 15px;
		font-weight: normal;
		text-decoration:none;
	}
	.expand{padding-bottom:.75em}
	
	/* --- Links  --- */
	.expand a {
		display:block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #294e67;
		font-weight: normal;
		text-decoration: none;
		padding-top:7px;
		vertical-align:middle;
	}
	.expand a:link, .expand a:visited {
	  /*background-image:url(images/arrow-down.gif);
	  background-repeat:no-repeat;
	  background-position:98% 50%;*/
	}
	
	.expand a.open:link, .expand a.open:visited {
	  background:url(images/btn-close.gif) no-repeat 98% 50%
	}	

/* IE PNG FIX */
img, div, td { behavior: url(iepngfix.htc) }
