html body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height:100%;
	width:100%;
	color:#dddddd;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	overflow:hidden;
	text-align:left;
}
	
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	z-index:2;
	overflow:auto;
    }
	
* html #wrapmaster {
	height:100%;
	}
	
#client_header {
	display: none;
}

#wrap {
	margin-top: 20px;
	}

/*
#wrap {
	height: 570px;
	top: 50%;
	position: relative;
	margin-top: -285px;
	}

#home #wrap {
	height: auto;
	top: 0px;
	position: relative;
	margin-top: 20px;
	}
*/
p {
	color:#dddddd;
	font-size: 100%;
	text-align: justify;
	line-height: 18px;
	font-weight: lighter;
	padding: 0px;
	margin: 14px 0px 14px 0px;
	}
strong {
	font-weight: lighter;
	}
h1 {
	color: #ff9933;
	font-size: 250%;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 strong {
	font-size: 50%;
	font-weight: normal;
	color:#ffffff;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	}
#home h1 {
	padding-top: 10px;
	}
#home h1 strong {
	font-size: 80%;
	}
h1+p, h1+h2, h1+h3, h1+ul {
	margin-top: 14px;
	}
	
h2 {
	color: #ffffff;
	font-size: 120%;
	font-weight: lighter;
	text-align: left;
	padding: 0px;
	margin: 14px 0px 10px 0px;
	}
	
h2.dr {
	color: #ff9933;
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	}

h3 {
	color:#ffffff;
	font-size: 110%;
	text-align: left;
	font-weight: lighter;
	}

a {
	color: #ff9933;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	}

ul {
	list-style-position: outside;
	}
	
ul li {
	list-style-type: circle;
	margin-bottom: 10px;
	font-weight: lighter;

	}
	
ol {
	list-style-position: inside;
	}
	
ol li {
	margin-bottom: 10px;
	font-weight: lighter;

	}
	
a:link img, a:hover img, a:visited img {
	border: none;
	background:none;
	}

table.address td {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	}

table.address p {
	margin: 0px;
	padding: 0px;
	}

/*------------- header section ----------------- */

#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	height: 0px;
	}
#noflash #header{
	}
#home #header{
	}
#noflash #home #header{
	}
	
#enter {
	display: block;
}
#noflash #enter {
	display: block;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	background-image: url(../_media/backgrounds/bg-content2.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	}
#home #content_wrapper{
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin: 0px;
	background-image: url(../_media/backgrounds/bg-content-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#home #content_header{
	}
	
#content_footer{
	}	
#home #content_footer{
	}
/*------------- content main ----------------- */

#content_main{
	width: 695px;
	min-height: 0px;
	text-align: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 20px;
	height: 395px;
	}
/*#home #content_main{
	height: 555px;
	overflow: hidden;
}*/
#home #content_main{
	height: auto;
	padding: 15px 0px 15px 0px;
}
	
#seo-wrapper{
	width: 100%;
	background-image: none;
	margin: 30px auto 0px auto;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background: url(../_media/backgrounds/transparent50.png) center top repeat;
	padding: 15px 0px 15px 0px;
	text-align: left;
	display: none;
	}
#seo{
	margin: 0px auto 0px auto;
	height: auto;
	width: 1000px;
}
#seo-main{
	width: 695px;
	text-align: left;
	margin: 0px;
	float: left;
	position: relative;
	left: 0px;
}
#seo-side {
	padding: 60px 0px 0px 0px;
	position: relative;
	float: right;
	width:265px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	right: 0px;
	text-align: left;
}
seo-side p {
	text-align: center;
	color: #ffffff;
}

/*------------- content side ----------------- */

#content_side{
	float: right;
	width:265px;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	right: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	}
#home #content_side{}

/*
#accordion_menu {
	position: fixed;
}
*/

#content_side p, #content_side h1, #content_side h2, #content_side ul{
}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #cccccc;
	font-weight: normal;
    }
#home #content_side p {
}
	
#content_side h2, #content_side h3 {
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;	
	}
	
#content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	}
#content_side li ul {
	padding-bottom: 6px;
	}
	
#content_side li a {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 1px 0px 1px 15px;
	width: 250px;
	font-weight: normal;
	}
#content_side li li a {
	font-weight: normal;
	padding: 0px 0px 0px 25px;
	width: 240px;
	margin: 0px;
	}
#content_side a.active {
	color: #ffffff;
	}
	
#content_side li a:hover {
	color: #ff9933;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

#content_side input, #content_side textarea {
	background: none;
	padding: 3px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 100%;
}

#content_side form p {
	line-height: 10px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../_media/backgrounds/bg-footer4.png) left top no-repeat;
	height: 160px;
}

#home #footer_wrapper{
}

#footer{
	text-align: center;
	width: 1000px;
	margin: 0px auto 0px auto;
	height: 0px;
}
#noflash #footer{
	}
