/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0px;
	padding:0px;
}
strong {
	font-weight:bold;
}
div#brand img{
	width:200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
   margin: 0;
   padding: 0;
}
p {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   margin: 10px 0;
}
h1 {
   font-family: Verdana, sans-serif;
   font-size: 20pt;
}
h2 {
   clear: both;
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 30px;
}
ol, ul {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
}
ul {
   padding-left: 1.3em;
   list-style-type: square;
}
li {
   margin-bottom: 1em;
}
ol {
   padding-left: 1.8em;
}
.detail {
   width: 363px;
   height: 125px;
   border: 1px solid #CCC;
   float: left;
   margin: 2px;
   padding: 4px;
   overflow: hidden;
}
.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
div.banner {
	width:770px;
	height:372px;
}
div.tcBanner {
	width:770px;
	height:431px;
}
div.banner img {
	width:770px;
}
#content table {
    width: 100%;
    clear: both;
   border-right: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
#content td, #content th {
   border-left: 1px solid #CCC;
   border-top: 1px solid #CCC;
   font-family: Verdana, sans-serif;
   font-size: 10pt;  
   text-align: center;
   width: 120px;
}
#calendars div {
    margin: 0 5px 5px 0;
    float: left;
    height: 160px;
}
#calendars table {
    width: 200px;
    
}
.key div {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}
img.branches {
	float:right;
}	
/* SEARCH RESULTS */
.error {
	background-color:#F1F492;
	border:1px dotted #DADBCB;
	padding:10px;
	color:#84873C;
}
div#officeIntro {
	padding:10px;
}

div#officeDetails {
	width:450px;
	float:left;
}
div#office-L {
	float:left;
	width:100%;
}
div#office-R {
	width:250px;
	float:right;
}
div#officeContact {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
div.officeVideo {
	width:200px;
	height:150px;
	background-color:#cccccc;
	font-size:16px;
	text-align:center;
	float:right;
}
div#searchResults {
	background-color:#002e62;
	margin:0px;
	padding:0px;
}
div#searchResults h2 {
	color:#012C61;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
div.resHeader a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
div.resHeader.resRes {
	background:url(img/search-bg-res.png) no-repeat;
}
div.resHeader.resPre{
	background:url(img/search-bg-pre.png) no-repeat;
}
div.resHeader.resCom {
	background:url(img/search-bg-com.png) no-repeat;
}
div.resHeader.resLet {
	background:url(img/search-bg-let.png) no-repeat;
}
div.resHeader span.count {
	color:#ffffff;
	font-size:20px;
}
div#topnav {
	vertical-align:middle;
	padding: 10px 10px 10px 10px;
}
div#topnav a.active {
	border-bottom:1px solid #cccccc;
}
div#topnav a:hover {
	text-decoration:underline;
}
div#soNet {
	float:right;
	width:80px;
}
div#soNet img {
	float:left;
	margin-right:3px;
}
/* FORMS */

input.text {
    padding: 5px;
    width: 100%;
}
input, textarea {
    color: #7e7e7e;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 5px;
}
select {
    color: #7e7e7e;
    font-family: arial;
    font-size: 12px;
    margin: 5px 0;
    padding: 2px;
    width: 100%;
	padding:3px;
}
option {
	padding:3px;
}
textarea {
    width: 100%;
}
input.submit {
    color: #333333;
}

#contactForm {

}
#footer {
	color:#a7a9ac;
	font-size:8px;
	padding-top:20px;
}
#footer img {
	float:left;
	padding-right:20px;
}
#footer a {
	color:#a7a9ac;
	text-decoration:none;
}
#footer p {
	padding:3px;
	margin:0px;
	font-size:8px;
	float:right;
}
div#customerServQuote{
	color:#ffffff;
	padding:5px 10px;
	line-height:15px;
	font-size:14px;
	line-height:1.4em;
}
div.pages {
	padding:10px;
	font-size:12px;
}
div.suggestionsBox {
	position: absolute;
	left:-50px;
	width:250px;
	background-color:#002D62;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	z-index:5000;
}
div.suggestionsBox h2 {
	margin:0px;
	padding:3px 3px 6px 3px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
div.suggestionsBox li {
	list-style:none;
	padding:3px;
	cursor: pointer; 
	font-size:10px;
	color:#ffffff;
}
div.suggestionsBox li:hover {
	background-color:#ffffff;
	color:#002d62;
}
div.message {
	background-color:#FFF200;
	border:1px dotted #CCBE02;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
div#searchBox {
	position:relative;
}

/* 404 Page */
div#content404 {
	background-color:#012c61;
	width:1000px;
	text-align:center;
	padding-top:30px;
}
div#content404 h1 {
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
		margin:20px 0;
}
div#content404 h2 {
		font-size:20px;
		font-weight:bold;
		color:#A99A6F;
		margin:20px 0;
}
div#content404 hr {
	background-color:#ffffff;
	margin:10px 0;
}
div.serviceImg {
	float:left;
	margin:20px;
	border:1px solid #253A54;
	
}

