/*
	stylesheet created by Nate Batts - www.designtheplanet.com
*/


/*
	SITE COLORS
	
	RED - #832b30
	BLUE - #002336
	BEIGE CONTAINER BACKGROUND - #e4e3db
	OFF-WHITE BACKGROUND - #f5f0e6
*/


/*
	RESET
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin: 0; padding: 0; }

h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ol, ul { list-style-type: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; }

fieldset, img { border: 0; }

a { outline: none; }


/*
	UTILITY
*/	

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.shadow {
  box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
}

/*
	STRUCTURE
*/

html {
	height: 100%;
}

body {
	background: url(../images/bg.jpg) top left repeat;
	font-size: 62.5%;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	height: 100%;
}

#outerWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -68px; /* the bottom margin is the negative value of the footer's height */
}

#container {
	width: 935px;
	margin: 0 auto;
	position: relative;
	
	
}

a[href^="mailto:"] {
	background: url(../images/mailIcon.png) no-repeat top right;
	padding-right: 30px;
}

a[href^="mailto:"]:hover {
	background: url(../images/mailIcon_Over.png) no-repeat top right;
	padding-right: 30px;
}

p a {
	color: #002336;
	text-decoration: none;
	font-weight: bold;
}

p a:hover {
	color: #002336;
	text-decoration: underline;
	font-weight: bold;
}
	

/*
	HEADER
*/

#headerWrapper {
	width: 100%;
	height: 87px;
	background: url(../images/headerWrapper.jpg) top center no-repeat;
}

#header {
	margin: 0 auto;
	width: 935px;
	height: 137px;
	background: url(../images/header.jpg) top left no-repeat;
}

#header h1 {
	width: 359px;
	height: 71px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) top left no-repeat;
}

#header h1 a {
	display: block;
	width: 359px;
	height: 71px;
}

#header h2 {
	width: 247px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/tagline.png) top left no-repeat;
	margin: 10px 0 0 65px;
}

#header ul {
	float: right;
	width: 196px;
	height: 32px;
	margin: 68px 35px 0 0;
}

#header ul li {
	float: left;
	text-indent: -9999px;
}

#header li a {
	display: block;
	width: 98px;
	height: 32px;
}

#header li.toolsTab {
	width: 98px;
	height: 32px;
	background: url(../images/toolsNav.jpg) top left no-repeat;
}

#header li.toolsTab a:hover {
	width: 98px;
	height: 32px;
	background: url(../images/toolsNavOver.jpg) top left no-repeat;
}

.tools #header li.toolsTab {
	width: 98px;
	height: 32px;
	background: url(../images/toolsNavOver.jpg) top left no-repeat;
}

#header li.contactTab {
	width: 98px;
	height: 32px;
	background: url(../images/contactNav.jpg) top left no-repeat;
}

#header li.contactTab a:hover {
	width: 98px;
	height: 32px;
	background: url(../images/contactNavOver.jpg) top left no-repeat;
}

.contact #header li.contactTab {
	width: 98px;
	height: 32px;
	background: url(../images/contactNavOver.jpg) top left no-repeat;
} 

/*
	MAIN CONTENT
*/

#mainContent {
	background: url(../images/imageBG.jpg) top left no-repeat;
	margin: 0 auto;
	width: 935px;
	height: 319px;
	position: relative;
}

#mainContent p {
	width: 210px;
	color: #4c545b;
	font-size: 1.3em;
	float: right;
	margin: 25px 20px 0 0;
}
		
#mainContent .teamImage {
	position: absolute;
	left: 695px;
	top: 180px;
}

#rotatingImages {
	float: left;
	width: 677px;
}



/*
	SUB CONTENT
*/

#subContent {
	background: url(../images/homeContentBG2.jpg) top left no-repeat;
	width: 935px;
	height: 188px;
	margin: 0 auto;
}



#subContent p {
	width: 630px;
	color: #4c545b;
	font-size: 1.5em;
	margin: 0 0 0 30px;
}

