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

body {
	background-color: #252525;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	letter-spacing:0.5px;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration:underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
h1 {
	color:#11d4fe;
	font-size:1.3em;
	letter-spacing:1px;
	line-height:16px;
}
h2, h3 {
	color:#11d4fe;
	font-size:1.2em;
	letter-spacing:1px;
}
/*Div ID's*/

#wrapper {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-size:1.3em;
}
#header {
	width:1000px;
	height:157px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#flashbg {
	width:685px;
	height:437px;
	
	background-repeat:no-repeat;
	margin-left:10px;

}
#nav {
	width:300px;
	height:437px;
	float:right;
}
#text {
	width:665px;
	height:auto;
	margin-top:90px;
	padding-left:20px;
	margin-right:30px;
}
#rightcolumn {
	width:290px;
	height:auto;
	float:right;
	margin-top:70px;
	padding-left:20px;
}
#contact {
	width:230px;
	height:340px;
	border: #11d4fe 1px solid;
	padding-left:30px;
	float:right;
	margin-right:10px;
	padding-top:20px;
}

#contact2 {
	width:230px;
	height:150px;
	border: #11d4fe 1px solid;
	padding-left:30px;
	float:right;
	margin-top:20px;
	margin-right:10px;
	padding-top:20px;
}
#seofooter {
	width:950px;
	height:230px;
	padding-top:10px;
	border-top: #11d4fe dashed thin;
	padding-bottom:20px;
	font-size:1.0em;
	margin-top:20px;
	margin-right:10px;
}
#seofooter li {
	display:inline;
	list-style:none;
	border-right:1px solid #FFF;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}
#seofooter ul {
	margin:0px;
	padding:0px;
}
#footerwrap {
	width:100%;
	height:auto;
}
#footer {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	line-height:15px;
	clear:both;
	padding-left:20px;
	padding-top:20px;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li {
	display:inline;
}
#form {
	border: #11d4fe 1px solid;
}
/*Classes*/

.float {
	float:right;
}
.formstyle {
	font-size:1em;
	background-color:#252525;
	height:18px;
	color:#FFF;
	border: #11d4fe 1px solid;
	width:190px;
	margin-bottom:3px;
	margin-top:5px;
	padding-top:5px;
	padding-left:5px;
}
.options {
	font-size:1em;
	background-color:#252525;
	height:22px;
	color:#FFF;
	border: #11d4fe 1px solid;
	width:190px;
	margin-bottom:2px;
	margin-top:5px;
	padding-top:2px;
	padding-left:5px;
}
.button {
	width: 200px;
	height:30px;
	color:#FFFFFF;
	background-color: #11d4fe;
	margin-top:5px;
	border: #335b89 1px solid;
}
.flash {
	margin-top:2px;
	margin-left:2px;
}
.subtitle {
	font-size:0.7em;
	color:#FFF;
}
.blue {
	font-size:1.2em;
	color:#11d4fe;
}

.bluer{color:#11d4fe;}
.larger {
	font-size:1.2em;
}
.nav {
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.navtop {
	float:right;
	padding-right:10px;
	padding-top:5px;
}
.phpstyle4 {
	color: #008000;
}
.phpstyle3 {
	color: #c33131;
}
.tickyellowbox {
	background-color: #252525;
	border: #11d4fe 1px solid;
}
.tickredbox {
	background-color:#252525;
	border: #11d4fe 1px solid;
}
.linkbox {
	width: auto;
	border: #11d4fe 1px solid;
	background-color:#DDE5ED;
	padding: 10px 10px 10px 10px;
}

