/* BASIC PAGE ELEMENTS    */

body {
 font-family: lucida grande, arial, helvetica, serif;
 font-size: 12px;
 color: #707070;
 margin: 0;
 padding: 0;
 background:url(../images/body-bg.jpg) repeat #fff;
}

h1  {
 font-size: 20px;
 color: #3d7bba;
}

h2  {
 font-size: 15px;
 color: #354E72; 
}

p  {
 margin-top: 4px;
}
img {border:none;}

/*  ==== PAGE LAYOUT ELEMENTS ====   */

div#outerDiv {
width: 960px;
margin: 0 auto;
}

div#header {
  position:relative;
  height: 63px;
  background-color: #fafbde;
}

div#header div#logo {
position:absolute;
width: 300px;
height: 200px;
left: 20px;
background:url(../images/logobox.png) no-repeat;
z-index:999;
}
div#header div#logo a {
display:block;
height:100%;
width:100%;
z-index:1000;
}

/*  ==== MENU ITEMS ====   */

div#header div#menu {
position: absolute;
left: 306px;
top: 0;
}

#topNav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	position:relative;
	text-align:center;
	z-index:999;
}

ul#topNav li {
	float:left;
	font-size: 1em;
	font-weight:bold;
	margin:0;
	padding:0;
	width: 9em;
}
ul#topNav li.firstItem {
	margin:0;
}
ul#topNav li a {
	color:#0f75bc;
	display:block;
	text-decoration:none;
	height: 43px;
	padding:15px 10px 5px 10px;
}
ul#topNav li a:hover,ul#topNav li:hover a,ul#topNav li.hover a {
	background:url(../images/navItem-bg.png) 0 0 no-repeat;
	color:#8cc63e;
}

/*   Green drop down menu  */
#topNav ul li ul {
	display:none;
	z-index:1000;
}

#topNav li:hover ul, #topNav li.hover ul {
	display:block;
}

#topNav ul li ul li {
	background:url(../images/subNav-bg.png) 0 0 repeat;
	font-size:1em;
	text-align:left;
	width: 250px;
}
#topNav li ul li a, #topNav li:hover ul li a, #topNav li.hover ul li a {
	background:none;
	color:#fff;
	height: 1.25em;
	padding:5px 10px;
	border-bottom:1px dotted #fff;
}
#topNav li ul li.lastItem a, #topNav li:hover ul li.lastItem a, #topNav li.hover ul li.lastItem a {
	border:none;
}
#topNav li ul li a:hover, #topNav li:hover ul li a:hover, #topNav li.hover ul li a:hover {
	color:#31426f;
}

/*
#topNav li ul li a:hover {
	color:#31426f;
}
#topNav li ul li.lastItem a {
	border:none;
} */


/*  ==== LAYOUT CONTINUED ====   */

div#banner {
  height: 300px;
  background-color: #990000;
} 
#homeGallery {width:960px;}
#homeGallery img{padding:0;}
#homeGallery .panel-overlay h3{padding:0;margin:5px;font-size:14px;font-weight:bold;color:#000}
#homeGallery .panel-overlay p{padding:0;font-size:0.9em;margin:10px 20px;color:#000}
div.managecontainer{padding:90px 0 0 0;}

div#textureBar {
  width:960px;  
  height: 20px;
  background:url(../images/blue-texture-bar.jpg) no-repeat #014d7b;
}

#topgreenline {
  width: 960px;
  height: 10px;
  background-color: #8cc63f;
}



div#crumbbar {
  position:relative;
  width: 960px;
  background-color: #fafbde;
  height: 50px;
}

div#breadcrumbs {
  position:absolute;
  width:650px;
  text-align:left;
  margin: 20px 0 0 20px;
  color:#3d7bba;
}

div#breadcrumbs a{
color:#666666;
text-decoration:none;
}

div#breadcrumbs a:hover {
  text-decoration: underline;
}

div#searchbar {
  position:absolute;
  right: 20px;
  margin: 10px 0 0 0;
  text-align: left;
  padding:0;
  top:5px;
}

div#searchbar input {
background:url(../images/searchInput-bg.png) #fff bottom left no-repeat;
border:none;
display:inline;
float:right;
/*margin-top:-10px;*/
padding:0 0 0 5px;
height:23px;
}
div#searchbar input#ajaxSearch_submit {
background:none;
margin:0 5px 0 0;
padding:0;
}

fieldset {
border:0;
}

div#contentarea {
  float:left;  
  width: 920px;
  background-color: #fafbde;
  padding: 0 20px;
  text-align: left;

}

div#contentarea p {
  color:#333333;
  font-size: 1.2em;}

#bottomgreenline {
width: 960px;
height: 10px;
  background-color: #8cc63f;
}

#footer {
  width: 940px;
  height: 20px;
  color: #8cc63f;
  background-color: #102269;
  padding: 10px 10px
}

#footer a {
  color: #8cc63f;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

div#copyright {
float:left;
margin-right:25px;
}

div#poweredby {
float:right	;
text-align:right;
}

.cls {clear: both}

div#floatleft {
float:left;
width:680px;
margin-right:25px;
}