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

@import url(/css/includes/banshee.css);

body {
	margin:0;
	padding:0;
	background:url(/images/topbar.jpg) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66665e;
}

h1, h2, h3 {
	margin:0;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#0c95c9;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:16px;
	border-bottom:1px dashed #c0c0c0;
}

p, ul, ol {
	margin-top:0;
	line-height:180%;
}

ul, ol {
	padding-left:20px;
}

a {
	color:#0c95c9;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

img.left {
	float:left;
	margin:7px 30px 0 0;
}

img.right {
	float:right;
	margin:7px 0 0 30px;
}

/* Header
 */

div.header {
	width:860px;
	height:134px;
	margin:0 auto;
	background:url(/images/header.jpg) no-repeat right top;
}

div.header b, #header p {
	margin:0px;
	line-height:normal;
	font-weight:normal;
	color:#ffffff;
}

div.header p {
	font-size:10px;
}

div.header b {
	display:block;
	padding-top:54px;
	font-size:34px;
}

div.header a {
	text-decoration:none;
	color:#ffffff;
}


/* Menu
 */
div.menu {
	width:860px;
	height:45px;
	margin:0 auto;
}

div.menu ul {
	float:right;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	line-height:normal;
}

div.menu li {
	display:block;
	float:left;
}

div.menu a {
	display:block;
	float:left;
	margin-right:3px;
	padding:5px 0 2px 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

div.menu .current_page_item a {
	height:20px;
	background:#FEC200 repeat-x left top;
	color:#ffffff;
}

div.menu .first {
	background:none;
}

/* Content
 */
div.content {
	width:860px;
	margin:0 auto;
	padding:20px;
	min-height:350px;
}


/* Footer
 */
div.footer {
	height:40px;
	background:#394144;
	text-align:center;
	padding-top:15px;
}

div.footer span {
	margin:0;
	text-align:center;
	line-height:normal;
	font-size:10px;
	color:#ffffff;
}

div.footer span:after {
	content:"|";
	margin:0 15px;
}

div.footer span:last-child:after {
	content:"";
	margin:0;
}

div.footer a {
	color:#E5FFC4;
}

