body{
	background: #A6CEE8 url('/web/theme/images/page_bg2.jpg') repeat-x;
	font-family: Tahoma;
	font-size: 14px;
	color: black;
}

/*
**********************************************************
*/
#outermost-portal-wrapper{ /* MAKE SURE IS EXACTLY THE SAME AS THE BELOW ENTRY..*/
	width: 932px;
	left: 50%;
	margin-left: -466px; /* half the width of the div */
	position: relative;
	top: -8px;
	background: #DCEFFA url('/web/theme/images/content_bg3.jpg') repeat-x;
	border: 1px solid #599CD4;
	margin-top: 25px;
	margin-bottom: 25px;
	z-index:0;
}
#entire-portal-wrapper{ 
	width: 932px;
	left: 50%;
	margin-left: -466px; /* half the width of the div */
	position: relative;
	top: -8px;
	background: #DCEFFA url('/web/theme/images/content_bg3.jpg') repeat-x;
	border: 1px solid #599CD4;
	margin-top: 25px;
	margin-bottom: 25px;
	z-index:0;
}
#banner{
	width: 100%;
	height: 90px;
	/*border: 1px solid black;*/
}
#logo{
	display:none; /* ------------> Hide for now */
	/*background: url('/web/theme/images/logo.gif') no-repeat;*/
	width: 377px;
	height: 80px;
	margin-top: 15px;
	margin-left: 60px;
	font-family: "Agency FB";
	font-size: 35px;
	text-spacing: 40px;
	color: white;
}
#motto{
	display:none; /* ------------> Hide for now */
	position: absolute;
	right: 200px;
	top:  -2px;
	width: 377px;
	height: 35px;
	margin-top: 35px;
	margin-left: 60px;
	font-family: Tahoma;
	font-size: 15px;
	text-spacing: 29px;
	font-weight: none;
	color: white;
}
#login-text{
	color: white;
	position: absolute;
	right: 100px;
	top:  20px;
	z-index: 9999;
	font-family: Tahoma;
	font-size: 14px;
}
#login-text-link{


}

/********************* NAVIGATION **********************/
#nav{
	border: 1px solid #547F9A;
	width: 805px;
	position: relative;
	left: 50%;
	margin-left: -402px; /* half the width of the div */
	height: 42px;
	background: url('/web/theme/images/nav_bg.jpg') repeat-x;
	top: -8px !important;/* firefox*/
	top: 0px;
	z-index:9999;
}
#nav-item{
	float:left;
	width: 100px;
	height: 17px !important; /* firefox*/
	height: 38px;
	padding-top: 15px !important;/* firefox*/
	padding-top: 13px;
	padding-bottom: 10px !important;/* firefox*/
	padding-bottom: 12px;
	text-align: left;
	border-right: 1px dotted gray;
	font-family: Tahoma;
	font-size: 12px;
	text-spacing: 12px;
}
#nav-text{
	text-align:center;
	width: 100%;
}
/****** SUB NAV *&*****/
/** USING class=   */
.sub-nav-wrapper{
	position: absolute;
	top: 42px !important;
	top: 39px;
	margin-left: -1px !important;
	margin-left: -1px;
	width: 200px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 999;
	text-align: left;
	padding-top: 10px;
}
#sub-nav-item{
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sub-nav-item a{
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma;
	color: black;	
}

/****** BODY STUFF ******/
#body-wrapper{
	position: relative;
	z-index: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	top: -30px;
}
#banner_home{
	background: url('/web/images/banner_home.jpg') no-repeat;
	width: 721px;
	height: 280px;
	left: 50%;
	margin-left: -360px; /* half the width of the div */
	position: relative;
	z-index:0;
	text-align: center;
	padding-top: 40px;
}
#banner_text{
	font: Tahoma;
	color: black;
	font-size: 19px;
	height: 100px;
	width: 721px;
	height: 280px;
	left: 50%;
	margin-left: -360px; /* half the width of the div */
	position: relative;
	z-index:0;
}
/******** SEARCH BAR **************/
#search-bar-wrapper{
	position: absolute;
	top: 94px !important;
	top: 99px;
	right: 115px;
	z-index:99999;
}
.search-bar-class{
	background-color: white;
	border: 1px solid #	666666;
	width: 130px;
}
#search-button-wrapper{
	position: absolute;
	top: 90px !important;
	top: 96px;
	right: 80px;
	height: 29px;
	width: 26px;
	background: url('/web/theme/images/search_button.gif') no-repeat;
	background-position: center middle;
	z-index:99999;
}

/******** CONTENT STYLES **************/
h1{
	font-family: Tahoma;
	font-size: 18px;
	color: black;
}
a{
	font-family: Tahoma;
	font-size: 12px;
	color: #0090F4;	
	font-weight: bold;
}
p{
	font-family: Tahoma;
	font-size: 14px;
	color: black;
	
}
ul{
	font-family: Tahoma;
	font-size: 14px;
	color: black;
	
}
li{
	font-family: Tahoma;
	font-size: 14px;
	color: black;
	
}


#footer{
	/* background: #E0EFF6 url('/web/theme/images/content_bg3.jpg') repeat-x; */
	background: white;
	height: 75px !important;
	height: 75px;
	width: 100%; 
	color: black;
	border-top: 1px solid #599CD4;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 10px;
}



