/*=====================================================*/
/* Global Reset
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}



blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ul, li {
	line-height: 130%;	
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Style Definitions
/*=====================================================*/

body {
	background: #efeeee;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #373d44;
}

a:link { color:#e56527; text-decoration: none; }
a:visited { color:#e56527; text-decoration: none; }
a:hover { color:#e56527; text-decoration: none; }
a:active { color:#e56527; text-decoration: none; }

#sub_navigation a.contactlink {
	width: inherit;
	min-height: 14px;
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	display: block;
	float: left;
	border-top: none;
	border-bottom: 1px solid #fff;
}

#sub_navigation a.contactlink:hover {
	background: none;
	margin: 0px;
	padding: 0px;
	width: inherit;
	border-bottom: 1px solid #fff;
}

p {
	line-height: 130%;
}

.h1 {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	font-size: 24px;
	border-bottom: 1px solid #cfcfcd;
	font-weight: normal;
	color: #373d44;
	text-decoration: none;
	word-spacing: normal;
}

.h2 {
	font-size: 26px;
	font-weight: lighter;
	color: #373d44;	
}

.h4 {
	width: 100%;
	margin: 25px 0 6px 0;
	padding: 0 0 6px 0;
	font-size: 18px;
	border-bottom: 1px solid #cfcfcd;
	font-weight: normal;
	color: #373d44;
	text-decoration: none;
	word-spacing: normal;
}

/*=====================================================*/
/* Layout Style Definitions
/*=====================================================*/

#container { 
	width: 100%;
	float: left;
	background: url(../img/bg_body.jpg) top left repeat-x #efeeee;
}

#container_width {
	width: 817px;
	height: auto;
	margin: 0 auto;
}

#main {
	width: 817px;
	height: auto;
	margin: 0 auto;
}

#contentwrap {
	width: 761px;
	float: left;
	margin: 0 auto;
	background: url(../img/bg_contentwrap.jpg) top left no-repeat;
	padding: 28px 28px 0px 28px;
}

/*=====================================================*/
/* Template Structure Style Definitions
/*=====================================================*/

#header {
	width: 817px;
	height: 111px;
	background: url(../img/bg_header.jpg) no-repeat;
	float: left;
}

#logo {
	margin: 10px 0 0 5px;
}

/*=====================================================*/
/* Navigation Structure Style Definitions
/*=====================================================*/

#navigation {
	width: 510px;
	height: 31px;
	margin: 56px 0px 0px 280px;
	background: #cfcfcd;
	float: left;
}

#language {
	width: 126px;
	height: 23px;
	background: url(../img/bg_navigation.png);
	padding: 5px 8px 5px 0;
	_padding: 5px 2px 4px 0;
	float: left;
}

#rss {
	width: 143px;
	_width: 136px;
	height: 22px;
	background: url(../img/bg_navigation.png);
	padding: 6px 8px 5px 0;
	_padding: 8px 2px 2px 0;
	font-size: 10px;
	color: #fff;
	float: left;
}

#rss a {
	color: #fff;
}

/*=====================================================*/
/* Main Image & Welcome Definitions
/*=====================================================*/

#main_img {
	width: 509px;
	height: 200px;
	background: url(../img/img_home.jpg) repeat-y;
	margin: 0px;
	float: left;
}

#main_img a {
	font-size: 12px;
	font-style: italic;
}

#main_top {
	width: 505px;
	height: 4px;
	background: url(../img/main_top.png) no-repeat;
	float: left;
}

#main_content {
	width: 505px;
	height: 188px;
	float: left;
}

#main_bottom {
	width: 505px;
	height: 4px;
	background: url(../img/main_bottom.png) no-repeat;
	float: left;
}

#welcome {
	width: 251px;
	height: 200px;
	background: none;
	margin: 0px 0px 0px 0px;
	float: left;
	background: url(../img/bg_welcome.jpg) no-repeat;
}


#welcome h1 {
	padding: 10px 0px 15px 10px;
	font-size: 30px;
	color: #FFF;
	border-bottom: none;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
}

#welcome p {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
}

