@charset "utf-8";
/* CSS Document */
/* Core stylesheets */
@import url("reset.css");

body, html {
	background-color: #222222;
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Century Gothic", Century, Geneva, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
	display: block;
}

a:link {text-decoration: underline; color:#EEEEEE; margin-left:15px;}
a:visited {text-decoration: none; color:#CCCCCC; margin-left:15px;}
a:active {text-decoration: none; color:#CCCCCC; margin-left:15px;}
a:hover {text-decoration: none; color:#FFFFFF; margin-left:15px;}

p {margin-top: 10px;}

h1 {
	color:#191A49;
	font-family: "Century Gothic", Century, Geneva, Arial;
	font-size: 14px;
	font-weight: bolder;
	padding: 0px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color:#191A49;
	font-family: "Century Gothic", Century, Geneva, Arial;
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
	display: inline;
}
h3 {
	font-family: "Century Gothic", Century, Geneva, Arial;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.4em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	top: 15px;
	text-transform: uppercase;
	line-height: normal;
	font-style: normal;
	position: relative;
}

#WRAPPER
{
	width: 100%;
	height: 530px;
	background-color: #B3B3B3;
	top: 50%;
	display: block;
	position: absolute;
	margin-top: -265px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
}

#LEFTWRAP
{
	width: 329px;
	background-color: #666666;
	background-image: url(bridge_graphic.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	float: left;

}
#RIGHTWRAP
{
	background-color: #B3B3B3;
	height: 500px;
}

#colorbandmain
{
	background-color: #ABDAD9;
	color:#191A49;
	height: 50px;
	width: 329px;
	margin-top: 150px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	border-top-width: 0.75px;
	border-bottom-width: 0.75px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
}
#colorbandcomm
{
	background-color: #191A49;
	color:#FFFFFF;
	height: 50px;
	width: 329px;
	margin-top: 150px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	border-top-width: 0.75px;
	border-bottom-width: 0.75px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #111111;
}
#colorbandscho
{
	background-color: #AA212D;
	height: 50px;
	width: 329px;
	margin-top: 150px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	border-top-width: 0.75px;
	border-bottom-width: 0.75px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #333333;
}
#colorbandcont
{
	color: #191A49;
	background-color: #FFF039;
	height: 50px;
	width: 329px;
	margin-top: 150px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	border-top-width: .75px;
	border-bottom-width: .75px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
}

#headerlogo {
	height: 110px;
	width: 250px;
	position: absolute;
	margin-top: 20px;
	margin-left: 25px;

}

#navwrap {
	height: 30px;
	width: 314px;
	position: absolute;
	margin-top: 200px;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
}

#navwrap a:link {text-decoration: none; color:#EEEEEE; margin-left:15px;}
#navwrap a:visited {text-decoration: none; color:#EEEEEE; margin-left:15px;}
#navwrap a:active {text-decoration: none; color:#ABDAD9; margin-left:15px;}
#navwrap .main a:hover {text-decoration: none; color:#ABDAD9; margin-left:15px;}
#navwrap .comm a:hover {text-decoration: none; color:#191A49; margin-left:15px;}
#navwrap .scho a:hover {text-decoration: none; color:#AA212D; margin-left:15px;}
#navwrap .cont a:hover {text-decoration: none; color:#FFF039; margin-left:15px;}

#Bf7 {
	vertical-align: bottom;
	height: 15px;
	width: 320px;
	float: left;
	top: 96%;
	position: absolute;
	font-size: 10px;
	text-indent: 10px;
}

.content
{
	height: 400px;
	width: 300px;
	margin-top: 35px;
	margin-left: 30px;
	float: left;
}
