@import url("css/menu.css");

/* CSS Document */
body {
	background-image: url('images/jwa_bg.gif');
	font-family: Arial, Helvetica, sans-serif;
}
#mainDIV {
	margin: 10px auto 10px auto;
	width: 1024px;
}
.topBorder {
	background-image: url('images/TopBorder.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 20px;
}
.midBorder {
	padding: 0px 20px 0px 20px;
	background-image: url('images/MidBorder.png');
	background-repeat: repeat-y;
	width: 984px;
	/*background-color: #39649f;*/
}
.btmBorder {
	background-image: url('images/BtmBorder.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 20px;
}
#topLeftContent {
	text-align: center;	
	width: 650px;	
	border: 1px #000000 solid;
	float: left;
}
#topRightContent {
	width: 300px;	
	float: right;
}
.logoJWA {
	background-image: url('images/JWALogo.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
}
#titleText {
	background-image: url('images/JWATitle.jpg');
	background-repeat: no-repeat;
	width: 525px;
	height: 77px;
}
#topLogo {
	float: left;			
}
#topVerbiage {
	float: right;
}
.blueTitle {
	color: #39649f;
	font-size: 60pt;
	font-weight: bold;
}
.subTitle {
	font-size: 18pt;
	font-weight: bold;
}
#mainContentDIV {
	min-height: 600px;
}
.clearAll {
	clear: both;
}
#sitemapDIV {
	margin: 0px auto 0px auto;
	text-align: center;
}
#footerDIV {
	margin: 0px auto 0px auto;
	text-align: center;
	color: #ffffff;
}
#footerDIV a {
	color: #ffffff;
}
.blueBold {
	color: #003d69;
	font-weight: bold;
}
#menuDIV {
	margin: 0px auto 0px auto;
	text-align: center;
}
#mainPaneDIV {
	min-height: 580px;
}
/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 180px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 5px;}

input.SearchTextBox{float: left; z-index: 10; border: 0; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