#welcome a {
	display: block;
	width: 80px;
	height: 18px;
	background: #35312e;
	float: left;
	padding: 7px 0px 0px 20px;
	margin: 5px 0px 0px -10px;
	font-style: normal;
	color: #fff;
	font-size: 12px;
}

#welcome a:hover {
	color: #4e4e4e;
}
/*=====================================================*/
/* Information Column Definitions
/*=====================================================*/

#columns {
	width: 761px;
	float: left;
	background: url(../img/bg_columns.jpg) repeat-y;
	padding: 15px 0px 0px 0px;
}
#columns_home {
	width: 761px;
	float: left;
	background: url(../img/bg_columns_home.jpg) repeat-y;
	padding: 15px 0px 0px 0px;
}
.column {
	width: 222px;
	min-height: 200px;
	float: left;
	margin: 0px 15px 0px 15px;
}

.column .posttitle {
	font-weight: bold;
	color: #35312e;
}

.column p {
	color: #9c9793;
	padding: 0px;
	margin: 0px;
}

.column_title {
	width: 222px;
	height: 19px;
	padding: 0px;
	float: left;
}

.column_title h2 {
	font-size: 24px;
	color: #35312e;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfcfcd;
}

.column_body {
	width: 222px;
	min-height: 250px;
	line-height: 130%;
	padding: 5px 0px;
	margin-top: 20px;
	float: left;
}

.column_img {
	padding: 3px 0;	
}

.column_img img {
	border: 1px solid #E9ECEF;	
}

.column_body .hr {
	width: 100%;
	height: 1px;
	background: #cfcfcd;
	margin: 15px 0 5px 0;
	_margin: 0;
}

.date {
	font-size: 10px;
	color: #666;
}



.price a {
	margin-top: 5px;
	padding-bottom: 4px;
	font-size: 16px;
}

.price * { margin: 5px 0; }

.price img {
	margin: 10px 0px 0px 8px;
}

/*=====================================================*/
/* Content Page Definitions
/*=====================================================*/

#content_img {
	width: 760px;
	height: 200px;
	margin: 0px;
	float: left;
}

#content {
	width: 760px;
	background: url(../img/bg_columns.jpg) repeat-y;
	float: left;
}

.content_images {
	width: 100%;
	padding: 10px 0 10px 4px;
	text-align: center;
}

.content_images img {
	border: 1px solid #CCC;
}

.staff_images {
	width: 142px;
	padding: 9px 0 5px 10px;
	float: right;
}

#sub_navigation {
	width: 213px;
	min-height: 283px;
	padding-top: 20px;
	float: left;
	background: url(../img/bg_subnav.jpg) top left no-repeat #e76728;
}

#content_area {
	width: 517px;
	min-height: 420px;
	padding: 15px 15px 20px 15px;
	_padding: 5px 8px 5px 8px;
	float: left;
}

#content_area p {
	line-height: 150%;
}

.inlineimg {  
	width: inherit;
	margin: 0 0 15px 15px;
	float: right;    
}

.content_left_column {
	width: 100%;
	margin: 0 30px 0 0;
	float: left;
}

.content_right_column {
	width: 250px;
	float: left;
}

.media_desc {
	font-size: 10px;
	line-height: 130%;
}

#sub_navigation a {
	width: 180px;
	min-height: 14px;
	background: none;
	margin: 0px 15px;
	padding: 7px 0px 4px 0px;
	_padding: 4px 1px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	display: block;
	float: left;
	border-top: 1px solid #a75a2c;
}

#sub_navigation a:hover {
	background: #ed9158;
	width: 170px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	display: block;
	float: left;
}

#sub_navigation a.active {
	background: #ed9158;
	width: 170px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	display: block;
	float: left;
}

#sub_navigation a.news_scroll {
	width: 90px;
	background: none;
}

#sub_navigation a.right {
	width: 60px;
	float: right;
}

/*=====================================================*/
/* Footer Definitions
/*=====================================================*/

#footer {
	width: 100%;
	margin:0px;
	font-size: 11px;
	color: #9b9591;
	line-height: 130%;
	float: left;
	margin: 0px 0px 25px 0px;
}

