@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin:0;
	background-color: #000000;
	/*background-image: url(images/body_bg.jpg);
	background-position: 55px 20px;
	background-repeat: no-repeat;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b6b28e;
}

.radio2ndRowText {text-indent: 20px; }

.secondLevel a {color: #5a7e92}
/* GLOBAL STYLES */

input, select {display: block; font-size: 10pt;}

a:link {text-decoration:underline; color:#b6b28e; }
a:visited { color:#b6b28e; }
a:hover {text-decoration:none; color: #005e9d;}
a:active {text-decoration:none; color:#005e9d; }



/*Postioning*/
#wrapper
{
	position:		relative;
	margin:			0px auto;
	background-image: url(images/body_bg3.jpg);
	background-repeat: no-repeat;
	width:		1000px;
	background-position: 15px 10px;
	_background-position: 10px 10px;
}

#wrapper2
{
	position:		relative;
	margin:			0px auto;
	background-image: url(images/body_bg4.jpg);
	background-repeat: no-repeat;
	width:		1000px;
	background-position: 15px 10px;
	_background-position: 10px 10px;
}
#page
{
	position:		relative;
	margin:			0px auto;
	width:			902px;
}

#header
{
	position: 		relative;
	top:			40px;		/*This bumps everything in the layout down by 40px*/
	margin:			0px auto;
	width:			912px;	
	height:			93px;

}
	#header_image
	{
		position: 	absolute;
		top:		10px;
		left:		75px;
		_left:		85px;
		margin:		0px;
		padding:	0px;
		background:	url(images/logo.jpg) no-repeat;
		height:		69px;
		width:		132px;
		display:	block;
	}
	
	#CandA
	{
		position: 	absolute;
		top:		10px;
		left:		241px;
		_left:		237px;
		margin:		0px;
		padding:	0px;
		background:	url(images/candabanner.jpg) no-repeat;
		height:		21px;
		width:		660px;
		display:	block;
		text-indent: -5000px;
		overflow:	hidden;
	}
	
	#header_image a 
	{
		height:		69px;
		width:		132px;
		text-indent: -200px;
		overflow:	hidden;
		display: block;
	}
	
	#header ul
	{
	
	padding-top: 	35px;
	padding-right: 	0px;
	padding-bottom: 2px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	10px;
	margin-left: 	200px;
	*margin-left:	235px;
	_margin-left: 	235px;
	

	}
	
	#header ul li
	{
		display:		inline;
		list-style-type: none;
		padding: 		0px 2px;
	}
	
	#header ul li a {text-decoration:  none;}
	
	#header_subMenu {
	position:absolute;
	left:242px;
	_left: 239px;
	top: 53px;
	height:36px;
	display: block;
	
	}
	#header_subMenu ul
	{
		display: block;
		height:  36px;
		padding: 0px;
		margin: 0px;
	}
	
	#header_subMenu ul li
	{
		display:		block;
		list-style-type: none;
		padding: 		0px 0px 0px 0px;
		
	}
	#header_subMenu ul li a {display: block; height: 18px; text-indent: 20px; padding-top: 2px; background: url(images/triangle.gif) 6px 5px no-repeat;}


#flash
{
	position: 		relative;
	top:			40px;
	_top: 			53px;
	width: 			902px;
	height: 		277px;
	margin:			0px;
	margin-left: 	16px;
	_margin-left:	19px;
	padding:		10px 0px 0px 0px;
	_padding:		0px 0px 0px 10px;;
}		

#content_top
{
	position: 		relative;
	top:			47px;
	_top:			57px;	
	width: 			902px;
	height: 		13px;
	margin:			0px;
	margin-left: 	16px;
	_margin-left:	26px;
	padding:		0px;
	background: 	url(images/content_top.jpg) no-repeat;
}		

#content
{
	position: 		relative;
	top:			47px;
	
	width: 			902px;
	margin:			0px;
	margin-left: 	16px;
	_margin-left:	26px;
	padding:		0px;
	background: 	url(images/content_bg.jpg) repeat-y;
	min-height:		175px;
	_height:		175px;
}

#content2nd
{
	position: 		relative;
	top:			47px;
	width: 			902px;
	margin:			0px;
	margin-left: 	16px;
	_margin-left:	26px;
	padding:		0px;
	background: 	url(images/content_bg.jpg) repeat-y;
	min-height:		525px;
	_height:		525px;

}
	#content p, #content2nd p
	{
		padding: 5px 0px 14px 0px;
		margin: 0px 5px 0px 60px;
		width:	775px;
		line-height: 12pt;
	}
	
	#content p.secondLevel , #content2nd p.secondLevel 
	{
		padding: 0px 0px 14px 0px;
		margin: 0px 5px 0px 70px;
		width:	715px;
		color: #5a7e92;
		line-height: 12pt;
	}
	
	
	#content2nd form
	{
		padding: 0px 0px 14px 0px;
		margin: 0px 5px 0px 60px;
		width:	775px;
	}
	
	#content h4, #content2nd h4
	{
		font-size: 10pt;
		color:  #005e9d;
		font-weight: bold;
		margin: 0px 5px 3px 50px;
		padding-top:  8px;
		letter-spacing: .07em;
	}
	
	#content h3, #content2nd h3
	{
		font-size: 11pt;
		color:  #fff;
		font-weight: bold;
		margin: 0px 5px 3px 50px;
		padding-top:  8px;
		letter-spacing: .07em;
	}
	
	#content h1, #content2nd h1
	{
		font-size: 12pt;
		color:  #005e9d;
		font-weight: bold;
		margin: 0px 5px 8px 45px;
		padding-top:  20px;
	
	}
	
	#content2nd ul {margin-left: 0px; padding-left: 100px; margin-top: 5px; width: 705px;}
	#content2nd li { line-height:13pt; padding-bottom: 10px;}
	
	
#content_bottom
{
	position: 		relative;
	top:			47px;
	width: 			902px;
	height: 		13px;
	margin:			0px;
	margin-left: 	17px;
	_margin-left:	27px;
	padding:		0px;
	background: 	url(images/content_bottom.jpg) no-repeat;
}

#footer
{
	position: 		relative;
	top:			53px;
	margin:			0px 80px;
	_margin:			0px auto;
	padding:		0px;
	width:			902px;	
	height:			20px;
	
	
}
		
	#footer ul
	{
		padding-top: 	0px;
		padding-right: 	0px;
		padding-bottom: 2px;
		margin: 		0px auto;
		margin-bottom: 	5px;
		_margin:		0px 0px 5px 100px;
		
	}
	
	#footer ul li
	{
		display:		inline;
		list-style-type: none;
		padding: 		0px 2px;
	}

	#footer ul li a {text-decoration:none}

#copyright
{
	position: 		relative;
	top: 			63px;
	_top:			68px;
	color:			#575850;
	font-size:		7pt;
	margin:			0px auto 60px auto;
	width:			802px;
	
}

	#copyright p
	{
		margin: 0px 0px 30px 150px;
	}

