@charset "UTF-8";

*:focus{
	outline:0;
}

html{
	overflow-y:scroll;
}

img{
	border:none;
}

body{
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#262626;
	
	background-image:url(images/dropShadow.jpg);
	background-position:0px 160px;
	background-repeat:no-repeat;
}

/*LAYOUT DIVS*/
#headerWrapper{
	width:100%; 
	background-image:url(images/headerBG.jpg);
}

#header{
	margin:auto; 
	width:850px;
	height:160px;
}

#contentWrapper{
	width:100%; 
	border-top-style:dashed; 
	border-top-width:1px; 
	border-color:#CBCBCB;
}

#content{
	margin:auto; 
	width:850px;
}

#leftColumn{
	float:left;
}

#rightColumn{
	float:left;
	width:600px;
	margin-left:25px;
	margin-top:20px;
}

/*GENERAL LAYOUT CLASSES*/
.navBox{
	float:left;
	width:175px;
	padding:24px;
	padding-bottom:0px;
	margin-bottom:0px;
	border-style:dashed;
	border-width:1px;
	border-color:#CBCBCB;
	border-top:none;
	background-color:#FDEED9;
}

.stdColumn{
	float:left; 
	padding-left:25px;
}

.homeButton{
	float:left;
	width:289px;
	height:75px;
	background-image:url(images/homeButtons/homeButton.jpg);
	margin-bottom:10px;
	color:#FFFFFF;
}

.homeButtonImage{
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding-top:7px;
}

.homeButtonText{
	float:left; 
	height:55px; 
	width:200px; 
	margin-top:10px; 
	padding-left:10px; 
	border-left:solid; 
	border-left-width:1px; 
	border-left-color:#FFFFFF;
}

.homeRightColumnImage{
	margin-top:0px;
}

/*FORM CLASSES*/
.defaultForm{
	float:left;
	padding:0px;
	margin:0px;
}

.buttonStyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	margin-bottom:10px;
}

.blueTextField{
	height:18px; 
	width:168px;
	margin-bottom:10px;
	padding-left:3px;
	font-size:12px;
	font-family:Courier New, Courier, monospace;
	
	border:solid;
	border-width:1px;
	border-top-color:#F4F6F5;
	border-bottom-color:#E0E4E5;
	border-left-color:#F4F4F4;
	
	
	border-right-color:#EEEEEE;
}

.homeLeftColumn{
	float:left;
	width:125px;
}

.homeRightColumn{
	float:left;
	width:475px;
}

.homeSubMenu{
	float:left;
	margin-top:20px;
	margin-left:0px;
}

/*TEXT CLASSES*/
.title{
	font-size:24px;
	color:#000000;
	font-weight:bold;

	margin:0px;
	margin-top:5px;	
	margin-bottom:15px;
}

.regular{
	margin:0px;
	margin-bottom:8px;
}

.small{
	margin:0px;
	margin-bottom:8px;
	font-size:10px;
	line-height:13px;
}

.bigBlue{
	font-size:14px;
	font-weight:bold;
	color:#1867B6;
	
	margin:0px;
	margin-bottom:15px;
}

.homeButtonTemp{
	color:#FFCC00; 
	font-size:14px; 
	font-weight:bold;
}

/*LIST STYLES*/
ul.blueBoxList li{
	list-style:url(images/bullet.jpg);
	padding-bottom:8px;
}

/*LINK CLASSES*/
a.menuLink{
	text-decoration:none;
	cursor:pointer;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

a.homeButtonLink{
	color:#FFCC00; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
}

a.homeButtonLink:hover{
	text-decoration:underline;
	color:#000000;
}

/*HOME LINK CLASSES*/
a.homeSubMenuButtonActive{
	float:left;
	clear:left;
	padding-bottom:5px;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
}

a.homeSubMenuButtonActive:hover{
	float:left;
	clear:left;
	padding-bottom:5px;	
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;	
}

a.homeSubMenuButtonOut{
	float:left;
	clear:left;
	padding-bottom:5px;	
	color:#CCCCCC;
	font-weight:bold;
	cursor:pointer;	
}

a.homeSubMenuButtonOut:hover{	
	float:left;
	clear:left;
	padding-bottom:5px;	
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;	
}

a.homeSubMenuSubButtonActive{
	float:left;
	clear:left;
	padding-bottom:5px;
	padding-left:10px;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
}

a.homeSubMenuSubButtonActive:hover{
	float:left;
	clear:left;
	padding-bottom:5px;
	padding-left:10px;	
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a.homeSubMenuSubButtonOut{
	float:left;
	clear:left;
	padding-bottom:5px;	
	padding-left:10px;
	color:#666666;
	font-weight:bold;
	cursor:pointer
}

a.homeSubMenuSubButtonOut:hover{
	float:left;
	clear:left;
	padding-bottom:5px;	
	padding-left:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;	
}
