/* CSS reset */
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/****************************************************************
End CSS reset 
****************************************************************/

body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background: #FFF;
	height: 100%;
	min-height: 900px;
}

p {
	line-height: 20px;
	text-align: justify;
}

a { color: #105CB6; cursor: pointer; outline: none !important; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }
	
#container {
	margin-top: 0;
	margin-bottom: 75px;
	margin-right:auto;
	margin-left:auto;
	width: 875px;
	padding: 0;
	background: #fff url(../images/bg_tile.jpg);
	text-align: left;
}
	
#header {
	background: #fff url(../images/header.jpg);
	width: 875px;
	height: 160px;
}

.home #container {
background: #FFF url(../images/new_index_full_bg.jpg) top center no-repeat;
}

#header_home {
/*	background: #fff url(../images/header_home.jpg);*/
	width: 875px;
	height: 160px;
}

#content {
	width: 715px;
	margin: 25px 0 0 75px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content_home {
	/*background: url(../images/home_center.jpg) no-repeat;*/
	width: 777px;
	height: 336px;
	margin-left: 47px;
}

#container_bottom {
	background: url(../images/bottom_console.jpg);
	width: 875px;
	height: 73px;
}

#container_bottom_home {
/*	background: url(../images/bottom_console_home.jpg);*/
	width: 875px;
	height: 73px;
}

#footer {
	width: 100%;
	height: 286px;
	border-top: 1px solid #0b0d0e;
	background: #1e1d19 url(../images/footer_dash.gif) repeat-x top left;
	text-align: center;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	bottom: 0%;
}

#footer p{
	margin-top: 30px;
	color: #696868;
	text-align: center;
	background-color: #1e1d19;
	font-size: 14px;
}
	
h1 {
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	width:100%;
	border-bottom: thin solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

h3 {
	width:100%;
	font-size: 18px;
	border-bottom: thin solid #ccc;
	padding-bottom:10px;
	margin:10px 0;
}

h4 {
	width:100%;
	border-bottom: thin solid #ccc;
	padding-bottom:10px;
	margin: 40px 0 20px 0;
	color: #758B32;
	font-size: 16px;
}

div.clearer{
	clear: both;
	height: 1px;
}

img.right_side {
	padding: 8px 0 0 25px;
	float: right;
}

em {
	font-weight: bold;
	font-style: normal;
}



/* Navigation

---------------------------------------------------------------------------------------------------- */


#nav {
	float: right;
	padding-right: 40px;
	font-size: 16px;
}

#nav li{
	float: left;
	margin: 40px 0 0 20px;
	list-style-type: none;
}

#nav span{
	color: #cbddec;
}

#nav a:link, #nav a:visited{
	color: #333; 
	text-decoration:none;
}

#nav a:hover{
	color:#828282; 
}



/* About Us

---------------------------------------------------------------------------------------------------- */


dl.profile-description dd {
	line-height: 25px;
	background: url(../images/arrow_gray2.gif) no-repeat 0 8px;
	padding-left: 15px;
}

.services-holder{
	width:100%;
	overflow:hidden;
}
.services-holder img{
	float:left;
}
.services-text{
	width: 710px;
	padding:0 0 0 10px;
	float:right;
	overflow:hidden;
}
.services-text p a{
	font-weight:normal;
	text-decoration:underline;
}
.services-text p a:hover{text-decoration:none;}




/* Contact Us

---------------------------------------------------------------------------------------------------- */


dl.contact-info dd {
	line-height: 20px;
}

.contact-holder{
	width:100%;
	overflow:hidden;
	margin-top: 20px;
}
.contact-holder img{
	float:left;
}
.contact-text{
	width: 630px;
	padding:0 0 0 10px;
	float:right;
	overflow:hidden;
}
.contact-text p a{
	font-weight:normal;
	text-decoration:underline;
}
.contact-text p a:hover{text-decoration:none;}


#small_width_space {
	width: 20px;
	display: inline-block;
}


/* Slider Tabs

---------------------------------------------------------------------------------------------------- */


#bottom_content { 
	background: url(../images/slide_top.jpg) no-repeat top left;
}
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			/*margin: 0 15px 0 30px;*/
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
			background: url(../images/slide_bg.jpg) no-repeat 0 40px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000; this is the border. should have the same value for the links */
			display:block;
			/*width: 700px; Also specified in  .stripViewer .panelContainer .panel  below */
			width: 600px;
			/*height: 460px;*/
			height: 100%;
			clear: both;
			margin-left: 50px;
			/*background: #ececec url(../images/slide_bg.jpg) top left no-repeat;*/
}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.wrapper { width: 570px; }
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
.stripNav a { /* The nav links */
			text-align: center;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
}
		
.stripNav li.tab2 a { background:url(../images/subnav_01.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab1 a { background:url(../images/subnav_02.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab3 a { background:url(../images/subnav_03.jpg) top left no-repeat; height: 40px; width: 140px; text-indent: -5000px; }


.stripNav li.tab2 a:hover { background:url(../images/subnav_over_01.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab1 a:hover { background:url(../images/subnav_over_02.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab3 a:hover { background:url(../images/subnav_over_03.jpg) top left no-repeat; height: 40px; width: 140px; text-indent: -5000px; }


.stripNav li.tab2 a.current { background:url(../images/subnav_active_01.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab1 a.current { background:url(../images/subnav_active_02.jpg) top left no-repeat; height: 40px; width: 133px; text-indent: -5000px; }
.stripNav li.tab3 a.current { background:url(../images/subnav_active_03.jpg) top left no-repeat; height: 40px; width: 140px; text-indent: -5000px; }
	

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
		
a.cross-link, a:visited.cross-link {
	text-decoration: none;
	color: #666666;
}
		
	

/* Property List

---------------------------------------------------------------------------------------------------- */


div .wrapper li {
	line-height: 20px;
}

div.wrapper p.blue a {
	text-decoration:none;
	font-weight: bold;
	color: #353535;
	background: url("../images/arrow_blue.gif") no-repeat 0px 3px;
	padding-left: 20px;
	line-height: 20px;
}

div.wrapper p.gray {
	text-decoration:none;
	font-weight: normal;
	color: #353535;
	background: url("../images/arrow_gray.gif") no-repeat 0px 5px;
	padding-left: 20px;
}

.tip {
	display: block;
	padding-bottom: 5px;
}

.close_btn a {
	color: #006699;
	text-decoration:none;
	display: block;
	background: url("../images/btn_close.gif") no-repeat 0px 5px;
	padding: 8px 0 0 20px;
}



/* Form Styles

---------------------------------------------------------------------------------------------------- */


input, textarea, select {
	background: #ccc;
	outline: none;
	border: 1px solid #999;
}








/* Sticky Home Footer

---------------------------------------------------------------------------------------------------- */


body.home {
	background: url(../images/home_bg.gif) top left repeat-x;
}


h4 a {
text-decoration: none;
}
	
blockquote p {
font-size: 12px;
color: #666;
margin: 1em 30px;
}