@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: #fff url(../images/body_back.gif) 0 0 repeat-x;
	font-size: 10px;
	line-height: 16px;
	color: #010101;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#master {
	width: 944px;
	min-height: 100px;
	height: auto;
	margin: 0 auto;
	background: url(../images/master_back.png) 0 bottom no-repeat;
	padding: 19px 28px 32px 28px;
}

#footer {
	width: 984px;
	background: url(../images/footer_back.png) 0 bottom no-repeat;
	padding: 0 8px 8px 8px;
	min-height: 85px;
	height: auto;
	margin: 0 auto;
}

#footerQuote {
	background: url(../images/red_back.gif) 0 0 repeat;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 9px 20px 23px 20px;
	min-height: 53px;
	height: auto;
}

#realFooter {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #ed3626;
	padding-bottom: 10px;
}

#header {
	height: 64px;
}

#leftColumn {
	float: left;
	width: 676px;
}

#rightColumn {
	float: right;
	width: 236px;
	padding: 6px;
	background: url(../images/grey_back.gif) 0 0 repeat;
	min-height: 500px;
}

#mainMenu {
	height: 20px;
	margin-bottom: 10px;
}

#mainMenu ul li {
	float: left;
	display: block;
	padding-right: 9px;
}

#mainMenu ul li a {
	color: #ed3626;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 0 3px 2px 3px;
}

#mainMenu ul li.active a, #mainMenu ul li a:hover {
	background-color: #ed3626;
	color: #fff;
}

#slideshow {
	width: 676px;
	height: 245px;
	overflow: hidden;
	margin-bottom: 20px;
}

.topQ {
	margin-bottom: 15px;
}

.rightBox {
	margin-bottom: 15px;
	background-color: #d4d4d4;
	padding: 6px;
	color: #999;
}

#search {
	padding: 18px 0 7px 0;
}

#search input.inpTxt {
	border: 1px solid #999;
	background-color: #e6e6e6;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1px 2px;
	color: #000;
	vertical-align: middle;
	width: 160px;
}

#search input.inpBtn {
	border: 1px solid #808080;
	background-color: #d4d0c8;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
}

#rightColumn h2 {
	font-size: 30px;
	height: 19px;
	color: #d4d4d4;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.newsItem {
	border-bottom: 1px dotted #ed3626;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

span.newsItemdate {
	text-align: right;
	color: #ed3626;
	display: block;
}

.newsItem h3 {
	color: #999;
	font-size: 12px;
	padding: 15px 0;
}

#leftColumnInside {
	float: left;
	width: 236px;
}

#contentInside {
	float: right;
	width: 420px;
}

#leftColumnInside h2 {
	padding: 6px 12px 55px 12px;
	background: url(../images/red_back.gif) 0 0 repeat;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

#subMenu {
	background: url(../images/light_back.gif) 0 0 repeat;
}

#subMenu li a {
	display: block;
	padding: 4px 12px 4px 12px;
	color: #fff;
	text-decoration: none;
}

#subMenu li a:hover {
	background-color: #ed3626;
}

#subSubMenu {
	background: #fff;
	margin: 10px 0 10px 0;
}

#subSubMenu li {
	color: #ed3626;
	padding-left: 60px;
}

#subSubMenu li a {
	text-decoration: none;
}

#subSubMenu li a:hover {
	background-color: #ed3626;
	color: #fff;
}

#breadcrumbs {
	color: #ed3626;
	font-size: 11px;
	padding-bottom: 5px;
}

span.onPage {
	color: #000;
}

.leftBox {
	border-bottom: 1px dotted #ed3626;
	font-size: 11px;
	padding: 16px 0 17px 0;
}

.leftBox h3 {
	color: #ed3626;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 9px;
}

.leftBoxImg {
	float: right;
}

#content h1, #content h6 {
	color: #ed3626;
}

#content h1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 18px;
}

#content p {
	padding-bottom: 16px;
}

a {
	color: #ed3626;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.csc-mailform label {
display:block;
margin-bottom:2px;
}
.csc-mailform input[type="text"], .csc-mailform textarea {
border:1px solid #CCCCCC;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:8px;
padding:4px 5px;
width:190px;
}
.csc-mailform textarea {
height:190px;
overflow:auto;
width:340px;
}
