@charset "UTF-8";
body {
	background: #1e1e1e;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding-top: 0;
	padding-bottom: 0;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	color: #FFF;
}
a img { 
	border: none;
}
.About img {
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 15px;
}
.About {
	width: 805px;
	float: left;
	position: static;
}
.container .content p img {
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	border: thin solid #666;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 1000px;
	background: #1e1e1e;
	margin: 0 auto;
}
.headerfiller {
	background-image: url(../images/upperfiller.png);
	background-repeat: repeat-y;
	height: 150px;
	width: 1000px;
	position: fixed;
	background-color: #1E1E1E;
}
.header {
	background-color: #1e1e1e;
	background-image: url(../images/3lightcenterbanner.png);
	height: 111px;
	width: 1000px;
	position: fixed;
	margin-top: 7px;
	background-repeat: no-repeat;
	left: 50%;
	right: 50%;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: -500px;
}
.sidebar1 {
	float: none;
	border: thick double #666;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 60px;
	position: fixed;
	margin-bottom: 0;
	margin-top: 111px;
	background-color: #1e1e1e;
	left: 50%;
	width: 990px;
	margin-left: -495px;
}
.content {
	width: 805px;
	float: left;
	position: static;
	margin-top: 250px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-left: 110px;
}
/* .content ul, .content ol {
	padding: 0 15px 15px 40px; 
} */
nav ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}
nav ul li {
	display: inline;
}
nav ul a, nav ul a:visited {
	width: 950px;
	text-decoration: none;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	color: #666;
	width: 100px;
}
footer {
	background: #1e1e1e;
	position: relative;
	clear: both; 
	width: 1000px;
	left: auto;
	right: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	top: auto;
	bottom: auto;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
fieldset {
	background-color: 1e1e1e;
	position:inherit;
	font-weight: normal;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 2em;
	margin-left: 10;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
fieldset legend {
	padding:0;
	margin:0;
	color:#fff;
}
form#FrmContact {
	width:805px;
	margin-right: 0px;
	margin-left: 0px;
}
form#frmContact input.text {
	width:200px
}
form#FrmContact textarea {
	width: 500px;
	height:150px;
}
form p {
	color:#fff;
	margin: 0 0 20px 20px;
}
form label {
	width:110px;
	float:left;
	clear:left;
	margin-right:.75em;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.container .content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style: oblique;
}
