/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h2 {
	color: #C8A23D;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	color: #C8A23D;
	font-size: 20px;
	font-weight: normal;
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 140px; /* 114 */
	background: #bde5eb url(../images/headBG2.gif) repeat-x top; /* Header Background */
}
#bar { 
	background: url(../images/header-bg_bottom.gif) repeat-x bottom;
	height: 8px;
	clear: both;
	margin-top: 6px;
}
#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 0 6px;
		float: left;
		padding-top: 9px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 159px; /* 400 Logo Width */
		
		height: 117px; /* 72 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: 50px;
}
#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: #4D2879; /* 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 { 
	display: block;
	text-align: right;
	margin: 0;
	
	color: #003477; /* Phone or Slogan Color */
	
	font-size: 24px; /* Phone or Slogan Text Size */
	
	font-weight: normal; /* Phone or Slogan Text Weight */
	
	clear: both;
	
	padding-top: 10px; /* Phone or Slogan Distance from top */
}

#tools .phone span { 	
	
	color: #003477; /* Alternative Phone or Slogan Text Color */
	
	font-size: 20px; /* Alternative Phone or Slogan Text Size */
} 

/* --( 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 7px;  /*Primary Navigation Spacing (top/bottom | left/right) */
	
	font-size: 17px; /* Primary Navigation Text Size */
	
	color: #473B14; /*Primary Navigation Text Color */
	
	font-weight: bold; /*Primary Navigation Text Weight */
	text-align:center;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		/*padding-left: 6px;  First link left spacing */
	}
	#nav ul li.last a {
		/*padding-right: 6px;  Last link right spacing */
	}

#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;
	
	color: #FFFFFF; /* Primary Navigation Hover Text Color */
}

/* --( 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.strategicc {
		background: url(../images/pagePic_strategiccon.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.capitals {
		background: url(../images/pagePic_capitals.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.contact {
		background: url(../images/pagePic_contact.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.receivables {
		background: url(../images/pagePic_receivables.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.application {
		background: url(../images/pagePic_application.jpg) no-repeat top;
		padding-top: 172px;
	}

#contentContainer .horRule {
	display: block;
	
	height: 35px; /* Horizontal Rule Height */
	
	background: url(../images/sep2.gif) no-repeat center; /* Horizontal Rule Image */
	
	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: #FFFEF4; /* Side Box Background Color */
		
		border-left: #B9D5B2 solid 1px; /* Side Box Border Left */
		
		border-right: #B9D5B2 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 15px;
		margin: 0;
		padding: 0;
		background: url(../images/boxFoot.gif) no-repeat;
	}
	#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 p.bullet {
		text-indent: 15px;
		background: url(../images/bullet.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.bullet span {
		display: none;
	}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	text-align: center;
	color: #603D75; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #603D75; /* Footer Link Color */
	font-weight: bold;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	margin-top: 8px;
}