@charset "utf-8";
/* CSS Document */

.smallblack
{
font-family:verdana;
font-size:8pt;
color:black;
font-weight:300;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding:0px;
	background-image:url(../images/headerstretch.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#26425d;
}
a:link {
	text-decoration:none;
}
a:hover {
	color:#dc143c;
	text-decoration:underline;
}
#wrapper {
	width: 906px;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 138px;
	width: 906px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#container {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 10%;
	width: auto;
}
#container ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:bottom;
}
#centerleft {
	height: 507px;
	width: 180px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}
#centerright {
	height: auto;
	width: 695px;
	padding: 0px 10px 10px 5px;
	float: right;
	margin: 10px 0px 0px 0px;
	line-height: 1.5em;
	border-left:1px solid #000000;
}
#centerrightheight {
	float:left;
	height:250px;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-variant:small-caps;
	color:#003366;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#4682b4;
}
/** Start Vert Menu **/
.glossymenu, .glossymenu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 0px solid black;
}
.glossymenu li {
	position: relative;
}
.glossymenu li a {
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu li ul { /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}
.glossymenu li ul li {
	float: left;
}
.glossymenu li ul a {
	width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.glossymenu .arrowdiv {
	position: absolute;
	right: 0px;
	background: transparent url(../images/arrow.gif) no-repeat center right;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url(../images/glossyback2.gif);
}
/* Holly Hack for IE \*/
* html .glossymenu li {
	float: left;
	height: 1%;
}
* html .glossymenu li a {
	height: 1%;
}
/* End */


/** Start About Us Popup **/
a.info {
	position:relative; /*this is the key*/
	z-index:24;
}
a.info:hover {
	z-index:25;
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:500px;
	padding:5px;
	border:1px solid #000;
	background-color:#cff;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align: left;
}
/** End About Us Popup **/


.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#footer {
	margin:0px;
	padding:0px;
	background-image:url(../images/footer.jpg);
	width:906px;
	height:108px;
}
#footer p {
	color:#ffffff;
	text-align:center;
	margin: 0px auto 0px auto;
	padding: 7px 10px 0px 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	color:#003366;
	text-decoration: none;
}
#webpositions {
color:#ffffff;
	text-align:center;
	font-size:10px;
	padding-top:7px;
}

