/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background: url(../images/bodyBG.gif) repeat-x 0px 150px;
}
a {
	outline: none;
}
h1 {
	color: #6486BE;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #6486BE;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	color: #6486BE;
	font-size: 14px;
	margin-bottom: 0;
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 114px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#navWrap {
	height: 36px;
	background: url(../images/navBG1.gif) repeat-x top; /* Nav Background */
}
#footerWrap {
	height: 63px;
	background: url(../images/footerBG.gif) repeat-x top; /* Footer Background */
	
	border-top: 2px solid #C5C5C5; /* Footer Top Border */
}

/* --( Section Widths )-- */

#header, #nav, #body, #footer {
	width: 780px;
	margin: 0 auto;
}

/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 7px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 326px; /* Logo Width */
		
		height: 97px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.gif) no-repeat; /* Logo Image */
	}
#tools {
	float: right;
	font-size: 11px;
	width: 250px; /* Top Tools Bounding Box Size */
	margin-top: 20px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #7A7A7A; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/icon_home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/icon_contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: right;
	margin: 0;
	color: #7A7A7A;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #6688BF;
	font-size: 20px;
} 

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 7px 14px; /* Primary Navigation Spacing */
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 16px;
	}
	#nav ul li.last a {
		padding-right: 15px;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height:36px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
}

/* --( Body Styles )-- */

#body {
	padding: 25px 0;
}
#contentContainer {
	width: 534px;
	float: left;
}
/* Page Graphic Headings */
	#contentContainer.home {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.contact {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.services {
		background: url(../images/pagePic_04.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.products {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.about {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
#contentContainer.services p {
	margin-top: 0;
}
#contentContainer .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}
#secondaryContainer {
	width: 213px;
	float: right;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			/*margin-top: 15px;*/
		}
		
	#sidebox legend {
		display: none;
	}
	#sidebox .head {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonials .head {
			height: 24px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_test.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #F6F9FF; /* Side Box Background Color */
		
		border-left: #7695C8 solid 1px; /* Side Box Border Left */
		
		border-right: #7695C8 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 15px;
		width: 213px;
		margin: 0;
		padding: 0;
		background: url(../images/boxFoot.gif) no-repeat;
	}
	* html #sidebox .foot {
		margin: 0 0 0 2px;
	}
	#sidebox p {
		margin-top: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}
	#sidebox ul {
		margin: 0 auto 20px;
		padding: 0;
	}
	#sidebox ul li {
		margin-left: 20px;
		margin-bottom: .5em;
	}
	#brinkssidelogo {
		text-align: center;
		padding-top: 100px;
		border-top: 1px dotted #2B4592;
		background: url(../images/brinksside_logo.gif) no-repeat center 20px;
	}
	#brinkssidelogo a {
		color: #2B4592;
	}
/* Contact Form */
#contentContainer.home table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer.home table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer.home table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer.home table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* Brinks */
#brinks {
	display: block;
	float: right;
	clear: right;
	width: 210px;
	height: 78px;
	background: url(../images/brinks_logo.gif) no-repeat top left;
	margin-right: 0px;
}
* html #special_offer {
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Special Offer */
#special_offer {
	display: block;
	float: right;
	clear: right;
	text-indent: -3000px;
	text-align: left;
	width: 218px;
	height: 136px;
	background-image: url(../images/specialoffer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	text-align: center;
	color: #8FAAD5; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #8FAAD5; /* Footer Link Color */
	font-weight: bold;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	margin-top: 8px;
}