/*       Layout
======================= */
* { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bodybg.jpg) top left repeat-x #2c2c2c;
	font: .70em/1.5em "Times New Roman", Times, serif;
}

#pagewidth{
	position: relative;
	width:766px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	padding: 0 7px 7px 7px;
}

#header {
	width: 766px;
	height: 128px;
	margin-bottom: 1px;
	background: url(../images/headerbg.jpg) repeat-x top left;
}

#headerContainer {
	width: 766px;
	height: 128px;
}

#wrapper {
	background: #fff;
	text-align: left; 
	padding-top: 1px;
}

#logos {
	display: inline;
	width: 766px;
}

.logo {
	padding: 10px 0px 0 20px;
}

.emblemLogo {
	padding: 12px 0 0 170px;
}

#flashImg {
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	width: 766px;
	height: 291px;
}

#contentContainer {
	width: 766px;
}

#wideContent {
	float: left;
	width: 730px;
	padding-left: 30px;
}

#wideContent p {
	padding: 5px 30px 40px 0;
	margin: 0;
}

	#wideContent .rightCol {
		float: right;
		text-align:left;
		width: 230px;
		height: 300px;
		border-left: 1px solid #aaa;
		padding: 10px;
		margin: 0 0 0 15px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

	#wideContent .rightCol p {
		padding-bottom: 0;
	}

	#wideContent .podcast {
		float: right;
		text-align:left;
		width: 230px;
		border-left: 1px solid #aaa;
		padding: 10px;
		margin: 0 0 0 15px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

	#wideContent .podcast p {
		padding-bottom: 0;
	}
	
#leftContent {
	float: left;
	width: 480px;
	padding-left: 30px;
}

#leftContent p {
	padding: 10px 25px 15px 0px;
}

#rightContent {
	float: left;
	width: 225px;
	padding-left: 30px;
	border-left: 1px solid #bfbfbf;
}

#rightContent p {
	padding: 5px 15px 15px 0px;
}

.col2 {
	width: 48%;
	float: left;
	margin-right: 20px;
} 

/* Testimonials */
#twoColItem {
	float: left;
	width: 700px;
	padding: 20px 0 0 0;
	margin: 0;
}

.twoColLeft {
	float: left;
	width: 150px;
	padding: 0 0 0 10px;
	margin: 0;
}

.twoColLeft p {

}

.twoColRight {
	float: left;
	width: 530px;
	padding: 0;
	margin: 0;
}

.twoColRight p {
	width: 530px;
	padding: 5px 0 0 0;
	margin: 0;
}

.dashedBottom {
	border-bottom: 1px solid #ccc;
}



.resourceLinks img {
	padding: 15px 25px;
}

.employeeContainer {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #ddd;
}

.employeeContainer img {
	padding: 0 35px 0px 0;
}

.employeeSpecs {
	float: left;
	width: 460px;
	background-color: #e6e4d6;
	padding: 10px 0 10px 20px;
	margin: 0px 0 10px 0;
	color: #333;
	font-size: 9pt;
	line-height: 1.4em;
}

#footerContainer {
	float: left;
	width: 766px;
	height: 185px;
	background: url(../images/footerBg.jpg) repeat-x top left #efe8d4;
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

#footerAffiliations {
	float: left;
	width: 766px;
	padding: 30px 0 0 0;
}

#footerAffiliations p {
	padding: 0 25px;
}

#footerAffiliations p img {
	padding: 0 8px;
}

#footer {
	float: left;
	width: 766px;
	padding: 30px 0 0 0;
}

#footer p {
	text-align: center;
}


 /*       Text
======================= */
body, td, div, ul, li, ol {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p {
	line-height:1.6em;
	color: #330000;
}

h1 {
	color: #333;
	font-size: 2.0em;
	padding-left: 0px;

}

h2 {
	color: #333;
	font-size: 1.5em;
	padding-left: 0px;
	padding-bottom: -5px;
}

h3 { /* Employees name */
	color: #333;
	font-size: 1.6em;
	margin-bottom: 15px;
}

h3 span {
	color: #555;
	font-style: italic;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ----- */
/* Lists */
/* ----- */
.list {
	list-style: disc;
	margin: 5px 0 30px 40px;
	padding: 0;
}

.list li {
	font: 1.1em  Arial, Helvetica, sans-serif;
	color: #330000;
	margin: 0 0 3px 20px;
	line-height: 1.6em;
}

.list li span {
	font-weight: bold;
}

.list li a {
	color: #781b1b;
}

.list li a:hover {
	text-decoration: none;
}


/* Navigation */
#navigationContainer {
	width: 766px;
	height: 43px;
	background-color: #2a2a2a;

	position:relative;
	z-index:99;

	}

/* Positioning */
#nav ul {
	float: left;
	padding-left: 14px;
	list-style: none;
}

#nav li {
	padding: 0;
}

