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

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 100%;
	text-align: left;
}
#frame {
	position: relative;
	width: 100%;
	min-width: 600px;
	height: 100%;
	margin-top: 0px;
	background-color: transparent;
	color: #000000;
	font-size: inherit;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
}
	#logo-pane {
		position: relative;
		background-color: #000000;
		width: 100%;
		height: 110px;		
	}
		#logo {
			position: relative;
			float: right;
			width: 230px;
			height: 80px;
			margin-top: 20px;
			margin-right: 10px;
			text-align: right;
			color: #1f7cbf;			
		}
		.logo {
			position: relative;
			border: none;
			text-align: right;
		}
		#banner {
			position: relative;
			float: left;
			width: 468px;
			height: 80px;
			margin-left: 200px;
			margin-top: 20px;
			text-align: left;
			color: #1f7cbf;		
		}
		.banner {
			border: none;
		}
	#nav {
		position: relative;
		min-width: 500px;
		height: 40px;
		background-color: #000000;
	}
		#main-nav {
			position: relative;
			z-index: 7000;
			height: 33px;
			padding-left: 200px;
			min-width: 300px;				
		}		
		#nav-strip {
			background-color: #1f7cbf;
			position: relative;
			height: 10px;
		}
		#nav-drop-shad {
			background-color: #ffffff;
			position: relative;
			height: 10px;
			padding: 0px;
			margin: 0px;
			background-image: url(images/drop-shad-top.jpg);
			background-position: top;
			background-repeat: repeat-x;
		}

	#content-main {
		position: relative;
		width: auto;
		margin-left: 300px;
		margin-right: 100px;
		margin-top: 30px;
		background-image: url(../background.jpg);
		background-position: center;
		background-repeat: no-repeat;				
	}

#clear {
	clear: both;
}
#footer {
	width: auto;
	height: auto;
	margin-left: 300px;
	margin-right: 100px;	
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	color: #717273;
}
#footer a:link {color: #1b4767;text-decoration: underline;}
#footer a:visited {color: #1b4767;text-decoration: underline;}
#footer a:hover {color: #1f7cbf;text-decoration: underline;}
#footer a:active {color: #1f7cbf;text-decoration: underline;}

/* TEXT PORTIONS */

a:link {
	color: #1b4767;
	text-decoration: underline;
}
a:visited {
	color: #1b4767;
	text-decoration: underline;	
}
a:hover {
	color: #1f7cbf;
	text-decoration: underline;	
}
a:active {
	color: #1f7cbf;
	text-decoration: underline;	
}
h1 {
	color: #1f7cbf;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}
h2 {
	color: #1b4767;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
}

/* NAV IMAGE PORTIONS */

#header {
	float: left;
	background: #000000;
	font-size: 93%;
	line-height: normal;
}
#header ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#header li {
	float: left;
	background: url("images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#header a {
	display: block;
	background: url("images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #d1e3f0;
}
#header a:hover {
	color: #ffffff;
}
#header #current {
	background-image: url("images/left-on.gif");
}
#header #current a {
	background-image: url("images/right_on.gif");
	color: #ffffff;
	padding-bottom: 5px;
}

.apDiv1 {
	position: fixed;
	z-index: 6000;
	margin-top: 0px;
	width: 300px;
	height: 600px;
	text-align: left;
}
/* for Internet Explorer */
/*\*/
* html .apDiv1 {
	position: absolute;
}
/**/
.apDiv2 {
	position: fixed;
	z-index: 4000;
	margin-top: 0px;
	width: 162px;
	background-color: #000000;
	height: 130%;
	text-align: left;
}
/* for Internet Explorer */
/*\*/
* html .apDiv2 {
	position: absolute;
}
/**/
.apDiv3 {
	position: fixed;
	z-index: 7000;
	margin-top: 500px;
	margin-left: 5px;
	width: 70px;
	height: 70px;
	background-color: transparent;
}
/* for Internet Explorer */
/*\*/
* html .apDiv3 {
	position: absolute;
}
/**/
