body		{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
	font-size: 10px;
		}
		
#container		{
	background-color: #EDEDE7;
	background-repeat: repeat-y;
	border: 5px solid #FFFFFF;
	margin-top: 1em;
	margin-right: 3%;
	margin-bottom: 1em;
	margin-left: 3%;
	padding-bottom: 20px;
		}
		
#banner		{
	background-color: #303023;
	border-bottom: 1px solid #61180A;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
		}
		
#menubar {

	background-color: #61180A;
	border-bottom: 1px solid #333;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
}
		
#nav		{
	float: left;
	width: 160px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	background-color: #FFFFFF;
		}
		
#nav p { margin-top: 0; }
		
#fullwidth		{
	padding: 20px;
	min-height: 500px;
	margin: 0;
		}

#content		{
	padding-top: 20px;
	min-height: 500px;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 220px;
		}
		
#content p { margin-top: 0; }
		
#content h2 { margin-top: 0; }

.bluetext {color: #0033CC;}

.largetext {
	font-size: 12px;
	font-weight: bold;
}

.tableheader {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

.normaltext {
	font-size: 10px;
	font-weight: normal;
}


/* LINKS */

a, a:visited, a:active {
	color:#61180A;
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	color:#EF7D69;
	font-weight: bold;
	text-decoration:bold;
	}

/* FORMS */

form {
	margin-bottom: 0;
	margin-top: 0;
}

select {
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 4px;
	background-color: #FFFFFF;
	}

.tableleft {
	text-align: right;
	vertical-align: top;	
	}

.tableright {
	text-align: left;
	vertical-align: middle;	
	}

.formbox1 { 
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 2px;
	background-color: #FFFFFF;
	}
	
.cab7 { /*hidden form fields for spam prevention -- if bot fills it out, its spam */
display:none;
}

.button1 {
	border:1px solid #DDDDDD;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 2px;
	background-color: #61180A;
	color: #FFFFFF;
	font-weight: bold;
	} 
	
/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #61180A;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(assets/bubbletooltips/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(assets/bubbletooltips/bubble_filler.gif);
	background-repeat: repeat;
	background-position: bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #61180A;
    background: url(assets/bubbletooltips/bubble.gif) no-repeat bottom;
}

.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
  overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

