/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01.gif) no-repeat;
    background-position: top center;
	font: normal 14px Arial, Helvetica, sans-serif;
    color: #353535;
}
img {
    border: 0px;
}

h1, h2, h3, h4{
	color: #313131;
}

h1 {
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: 4px;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 116%;
	font-weight: bold;
	letter-spacing: -1px;
}

p, blockquote, ol, ul {
	margin-bottom: 0px;
	text-align: left;
	line-height: 137%;
	font-size: 100%;
}

.csc-header {
  padding-bottom: 4px;
  border-bottom: 1px dashed #ccc;
}


#rootline {
    width: 640px;
    float: left;
    margin-left: 25px;
    padding-top: 8px;
}
#searchbox {
    width: 240px;
    float: right;
}

blockquote {
	margin-left: 2em;
}



a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#menu
{
    border-left: 20px solid #DB5600;
    width: 880px;
    height: 30px;
    margin: 0 auto;
}


/* Logo */

#logo {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 280px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 137%;
	font-size: 100%;
}

.floating-box img {
	border: 0px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 900px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 580px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #efefef;
	border-left: 20px solid #DB5600;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/* default styles for extension "tt_news" */

#sidebar h4 {
    margin-top: 10px;
}

HR.clearer {
	border: 0px;
    clear:left;
}

.subheader {
    min-height: 80px;
}