#nav li.home {
	float: left;
	height: 43px;
	width: 90px;
	}

#nav li.aboutUs {
	float: left;
	height: 43px;
	width: 113px;
	}

#nav li.services {
	float: left;
	height: 43px;
	width: 98px;
	}

#nav li.orderForm {
	float: left;
	height: 43px;
	width: 132px;
	}

#nav li.events {
	float: left;
	height: 43px;
	width: 182px;
	}

#nav li.contactUs {
	float: left;
	height: 43px;
	width: 134px;
	}

#nav li a { 
	background: url(../images/navBg.jpg) no-repeat top left;
	font: 12px/40px arial, verdana, sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 43px; 
	}

#navigationContainer li a span {
	visibility: hidden;
	}

/* Drop Down */

#navigationContainer #nav ul li #dropDownContainer {
	border: 1px solid #7a7c7b;
	border-top: 0px;
}

#navigationContainer #nav ul li ul li a { 
	background: #2a2a2a;
	padding: 0 15px;
	margin: 0px;
	height: 40px; 
}

#navigationContainer #nav ul li ul li a:hover {
	background: #3c3c3c;
}


/* Buttons */

#nav a.home {
	background-position: 0 0;
	}

#nav a.aboutUs {
	background-position: -90px 0;
	}

#nav a.services {
	background-position: -203px 0;
	}

#nav a.orderForm {
	background-position: -309px 0;
	}

#nav a.events {
	background-position: -441px 0;
	}

#nav a.contactUs {
	background-position: -623px 0;
	}

/* Hover */

#nav .home:hover {
	background-position: 0 -43px;
	}

#nav .aboutUs:hover {
	background-position: -90px -43px;
	}

#nav .services:hover {
	background-position: -203px -43px;
	}

#nav .orderForm:hover {
	background-position: -309px -43px;
	}

#nav .events:hover {
	background-position: -441px -43px;
	}

#nav .contactUs:hover {
	background-position: -623px -43px;
	}

/* Current Page */

.home #nav .home,
.aboutUs #nav .aboutUs,
.services #nav .services,
.orderForm #nav .orderForm,
.events #nav .events,
.contactUs #nav .contactUs,

.home #nav .home:hover,
.aboutUs #nav .aboutUs:hover,
.services #nav .services:hover,
.orderForm #nav .orderForm:hover,
.events #nav .events:hover,
.contactUs #nav .contactUs:hover {
	margin: 0;
	padding: 0;
	height: 43px !important;
	}

.home #nav .home {
	background-position: 0 -43px !important;
	}

.aboutUs #nav .aboutUs {
	background-position: -90px -43px !important;
	}

.services #nav .services {
	background-position: -203px -43px !important;
	}

.orderForm #nav .orderForm {
	background-position: -309px -43px !important;
	}

.events #nav .events {
	background-position: -441px -43px !important;
	}

.contactUs #nav .contactUs {
	background-position: -623px -43px !important;
	}


/*       Links
======================= */
a {
	color:#855900;
	text-decoration:underline;
}
a:hover {
	color:#855900;
	text-decoration:none;
}



#slider {
	height: 291px;
	width: 760px;
	background:url(images/slider/loading.gif) no-repeat 50% 50%; 
}

#slider img {
	display:none;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


/* contact table styles */
.contactTable {
	width: 350px;
	margin: 20px 0;
}

	.formdataLeft
	{
		font-family: arial, verdana, sans-serif;
		font-size: 1.2em;
		color: #333;
		line-height: 1.6em;
	
		width: 80px;
		vertical-align: top;
		text-align: right;
		padding: 3px 25px 3px 0;
	}
	
	.formdataRight
	{
		font-family: arial, verdana, sans-serif;
		font-size: 1.2em;
		color: #333;
		line-height: 1.6em;
	
		vertical-align: top;
		text-align: left;
		margin: 0;
		padding: 3px 0;
	}
	
	input.styled {
		font-family:"Courier New", Courier, monospace;
		color: #444;
		width: 220px;
		height: 20px;
		border: 1px solid #ccc;
		background-color: #fff;
	
		padding: 5px 0 0 10px;
	}
	
	textarea.styled {
		font-family:"Courier New", Courier, monospace;
		color: #444;
	
		width: 220px;
		height: 150px;
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 5px 0 0 10px;
		overflow: auto;
	}
	
	select.styled {
		font-family:"Courier New", Courier, monospace;
		color: #444;

		width: 200px
		height: 26px;
		border: 1px solid #ccc;
		background-color: #fff;
		color: #333;
		padding: 5px 0 0 10px;
	}




/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */

/* Kill floats */
#pagewidth {width:100%; float:none;}
/* Kill Backgournds */
body, #pagewidth, #wrapper, #header { background: none; }
#divLogo, #logo {display:block; position:static;}
p, h1, h2, h3, table {margin-left:0; margin-right:0;}
}


