body {background:#555555 url(../img/body-bg.jpg) center 60px no-repeat;text-align:center;font:76% Arial,Verdana,sans-serif;}
* {margin:0;padding:0;}
img {border:none;}
ul {list-style:none;}
a {text-decoration:none;}


/*
////////  LAYOUT  ////////*/

#wrapper {width:960px;background:#f7f7f7 url(../img/main-content-bg.jpg) 0 188px no-repeat;margin:0 auto;text-align:left;}
#home #wrapper {background:#f7f7f7;}

#header {
	height:67px;
	background:url(../img/header-bg.jpg);
	padding:70px 50px 0 30px;
	border-bottom:10px solid #ff9900;
}

#content {padding:0 50px 30px 20px;}

#top-bar {
	float:left;
	width:870px;
	padding:8px 50px 4px 40px;
	margin-bottom:34px;
}

#intro {float:left;margin:-14px 0 12px 0;border:20px solid #f2f2f2;}

#main-content {
	float:left;
	width:520px;
	padding:0 50px 6px 14px;
	border-right:3px solid #edebea;
	/*border-left:4px solid #800000;*/
}

#secondary-content {float:right;width:280px;}

#footer {
	clear:both;
	height:50px;
	background:url(../img/footer-bg2.jpg) no-repeat center top;
	padding:50px 30px 0 30px;
}

.featured {float:left;width:275px;margin-right:15px;padding-right:17px;background:url(../img/featured-bg.jpg) right top no-repeat;}
.featured.last {float:left;margin-right:-3px;padding:0;background:none;}




/*
////////  TYPOGRAPHY  ////////*/

h1 a {
	float:left;
	text-indent:-9999px;
	background:url(../img/logo.jpg) no-repeat;
	width:332px;
	height:44px;
}
h2  {
	clear:both;
	color:#141414;
	margin-bottom:10px;
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	font: bold normal 1.6em "Century Gothic", arial, sans-serif;
}
h3  {
	clear:both;
	color:#141414;
	margin-bottom:5px;
	margin-top: 10px;
	font: bold 1.2em "Century Gothic", arial, sans-serif;
}


.featured h2 { font-weight: bold; }
#main-content h2 { font-weight: bold; }
#secondary-content h2 { font-weight: bold; }



#content p {clear:both;font-size:1.1em;line-height:1.4em;margin-bottom:12px;}
.leftBorder {
	border-left: 5px solid #ff9900;
	padding-left: 5px;
	background: #E6E6E6;
	padding-right: 5px;
}


.contentP_Border {}

#content p a {
	font-weight:bold;
	color:#800000;
	background-color: #fff;
}
#content p a:hover {
text-decoration:underline;
background-color: #800000;
color: #fff;
}

#top-bar p {
	float:left;
	font-size:1.2em;
	color:#141414;
	margin-top:2px;
	text-transform: uppercase;
}
#top-bar p a { color:#800000; }
#top-bar p a:hover {text-decoration:underline;}

#secondary-content p.info {
	width:200px;
	color:#141414;
	margin-bottom:18px;
	padding:12px 40px 20px;
	background:#edebea url(../img/note-bg.jpg) 0 100% no-repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#secondary-content p {font-size:1em;color:#333;line-height:1.3em;margin-bottom:18px;}

#footer p {float:left;font-size:.9em;color:#ddd;}
#footer p a {color:#ddd;font-weight:normal;}
#footer p a:hover {text-decoration:underline;}
#footer p em {
	color:#800000;
	font-weight:bold;
}

#footer p.right {float:right;}
#main-content h1 {
	margin-bottom: 15px;
	color: #141414;
	text-transform: uppercase;
	font: normal 1.3em "Century Gothic", arial, sans-serif;
}


#content .featured p {color:#444;}
a.box {
	float:left;
	color:#fff;
	background:#800000;
	padding:3px 4px;
	margin:0 6px 6px 0;
}
#home a.box {clear:both;margin:0 6px 0 0;}
a.box:hover {
	color:#eee;
	background: #ff9900;
}


/*
////////  IMAGES  ////////*/

#content p img {
	float:left;
	margin:0 12px 6px 0;
	border:2px solid #800000;
	padding: 5px;
}


/*
////////  NAVI & LISTS  ////////*/

#header ul {float:right;padding-top:7px;}
#header ul li {float:left;font-weight:bold;text-transform:uppercase;}
#header ul li a {display:block;font-size:1.1em;color:#fff;padding:4px 8px 3px 6px;}
#header ul li a:hover {background:#272727;}
.navi-description {font-size:.7em;color:#ddd;display:block;text-transform:none;}

#header ul li.current { background:#800000; }
#header ul li.current a:hover {
	background:#800000;
	cursor:default;
}

#main-content ul {float:left;margin-bottom:14px;padding-left:18px;list-style-type:square;}
#main-content ul li {
	font-size:1.1em;
	padding-bottom:1px;
	margin-bottom: 10px;
}

#secondary-content ul {
	padding: 0px;
	margin: 0px 0px 20px 15px;
}
#secondary-content li {
	font-size:1em;
	margin: 7px 0px;
	padding: 0px 0px 1px 10px;
	list-style: square outside;
}
#secondary-content ul li a {
	font-weight:bold;
	color:#800000;
	text-decoration:none;
}
#secondary-content ul li a:hover {
text-decoration:none;
background-color: #800000;
color: #fff;
}


/*///////  CONTACT FORM  ///////*/

#contactform fieldset {border:none;}

#contactform input, #contactform select, #contactform textarea {font:1em Arial;color:#444;border:solid 1px #ddd;background:#fff;margin-top:4px;padding:2px;}

#contactform input.radio {background:none;border:none;}

#contactform label {
	font-weight:bold;
	color:#800000;
	margin-top:14px;
	display:block;
}

#contactform textarea {width:400px;overflow:auto;margin-bottom:20px;}

#contactform input.submit {
	color:#fff;
	background:#800000;
	cursor:pointer;
	padding:3px 0;
	border:none;
	width:100px;
}


/*
////////  EASY SLIDER  ////////*/

#intro #slider li {width:880px;height:200px;overflow:hidden;text-align:center;}

#intro #slider li h2 {
	width:380px;
	margin:80px auto 12px auto;
	color:#800000;
	text-transform:uppercase;
	font-size:1.6em;
}
#intro #slider li p {width:380px;margin:0 250px 12px 250px;}
	
#intro p#controls {margin:0;position:relative;}

#intro #prevBtn, #intro #nextBtn {display:block;margin:0;overflow:hidden;position:absolute;left:20px;top:-60px;}
#intro #nextBtn {left:840px;float:right;}
#intro #prevBtn a, #intro #nextBtn a {font-size:3em;text-decoration:none;display:block;padding:10px 0;}
