@charset "utf-8";
/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.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 */

/* Layout */
body {
	background-color: #cfd0d1;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#floater {
	margin-bottom: -295px;
	height: auto;
}

#master	{
	height: 559px;
	width: 966px;
	background: url(../images/master_back.jpg) 0 0 repeat-x;
	margin: 0 auto;
	padding: 16px 17px 15px 17px;
}

#header {
	width: 935px;
	height: 69px;
	padding: 0 0 0 31px;
	position: relative;
}

#logo {
	float: left;
}

#menu {
	width: 169px;
	height: 176px;
	*height: 173px;
	background: url(../images/menu_back.png) 0 0 repeat;
	position: absolute;
	top: 69px;
	left: 711px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 27px 1px 27px;
	font-weight:bold;
}

#menu ul li a:hover, #menu ul li.active a {
	background-color: #bc292d;
	color: #000;
}

#slideshow {
	width: 966px;
	height: 173px;
}

#shead #slideshow {
	float: left;
	margin-bottom: 15px;
}

#slideshow img {
	margin-top: -2px;
}

#wrapper {
	padding: 17px 86px 0 42px;
	height: 300px;
}

#content {
	width: 630px;
	height: 280px;
	float: left;
	overflow: hidden;
}

#content h1 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

#content p {
	padding-bottom: 12px;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #bc292d;
}

#content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#footer {
	width: 169px;
	text-align: center;
	float: right;
	margin-top: -20px;
}

#footer a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #bc292d;
}

/* Custom scroll */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 16px;
	background: url(../images/arrow_up.gif) 0 0 no-repeat;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 16px;
	background: url(../images/arrow_down.gif) 0 0 no-repeat;
}

/********* POWERMAIL *************/
.tx-powermail-pi1_fieldset { border: 0px; padding: 0px; margin: 0px; }
.tx-powermail-pi1 { border:0; margin-bottom:20px;}
.tx-powermail-pi1_fieldset legend{display:none;}
.tx_powermail_pi1_fieldwrap_html {display:block; width:620px; margin-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html label { width:100px; float:left;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#a8a8a8;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text{width:360px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html textarea {width:360px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html .powermail_submit { text-align:center; float:left; background:#BC292D; border:none; color:#FFF; font-size:12px; font-weight:bold; padding:3px 7px 3px 7px; margin-left:100px; cursor: pointer;}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js {padding: 3px 0 0 100px; font-size: 10px; color: #BC292D;}

/* gallery */
a.lightbox {
	background: #fff;
	border: 1px solid #A9A9A9;
	float: left;
	display: block;
	margin-top:4px;
}

div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 0 0 0;
}

div.csc-textpic img {display: block}

#content div.csc-textpic-imagerow {
	clear: none;
	float: left;
	margin-right: 10px;
}

.csc-textpic-imagewrap {
	width: auto !important;
}

