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

html, body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#fff;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #007dc3;
	font-weight: normal;
}

h2, h3, h4, h5 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}


p {
	line-height: 1.5em;
}
body {
	background-color: #000;
	background-image: url(images/BlueEye-bkgrd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0 0 0 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

li {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

a:link, a:visited { color: #7abae9; }

a:focus, a:hover { color: #007dc3; }
a:active { color:#007dc3; }


#wrapper {
	position: absolute;
	padding: 0;
	text-align: left;
/*	margin: auto;
*/	width: 895px;
}

#header {
	position: relative;
	text-align: right;
	border-bottom: 1px solid #007BBF;
	margin: 0px;
	padding: 0px;
}
#leftNav {
	float: left;
	width: 150px;
/*	border-right: 2px solid #666;
*/	padding-left: 0px;
}
#content {
	float: left;
	width: 740px;
	padding-right: 0px;
	padding-top: 0px;
	color: #fff;
}
/*#content a {
	color: #5A5644;
}
#content a:hover {
	color: #26241A;
}
*/.contentLeft {
	padding: 30px;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007dc3;
	border-right-color: #007dc3;
	border-bottom-color: #007dc3;
	border-left-color: #007dc3;
}

/* --- footer styles --- */
#footer {
	clear: both;
	position: relative;
	z-index: 5;
	min-height: 30px;
	padding: 10px 0;
}
#footer p, #footer ul {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #666;
	padding: 0 .2em 0 .8em;
}
#footer li + li {
	border-left: #ccc 1px solid;
}
#footer a:link, #footer a:visited { 
	color: #999; 
	text-decoration: none; 	
}
#footer a:focus, #footer a:hover, #footer a:active { 
	color: #007BBF; 
	text-decoration: none; 	
}

.clear {
	clear: both;
}

/* --- sideColumn1 styles --- */

.sideColumn1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sideColumn1 ul li{
	padding: 0;
	border-bottom: 1px solid #888;
	list-style-type: none;

}
.sideColumn1 a {
	display: block;
	font-weight: normal; 
	text-transform: uppercase;
	font-size: 85%;
	text-decoration: none;
	padding: 15px 8px 15px 15px;
}
.sideColumn1 a:link, .sideColumn1 a:visited { color: #fff; background-color: #333; }
.sideColumn1 a:focus, .sideColumn1 a:hover { color: #007dc3; background-color: #222; }
.sideColumn1 a:active { color:#007dc3; background-color: #222; }

.sideColumnBottom {
	background-image: url(images/left_nav_btm.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 150px;
}

.InfoBox {
	background-color: #333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007dc3;
	border-right-color: #007dc3;
	border-bottom-color: #007dc3;
	border-left-color: #007dc3;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.pixMain {
	padding: 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007dc3;
	border-right-color: #007dc3;
	border-bottom-color: #007dc3;
	border-left-color: #007dc3;
}
.pixLeft { /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 5px 15px 5px 0;
	padding: 0;
	border: 1px solid #666;
}
.pixRight {  /* this class can be used to put a border on an image and right it right */
	float: right;
	margin: 5px 0 5px 15px;
	padding: 0;
	border: 1px solid #666;
	}
.pixMiddle { /* this class can be used to put a border on an image with no run-around margin */
	float: center;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
}