#home #footer{
	display:none;
	width:0px;
	height:0px;
}
#noflash #home #footer{

	}
#footer_links{
	text-align: left;
	width: 710px;
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
	float: left;
}
#footer_links p{
	color: #ff9933;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 70%;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}

#footer_links a {
	color: #cccccc;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border: none;
}

#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 360px;
	width: 98%;
	margin: 0px auto 0px auto;
}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background: url(../_media/backgrounds/transparent50.png) center top repeat;
	border: solid #cccccc 1px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
	}
	
.image_right {
	float: right;
	margin-left:15px;
	}
	
.image_left {
	float: left;
	margin-right:15px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:15px;
	}	
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:15px;
	}	

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background: url(../_media/backgrounds/transparent50.png) center top repeat;
	color: #ff9933;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_right p, .module_left p, .module_center p, .module_right li, .module_left li, .module_center li {
	padding-left: 15px;
	padding-right: 15px;
	}
	
.flash-replaced p {
	display: none;
}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}
	
.drs {
	float: left;
	text-align: center;
	margin: 5px 15px 5px 0px;
	width: 240px;
	height: 330px;
	font-size: 120%;
	}
.drs img {
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.float_left{
	float: left;
	text-align: center;
}
.float_left img {
	margin: 0px 15px 0px 0px;
}

.float_right{
	float: right;
	text-align: center;
}
.float_right img {
	margin: 0px 0px 0px 15px;
}

.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 30px 0px;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 20px 0px;
	}

.highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
	
.library {
	width: 240px;
	display: block;
	padding: 3px 0px 0px 12px;
	margin: 0px;
	background: url(../_media/common_assets/arrow-triangle.png) left center no-repeat;
	float: right;
	margin-top: -30px;
	border-bottom: 1px dotted #ff9933;
	}
	
/*pullquotes*/

.pullquote_right{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
}
.pullquote_right p, .pullquote_right_small p{
	font-style: italic;
	color: #9D7B55;
	font-size: 100%;
	line-height: 150%;
}
.pullquote_left{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #866340;
	padding: 6px 6px 6px 10px;
	font-size: 120%;
	line-height: 150%;
	font-weight:normal;
}
.pullquote_left, .pullquote_left_small{
	font-style: italic;
	font-weight:normal;
	color: #866340;
	font-size: 100%;
	line-height: 150%;
}

.pullquote_right_small{
	text-align: right;
	font-style: italic;
	display:block;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 0px;
	background-color: #EEEEEE;
	float: right;
	width: 40%;
	margin: 0px 0px 12px 10px;
}

.pullquote_left_small{
	text-align: left;
	font-style: italic;
	display:block;
	border-left: 3px solid #000000;
	padding: 6px 10px 6px 10px;
	background-color: #EEEEEE;
	width: 40%;
	float: left;	
	margin: 0px 10px 12px 0px;
}

.rounded_corners{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	behavior: url(../Scripts/border-radius.htc);
}
#home .rounded_corners{
	behavior: url(Scripts/border-radius.htc);
}

/*  End CSS Classes   */

#interior #sb-nav-close{

}

/*  ----- SLIDESHOW -----   */

ul.slideshow {
	list-style:none;
	width:362px;
	height:242px;
	overflow:hidden;
	position:relative;
	margin: 15px 0px 0px 15px;
	padding:0;
	top: 0px;
	left: 0px;
	float: right;
}

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	margin: 0px;
	padding: 0px;
}

ul.slideshow li.show {
	z-index:500;	
}

ul.slideshow img {
	border: solid #cccccc 1px;
}

ul#welcome.slideshow {
	list-style:none;
	width:378px;
	height:222px;
	overflow:hidden;
	position:relative;
	margin: 5px 0px 10px 0px;
	padding:0;
	top: 0px;
	left: 0px;
	float: left;
}

/* jFlowSlide */

#jFlowSlide{ }
#myController { padding:2px 0; width:695px; background: url(../_media/backgrounds/transparent50.png) center top repeat; }
#myController span.jFlowSelected { background:#c37c13; margin-right:0px; }

.slide-wrapper { padding: 0px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #c37c13; }

#slides, .slide-wrapper { 
	height: 380px;
	overflow: hidden; }
	
	
	
/* screen smaller than 1000px  */
@media screen and (max-width: 1199px) {
  html body {
	background: url(../_media/backgrounds/bg4-mobile.jpg) left top no-repeat fixed #000000;
	overflow: visible;
}
	
#background {
	display: none;
}

#wrapmaster {
	overflow: visible;
	position: relative;
    }

#wrap {
	top: 0;
	margin: 0px;
	}
	
#content_wrapper{
	background: none;
	}
	
#content_header{
	background: none;
	}
	
.seo-text {display:none}

#footer_wrapper{
	display: none;
}
}
