/********************************************************************/
/* site.css                                                         */
/*                                                                  */
/* (c) Copyright 2007 SCR Technologies, LLC. All Rights Reserved    */
/********************************************************************/

/* Apply default font to all appropriate HTML elements */
body, td, th, input, select {
	font-family: Garamond, Verdana, Arial, sans-serif;
	font-size:	16px;
}

body{
	background-color: #046c96;
	border: medium solid #FFFFFF;
	width: 970px;
	color: #000;
	margin-top:	5px;
	margin-left:	auto;
	margin-right:	auto;
	padding:0px;
}

body p {
	padding: 10px 0px 0px 10px;
	background-color:	#fff;
}

p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:	normal;
	color:	#000;
}

table {
	padding: 0px 10px;
	margin: 0px;
}

th {
	text-align:	center;
	vertical-align:	center;
	background-color: #000;
	color:	#fff;
	font-weight:	bold;
	padding: 5px 20px;
}

td {
	vertical-align:	top;
	padding: 5px;
	background-color: #9bbfd7;	
}

.colHeader {
	background-color:	#333;
	color: #FFFFFF;
	padding: 5px 0px;
}

.center {
	text-align: center;
}

/***************** header tag styles *****************/

h1, h2, h3 {
	color:	#cf3e37;
}

h1 {
	font-size:	150%;
}

h2 {
	font-size:	100%;
}

/********** hyperlink and anchor tag styles **********/

a:link, a:visited{
	color: #046c96;
	text-decoration: none;
}

a:hover{
	color: #9bbfd7;
}


/******************************************************/
/* Dropdown Menu Divs                                 */
/******************************************************/

/** 1st Tier Navigation **/

#menu, #menu ul {  /* all lists */
	float:	left;
	width: 100%;
	list-style:	none;
	line-height:	1;  /* used for setting the top margin in 3rd level and higher dropdown menus to -1em because of no absolute positioning */
	background-color:#cf3e37;
	color:	#fff;
	font-weight:	bold;
	padding: 2px 0px 0px 0px;
	border-width:	1px 0;
	margin:	0;
}

#menu a {
	display:	block;
	width:	auto;
	w\idth:	auto;
	color: #fff;
	text-decoration:	none;
	padding: 0.25em 5px;
}

#menu a.daddy { /** All menu list items that have dropdowns from them */
	background: url(../images/rightarrow.gif) center right no-repeat;
}

#menu li {  /* all list items */
	float:	left;
	padding: 0px;
	width: auto;
}

#menu li.separator {
	list-style-image:	url(images/symbol1.gif);
	margin:	0px 0px 0px 30px;
}


#menu li:hover ul, #menu li.menuHover ul { /* Display 1st level menu on hover */
	left: auto;
}

/** 2nd Tier Navigation **/

/** 2nd Tier placement **/

#menu li ul {  /* second-level lists */
	position:	absolute;
	left:	-999em;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:	auto;
	width: 190px;
	w\idth:	190px;
	font-weight:	bold;
	border-width: thin;
	border-color:	#fff;
	border:	thin solid #fff;
	margin:	0px;
	padding: 0px;
	z-index: 1000;
}

/** 2nd Tier styleing **/

#menu li li {
	width:	100%;
	w\idth:	100%;
	float: left;
}

#menu li ul a {
	width:	100%;
	w\idth:	100%;
	border-top: thin solid #ccc;
	padding: 0;
	left: 10px;
	text-align: center;
}

#menu li:hover ul ul, #menu li.menuHover ul ul { /* Hide 2nd level menu */
	left:	-999em;
}

#menu li li:hover ul, #menu li li.menuHover ul { /* Display 2nd level menu on hover */
	left:	auto;
}

#menu li:hover, #menu li.menuHover {
	background: #046c96;
}

/** 3rd Tier Navigation **/

#menu li ul ul { /* All dropdowns after the first one */
	margin: 0 0 0 191px;
	top: 0px;
}

#menuold li:hover ul ul ul, #menu li.menuHover ul ul ul {  /* Hide 3rd level menu */
	left: -999em;
}

#menuold li li li:hover ul, #menu li li li.menuHover ul {
	left:	auto;
}

/******************************************************/
/* Main Divs                                          */
/******************************************************/

#main {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	top: 0px;
	background-color:	#fff;
}

/******************************************************/
/* Content Divs                                       */
/******************************************************/

#content {
	padding: 20px;
}

/******************************************************/
/* Footer Divs                                        */
/******************************************************/

#footer {
	background-color: #cf3e37;
	color:	#ccc;
	text-align:	center;
	font-size:	80%;
	padding: 0px 0px 5px 0px;
	clear:	both;
}

#footer a:link, #footer a:visited {
	color:	#fff;
	font-size: 90%;
}

#footer a:hover {
	color: #ddd;
}

.footerNav {
	background-color: #cf3e37;
	color:	#fff;
	font-size:	120%;
	position: relative;
	padding: 5px;
	margin:  0px;
}
