/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    background: url(images/bg.jpg) #252324 repeat-y center center;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E7E7E7;
    background: url(images/bg.jpg) repeat-y center center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #252324 url(images/img3.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #252324 url(images/img3.gif) repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a
{
	color: dodgerblue;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}
.list li.last
{
    background: url(images/img5.gif) repeat-x;
    height: 1px;
}

/* Header */

#header
{
    width: 890px;
    margin: 0 auto;
    height: 90px;
    background: url(images/img1.gif) repeat-x left bottom;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 45px;
}
#header IMG
{
    z-index: 0;
    float: left;
    position: absolute;
    top: 0px;
}

#header h1
{
	padding-left: 20px;
	font-size: 24pt;
	float: left;
	color: white;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a
{
	padding-right: 44px;
	display: block;
	padding-left: 14px;
	background: url(images/img2.gif) no-repeat left center;
	float: left;
	padding-bottom: 0px;
	font: bold 12px Georgia, "Times New Roman" , Times, serif;
	color: #ffffff;
	padding-top: 0px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

.outer
{
    width: 894px;
    margin: 0 auto;
}

#content
{
    height: 100%;
    float: left;
}

#colOne
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	width: 179px;
	padding-top: 0px;
    float:left;
}

#colOne h3 {
	margin-top: 10px;
}

.colTwo {
	float: left;
	width: 630px;
	padding: 0  29px 0 29px;
}
.colTwo P
{
    font-size: 10pt;
}
.colTwo H4
{
    font-size: 12pt;
    color: red;
    margin-top: 0px;
    margin-bottom: 0px;
}
.coltwoA
{
    font-size: 12pt;
    color: #ffffff;
    text-decoration: none;
}
.coltwoA:HOVER
{
    text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 894px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
.redtext
{
    font-size: 8pt;
    color: red;
    left: 87px;
    position: absolute;
    top: 100px;
    font-weight: bold;
}
.floatleft
{
    float: left;
    padding-right: 30px;
}
.floatright
{
    float: right;
    padding-left: 30px;
}

/* MAIN PAGE FEATURED SLIDER */
#banner{
	float:left;
	width:750px;
	margin:5px 0 20px 0;
	
}
.bannerLeft{
	float:left;
	width:550px;
	position:relative;
	top:0px;
	left:0px;
}
#container{	
margin:0px;
display:block;
position:relative;
top:0px;
left:0px;
text-align:left;
width:530px;
height:406px;
padding:0 0px 0 0px;
margin:0px;
float:left;
border:0px;
}
#slider{width:530px;height:406px;
	 margin:0px;
		padding:0 0px 0 0px; display:block}	
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
float:left;
}
#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:535px;
height:416px;
overflow:hidden;
outline:0px;
border:0px;
}

#prevBtn, #nextBtn{ 
display:block;
width:31px;
height:26px;
position:absolute;
left:-0px;
top:330px;
}	
#nextBtn{ 
left:0px;
}														
#prevBtn a, #nextBtn a{  
display:block;
width:31px;
height:26px;
position:absolute;
z-index:10; 
left:232px;
top:50px;
text-indent:-9999px;
background:url(images/arrow_left.png) no-repeat;
}	
#nextBtn a{ 
background:url(images/arrow_right.png) no-repeat;
left:265px;
}
