@charset "UTF-8";
/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
padding: 0;
color:#000;
background-color:#000;
   text-align:center; /*For IE6 Shenanigans*/  
}
h1 {
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color:#006;
	text-transform:none;
	margin-bottom: 5px;
	margin-top:0px;
}
a:Link { color : #606; text-decoration: none }
a:Visited { color : #606; text-decoration: none }
a:Active { color : #906; text-decoration: none }
a:Hover { color : #906; text-decoration: none }
.container {
	text-align:center;
	width:100%;
	margin:0 auto;
	min-width:1024px;
}
.main {
	background-image:url(../images/gradient_bkgd.png);
	background-color:#FFF;
	background-position:top center;
	background-repeat:repeat-y;
	position:relative;
	text-align:left;
	height:487px;
	text-transform:uppercase;
	color:#FFF;
	margin-left:20px;
	margin-right:auto;
	min-width:1024px;
	padding-top:122px;
}
.main a:Link { color : #fff; text-decoration: none }
.main a:Visited { color : #fff; text-decoration: none }
.main a:Active { color : #39F; text-decoration: none }
.main a:Hover { color : #39F; text-decoration: none }
.wrapper {
	text-align:center;
	width:100%;  
   margin:0 auto;  
}
.banner {
	text-align:right;
	margin-right:20px;
	padding-right:20px;
	width:100%;
	background-image:url(../images/gradient_bkgd.png);
	background-position:top center;
	background-repeat:repeat-y;
	height:180px;
	min-width:1024px;
}
.navigation {
	position:absolute;
	top:93px;
	text-align:left;
	font-size:14px;
	color:#39F;
	z-index:100;
	margin-left:50px;
	text-transform:uppercase;
}
.navigation a:Link { color : #fff; text-decoration: none }
.navigation a:Visited { color : #fff; text-decoration: none }
.navigation a:Active { color : #39F; text-decoration: none }
.navigation a:Hover { color : #39F; text-decoration: none }
.content {
	background-color:#999;
	width:70%;
	text-align:left;
	margin-top:4px;
	margin-left:100px;
	margin-right:100px;
	padding:100px 100px 10px 100px;
}
.contactinfo {
	position:relative;
	top:-765px;
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	padding-right:30px;
	width:313px;
	float:right;
}
.picleft {
	border:solid;
	border-color:#000;
	border-width:1px;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	box-shadow: 4px 4px 4px rgba(0,0,0, .4);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0, .4);
}
.picright {
	border:solid;
	border-color:#000;
	border-width:1px;
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	box-shadow: 4px 4px 4px rgba(0,0,0, .4);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0, .4);
}
.footer {
	position:relative;
	top:7px;
	width:100%;
	color:#39F;
	text-align:center;
	font-size:10px;
	background-image:url(../images/stripes.png);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-right:0px;
	padding-right:20px;
	min-width:1024px;
}
.footer a:Link { color : #fff; text-decoration: none }
.footer a:Visited { color : #fff; text-decoration: none }
.footer a:Active { color : #39F; text-decoration: none }
.footer a:Hover { color : #39F; text-decoration: none } 