body {
	background:#FFF;
	color: #000;
	font-family: Calibri, Century-Gothic, Arial, san-serif;
	font-size:12pt;
}

h2 {
	text-align: right;
}

h3 {
	text-align: left;
	margin: 2px;
}

.dark a:visited {
	color:#000;
	text-decoration:none;
	
}

.dark a:link {
	color:#000;
	text-decoration:none;
	
}

	
.dark a:hover {
	color: #C0C0C0;
	text-decoration: none;

}	

a:visited, a:link {
	color: #C0C0C0;
	text-decoration: none;
}

#contact a:link
{
	color: #000;
	text-decoration: none;
}

#contact a:hover
{
	color: #000;
	text-decoration: none;
}


#contact a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;

}

#container  {
	margin: 0 auto;
	width: 887px;
	position: relative;
}

#header {
	height: 90px;
	padding: 0px;
}


#header h1 {
	background: url("images/logo.jpg") no-repeat scroll left bottom transparent;
	height: 100px;
	margin: 0 5px -15px;
	text-indent: -1000em;
}

#header h1 a {
	display: block;
	height: 50%;
	width: 300px;
}

#contact
{
	
	float: right;
	position: absolute;
	top: 35px;
	right: 5px;
	text-align: right;
}

	
#navbar {
	background: #202020;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	height: 30px;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
	
}

#navbar ul {
	list-style: none outside none;	
	padding: 5px;
	
}

#navbar li {
	display: inline;
	font-size: 10pt;
	margin: 0 20px;
}
	
#banner {
	height: 300px;
	position: relative;
	padding: 0px;
	margin: 0px;
	
}

#banner_pages {
	height: 210px;
	position: relative;
}



#content {
	background: url("images/background.jpg") repeat scroll 0 0 transparent;
	height: auto;
	margin: 0px;
	padding: 0px;
	
}

#content_nobg
{ 
	height: auto;
}

#left_home {
	width: 465px;
	position: relative;
	padding:0px 40px 10px;
	border-right: 1px solid #FF0000;
	margin-top: 10px;

}


.right_align {
	text-align: right;
}

#right_home {
	top: 441px;
	left: 545px;
	width: auto;
	position: absolute;	
	padding: 0 35px;

}


#left_about {
	width: 245px;
	padding: 10px 25px 10px;
	position: relative;


}

#center_about {
	top: 372px;
	left: 295px;
	width: 245px;
	position: absolute;
	padding: 0px 25px 10px;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	margin-top: 10px;
	
}

#right_about {
	top: 372px;
	left: 590px;
	width: 245px;
	position: absolute;
	padding: 0px 25px 10px;
	margin-top: 10px;
}

#left_contact
{
	width: 250px;
	position: relative;
	padding:5px 20px 10px;
	border-right: 1px solid #FF0000;
	margin-top: 10px;

	
}

#right_contact {
	top: 362px;
	left: 290px;
	width: auto;
	position: absolute;	
	padding: 5px 35px 10px;
}

span {
	color: #FF0000;
}

#no_pad p
{
	padding-left:30px;
	margin: 0px 0px 10px;
}


#footer {
	
	position: relative;
	height: 43px;
	background: #202020;
	color: #FFFFFF;
	margin-top: 30px;
}

.footer_right {
	font-size: 8pt;
	padding: 14px;
	text-align: right;
}

table {
	border-collapse:collapse;
	width: 480px;
	
}

th {
	padding 0 5px;
	text-align: center;
}

tr.top td {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background: #C33;
	padding-bottom:10px;
	color: #FFF;
	}
	
tr.inside td {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background: #C66;
	padding-bottom:10px;
	
	
	}
	
tr.inside2 td {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background: #FCC;
	padding-bottom:10px;
	
}

tr td.heading {
	background: #C33;
	color: #FFF;
	
}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 10px;
	}


td+td {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	
	}
	
	

table.bottom {
	border-collapse:collapse;
	width: 480px;
	font-size: 10pt;
}

tr.bottom_heading td {
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #C33;
	color: #FFF;
}
	
tr.inside_bottom td {
	background: #C66;
	padding-bottom:3px;
	
	
}
tr.inside2_bottom td {
	background: #FCC;
	padding-bottom:3px;
	
}

#slider {
    position:relative;
    width:887px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}