/* CSS Document */

/* Global Form Styles */

input, textarea{
	font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;
	font-size:76%;
	position:relative;	
	background: #fff;
	border: 1px solid #ccc;	
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }
.arrow{
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
.btn { 
	height:30px; 	
	margin:5px 0 5px 0; 
	background:#0099CC; 
	padding: 5px;	
	color: #FFF; 
	font-size:100%; 
	font-weight:bold;
	text-decoration: none; 
	cursor: pointer;
	border-top:1px solid #006699;
	border-right:1px solid #006699;
	border-bottom:1px solid #82d7f3;
	border-left:1px solid #82d7f3;
	}
.tabular{
	border: solid 1px #f5f5f5;
	border-bottom:0px;
	padding:10px;
	}
	
.tabular td {
	border-bottom:1px solid #f5f5f5;
	height:23px;
	padding:6px;
	}
/*proof this */
.txtRight { 
	text-align:right;
	}
.search{ 
	position:relative;
	top:-7px;	
	font-size:100%;
	color:#ccc;
	width:175px;
	}
/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	/*background:#FFF none repeat scroll 0%;*/		
	font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;	
	color:#666;
	font-size:78%;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	margin:0pt;	
	}
#container {
	background-image:url(../images/hdr_bg.gif);
	background-repeat:repeat-x;	
	width:98%;		
	}
#header {	
	width:98%;	
	left:0;
	top:0; 	
	}
#midSection {
	width:98%;
	margin:auto;
	}
#footer {	
	display:block;
	width:97%;
	margin:auto;
	height:50px;
	border-top:solid 1px #CCC;	
	margin-top:10px;	
	bottom:0px;
	font-size:80%;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.date {
	font-size:80%;
	color:#999;
	}
.homeBlurb {
	margin-left:8px;
	list-style-image:url(../images/bullet.gif);
	}
	
.homeBlurb li {
	margin-left:8px;
	list-style-image:url(../images/bullet.gif);
	}
.widgetLabel {
	
	padding: 2px 0 10px 0;
	border-bottom:2px solid #e6e6e6;
	}

list-style: 'list-style-position' 'list-style-type'}
#breadcrumb{
	font-size:70%;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:6%;
	}
#breadcrumb li {
	display:inline;
	}
#breadcrumb li a {
	text-decoration:none;
	color:#666;	
	}
#breadcrumb #current a{
	color:#CC0033;	
	}
h1{
	font-size:140%;
	border-bottom:dotted 1px #e6e6e6;
	color:#CC0033;
	margin-left:5px;
	margin-top:5px;
	
}
h2{
	font-size:110%;
	border-bottom:dotted 1px #e6e6e6;
	color:#666;	
}
h3{
font-size:110%;
	border-bottom:dotted 1px #e6e6e6;
	margin-left:7px;
	margin-top:5px;
	color:#cc0033;	}
.red{
	color:#cc0033;
	}
.grey{
	color:#ccc;
	}
.navigate {
	color:#CC0033;
	padding-right:15px;
	text-decoration:none;
	}
.LHS{
	margin-top:20px;
	width:220px;
	}
.LHS2{
	width:220px;		
	margin:20px 10px 0 10px;	
	}
.LHS3{
	width:450px;
	margin-top:10px;
	margin-left:15px;	
	}
.RHS{
	width:690px;	
	margin-left:15px;
	margin-top:20px;
	}
hr{ 
	border:1px solid #FFF;
	border-bottom:1px solid #e6e6e6;
	margin:5px 0 0 0 ;	
	}
#section {
	border-bottom: solid 3px #CCC;
	margin-top:5px;
	margin-bottom:10px;
	}
.bordered{
		float:left;
		margin:7px 5px 7px 0;
		padding:3px;		
		background:#e6e6e6;
		}
.label{
		font-weight:bold;
		background-color: #E9E9E9;
		}
.hilite { 
	color: #333;
	background-color: #E9E9E9;	
	}

.hiliteTxt {
	color: #C00;
	}

.bold {
	font-weight:bold;
	}

.quote {
color:#006699;
	
	}
.spotlightText {
	margin-left:10px;
	margin-top:5px;
	}
a {color:#666; text-decoration:underline;}