#subContent h3 {
	padding: 40px 0 5px 30px;
}
			
			
h3.flashHeader {
	width: 350px;
	height: 35px;
}

/*
	SUB NAV
*/

#subNav {
	float: right;
	margin: 50px 65px 0 0;
	width: 147px;
}

#interiorSubContent #subNav {
	margin: 30px 35px 50px 0;
}

#subNav li {
	text-indent: -9999px;
	float: right;
	clear: right;
	
}

#subNav li a {
	display: block;
	width: 147px;
	height: 23px;
}

#subNav li.profileNav {
	background: url(../images/profileNav.png) top right no-repeat;
	width: 92px;
	height: 23px;
}

#subNav li.profileNav a:hover {
	background: url(../images/profileNavOver.png) top right no-repeat;
	width: 92px;
	height: 23px;
}


#subNav li.servicesNav {
	background: url(../images/servicesNav.png) top right no-repeat;
	width: 116;
	height: 23px;
}

#subNav li.servicesNav a:hover {
	background: url(../images/servicesNavOver.png) top right no-repeat;
	width: 116;
	height: 23px;
}

#subNav li.resourcesNav {
	background: url(../images/informationNav.png) top left no-repeat;
	width: 147px;
	height: 23px;
}

#subNav li.resourcesNav a:hover {
	background: url(../images/informationNavOver.png) top left no-repeat;
	width: 147px;
	height: 23px;
}


/*
	INTERIOR MAIN CONTENT
*/

#interiorContent {
	width: 935px;
	margin-bottom: 50px;
	background: url(../images/interiorBG.jpg) top center repeat-y;
	position: relative;
}

#interiorFooter {
	background: url(../images/interiorFooter.png);
	width: 935px;
	height: 143px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 10;
}
	
#interiorPeople {
	background: url(../images/interiorPeople.png);
	width: 184px;
	height: 149px;
	position: absolute;
	top: 125px;
	right: 39px;
	z-index: 20;
}

#interiorMainContent {
	width: 660px;
	float: left;
	margin: 30px 0 30px 20px;
	background: url(../images/topRedbar.jpg) top right repeat-y;
	
}

#interiorNewsletterContent {
	width: 800px;
	float: left;
	margin: 30px 0 30px 20px;
	
}

#interiorMainContent p {
	color: #4c545b;
	font-size: 1.4em;
	margin: 8px 20px;
}

#interiorMainContent .flashHeader {
	width: 250px;
	height: 25px;
}

#interiorNewsletterContent .flashHeader {
	width: 250px;
	height: 25px;
}

#interiorMainContent h3 {
	margin-left: 20px;
	
}

#interiorNewsletterContent h3 {
	margin-left: 20px;
	
}

#interiorMainContent h4 {
	clear: both;
	
	
}

h4.flashsubHeader {
	width: 200px;
	height: 25px;
	margin: 30px 10px 0 30px;
	display: block;
	
}

* + html h4.flashsubHeader {
	margin-top: 0;
}

.profileImages {
	float: left;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 5px;
}

p.bio {
	float: left;
	clear: left;
	padding-bottom: 15px!important;
}

p.bio a {
	color: #002336;
	text-decoration: none;
	font-weight: bold;
}
	
p.servicesList {
	float: left;
	width: 270px;
	padding-left: 20px;
}

p.servicesList a {
	color: #002336;
	text-decoration: none;
	font-weight: bold;
}

p.servicesList a:hover {
	color: #832b30;
	border-left: 3px solid #832b30;
	font-weight: bold;
	padding-left: 3px;
}

p a.anchorTag {
	color: #832b30;
	font-weight: 100;
	text-decoration: underline;
}

p a.anchorTag:hover {
	color: #832b30;
	font-weight: 500;
	text-decoration: underline;
}
	

.frameContainer {
	margin-left: 15px;
}

.newsletterContainer {
	margin-left: -10px;
}


