/* CSS Document */

/* 
    fullCircle Creative Solutions
    http://www.fccreative.com
    Author: Joseph Tosi
*/

/* IMPORTS
----------------------------------------------------*/
@import url("nav.css");

/* BASE PAGE PROPERTIES
----------------------------------------------------*/

body {
	background-color: #232a36;
	background-image: url(/images/gui/body_bg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	margin: auto;
	width: 955px;
	padding-top: 20px;
}
body,td,th {
	font-family: Lucida Grande, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
h1, h2, h3 {
	font-weight: normal;
	border-left: 5px solid #d7171c;
	padding-left: 10px;
}
h1 {
	font-size: 20px;
	margin: 1em 40px 1em 40px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
}
h4 {
}
p {
	margin: 1em 0;
}
a:link {
	color: #69acff;
	text-decoration: underline;
}
a:visited {
	color: #69acff;
}
a:hover {
	color: #69acff;
	text-decoration: none;
}
a:active {
	color: #69acff;
}


/* LAYOUT REGIONS
----------------------------------------------------*/

#container {
	float: left;
	/* background-image: url("/images/gui/content_bg.jpg");
	background-repeat: repeat-y;*/
	background-image: url(/images/gui/content_bg3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #243d5f;
}
	#header {
		width: 955px;
		float: left;
	}
	#nav {
		position: relative;
	}
		#nav img {
			position: absolute;
			top: 17px;
			left: 57px;
		}
	#content {
		width: 953px;
		min-height: 600px;
		border-left: 1px solid #2d4d78;
		border-right: 1px solid #2d4d78;
		clear: both;
		float: left;
		background-image: url(../images/gui/content_bg.gif	);
		background-repeat: repeat-x;
		background-position: top;
		padding-bottom: 80px;
	}
	#flashcontent {
		text-align: center;
	}
	#foot {
		width: 855px;
		padding: 15px 50px 50px;
		background-image: url(../images/gui/foot_bg.jpg);
		background-position: top;
		background-repeat: no-repeat;
		color: #455e82;
		text-align: right;
		float: left;
		clear: both;
	}
		#disclaimer {
		}
		#disclaimer p {
			font-size: 9px;
			text-transform: uppercase;
			text-align: justify;
			line-height: 1.38;
			background-color: none;
			background: none;
		}
	
	
/* CUSTOM CLASSES
----------------------------------------------------*/
.sp {
	font-size: 9px;
	text-transform: uppercase;
	float: left;
}
.h1-caps {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.small {
	font-size: 11px;
	color: #666666;
}
a.viewMap {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #d6181e;
	border: 1px solid #d6181e;
	padding: 2px;
	background-color: #FFFFFF;
}
#content ul.download {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	#content ul.download li {
		margin: 5px 0;
		padding: 0;
	}
	#content ul.download li a {
		display: block;
		padding: 5px;
		border: 1px solid #2d4d78;
	}
	#content ul.download li a:hover {
		background-color: #29446b;
	}