/* Tag definitions */
body {
	background-color: #D8D9B3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	margin: 0px;
}

/* Table definitions

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px; }
	
tr {
	padding: 0px;
	margin: 0px; }
	
td {
	padding: 0px;
	vertical-align: top; }
	

*/
.red {color:#FF0000;}
th {
	text-align:left; 
	border-bottom: 2px solid #000000;
}

img { border: solid #FFFFFF;
	border-width: 1px;
	border-collapse:collapse; }

h1 {
	color:#8B2822;
	font-size: 16px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h2 {
	color:#8B2822;
	font-size: 14px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}


a {
	color:#1E1E1E;
}

a:hover {
	color:#8B2822;
}
.borderDarkBottom {
	border-bottom: 1px solid #333333;
}

/* Footer - Home page */
#footer_home { 
	font-family: Verdana, Arial Helvetica,sans-serif;
	font-size: 11px;
	text-align: center; }
	
/* Footer - Sub pages */
#footer_sub { 
	font-family: Verdana, Arial Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
	 }
#footer_sub a:link, #footer a:visited { font-weight: bold; color: #fff; }
#footer_sub a:focus, #footer a:hover, #footer a:active { color: #ccc; background: #fff; } 

	
/*  form elements */
input, select, textarea {
	color:#333333;
	font-size: 13px;
	border: 1px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid #8B2822;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* General classes */

.adminButton {
	color:#FFFFFF;
	background-color: #DD5E43;
	padding: 12px;
	padding-left: 16px;
	padding-right: 16px;
}
/*
.adminButton:hover {
	color:#8B2822;
	background-color:#FBAF55;
}

*/
.adminButton a {
	color:#FFFFFF;
	text-decoration: none;
}
.adminButton a:hover {
	color:#FBAF55;
	text-decoration: none;
}

.adminButtonHeading {
	font-size:12px;
	font-weight:bold;
	padding-bottom: 10px;
}

/* White borders */

.borderWhite {
	border: 1px solid #FFFFFF;
}

.borderWhiteVert {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.borderWhiteHoriz {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.borderWhiteTop {
	border-top: 1px solid #FFFFFF;
}

.borderWhiteBottom {
	border-bottom: 1px solid #FFFFFF;
}

.borderWhiteLeft {
	border-left: 1px solid #FFFFFF;
}

.borderWhiteRight {
	border-right: 1px solid #FFFFFF;
}



.background2 {
	background-color: #EEBE77;
}

.background2 h1 {
	color:#1E1E1E;
}

.background2 a {
	color:#8B2822;
	font-weight:bold;
}

.background2 a:hover {
	color:#1E1E1E;
}

.contentBox {
	padding: 20px;
}

.contentBoxWhite {
	padding: 10px;
	background-color: #FFFFFF;
}

.formLabel {
	font-weight:bold;
	font-size: 120;
	vertical-align: top;
}

.leftNav1 {
	background-image: url('/images/leftNav/leftNavFooter2.jpg');
	padding-bottom: 197px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.shade {
	background-color:#FFFF99;
}

.smText {
	font-size: 80%;
}

.whiteText {
	color:#FFFFFF;
}

a.whiteText:hover {
	color:#000000;
}

/* Tag Specific classes */

span.tipText {
	font-size: 80%;
	color: #666666;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border: dashed 1px #666666;
	background-color: #FFFFCC;
}

span.noticeText {
	color: #666666; 
	font-style:italic;
}

span.errorText {
	font-size: 120%;
	color:#FF0000;
	font-variant:small-caps;
	font-weight:bold;
}

/* menus */


#nav {
	float:right;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav a {
	display: block;
	width: 100px;
	text-decoration:none;
	color: #FFFFFF;
}
#nav li ul li a {
	height:35px;
	line-height:35px;
	text-align:center;
	width:150px;
	text-decoration:none;
	background:#949e7c;/* url(shade.gif);*/
}
#nav li ul li a:hover {
	background:#949e7c;
	color:#333333
}

#nav li { /* all list items */
	padding:0px; 
	margin:0px;
	float: left;
	position:relative;
}

#nav ul li img {
	display: block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left:0px;
	display: none;
}

#nav li ul li {
	border-bottom: 1px solid #FFFFFF;
}
#nav li:hover ul,
#nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}



/* remove all the bullets, borders and padding from the default list styling */
#leftnav,
#leftnav ul {
	position:relative;
	z-index:500;
	padding:0px;
	margin:0px;
	list-style:none;
}
/* style the list items */
#leftnav li {
	position:relative;
	/*float:left;	*/
	margin:0px;
	padding:0px;
	border-bottom: 2px solid #FFF;
}
#leftnav li.sub {
	background:#949e7c no-repeat right center;
}

/* style the links */
#leftnav a, #leftnav a:visited {
	background:#949e7c;/* url(shade.gif)*/
	display:block; 
	text-decoration:none;
	height:48px;
	line-height:48px;
	width:152px;
	text-align:center;
	color:#fff;
}
#leftnav ul a,
#leftnav ul a:visited {
	padding:0px 5px 0px 5px;
	width:182px;
}
/* style the link hover */
#leftnav a:hover {
color:#333333;
background:#B7BEA7;
}
 
#leftnav li ul li {
	border:none;
	
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	*/
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#leftnav li ul {
	display:none;
	position:absolute;
	top:0px;
	left:150px;
}
#leftnav li:hover ul,
#leftnav li.sfhover ul {
	display:block;
}

