/*---------------------------------------------*/
/* Site: CharronBleachers.com                  */
/* Author: Cory Perry | YourMark.com           */
/* Last Modified: 03.24.08 by CP               */
/*---------------------------------------------*/



/* default global style------------------------*/
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #454545;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
}

/* reset.css----------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* links---------------------------------------*/

/* global default links */
a:link {color: #BF9831; text-decoration: none;}
a:visited {color: #BF9831; text-decoration: none;}
a:hover {color: #BF9831; text-decoration: underline;}
a:active {color: #BF9831; text-decoration: none;}

/* main navigation links */
#mainNav a:link {color: #FFF; text-decoration: none;}
#mainNav a:visited {color: #FFF; text-decoration: none;}
#mainNav a:hover {color: #BF9831; text-decoration: underline;}
#mainNav a:active {color: #BF9831; text-decoration: none;}

/* secondary navigation links */
#secNav a:link {color: #FFF; text-decoration: none;}
#secNav a:visited {color: #FFF; text-decoration: none;}
#secNav a:hover {color: #BF9831; text-decoration: underline;}
#secNav a:active {color: #BF9831; text-decoration: none;}

/* sectionbox links */
.sectionbox a:link {color: #FF0000; text-decoration: none; font-size: 13px;}
.sectionbox a:visited {color: #FF0000; text-decoration: none; font-size: 13px;}
.sectionbox a:hover {color: #15426C; text-decoration: underline; font-size: 13px;}
.sectionbox a:active {color: #15426C; text-decoration: none; font-size: 13px;}

/* headers-------------------------------------*/
h1 {font-size: 20px;}

h2 {
	font-size: 22px;
	color: #15426C;
	margin-bottom: 12px;
	width: 360px;
}

#innerContent h2.index {
	font-size: 28px;
	color: #15426C;
	margin-bottom: 12px;
	width: 500px;
}

h3 {font-size: 14px;
	color: #15426C;
	width: 360px;
}

#innerContent-sec .sectionbox h4 {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 27px 25px 3px 0;
}


/* main layout IDs-----------------------------*/

#header {
	width: 100%;
	height: 250px;
	background: url(../images/header_tile.jpg) repeat-x;
}

#innerHead {
	width: 847px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat center;
	position: relative;
}

	#innerHead #logo {
		padding: 7px 0 0 19px;
	}

#content {
	width: 100%;
	height: auto;
	background: #fffefe url(../images/content_tile.jpg) repeat-x;
	overflow: auto;
}

#seccontent {
	width: 100%;
	height: 349px;
	background: url(../images/seccontent_tile.jpg) repeat-x;
}

#footer {
	width: 100%;
	height: 47px;
	background: url(../images/footer_tile.jpg) repeat-x;
}

#flashBox {
	width: 546px;
	height: 174px;
	background: #000;
	position: absolute;
	top: 7px;
	right: 20px;
	z-index: 1;
}

#forty_years {
	position: absolute;
	top: -20px;
	left: 425px;
	width: 172px;
	height: 114px;
	display: block;
	background: url(../images/40-years.png) no-repeat;
	z-index: 100;
}


/* main navigation styling------------------------*/
#mainNav {
	width: 800px;
	height: auto;
	position: absolute;
	top: 200px;
	right: 25px;
}

	#mainNav ul li {
		display: inline;
		text-decoration: none;
		margin: 0 0 0 15px;
		font-size: 14px;
		font-weight: bold;
	}

/* secondary navigation styling-----------------*/

#secNav {
	width: 823px;
	height: 32px;
	background: #556694;
	margin: 0 auto 15px auto;
}

	#secNav ul {
		padding: 7px 0 0 85px;
	}
	
	#secNav ul li {
		display: inline;
		text-decoration: none;
		margin: 0 10px 0 10px;
		font-size: 14px;
		font-weight: bold;
	}

/* main inner content styling-------------------*/
#innerContent {
	width: 847px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 50px 28px;
	position: relative;
}

	#innerContent p {
		width: 812px;
		line-height: 17px;
		margin: 0 0 10px 0;
		font-size: 12px;
	}
	
	#innerSec p {
		width: 812px;
		line-height: 17px;
		margin: 0 0 10px 0;
		font-size: 12px;
	}
	
	#innerSec img.groupimage {
		width: 350px;
		height: 263px;
		float: left;
		margin: 0 20px 20px 0;
		border: 2px solid #15426C;
	}

#innerContent-sec {
	width: 847px;
	height: auto;
	margin: 0 auto;
	padding-top: 2px;
}

#innerSec {
	width: 847px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 50px 28px;
	position: relative;
}

#innerContent #innerLeft {
	width: 375px;
	height: auto;
}

	#innerContent #innerLeft p {
		width: 360px;
		line-height: 17px;
		font-size: 12px;
	}

#innerContent #innerRight {
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 27px;
	padding: 2px 2px;
	border: 1px solid #353434;
}

#innerContent .staffmember {
	float: left;
	margin: 10px 10px;
	width: 400px;
	height: auto;
}
#innerContent .staffmember img.staffphoto {
	float: left;
	margin-right: 10px;
	width: 125px;
	height: auto;
	padding: 2px 2px;
	border: 1px solid #353434;
}
#innerContent .staffmember p {
	width: 300px;
}

/* testimonials styling----------------------*/

#innerContent .quoteBox {
	width: 750px;
	height: auto;
	padding: 25px 20px 10px 20px;
	border-bottom: 1px dashed #353434;
}
	#innerContent .quoteBox p.quote {
		font-size: 16px;
		width: 750px;
		font-family: Georgia, Times, serif;
		font-style: italic;
		line-height: 24px;
	}
	#innerContent .quoteBox p.author {
		font-size: 11px;
		width: 500px;
		color: #FF6633;
	}


/* section box styling-----------------------*/
#innerContent-sec .sectionbox {
	width: 209px;
	height: 349px;
	background: url(../images/section_bg.jpg) no-repeat center;
	float: left;
}

	#innerContent-sec .sectionbox img {
		width: 176px;
		height: 132px;
		margin: 2px 0 0 17px;
		background: #000;
	}
	
	#innerContent-sec .sectionbox p {
		color: #333333;
		width: 170px;
		font-weight: bold;
		margin: 5px 5px 12px 17px;
		font-size: 11px;
		line-height: 14px;
	}

/* footer styling-----------------------------*/
#innerFoot {
	width: 820px;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
}

	#innerFoot p {
		font-size: 10px;
		color: #FFF;
		padding: 3px 0 3px 0;
		width: 600px;
	}
