/*
Based on a CSS template 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: url(images/img01.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: .5em;
	color: #c60e0e;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: bold;
	color: #c60e0e;
}

h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

p, ul, ol {
	margin-top: .5em;
	line-height: 1.3em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #75043D;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #c60e0e;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #c60e0e;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
/*	width: 850px; */
	height: 40px;
	margin: 0 auto;
}

#menu {
	height: 40px;
	width: 900px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #000000;
}

#menu a:hover {
	background: #382333;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #382333;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #58032F 1px solid;
}



/* Page */


#page {
	margin: 30px 30px 0 90px;
	background: url(/images/sdblogo.gif) no-repeat center top;
	border-top: none;
}

#page ul {
	list-style-image: url(/images/skateli.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}



/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 1em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #c60e0e;
}

#sidebar1 {
	float: left;
	width: 175px;
	height: 1600;
	margin: 8px auto;
	background: url(images/sdblogo2.jpg) no-repeat left top;
	padding: 5px 15px 0px 0px;
	font-size: 24px;
	color: #000000;
	display: inline;
}

#sidebar2 {
	float: left;
        width: 175px;
        height: 200px;
        margin: 8px auto;
        background: url(images/sdblogo2.jpg) no-repeat left top;
        padding: 5px 15px 0px 0px;
        font-size: 24px;
        color: #000000;
	display: inline;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 10px 0  0 0px;
	height: 20px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 li a {
	background: url(images/img04.gif) no-repeat left 50%;
	border: none;
	padding-left: 10px;
	text-transform: uppercase;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */

#footer {
	background: #000000;
	height:  1em;
}

#footer p {
	width:850px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
	color: #FF0000;
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}
