
html{
	width: 100%;
}

body{
	background: #fff url(../images/common/bg.gif) top center no-repeat;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #808285;	
	width: 100%;
	height: 100%;
	position: relative;
}

p {
	padding-bottom: 10px;
}

h1 {
	color: #243285;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 10px;
}

h2 {
	color: #243285;
	font-size: 13px;
	font-weight: bold;
}

.green {
	color: #c3cf21;
}

a:link, a:visited, a:active {
	color: #808285; /* gray */
}

a:hover {
	color: #c3cf21; /* green */
}

li{
	color: #c3cf21; 
	list-style: outside disc;
	margin-left: 15px;

}
li span {
	color: #808285;
}

.inputStyle{
	width: 350px;
	height: 18px;
	color: #243285;
	border: 1px solid #808285;
	font-size: 12px;
	line-height: 20px;	
	font-family:Verdana, Geneva, sans-serif;
}

form {
	width: 350px;
}

select {
	height: 20px;
	color: #243285;
	border: 1px solid #808285;
	font-size: 12px;
	line-height: 20px;	
	font-family:Verdana, Geneva, sans-serif;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	HEADER STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	#headerContainerContainer{
		position: relative;
		width: 100%;
		height: 198px;
		top: 0px;
		z-index: 2;
		background-color: #243285;
		background: #243285 url(../images/common/bg.gif) top center no-repeat;
		border-bottom: 6px solid #c3cf21;
	}
		
	#headerContainer{
		background-color: ;
		width: 900px;
		height: 198px;
		position: relative;
		top: 0px;
		margin: 0px auto;
		z-index: 9;
	}
	
	#logoContainer{
		width: 270px;
		height: 83px;	
		position: absolute;
		top: 45px;
		left: 635px;
		z-index: 9;
	}
	
	#headerImage{
		width: 388px;
		height: 33px;	
		position: absolute;
		top: 70px;
		left: 140px;
		z-index: 9;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	MENU STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	#menuContainer{
		position: absolute;
		width: 620px;
		height: 22px;	
		margin-top: 176px;
		z-index: 99;
		color: #FFF;
		font-size: 11px;
		line-height: 27px;
	}
	
	.hide{
		display: none;
	}
	.show{
		display: block;
	}
	
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	CONTENT STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#ContentContainer{
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
}
#ContentContainer:after { /* forces the contentContainer div to stretch with floating content (FF fix) */
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both;
	visibility: hidden;
}
#insideBody{
	width: 900px;
	padding-top: 25px;
	min-height:450px;
	
	height:100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
#insideBodyLeft{
	position: relative;
	float: left;
	width: 145px;
	height: 100%;
	z-index: 1;
}
#insideBodyCenter{
	position: relative;
	float: left;
	width: 450px;
	padding-right: 30px;
	height: 100%;
	z-index: 2;
}
#insideBodyRight{
	position: relative;
	float: right;
	width: 260px;
	height: 100%;
	z-index: 999999;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	FOOTER STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	#footerContainer{
		clear: both;
		width: 100%;
		margin: 0px auto;
		clear: both;
		vertical-align:bottom;
	}
	
	#footerTextWrapper
	{
		width: 900px;
		margin: 0px auto;		
		border-top: 1px solid #C3CF21;
	}
	
	#footerText{
		font-size: 11px;
		color: #808285;
		padding: 5px;
	}

	#footerText a:link, #footerText a:visited, #footerText a:active{
		color: #808285;
		padding: 4px;
		margin: 0 2px;
		cursor: pointer;
		font-size: 10px;
		text-decoration: none;
	}
	
	#footerText .aOn:link, #footerText .aOn:visited, #footerText .aOn:hover, #footerText .aOn:active, #footerText a:hover{
		color: #243285;/* #c3cf21;  */
		padding: 4px;
		margin: 0 2px;
		cursor: pointer;
		font-size: 10px;
		text-decoration: underline;
	}
	
	#backToTop {
		position: absolute;
		margin-top: -40px;
		margin-left: 815px;
		width: 85px;
		height: 38px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.detail-box {
	display: none;
}
.more-info, .less-info {
	cursor: pointer;
	color: #243285;
	width: 75px;
	margin-bottom: 10px;
}