@CHARSET "ISO-8859-1";

*{margin: 0; padding: 0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}

#wrapper {

}

/*----- BANNER STYLES -----------------------------------------------------------------------*/

		#bannerWrapper{
			height:125px;
			background-color: rgba(3,3,3,1);
			z-index: 2;
		}

		#banner{
			margin: 0 auto;
			width: 1200px;
			z-index: 2;
		}

		#bannerCanvas{
			display: block;
			width: 1200px;
			left: 0px;
			z-index: 2;
		}

/*----- WEBSITE NAV STYLES -----------------------------------------------------------------------*/
#navSite {
	list-style-type:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	position:relative;
	background-color:#333;
	border-radius: 0 0 0 0;
	box-shadow: 0px -12px 12px #001326;
	width: 1200px;
	height: 28px;
	}

li#ns_1 { position:absolute; top:3px; left:9px; width:120px; height:25px; }
li#ns_2 { position:absolute; top:3px; left:129px; width:120px; height:25px; }
li#ns_3 { position:absolute; top:3px; left:254px; width:120px; height:25px; }
li#ns_4 { position:absolute; top:3px; left:1040px; width:142px; height:25px; }

.siteNavLinks{display: block; color:#FFF; text-decoration:none; letter-spacing: 1px; height: 20px;}

li#ns_1 a {width: 120px;}
li#ns_2 a {width: 120px;}
li#ns_3 a {width: 120px;}
li#ns_4 a {width: 142px;}

.siteNavLinks:hover{text-decoration:underline}


/*------ PAGE NAV STYLES ------------------------------------------ */
ul#navPage {
	list-style-type:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	position:relative;
	background-color:#4D4D4D;
	width:1200px;
	height:26px;
	margin:0 auto;
}

	.pageNavLinks{float: left; top:0px; height:26px; padding: 0px 0px;}

	.pageNavLinks span{cursor: pointer; display:block; color:#999; text-decoration:none;  padding: 0 10px 0 10px ;  height:26px;}

	.pageNavLinks span:hover {background-color:#FFF; color:#4A688C;}


/*----- CONTENT STYLES -----------------------------------------------------------------------*/

#content {
	position:relative;
	height:auto;
	width:1200px;
	margin:0 auto ;
	top: 0px;
	z-index: 0;
}

/*------ Content Head ------*/

			#contentheader {
				background-color:#FFF;
				margin:0 0 4px 0;
				height: 104px;
				width: 1200px;
			}

			#contentheaderLeft {
				float: left;
				height: 92px;
				width: 690px;
				text-align: left;
			}

			#contentheaderRight {
				float: right;
				height: 92px;
				width: 186px;
				text-align: right;
			}

			#canvasPreviousArrow{
				cursor: pointer;
				margin-top: 4px;
				margin-right:10px
			}

				#canvasPreviousArrow:hover{
						border-radius: 40px;
				}

			#canvasNextArrow{
				margin-right: 2px;
				cursor: pointer;
				margin-top: 4px;
				border-right: 3px solid white;

			}

				#canvasNextArrow:hover{
						border-radius: 40px;

				}


			#contentheader h3 {
				top:0px;
				left:0px;
				display:block;
				font-size:42px;
				color:#0072BB;
				text-decoration:none;
				font-weight:normal;
				height:30px;
				margin:0;
				padding:26px 0 0 6px;
			}

/*------ Content Display -------*/

#contentdisplay {
	/*border: 1px solid green;*/
	position: relative;
	left: 0px;
	width: 1200px;
	height: 800px;
	background-color:#FFF;
	height:auto
}

#contentdisplay h4 {
	font-size: 18px;
	text-align: left;

}

#contentdisplay p {
	display: block;
	font-size:18px;
	text-align: left;
	/*width:500px;*/
	height:auto;
	margin:10px 0 24px 0;
	padding:6px;
}

div#contentdisplay ul {
	display:block;
	text-align: left;
	list-style-type:none;
	font-size:16px;
	/*width:500px;*/
	height:auto;
	margin:0;
	padding:6px;
	padding-left: 16;}




/*----- FOOTER STYLES -----------------------------------------------------------------------*/

#footerWrapper{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

div#site_info {
	box-shadow: 0px -2px 3px #4D4D4D;
	border-radius: 6px 6px 0 0;
	background-color:#333;
	color:#FFF;
	text-align:center;
	width:1200px;
	margin: 0 auto;
}

div#site_info h4 {
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px;
}

div#site_info p {
	font-size:10px;
}
