/***  Modified using existing CSS template ***/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 95%;
}

a:link {
	color: #802f74;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 900px;
	height: 100px;
 	margin: 0 auto;
}

#logo {
	float: left;
	width: 300px;
	padding: 25px 0px 0 0px;
}

#logo h1 {
	padding-top: 0px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 600px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 60px;
	padding: 50px 20px 0 20px;
	
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	font-family: Helvetica;
	color: #000000;
}

#menu a:hover {
	background: url(images/menu-hover.png) no-repeat;
	background-position: center center;
	color: #000000;
}


#back {
	height: 100%
	margin: 0;
	padding: 0;
}

img#bg {
	position: relative;
	top:  0;
	left: 0;
	width: 100%;
	height: 100%;
}

#splash {
	width: 300px;
	height: 50px;
	margin: 0 auto;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 900px;
	margin: 0 auto;
}



#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 580px;
	padding: 20px 20px 5px 10px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#content h2 {
	padding: 6px 10px;
	font-weight: bold;
	font-size: 125%;
	background: url(images/background10.png) no-repeat;
	color: #FFFFFF;
}
#content h3 {
	padding: 20px 0;
	font-weight: bold;
	font-size: 125%;
	color: #151515;
}

#content ul{
	margin: 0px;
	list-style: circle outside;
	padding-left: 25px; 
	
}

#content_other {
	float: left;
	width: 900px;
	padding: 20px 20px 5px 10px;
}

#content_other ol, #content ul {
	margin-left: 3em;
}

#content_other h2 {
	padding: 6px 10px;
	font-weight: bold;
	font-size: 135%;
	background: url(images/background10.png) no-repeat;
	color: #FFFFFF;
}

#content_other h3 {
	padding: 20px 0;
	font-weight: bold;
	font-size: 115%;
	color: #151515;
}

#showcase_left {
	float: left;
	width: 400px;
	padding: 50px 0px 5px 20px;
	font-size: 100%;
	font-weight: normal;
}

#showcase_right {
	float: right;
	width: 400px;
	padding: 50px 0px 5px 20px;
	font-size: 100%;
	font-weight: normal;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 50px 0px 5px 20px;
	font-size: 85%;
	font-weight: normal;
}

#sidebar h2 {
	padding: 6px 10px;
	font-weight: bold;
	font-size: 135%;
	background: url(images/background10.png) no-repeat;	
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}


#news {
	font-size:95%;
}

#news a {
	text-decoration: none;
	font-family: Tahoma;
	color: #af2f2f;
}
	

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 72%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
