/* CSS Document */

html {
	background: url(../images/htmlBG.gif) repeat 0px 0px;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bodyBG.gif) repeat-x 0px 114px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
}
a {
	outline: none;
}

/* --( Global Classes )-- */
.clear {
	clear: both;
}
.right {
	text-align: right;
	display:block;
}
img.left { float: left; margin-right: 1em; }
img.right { float: right; margin-left: 1em; }
.pic {
	margin: 1em auto 1em;
}

/* --( Wraps )-- */
#headerWrap {
	background: url(../images/headerBG.gif) repeat-x;
}
#bodyWrap {
}
#footerWrap {
	background: #184966 url(../images/footerWrapBG.gif) repeat-x;
}

/* --( Section Widths )-- */
#top, #body, #footer {
	width: 750px;
	margin: 0 auto;
}

/* --( Header Styles )-- */
#logo {
	margin-top: 72px;
	float: left;
	width: 323px;
	margin-left: -10px;
}
#logo h1, #logo h2 {
	margin: 0;
}
#logo h1 a {
	display: block;
	height: 37px;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	background: url(../images/headerglowBG.gif) no-repeat -10px 0px;
	height: 114px;
	width: 750px;
	padding: 0 25px 0 66px;
	margin: 0 auto;
}
#header h2 {
	float: right;
	display: block;
	width: 385px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #D8E5EB;
	text-align: right;
	margin:0;
	padding-top: 58px;
	clear: right;
}
#header h2 span {
	color: #6A6A6A;
}
#nav1 {
	margin: 0;
	padding: 15px 8px 0;
	float: right;
	display: block;
}
#nav1 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: #C0D3DE; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/iconHome.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/iconMail.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* Container */
#container {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0;
}

/* Holding Container */
#holdingcontainer {
	margin: 0 auto;
	width: 800px;
	background: #FAFAFA url(../images/containertopBG.gif) repeat-x left top;
	padding: 0px;
}

/* --( Navigation Styles )-- */
#nav {
	width: 228px;
	height: 186px;
	float: left;
	background: url(../images/navBG.gif) no-repeat;
	margin-top: 5px;
}
#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;
	width: 181px;
	padding: 5px 0 5px 45px;
	font-size: 19px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #587F90;
	background-image: url(../images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: 11px 6px;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #973612;
}
#nav .first { 
	padding-top: 8px; /* Special padding for First Nav Button */
}
#nav .last {
	padding-bottom: 8px; /* Special padding for Last Nav Button */
}
#nav .sep {
	display: block;
	height: 1px;
	background:url(../images/navSep.gif);
}

/* --( Header Graphic )-- */
#headerGraph {
	float: right;
	width: 514px;
	height: 195px;
}

/* --( Content Styles )-- */
#body {
	margin-top: 15px;
}
#contentWrap {
	width: 511px;
	float: left;
}

#contentWrap .content {
	padding: 15px;
}
#contentWrap .content h2 {
	margin: 0;
	font-size: 24px;
	color: #973612;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#contentWrap .content .horRule {
	display: block;
	height: 33px;
	background: url(../images/contentSep.gif) no-repeat center;
}
#contentWrap .content h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	color: #4A7C9A;
	font-weight: normal;
}
#contentWrap .content h3 em {
	color: #A6839A;
	letter-spacing: 1px;
}
#contentWrap .content p {
	line-height: 1.5;
}
#contentWrap .content li {
	margin: .75em 0;
}
#contentWrap .content h3 + p { /* p elements immediately following h3 elements */
	margin-top: 0;
}
#contentWrap .content .intro {
	font-family: "Times New Roman", Times, serif;
	color: #6F4088;
	font-size: 1.34em;
	padding-right: .2em;
}

#contentWrap .content span.contact {
	float: left;
	margin: 1em auto 1em 2em;
}
#contentWrap .content address {
	float: left;
	font-style: normal;
	margin: 1em auto;
}
#contentWrap .content span.contact strong {
	float: left;
	display: block;
	padding-bottom: 1em;
	width: 4em;
}

#secondaryContainer {
	width: 213px;
	float: right;
	margin-top: 10px;
}

/* 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: 20px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_head.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox.offers .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_head2.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox.news .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_head3.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #D8E5EB; /* Side Box Background Color */
		
		border-left: #A9BDC6 solid 1px; /* Side Box Border Left */
		
		border-right: #A9BDC6 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 12px;
		margin: 0;
		padding: 0;
		background: url(../images/sideBox_foot.gif) no-repeat;
	}
	
	/* IE Fix for #sidebox .foot */
		* html #sidebox .foot {
			margin: 0 2px;
		}
	
	#sidebox p {
		margin-top: 0;
		line-height: 1.3em;
		font-size: 14px;
	}
	#sidebox p.question {
		font-style: italic;
		color: #333;
	}
	#sidebox p.response {
		font-weight: bold;
		text-align: right;
		color: #BF3F4C;
		margin-bottom: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/sideBox_quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}

#contentWrap .services li {
	padding-bottom: 10px;
}
#contentWrap .content li {
	margin: .5em 0;
}
/* -- (Services Styles )-- */
#contentWrap .content dt {
	font-weight: bold;
}
#contentWrap .content dd ul {
	margin-left: 0;
	padding-left: 0;
}
#contentWrap .content ul.intensives {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentWrap .content ul.intensives li {
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #BA8E0F;
	display: inline;
	padding-right: 2em;
}
#contentWrap .content div.intensives {
	float: right;
	background: url(../images/hartBG.jpg) no-repeat right top;
	width: 180px;
	padding-left: 20px;
	margin-top: 1em;
}
#contentWrap .content div.intensives ul {
	margin: 0;
	padding: 34px 0 70px;
	list-style: none;
}
#contentWrap .content div.intensives li:first-letter {
	color: #936;
}
#contentWrap .content div.intensives li {
	color: #C9F;
	font-weight: bold;
	font-size: 1.6em;
}


/* --( Footer Styles )-- */
#footer {
	padding: 25px;
	color: #7192A5;
	background: url(../images/footerBG.gif) repeat-x 0px 0px;
}

#footer a { 
	color: #7192A5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #7192A5;
}

#footer address {
	font-style: normal;
	float: left;
	font-size: 11px;	
}

#footer p{
	float: right;
	line-height: 16px;
	margin: 0;
	text-align: right;
	font-size: 11px;
}
.bodyimg {
	padding-left: 8px;
	padding-right:8px;
	}
	