#footer_content {
	margin: 0 auto;
	width: 751px;
	background: #cfcfcd;
	height:14px;
	padding: 8px 5px;
	clear: both;
}

#footer a {
	color: #1E2730;	
}

/*=====================================================*/
/* Navigation Style Definitions
/*=====================================================*/

#menuwrap { margin: 0px;float: left;}
.menu { width:100%; height:31px; position:relative; top: 0; z-index:100; font-family: Arial, Helvetica, Verdana, sans-serif; background: #35312e;}
* html .menu { width:485px; w\idth:485px; font-family: Arial, Helvetica, Verdana, sans-serif; }
.menu ul { padding:0;margin:0;list-style-type:none; font-family: Arial, Helvetica, Verdana, sans-serif; }
.menu ul ul { width:80px;}
.menu li { float:left;width:inherit;position:relative;  }
.menu a, .menu a:visited { display:block;font-size:12px;text-decoration:none; color:#fff; height:27px; line-height:24px; padding: 4px 15px 0 15px; background: #35312e;  font-style: normal; }
* html .menu a, * html .menu a:visited { width:35px; w\idth:35px; font-style: normal; }
.menu ul ul a.drop, .menu ul ul a.drop:visited { background:#35312e; font-style: normal;}
.menu ul ul a.drop:hover{ background: #e56527; }
.menu ul ul :hover > a.drop { background: #e56527; }
.menu ul ul ul a, .menu ul ul ul a:visited { background:#35312e; font-style: normal;}
.menu ul ul ul a:hover { background:#e56527;  font-style: normal;}
.menu ul ul { visibility:hidden;position:absolute;height:0;top:31px;left:0; width:150px; }
* html .menu ul ul { top:33px;t\op:33px; }
.menu ul ul ul{ left:150px; top:-1px; width:80px; }
.menu ul ul ul.left { left:-150px ;}
.menu table { position:absolute; top:0; left:0; border-collapse:collapse ;}
.menu ul ul a, .menu ul ul a:visited { color:#FFFFFF; font-style: normal; height:auto; line-height:1em; padding:10px 10px; width:128px; background: #e56527; }
* html .menu ul ul a, * html .menu ul ul a:visited { width:150px;w\idth:128px ;}
.menu a:hover, .menu ul ul a:hover{ color:#fff; background: #e56527; }
.menu :hover > a { color:#fff; background: #e56527; font-style: normal; }
.menu ul ul :hover > a { background:#35312e; color: #fff; font-style: normal; }
.menu ul li:hover ul,
.menu ul a:hover ul{ visibility:visible; }
.menu ul :hover ul ul{ visibility:hidden ;}
.menu ul :hover ul :hover ul{ visibility:visible ;}
.menu ul a.active { background:#e56527; color: #fff; }

/*=====================================================*/
/* Update Box Definitions
/*=====================================================*/

#tline {
	width: 95%;
	height: 100px;
	font-size: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	float: left;
}

#tline .h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

/*=====================================================*/
/* Image Box Definitions
/*=====================================================*/

.images div {
	width: 100%;
	padding: 5px 0;
	margin: 10px 0px;
	float: left;
	background: #f3f3f3;
}

.images span {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.images a {
	padding: 0 5px 0 10px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*=====================================================*/
/* Contact Definitions
/*=====================================================*/

#contactwrapper {
	width: 505px;
	height: inherit;
	background: #e7e9eb;
	border: 1px solid #dcddde;
	padding: 8px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#contactleft {
	float: left;
}

#contactright {
	float: right;
}

.contacttext {
	color: #FFF;
	padding: 10px;
}

input.tf {
	background: #FFF;
	border: 1px solid #c9cbcd;
	width: 149px;
	height: 15px;
	padding: 4px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #373d44;
}

#contactwrapper table td {
	width: 80px;
	padding: 5px 5px 5px 0px;
	text-align: right;
}

textarea {
	width: 149px;
	height: 119px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #c9cbcd;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #373d44;
}

select {
	width: 157px;
}