@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2a2a2a;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}
h1 {
	color:#df6b06;
	font-size:1.1em;
	letter-spacing:1px;
	font-weight:lighter;
}
h2, h3 {
	color:#df6b06;
	font-size:1.1em;
	letter-spacing:1px;
	font-weight:lighter;
}
a:link {
	text-decoration:underline;
	color: #fff;
}
a:visited {
	text-decoration:underline;
	color: #fff;
}
a:hover {
	text-decoration:underline;
	color: #df6b06;
}
a:active {
	text-decoration:underline;
	color: #fff;
}
/* Home Tabs JQuery */

.msg_list {
	margin: 0 auto;
	padding: 0px;
}
.msg_list a, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}
.msg_list a:hover {
	color:#f7df49;
	text-decoration:none;
	font-weight:normal;
}
.msg_head {
	padding: 8px 0px 0px 0px;
	height:24px;
	width: 275px;
	cursor: pointer;
	position: relative;
	font-size:0.8em;
	margin:3px 0px 0px 0px;
}
.msg_body {
	padding: 0px 10px 1px 10px;
	color:#CCCCCC;
	font-size:0.9em;
}
.msg_body p {
	margin:0px;
	padding:0px;
}
/*DIV IDS*/
	
	#numbers {
	float:right;
	width:auto;
	height:120px;

	margin:20px 60px 10px 0;
	font-size:1.5em;
	text-align:right;
	font-weight: normal;
	clear:both;
}
#wrapper {
	width:1000px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	font-size:1.1em;
}
#header {
	width:1000px;
	height:122px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#middle {
	width:1000px;
	height:289px;
	padding:10px 0 0 140px;
}
#nav {
	width:211px;
	height:265px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	padding-left:1px;
}
#flash {
	width:525px;
	height:265px;
	background-image:url(../images/flash-bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav2 {
	width:1000px;
	height:30px;
	margin-left:100px;
}
#nav2 ul {
	list-style:none;
}
#nav2 li {
	display:inline;
	color:#000;
	text-transform: uppercase;
	font-size:1.0em;
	font-weight:lighter;
	margin:0 20px 0 0;
}
#nav2 a:link {
	text-decoration: none;
	color:#000;
}
#nav2 a:visited {
	text-decoration: none;
	color:#000;
}
#nav2 a:hover {
	text-decoration: underline;
	color:#000;
}
#nav2 a:active {
	text-decoration: underline;
	color:#000;
}
#text {
	width:580px;
	height:530px;
	float:left;
	margin:0 10px 0 80px;
	font-size:1.1em;
	overflow:hidden;
}
#text form {
	background-color:#000;
	border:#fff 1px solid;
}
#text a:link {
	text-decoration:underline;
	color: #fff;
}
#text a:visited {
	text-decoration:underline;
	color: #fff;
}
#text a:hover {
	text-decoration:underline;
	color: #df6b06;
}
#text a:active {
	text-decoration:underline;
	color: #fff;
}
#textright {
	float:left;
	width:220px;
	height:440px;
}
#box {
	width:210px;
	height:220px;
	background-color:#000;
	border:1px solid #FFF;
	margin:10px 0 0 30px;
	list-style:none;
}
#box li {
	list-style: url(../images/orange-tick.jpg);
}
#box2 {
	width:200px;
	height:180px;
	background-color:#000;
	border:1px solid #FFF;
	margin:20px 0 0 30px;
	padding-left:10px;
	list-style:none;
	line-height:18px;
}
#box2 li {
	list-style:none;
}
#seofooter {
	padding-left:80px;
	width:1000px;
	height:auto;
	font-size:1.0em;
	line-height:14px;
}
#seofooter li {
	display:inline;
	list-style:none;
	border-right:1px solid #FFF;
	padding:0 5px 0 5px;
	margin:0px;
}
#seofooter ul {
	margin:0px;
	padding:0px;
}
#footer {
	clear:both;
	padding:10px 0 0 80px;
	background-repeat:no-repeat;
	width:1000px;
	height:100px;
	font-size:1.0em;
	line-height:14px;
}
#footertext {
	text-align:left;
	height:auto;
	width:1000px;
	float:left;
	font-size:0.9em;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li {
	display:inline;
	border-right:1px solid #FFF;
	padding:0 2px 0 2px;
}
/* Easy Slider */

	.content, .slidercontent {
	margin:0 0;
	padding:0 0;
	list-style:none;
}
#slider1 {
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:580px;
	height:420px;
	overflow:hidden;
	float:left;
}
.slidercontent {
	background:none;
	width:580px;
	height:420px;
	overflow:hidden;
}
.slidercontent h2, h1 {
	margin:0 20px;
	padding-top:20px;
}
.slidercontent p {
	margin:10px;
}
span#prevBtn1 {
	color:#df6b06;
}
span#nextBtn1 {
	color:#df6b06;
}
/*CLASSES*/
	
	.head {
	margin-left:80px;
}
.subtitle {
	color:#FFF;
	font-size:0.6em;
}
#google {
	margin-top:40px;
	background-color:#fff;
	width:340px;
	height:120px;
	padding:0 0 0 10px;
}
.directions2 {
	padding:0 5px 0 50px;
	font-size:1.1em;
	line-height:14px;
}
.paddingadd {
	padding-left:20px;
}
.directions {
	padding:0 5px 0 10px;
	font-size:1.1em;
	line-height:14px;
}
.address {
	font-size:1.1em;
	line-height:14px;
	text-align:center;
}
.address1 {
	font-size:1.0em;
	line-height:8px;
	text-align:center;
}
.addressheader {
	font-size:1.1em;
	line-height:14px;
	padding-left:50px;
	color:#df6b06;
}
.contacttxt {
	padding-left:20px;
	margin-top:-80px;
}
.h3padding {
	padding-left:20px;
}
.contact {
	padding:0px 0 0 20px;
}
.orange {
	color:#df6b06;
}
.form {
	margin-top:-10px;
}
.sticker2 {
	margin:10px 0 0 50px;
}
.padding {
	margin-top:-3px;
}
.formstyle {
	background-color: #ffffff;
	padding:1px;
	margin: 0 0 8px 3px;
	border: 1px solid #cccccc;
	color: #333;
	color:#666;
	font-size: 0.9em;
	width:180px;
}
.buttoncon {
	background-color: #000;
	padding:1px;
	border: 1px solid #fff;
	color: #000;
	font-weight:lighter;
	color:#df6b06;
	font-size: 0.9em;
	margin-left:3px;
	width:230px;
	height:24px;
}
.button {
	background-color: #000;
	padding:1px;
	border: 1px solid #fff;
	color: #000;
	font-weight:lighter;
	color:#df6b06;
	font-size: 0.9em;
	margin-left:3px;
	width:185px;
}
.phpstyle4 {
	color: #008000;
}
.phpstyle3 {
	color: #c33131;
}
.tickyellowbox {
	border: 1px solid #008000;
}
.tickredbox {
	border: 1px solid #c33131;
}
.linkbox {
	width: auto;
	border: 1px #BCCFDE solid;
	padding: 10px 10px 10px 10px;
}
.faux {
	color:#df6b06;
	font-size:1.2em;
	letter-spacing:1px;
	font-weight:bold;
}
.subtitle {
	font-size:0.9em;
	font-weight:lighter;
	color:#FFF;
}
.img {
	float:right;
	margin-top:-10px;
}
.bullet {
	margin:-10px 0 0 20px;
}