#employmentVideo {
	margin: 10px 0 10px 20px;
}

/*
	INTERIOR SUB CONTENT
*/

#interiorSubContent {
	width: 235px;
	float: left;
}


/*
	CONTACT FORM
*/

#contactForm {
	width: 220px;
	clear: both;
	float: right;
	margin: 35px 0 0 30px;
}

* + html #contactForm {
	margin-top: 10px;
}

form input {
	background: #c6cbc6;
	border: 1px solid #832b30;
	height: 20px;
	width: 125px;
	margin: 4px;
	float: left;

}


form textarea {
	background: #c6cbc6;
	border: 1px solid #832b30;
	height: 120px;
	width: 125px;
	float: left;
	margin: 4px;
}

form input.submit {
	width: 60px;
	margin: 4px;
}

form label {
	font-size: 1.4em;
	color: #00324d;
	width: 70px;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
	text-align: right;
	
	
}


form input.submit {
	width: 60px;
	margin: 4px;
	margin-left: 146px;
	clear: both !important;
	float: left;
	
}

* + html form input.submit {
	margin-left: 118px;
}

/* 
	FINANCIAL TOOLS TABLE
*/

table {
	margin-left: 15px;
	margin-bottom: 15px;
}

table h4 {
	color: #002336;
	font-size: 1.5em;
	font-weight: bold;
	padding: 4px 0 5px 0;
		
}

table p {
	padding: 0 !important;
	margin: 5px !important;
}

table a {
	color: #832b30;
	font-size: 1.3em;
	margin: 5px !important;
	margin-left: 10px !important;
}

table td {
	text-align:left;
}

td.tableBorder {
	border-bottom: 1px solid #002336;
	text-align: center;
}

/* 
	FOOTER NAVIGATION
*/

#footerNav {
	margin: 0 auto;
	height: 50px;
	width: 935px;
}

#footerNav ul {
	float: left;
	margin: 5px 0 0 40px;
}

#footerNav ul li {
	float: left;
	text-indent: -9999px; 
}

#footerNav li a {
	display: block;
	width: 129px;
	height: 11px;
	
}

#footerNav li.servicesFooter {
	background: url(../images/servicesFooter.png) top left no-repeat;
	width: 73px;
	height: 11px;
}

#footerNav li.servicesFooter a:hover {
	background: url(../images/servicesFooterOver.png) top left no-repeat;
	width: 73px;
	height: 11px;
}

#footerNav li.contactFooter {
	background: url(../images/contactFooter.png) top left no-repeat;
	width: 73px;
	height: 11px;
}

#footerNav li.contactFooter a:hover {
	background: url(../images/contactFooterOver.png) top left no-repeat;
	width: 73px;
	height: 11px;
}

#footerNav li.resourcesFooter {
	background: url(../images/informationFooter.png) top left no-repeat;
	width: 129px;
	height: 11px;
}

#footerNav li.resourcesFooter a:hover {
	background: url(../images/informationFooterOver.png) top left no-repeat;
	width: 129px;
	height: 11px;
}

#footerNav li.employmentFooter {
	background: url(../images/employmentFooter.png) top left no-repeat;
	width: 97px;
	height: 11px;
}

#footerNav li.employmentFooter a:hover {
	background: url(../images/employmentFooterOver.png) top left no-repeat;
	width: 97px;
	height: 11px;
}

#footerNav li.newsletterFooter {
	background: url(../images/newsletterFooter.png) top left no-repeat;
	width: 97px;
	height: 11px;
}

#footerNav li.newsletterFooter a:hover {
	background: url(../images/newsletterFooterOver.png) top left no-repeat;
	width: 97px;
	height: 11px;
}

/*
	STICKY FOOTER
*/


.brickFooter, .push {
	height: 68px; /* .push must be the same height as .footer */
}

 .brickFooter {
	 background: url(../images/brickFooter.jpg) bottom left repeat-x ;
 }
