/* screen styles for the template */

body
{
	margin: 0;
	padding: 0;
	background-color: #ebfffe;
	font-size: 0.8em;
}

div#page,
div#footer,
p#credits
{
	margin: 0 auto;
	width: 746px;
}

div#footer
{
  padding: 2px 5px;
}

div#page
{
	margin-top: 1em;
	background-color: #fff;
}

/* header colors and styles */
div#page div#header h1
{
  display: none;
}
div#page div#header h2
{
	height: 140px;
	margin: 0;
	clear: both;
  border-bottom: 6px solid #FFD92A;
}

div#page div#header p
{
	padding: 2px 5px;
	margin: 0 0 5px 0;
	font-size: 12px;
	background-color: #00A4D8;
	color: #fff;
}

div#header form#quicksearch
{
	clear: right;
	float: right;
}

div#header form#quicksearch legend,
div#header form#quicksearch label
{
	display: none;
}

div#header form#quicksearch fieldset
{
	margin: 0;
	padding: 0 0 5px;
	border: 0;
}

div#header ul.menu
{
	margin: 0;
	padding: 0;
	float: right;
}

div#header ul.menu li
{
	display: inline;
}

div#header *.mask
{
	text-indent: -1000em;
	background: transparent url(none) center center no-repeat;
}

/* main menu styles */
/* see also menu.left.css and menu.top.css */
div#navigation
{
	border: 0 solid #154212;
	background-color: #154212;
	font-size:12.5px;
	font-weight:bold;

}

div#navigation ul.menu ul.menu /* handle sub menus */
{
	background-color: #FF9A00;
}

div#navigation ul.menu,
div#navigation ul.menu *
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

div#navigation ul.menu li,
div#navigation ul.menu li a
{
	border: 0 solid #fff;
	

}

div#navigation li.currentpage,
div#navigation li.currentpage a
{
	text-decoration:underline;
	

}

div#navigation ul.menu ul a:hover
{
  text-decoration: underline;
}
div#navigation ul.menu a
{
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;	
}

div#navigation ul.menu ul.menu a
{
  font-weight: normal;
}

div#navigation ul.menu ul.menu a:hover
{
background: none;
}

div#navigation ul.menu a:hover, .currentpage
{
	background: #0EA8A8;
}

/* content styles */
div#content
{
	background-color: #fff;
	padding: 5px;
	margin-bottom: -5px;
  border-right: 5px solid #fff;
}

h3,
h4,h5
{
	color: #00a4d8;
	margin: 0 0 0.4em;;
}

