 /* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #c6d9df;
	font: 12px Arial, Helvetica, sans-serif;
	background: #0e2477 url(assets/images/body_bg.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #c6d9df;
	font: normal 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #c6d9df;
	font: italic 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1.5em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #72a5b6;
	text-decoration: none;
}
	a:hover {
		color: #c6d9df;
	}
hr {
	color: #fff;
	height: 1px;
	background-color: #fff;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #fff;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
	display: block;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.sourceText {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
.stockImgRight {
	margin: 0 0 10px 15px;
	padding: 0;
	float: right;
}
.stockImgLeft {
	margin: 0 15px 10px 0;
	padding: 0;
	float: left;
}
.stockImgCenter {
	display: block;
	margin: 1em auto 0 auto;
}
.callout {
	width: 205px;
	margin-top: 1em;
	height: auto;
	padding: 15px;
	text-align: center;
	background: transparent url(assets/images/callout_bg.jpg) repeat-y left top;
	border: 1px solid #fff;
}
	.callout h3 {
		margin: 0;
	}
	.callout ul {
		margin: 1em 0 0 0;
		padding: 0;
	}
		.callout ul li {
			margin: 0;
			padding: 0;
			list-style: none outside none;
		}
	.callout a {
		font: italic bold 12px/18px Arial, Helvetica, sans-serif;
		color: #c6d9df;
	}
		.callout a:hover {
			color: #72a5b6;
		}
#homeRotation {
	width: 250px;
	height: 150px;
	margin: 1em auto;
	text-align:center;
	padding: 5px;
	border:3px solid #232323;
}

/* Forms
---------------------------------------------- */

form#sidebarForms {
	width: 237px;
	float: none;
	clear: none;
	margin: 20px auto;
}
	#sidebarForms input,
	#sidebarForms select,
	#sidebarForms textarea,
	#surveyForm input,
	#surveyForm textarea {
		width: 207px;
		color: #333; 
		background-color: #999;
		height: auto;
		margin: 3px 5px;
		padding: 1px 9px;
		font: 11px/16px Arial, Helvetica, sans-serif;
		border: 1px solid #666;
	}
	#sidebarForms input {
		height: 16px;
	}
	#surveyForm input,
	#surveyForm textarea {
		font-size: 12px;
	}
	#surveyForm textarea {
		width: 445px;
	}
	#sidebarForms textarea,
	#surveyForm textarea {
		overflow: auto;
		height: 100px;
	}
	#sidebarForms select {
		width: 227px;
		padding: 1px 0 1px 9px;
		height: 18px;
	}
		#sidebarForms input:focus,
		#sidebarForms select:focus,
		#sidebarForms textarea:focus,
		#surveyForm input:focus,
		#surveyForm textarea:focus {
			background-color: #FFFFDF;
			border: 1px dashed #333;
		}
	#sidebarForms p {
		padding-left: 5px;
	}
	p#monBox,
	p#tueBox,
	p#wedBox,
	p#thuBox,
	p#friBox,
	p#amBox,
	p#pmBox,
	p.surveyOption {
		float: left;
		width: 69px;
		height: 35px;
		margin: 3px 5px;
		padding: 5px 0 0 0;
		font: 11px/13px Arial, Helvetica, sans-serif;
		text-align: center;
		cursor: pointer;
		display: block;
	}
	p.surveyOption {
		margin: 3px 15px;
		font-size: 12px;
		width: auto;
	} 
		p#monBox input,
		p#tueBox input,
		p#wedBox input,
		p#thuBox input,
		p#friBox input,
		p#amBox input,
		p#pmBox input,
		p.surveyOption input {
			width: auto !important;
			height: auto;
			margin: 0;
			padding: 0;
			display: inline;
			background-color: #000 !important;
			border: none !important;
		}
	#captchaIMG {
		width: 227px;
		height:38px;
		margin: 15px 5px 3px 5px;
		padding: 0;
		display: block;
	}
	#sidebarForms #Submit,
	#surveyForm #Submit,
	#surveyForm #Reset {
		width: 64px;
		height: 16px;
		margin: 15px 5px 3px 5px;
		padding: 0;
		float: right;
		font: normal 10px/16px Arial, Helvetica, sans-serif;
		color: #000;
		text-transform: uppercase;
		background: transparent url(assets/images/formButton.jpg) no-repeat left top;
		cursor: pointer;
		border: none;
	}
	#surveyForm #Submit,
	#surveyForm #Reset {
		margin-top: 45px;
	}
		#sidebarForms #Submit:hover,
		#surveyForm #Submit:hover,
		#surveyForm #Reset:hover {
			color: #fff;
		}
	#sidebarForms .hidden,
	#surveyForm .hidden {
		display: none !important;
	}
	.swapForm {
		font-style: italic;
		display: block;
		text-align: center;
		padding-top: 12px;
	}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	width: 985px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: transparent url(assets/images/wrapper_bg.jpg) no-repeat left top;
}
	#header {
		width: auto;
		height: 157px;
		margin: 0;
		padding: 0 14px;
	}
		#topInfo {
			width: auto;
			height: auto;
			margin: 0;
padding:88px 0 0 534px;
text-align:right;
width:205px;
			display: block;
			color: #c6d9df;
		}
	#contents {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 14px 10px 14px;
		background: transparent url(assets/images/contents_bg.png) repeat-y left top;
	}
		#leftCol {
			width: 186px;
			height: auto;
			margin: 0;
			padding: 50px 0 0 0;
			float: left;
		}
			#nav {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				line-height: 18px;
			}
				#nav li {
					width: auto;
					height: auto;
					margin: 0;
					padding: 0;
					line-height: 18px;
					list-style: none outside none;
				}
					#nav li a {
						width: 166px;
						height: auto;
						margin: 0;
						padding: 0 20px 0 0;
						display: block;
						font: italic bold 12px/18px Arial, Helvetica, sans-serif;
						color: #c6d9df;
						text-align: right;
						background-color: #000;
					}
						#nav li a:hover {
							background: transparent url(assets/images/nav_hover.gif) no-repeat right center;
						}
			#sidebar {
				width: auto;
				height: auto;
				margin: 0;
				padding: 40px 0 0 0;
				display: block;
			}
		#midCol {
			width: 469px;
			height: auto;
			margin: 0 0 0 23px;
			padding: 50px 0 0 0;
			float: left;
		}
		#rightCol {
			width: 251px;
			height: auto;
			margin: 0;
			padding: 50px 0 0 0;
			float: right;
		}
	#footer {
		width: auto;
		height: auto;
		margin: 0;
		padding: 30px 0;
		font: normal 10px/18px Arial, Helvetica, sans-serif;
		text-align: center;
		background: transparent url(assets/images/footer_bg.png) no-repeat left top;
	}
		#footer a {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			font: normal 10px/18px Arial, Helvetica, sans-serif;
			color: #c6d9df;
		}
			#footer a:hover {
				color: #fff;
			}
		#botNav {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0 100px;
			line-height: 18px;
		}
			#botNav li {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0 8px;
				display: inline;
				line-height: 18px;
			}
		#copy {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
		}

.napLogo{
margin:10px auto;
}
