@charset "utf-8";
/*Browser Resets*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
img { 
	border: 0;
	}
a img,:link img,:visited img { 
	border:none
}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}

/*Universals*/
body {
	background-color: #E0E0E0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
	color: #383838;
}
h1 {
	font-size: 21px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	font-size: 13px;
	padding-bottom: 5px;
}
a, a:visited {
	text-decoration: underline;
	color: #9D3600
}
.cb {clear:both;}
.fr {float:right;}
.fl {float:left;}
.ma {margin: 0 auto}
.ar {text-align: right}
.al {text-align: left}
.ac {text-align: center}

.padleft {
	padding-left: 20px;
}
/*Structure*/
#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#nav {
	width: 100%;
	height: 40px;
}
#header {
	width: 100%;
	height: 286px;
	margin-top: 8px;
}
#banner_left {
	background-image: url(../images/banner_left.jpg);
	background-repeat: no-repeat;
	height: 286px;
	width: 319px;
	float: left;	
}
#banner_right {
	background-image: url(../images/banner_right.jpg);
	background-repeat: no-repeat;
	width: 352px;
	height: 286px;
	float: left;
}
#flash {
	background-image: url(../images/slideshow.jpg);
	background-repeat: no-repeat;
	width: 289px;
	height: 286px;
	float: left;
}
#content {
	width: 100%;
	height: auto;
}
#callout {
	width: 100%;
	height: 158px;
}
#box_left {
	background-image: url(../images/box_left.jpg);
	background-repeat: no-repeat;
	width: 319px;
	height: 158px;
	float: left;
}
#box_center {
	background-image: url(../images/box_center.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 158px;
	float: left;
}
#box_right {
	background-image: url(../images/box_right.jpg);
	background-repeat: no-repeat;
	width: 321px;
	height: 158px;
	float: left;
}
#content_left {
	width: 315px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content_right {
	background-color: #FFF;
	width: 630px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
#footer {
	height: 36px;
	width: 100%;
	clear: both;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


/* NAV HEADER */
#nav ul {
	height: 40px;
	width: 100%;
	background-color: #525352;
}
#nav li {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#nav li a{
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	text-decoration:none;	
}
#nav li a:hover {
	color: #99FF66;
}
#nav li.current {
	color: #99FF66;
}
#nav li.first {
	border-left-style: none;
}
/*NAV FOOTER*/
#footer_nav li {
	display: block;
	float: left;
	padding: 0px 4px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-size: 11px;	
}
#footer_nav li a {
	color: #990400;
	font-size: 11px;
}
#footer_nav li.first {
	border-left-style: none;
}


#content_left h3 {
	width: auto;
}
#content_left p {
	padding: 0px 5px 5px 0px;
}
#callout h1 a,
#callout h1 {
	font-size: 21px;
	color: #FFF;
	margin-left: 100px;
	margin-top: 30px;
}
#callout p {
	font-size: 14px;
	color: #99FF66;
	margin-left: 100px;
}
#callout a {
	color: #FFF;
}
#call_us {
	background-image: url(../images/call_us.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 296px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#call_us p {
	height: 33px;
	padding-top: 15px;
	padding-left: 10px;	
	width: 200px;
	text-align: center;
}
#call_us span {
	font-size: 21px;
	font-weight: bold;
}
#content_right table {
	font-size: 12px;
}
#content_right td {
	background-color: #457437;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
p.note {
	font-weight: bold;
	font-size: 12px;
	font-style: italic;	
	color: #9d3600;
}
div.box {
	width: 30%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
div.box h3 {
	text-align: center;
}
div.box p {
	align: center;
}
#content_right div.box li {
	background-color: #457437;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #FFFFFF;
	list-style-image: none;
	margin-left: 0px;
	font-size: 11px;
}
#content_right div.box li a {
	color: #FFF;
}
#content_right tbody{
	margin: 0px 10px;
}

/* LISTS */
#content_left ol,
#content_right ol {
	margin-left: 25px;
	font-size: 13px;
	line-height: normal;
}
#content_left ul, #content_left ol, 
#content_right ul, #content_right ol {
	margin-bottom: 10px;
}
#content_left ul li {
	font-size: 12px;
	line-height: normal;
	margin-left: 25px;
	list-style-type: disc;
}
#content_left ul li li {
	list-style-type: none;
}
#content_left ul ul {
	margin-bottom: 0px;
}
#content_right ul li {
	list-style-image: url(../images/pdc_li.gif);
	margin-left: 25px;
	font-size: 13px;
	line-height: normal;
}

/* Contact Form */
#contact textarea {
	height: 50px;
	width: 99%;
}
#contact input {
	width: 185px;
}
#contact #submit {
	width: 65px;
}
#formfeild {
	display: none;
}

/*Slideshow*/
.slideshow {
	margin-top: 15px;
	margin-left: 4px;
}

/*Index.html check swap */
div #tabs { height: 260px;}
#tabs div { float: left; margin-top: 10px;}
#tabs ul { width: 150px; float: left;}
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
#content_right .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; clear: left;}
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



/*HIGHSLIDE CSS*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
