/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 
	2.1 - titles

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:url(../images/global/page-bg.jpg) repeat-x #061a35; color:#5f5f5f }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#000; margin:0 0 12px 0; line-height:160% }
a { color:#999999;}
a:hover {  }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* 2.1 - index page */
h1,h2.ttl-main { font-size:1.8em; color:#192f46; margin-bottom:25px }


/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:899px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header {  }

img#logo { float:left; margin-left:20px }

div#flash-banner { }

/* 3.4 - content */
div#content { background:url(../images/global/content-bottom-curve.jpg) no-repeat bottom #fff; padding-bottom:15px; margin-top:25px }

/* 3.5 - primary content */
div#primary-content { width:600px; float:left; padding:24px 0 0 15px }
div#primary-content h2{ color:#55798f; padding-top:0px;}

/* 3.6 - secondary content */
div#secondary-content { width:276px; float:left; padding-top:64px  }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { background:url(../images/global/footer-bottom-curve.jpg) no-repeat bottom #55798f; padding:24px 0 0 15px; margin-bottom:100px }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - text resizer */
ul#text-resizer { width:100%; height:31px; background:url(../images/global/top-bar-bg.gif) no-repeat; padding-top:5px; margin-bottom:20px }
ul#text-resizer li { display:inline }
ul#text-resizer li a { font-size:1.2em; font-weight:bold; color:#55798f; padding:10px  }
ul#text-resizer li a:hover { color:#666 }

/* 4.3 - primary navigation */
ul#primary-navigation { float:right; margin:30px 20px 0 0 }
ul#primary-navigation li { list-style:none; float:right; margin-left:10px }
ul#primary-navigation li a { font-size:1.4em; font-weight:bold; color:#fff; padding:0 10px; height:20px  }
ul#primary-navigation li a:hover { background:#597a91 }
ul#primary-navigation li a.current { background:#597a91 }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* Index Page */
div#index-ctas { background:url(../images/global/index-cta-bg.jpg) no-repeat bottom #fdfdfd }
div#index-ctas a { color:#55798f }
div#index-ctas a:hover { color:#333 }
div#index-ctas .read-more { background:url(../images/global/read-more-icon.gif) no-repeat 100% 50%; text-indent:-9999px; padding-right:20px }
div#index-ctas #repairs { width:266px; float:left; padding:17px }
div#index-ctas #repairs h2 { color:#55798f }

div#index-ctas #modifications { width:265px; float:left; padding:17px }
div#index-ctas #modifications h2 { color:#55798f }

div#index-ctas #testing { width:264px; float:left; padding:17px }
div#index-ctas #testing h2 { color:#55798f }

div.two-column { width:270px; float:left; padding-right:30px }
div.two-column p { margin-bottom:20px }

div#side-news { background:#55798f; padding:10px; margin-bottom:30px }
div#side-news h3 { font-size:1.5em; color:#fff }
div#side-news dl dt { color:#a7d7ee; font-weight:bold }
div#side-news dl dd { color:#fbfafa; padding:3px 0 }

div#side-contact { background:#d9dee2; padding:10px; position:relative }
div#side-contact h4 { font-size:1.5em; color:#55798f }
div#side-contact ul { }
div#side-contact ul li { list-style:none; font-size:1.3em; color:#333333; }

div#footer-quick-links { width:300px; float:left; padding-right:30px }
div#footer-quick-links h2 { font-size:1.2em; color:#d9dee2 }
div#footer-quick-links ul { width:300px }
div#footer-quick-links ul li { list-style:none; float:left; margin-right:10px }
div#footer-quick-links ul li a { color:#d9dee2 }
div#footer-quick-links ul li a:hover { color:#333 }

div#footer-other-links { width:270px; float:left; padding-right:30px }
div#footer-other-links h2 { font-size:1.2em; color:#d9dee2 }
div#footer-other-links ul li { list-style:none }
div#footer-other-links ul li a { color:#d9dee2 }
div#footer-other-links ul li a:hover { color:#333 }

div#footer-online-form { width:180px; float:left; color:#d9dee2; }
div#footer-online-form h2 { font-size:1.2em; color:#d9dee2 }
div#footer-online-form p { font-size:1.2em; color:#d9dee2 }
div#footer-online-form a { color:#fff; font-weight:bold }
div#footer-online-form a:hover { color:#333 }
div#footer-online-form ul li { list-style:none }
div#footer-online-form ul li a { color:#d9dee2 }
div#footer-online-form ul li a:hover { color:#333 }

div#basescript { width:870px; margin:0 auto; padding-top:50px; clear:both; text-align:left;}
div#basescript h1 {color:#999; font-size:1em; font-weight:bold;}
div#basescript p {color:#999; font-size:1em;}
div#basescript strong, em {font-style:normal; font-weight:normal; color:#999;}

div.double-column { width:570px; float:left; padding-right:30px }
div.double-column p { margin-bottom:20px }

/* Contact Page */
#compliance { padding:20px 5px 5px 5px;}
#compliance ul li { list-style:none; color:#000 } 
#compliance h2 { color:#55798f;}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 10px;
		width: 540px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #ffffff;
		border-width: 2px 2px 2px 2px;
		margin:3px 3px;
	}
	#gallery ul a:hover img {
		border: 5px solid #55798f;
		border-width: 2px 2px 2px 2px;
		color: #fff;
		margin:3px 3px;
	}
	#gallery ul a:hover { color: #fff; }


.datecreated{font-size:11px; color:#CCCCCC; font-weight:bold;}
.thumbnail{background:#FFFFFF; border:1px solid #efefef; padding:4px;}
.newsImages{list-style:none; width:570px; clear:left; float:left}
.newsImages li{float:left; padding-right:10px; padding-top:3px}


.pagination-nav{float:left; width:550px; padding:0 0px; color:#6F9BAC }

.pagination-nav ul{list-style:none}
.pagination-nav ul li{float:left; padding:0 6px;}
.pagination-nav ul li a{border:1px solid #EFEFEF; padding:2px 6px}
.no-results{padding-left:10px;}
.prev{float:left;}
.next{float:left;}
.results-label{color:#999999;}
.see-all-news-btn{background:#061A35; color:#fff; display:block; padding:3px; float:left}
.see-all-news-btn:hover{background:#D9DEE2; color:#000; display:block; padding:3px; float:left}
.input-error{padding-left:210px;}

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.bold-text { font-weight:bold }
.small-link { font-size:0.8em;}
.bullet-list { list-style-image:url(../images/general/arrow.jpg); padding-left:13px; color:#192f46; font-weight:bold; padding-bottom:10px;}
.bullet-list li { padding-bottom:5px;}
.bullet-list2 { list-style:none; padding-left:13px; color:#192f46; padding-bottom:10px; font-size:1.2em;}
.bullet-list2 li { padding-bottom:2px;}
.highlight { color:#55798f; font-size:1.4em;}