/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }

/* Website styles */
body {
	background: #fff;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #585858;
}
div#header {
	width: 100%;
	height: 180px;
	background: #cecece;
}
#header div.content {
	width: 818px;
	height: 130px;
	margin: 0 auto;
	background: url('../images/header-bg.jpg') top left no-repeat;
	text-align: center;
	padding: 50px 0 0 0;
}
#header .content p {
	margin: 5px 0 0 0;
	font-family: 'Trebuchet MS', Tahoma, Verdana;
	font-size: 11px;
	color: #58585a;
}
div.subheader {
	width: 818px;
	height: 40px;
	margin: 0 auto;
	background: url('../images/content-bg.jpg') top left no-repeat;
	text-align: center;
}
div#content {
	width: 778px;
	margin: 0 auto;
/*	background: url('../images/content-bg.gif') top left no-repeat; */
/*	padding: 40px 0 0 0; */
}
#content div#leftbar {
	float: left;
	width: 177px;
	margin: 0 15px 0 0;
	padding: 0 0 20px 0;
}
#leftbar ul#nav {
	width: 177px;
	background: url('../images/nav-bg.gif') top left repeat-y;
	margin: 0 0 15px 0;
}
#leftbar #nav li {
	list-style: none;
}
#leftbar #nav li.top {
	width: 177px;
	height: 50px;
	background: url('../images/nav-top.gif') top left no-repeat;
}
#leftbar #nav li a.first {
	width: 177px;
	height: 26px;
	line-height: 26px;
	display: block;
	background: url('../images/nav-btn.gif') top left no-repeat;
	text-indent: 20px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #58585a;
	text-decoration: none;
	margin: 0 0 1px 0;
}
#leftbar #nav li a.first:hover {
	color: #c4151c;
	background: url('../images/nav-btn.gif') bottom left no-repeat;
}
#leftbar #nav li a.second {
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	line-height: 22px;
	color: #58585a;
	text-decoration: none;
	background: url('../images/nav-bullet.gif') center left no-repeat;	
}
#leftbar #nav li a.third {
	margin: 0 0 0 35px;
	padding: 0 0 0 15px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 22px;
	color: #58585a;
	text-decoration: none;
	background: url('../images/nav-bullet.gif') center left no-repeat;
}
#leftbar #nav a.second:hover, #leftbar #nav a.third:hover {
	color: #c4151c;
}
#leftbar li.bottom {
	width: 177px;
	height: 10px;
}
h1 {
	font-family: Tahoma, Verdana;
	font-size: 20px;
	padding: 0 0 5px 0;
	font-weight: normal;
}
h1.csc-firstHeader, 
#leftbar h1,
#rightbar h1 {
	background: url('../images/h2-bg.gif') bottom left no-repeat;
}
#leftbar p {
	color: #393939;
	margin: 10px 0 0 0;
}
#leftbar p a {
	color: #393939;
	text-decoration: none;
}
#leftbar p a:hover {
	text-decoration: underline;
}
#content div#centerbar {
	float: left;
	width: 394px;
	padding: 0 0 20px 0;
}
#centerbar h1 {
	margin: 0 0 10px 0;
}
#centerbar p {
	margin: 0 0 10px 0;
	text-align: justify;
}
#centerbar p.align-justify {
	margin: 0 0 10px 0;
	text-align: justify;
}
#centerbar p.align-left {
	margin: 0 0 10px 0;
	text-align: left;
}
#centerbar p.align-center {
	margin: 0 0 10px 0;
	text-align: center;
}
#centerbar p.align-right {
	margin: 0 0 10px 0;
	text-align: right;
}

#content div#centerbar a,
#content div#centerbar a:visited {
	color: #c4151c;
	text-decoration: none;
}
#content div#centerbar a:hover {
	color: #c4151c;
	text-decoration: underline;
}
#centerbar ul,
#centerbar ol {
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
}
#centerbar ul.index {
	padding: 0 0 0 50px;
	color: #c4151c;
	font-style: italic;
	margin: 0 0 10px 0;
}
#centerbar ul.csc-bulletlist {
	padding: 0 0 0 50px;
	font-style: italic;
	margin: 0 0 10px 0;
}
#centerbar ul.csc-bulletlist-0 li {
	list-style-image: url('../images/bullet-grey.gif');
}
#centerbar ul.csc-bulletlist-1 {
	padding: 0 0 0 50px;
	color: #c4151c;
	font-style: normal;
	margin: 0 0 10px 0;
}
#centerbar ul.csc-bulletlist-1 li {
	list-style-image: url('../images/bullet-red.gif');
}
#centerbar ul.csc-bulletlist-2 {
	font-style: italic;
}
#centerbar ul.csc-bulletlist-2 li {
	list-style-image: url('../images/bullet-red.gif');
}
#centerbar ul.csc-bulletlist-3 {
	font-style: normal;
}
#centerbar ul.csc-bulletlist-3 li {
	list-style-image: url('../images/bullet-red.gif');
}
h2 {
	font-size: 14px;
	color: #585858;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 13px;
	color: #585858;
	margin: 0 0 15px 0;
}
#centerbar p.quote {
	width: 354px;
	background: url('../images/quote-bg.gif') top left no-repeat;
	padding: 10px 0 0 46px;
	font-size: 13px;
}
#centerbar blockquote p {
	width: 354px;
	background: url('../images/quote-bg.gif') top left no-repeat;
	padding: 10px 0 0 46px;
	font-size: 13px;
}
#content div#rightbar {
	float: right;
	width: 177px;
	padding: 0 0 20px 0;
}
#rightbar a.gal {
	width: 177px;
	height: 133px;
	display: block;
	margin: 10px 0 0 0;
}
#rightbar a.gal img {
	border-bottom: 3px solid #fff;
}
#rightbar a.gal:hover img {
	border-bottom: 3px solid #c4151c;
}
#rightbar img.gal {
	width: 177px;
	height: 133px;
	display: block;
	margin: 10px 0 0 0;
}
#rightbar a.mehr {
	width: 160px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 17px 0 0;
	background-color: #cecece;
	background-image: url(../images/mehr-bullet.gif);
	background-repeat: no-repeat;
	background-position: 164px center;
	color: #393939;
	text-decoration: none;
}
#rightbar a.mehr:hover {
	color: #c4151c;
}
div#footer {
	clear: both;
	margin: 0 auto;
	width: 768px;
	height: 46px;
	text-align: right;
	padding: 10px 10px 10px 0;
	_padding: 10px 10px 8px 0;
	color: #fff;
	background: #58585a url('../images/footer-bg.gif') top left no-repeat;
}
#footer span a {
	color: #fff;
	text-decoration: none;
}
#footer span a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 11px;
	color: #acacac;
	margin: 8px 0 0 0;
}
#footer p a {
	color: #acacac;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}