h3
{
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

h4
{
	font-size: 1.25em;
}

h5
{
	font-size: 1.1em;
}

div#content div.supplemental /* images/promos on the right hand side of the screen... */
{
	float: right;
	width: 186px;
	text-align: left;
	background-color: #DCF9F8;
	border-left: 5px solid #fff;
	margin-top: -5px;
	margin-right: -5px;
	padding-top: 5px;
	height: 32767px;
	margin-bottom: -32767px;
}

div#content div.supplemental img
{
	margin-left: 3em;
	margin-right: 3em;
}

div#content div.supplemental p
{
padding: 0;
margin: 0;
}

div#content div.supplemental div.newsletter
{
  padding-left: 5px;
}


div#content div.gallery p
{
	float: left;
	width: 30%;
	height: 180px;
	margin: 1em 1.2%;
	text-align: center;
	background: #fff url(none) center center no-repeat;
	border: 2px solid #00a4d8;
}

div#content div.gallery a
{
	padding: 160px 1em 1em;
	display: block;
	text-decoration: none;
}

div#content div.gallery a:hover
{
	border-color: #000;
}

div#content div.gallery a img
{
	display: none;
}

div#content div.gallery + div.numresults
{
	clear: both;
}

div#copy
{
  padding-left: 30px;
	min-height: 300px;
}

body.ie div#copy
{
  padding-left: 5px !important;
}

div#copy div.block div.image img
{
	/* wrapping text and neatening... */
	float: left;
	padding: 0.3em 1em 0 0;
}

div#copy div.block div.alone.image img
{
	padding: 0; margin: 0;
	float: none;
}

div#copy div.block div.alone.image
{
	text-align: center;
}

/* sponsor panel... */
div#sponsorship
{
  border-left: 5px solid #fff;
  width: 186px;
	float: left;
	/* this number used here is the max px value safari will recognize. it is the most conservative browser
	   so should do for all browsers... */
	height: 32767px;
	margin-bottom: -32767px;
  background: #DCF9F8;
  padding: 15px 12px;
}
.editSponsorship { height:auto !important; margin-bottom:auto !important; }
div#sponsorship p
{
  margin: 0;
  padding: 0 0 0.5em 0;
}

div#content
{
  min-height: 500px;
	margin-left: 191px;
}

/*search results styling */
div#copy ol#searchresults li.noresults
{
	list-style: none;
}

div#copy ol#searchresults li.noresults p.warning
{
	font-weight: bold;
}

div#copy ol#searchresults cite
{
	display: block;
	font-size: 0.9em;
}

div#copy form#retrysearch
{
	margin-top: 2em;
}

div#copy form#retrysearch legend
{
	display: none;
}

div#copy form#retrysearch fieldset
{
	margin: 0;
	padding: 0 0 5px;
	border: 0;
}

div#content div#promotional div *
{
	margin: 0;
	padding: 0;
}

div#content div#promotional 
{
	clear: both;
	display: table;
}

div#content div#promotional div
{
	display: table-cell;
	width: 33%;
}

div#content div#promotional div div,
div#content div#promotional div h6
{
	display: block;
	margin: 0 2%;
	padding: 0.3em 2%;
	width: 88%;
}

div#content div#promotional div div
{
	height: 100px;
	border: 2px solid #A56400;
	border-top: 0;
	background: #fff;
}

div#content div#promotional div div.image
{
	text-align: center;
}

div#content div#promotional div h6
{
	border: 2px solid #A56400;
	border-bottom: 0;
	background-color: #FF9A00;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	text-align: center;
}

div#content div#copy div.news.archived
{
	padding: 0.8em 0.4em;
	border-bottom: 1px solid #000;
}
div#content div#copy div.news.archived *
{
	margin: 0;
	padding: 0;
}
div#content div#copy div.news h4.date
{
	float: right;
}

/* footer styles */
div#footer
{
	font-size: 0.8em;
}


div#footer *
{
	margin: 0;
	padding: 0;
  color: #fff;
}

div#footer ul.menu
{
	float: right;
         margin-right: 20px;
}

div#footer ul.menu li
{
	display: inline;
}

div#footer a
{
	color: #fff;
	text-decoration: none;
}

p#credits a
{
	color: #00A4D8;
	text-decoration: none;
}

div#footer a:hover,
p#credits a:hover
{
	text-decoration: underline;
}

p#credits
{
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}


div.base-layer {
  background: none #FFFFFF; border: solid #333333 1px; color: #000000;
  margin: 0px auto; padding: 0; text-align: center; width: 100%;
  display:block;
}

div.base-layer a {
	color:#000000;

}

div.table-row {
  background: none #FFFFFF; border-bottom: solid #000000 1px; color: #000000;
  margin:0px auto;
  padding: 3px; text-align: center;  display:block; width:auto; clear:both;
}

/* Style rules for the 3 x 2 table example */

div.left-container2 {
  float: left; margin: 0; padding: 0; width: 16.6%;
 
}
div.left-container1 {
  float: left; margin: 0; padding 0; width: 48%;
}

div.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
  
}

/* IE styles */
/* IE styles */
/* IE styles */
/* correct results displaying */
body.ie6 .numresults,.pages
{
	clear: left;
}

/*give a min height for copy */
body.ie6 div#copy
{
	height: 300px;
}

/* correct the menu width */
body.ie6 div#navigation ul.menu li a,
body.ie6 div#navigation ul.menu li.parent li a
{
	width: 218px;
}
/* box model miscalculation */
body.ie6 div#content div.supplemental
{
	margin-right: -2.5px;
}

/* promo correction */
body.ie div#promotional *,
body.ie div#promotional
{
	margin: 0 !important;
}
body.ie div#promotional
{
	height: 140px;
}
body.ie div#promotional div
{
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}
body.ie div#promotional div h6,
body.ie div#promotional div div
{
	float: none;
	margin: 0 !important;
	margin-left: 0.5em !important;
	padding: 0.3em 2% !important;
}





div#sponsorship div.sponsor h4,
div#sponsorship div.sponsor h5
{
  color: #043300;
  margin: 3px 0 0;
  padding 0;
}

div#contact-card
{
margin: 12px -12px 0;
  background-color: #0ea8a8;
color: #fff;
padding: 15px 12px;
}








/* shadow... */
div#page
{
  padding-right: 13px;
  background: transparent url(../images/back.gif) top right repeat-y;
}
div#header
{
  padding-right: 13px;
  margin-right: -13px;
  background: transparent url(../images/backTop.gif) top right no-repeat;
}
div#footer
{
height: 39px;
background: transparent url(../images/backFoot.gif) bottom right no-repeat;
width: 750px;
}



.sponsorlist ul
{
margin: 0;
padding: 0 0 0 20px;
}
.sponsorlist ul li
{
margin: 0;
padding: 0;
}



/* form styles */
div#copy div.formrow
{
clear: both;
       margin-bottom: 5px;
}
div#copy div.formrow label
{
width: 100px;
display: block;
float: left;
color: #666568;
}
div#copy div.formrow input,
div#copy div.formrow select,
div#copy div.formrow fieldset
{
width: 220px;
border: 1px solid #A5ACB2
}
div#copy div.formrow fieldset label
{
display: inline;
float: none;
}
div#copy div.formrow fieldset input 
{
  margin-left: 0;
width: auto;
}


.editContactCard { background:hotpink !important; }