<!--
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #767676;
	}

p, input, div, td, textarea { 
	font-size:12px; 
	color: #666;
	line-height:1.2em;
	}
	
	
label {
 	cursor: pointer;
 	cursor: hand;
} 

h1 {
	font-size:24px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:1px;
	font-weight:normal;
	color:#767676;	
	}

h2 {
	font-size:14px;
	line-height:16px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:normal;
	display:block;
	color: #333;
	padding:2px;
	}

h3 { 
	margin-bottom:5px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color: #333;
}
	
hr { 
	height:1px;
	background:white;
	border:none;
	border-bottom:1px dotted #767676;
	width:auto;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
} 
	
a:link, a:visited, a:active {
	color:#333; 
	text-decoration:none;
	}

a:hover {
	color:#333;
	}
	
a.white:link, a.white:visited, a.white:active {
	color:#fff; }

a.white:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#container {
	text-align: left;
	background-image: url(../images/bckgrnd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0;
	border:1px solid #757575;
}

#container_rightborder{
	padding-right:3px;
	background: url(../images/right_border.gif) repeat-y right;
}

#container_leftborder{
	margin:auto;
	width:800px;
	padding-left:3px;
	background: url(../images/left_border.gif) repeat-y left;
}

#popup {
	margin: auto; /* centers the whole container */
	margin-top: 10px;
	text-align: center;
	font-size:12px; 
	padding:0px;
	border:0px solid #C70E11;
}

	
/* main===== */

#main {
	padding-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:30px;
	min-height:300px;
}

#main input, #main textarea{
	border:1px solid #CCC;
	background:#EEE;
}

#main input:focus,#main textarea:focus{
	border:1px solid #000;
	background:#EEE;
}

#main img {
	margin:4px;
	padding:4px;
	border:1px solid #DDD;
	-moz-border-radius: 8px;
}

#main a:link, 
#main a:visited, 
#main a:active {
	color:#5C83A7; 
	text-decoration:none;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 13px;
	}

#main a:hover {
	color:#000;
	background-color:#C2D8F5;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 13px;
	}

#main div.images a,
#main div.images a:link, 
#main div.images a:visited, 
#main div.images a:active {
  background:none;
	color:#C2D8F5; 
	text-decoration:none;
	border:none;
	padding:0;
	}

#main div.images a:hover {
	background:none;
	color:#000;
	border:none;
	padding:0;
	}	

#main div.images img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}


/* GOOGLE HEADER ===== */

h1#googleheader {
	display:block;
	font-size:0.6em;
	color:#767676;
	margin:0px auto;
	width:790px;
	padding:0;
}

/* NAVIGATION ===== */

#header {
	background:url(../images/header.jpg);
	background-position:0px 20px;
	background-repeat:no-repeat;
	margin-left:0px;
	width:100%;
	height:240px;
}

#header ul#primary {
	float:left;
	margin: 0;
	margin-top:202px;
	margin-left:5px;
	padding: 0;
	width: 90%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

* html #header ul#primary {
	margin-top:194px;
}

#header ul#primary li  {
	display: inline;
	float:left;
	list-style: none;
	line-height:20px;
	border-top:3px solid #000;	
}

#header ul#primary li.on {
	border-top:3px solid #fff;	
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	display: inline;
	padding: 4px 3px;
	margin: 0px 0px 0 0;
	text-align: left;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
	line-height:20px;
}

#header ul#primary a.on, #header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	margin-top: 0;
	color:#DDD;
	font-weight:bold;
}

#header ul#primary a:hover {
	margin-top: 0;
	color: #5C83A7;
}

#header ul#secondary {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left:25px;
	margin-bottom:8px;
	width: 150px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header li.hide ul#secondary {
	display:none;
}

#header ul#primary li:hover ul#secondary {
	display:block;
}

#header ul#primary li.hide:hover a,
#header ul#primary li.hide:hover ul#secondary {
	z-index:2;	
	margin-top: 0;
}

#header ul#secondary li a,#header ul#secondary li span {
	font-size:1em;
	line-height:1.3em;
	width: auto;
	display: block;
	padding: 2px 8px;
	margin: 0;
	text-align: auto;
}

#header ul#secondary li a {
	color: #666;
	background: transparent;
	text-decoration: none;
}

#header ul#secondary li a:hover {
	text-decoration: none;
}

#header ul#secondary li a:hover {
	color: #890000;
	background: transparent;
}

#header ul#secondary li a.chosen{
	color:#890000;
	font-weight:bold;
	font-style:normal;
}

#header ul#secondary li  {
	display: inline;
	list-style: none;
	border:none;
	padding:0;
}

#header ul#secondary li:last-child a { border: none; }

/* SIDENAV */

#sidenav ul#quicklinks {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	top:5px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#sidenav ul#quicklinks li  {
	display: inline;
	list-style: none;
	text-align:center;
}

#sidenav ul#quicklinks a,#sidenav ul#quicklinks span,#sidenav ul#quicklinks a.current {
	display: block;
	padding: 4px;
	margin: 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	border-top:1px solid #999;
	
}

#sidenav ul#quicklinks li:first-child a { border-top: none; }

#sidenav ul#quicklinks a:hover {
	color:#000;
}

#sidenav{
	position:absolute;
	width:167px;
	top:120px;
	left:553px;
}

#sidenav #teaser{
	margin-top:30px;
	padding:10px;
}


/* FOOTER ===== */

.footer { 
	text-align:left; 
	margin:auto;
	margin-bottom:0px;  
	color:#666;
	font-family: Arial,verdana, sans-serif;
	font-size: 0.6em;
	clear:left;
	padding:5px;
	width:800px;
}

.footer a:link, 
.footer a:visited, 
.footer a:active {
	text-decoration:none;
	color:#999; 
}

.footer a:hover {
	color:#000;
	text-decoration:none;
}

.abidomains{ 
	margin-top:2px;
	display:block;
	text-align:center;  
	font-size: 9px;
	border-top:1px dashed #ccc;
	padding:5px;
	border:1px solid #757575;
	background:#D0D0D0;
}

.abidomains span{
	color:#333;
	font-weight:bold;
}
	
	
.abidomains a:link, 
.abidomains a:visited, 
.abidomains a:active {
	text-decoration:none;
	color:#999; 
}

.abidomains a:hover {
	color:#000;
	text-decoration:none;
}

.box {
	float:right;
	width:16em;
	background:#EEE;
	border:1px solid #577CAE;
	padding:7px;
	margin:15px 0px 0px 5px;
}

.box h1,.box h2 {
	border:none;
	color:#000;
	font-size:14px;
	
}

#main .box input, #main .box textarea{
	border:1px solid #999;
	background:#fff;
	padding-left:3px;
}

#main .box input:focus,#main .box textarea:focus{
	border:1px solid #666;
	background:#FFF;
	padding-left:3px;
}

/*.gradient {
	background-image:url(../images/silver.gif);
	border-bottom:1px solid #96B0C1;
	clear:both;
}*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #header #primary li span {
	letter-spacing: 1px;
	visibility: hidden;
	font-size: 20px;
}

.sIFR-hasFlash #main h1 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash #main h2 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 14px;
}
	
/* HACKS (hide from) */

/* Mac IE */

@media screen, projection {  
.search-box { color:white } 
}
/* end Mac IE */


-->