html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff url(../images/bg.gif) repeat-x top left;
	width:100%;
	height:100%;
	margin: 0 auto;
	line-height: 1.3em;
}

h1 { font-size: 18px; font-weight: bold; font-style:normal; color:#000000; }
h2 { font-size: 16px; font-weight: bold; color: #666666; }
h3 { font-size: 14px; font-weight: bold; color: #666666; margin-bottom:2px; }
h4, strong, b { font-size: 12px; font-weight: bold; }

a {
	color: #003399;
	text-decoration: underline;
}

a.file { line-height: 22px; background-repeat: no-repeat; background-position: 0 0; padding: 2px 0 2px 20px; }

a.csv { background-image: url(../images/file_icons/csv.gif); }
a.msg { background-image: url(../images/file_icons/email.gif); }
a.txt { background-image: url(../images/file_icons/txt.gif); }
a.xls { background-image: url(../images/file_icons/excel.gif); }
a.html, a.htm { background-image: url(../images/file_icons/html.gif); }
a.pdf { background-image: url(../images/file_icons/pdf.gif); }
a.ppt { background-image: url(../images/file_icons/ppt.gif); }
a.jpg { background-image: url(../images/file_icons/jpg.gif); }
a.mpg, a.wmv { background-image: url(../images/file_icons/wmv.gif); }
a.doc, a.dot, a.rtf { background-image: url(../images/file_icons/word.gif); }
a.swf { background-image: url(../images/file_icons/swf.gif); }
a.zip { background-image: url(../images/file_icons/zip.gif); }
a.phone { background-image: url(../images/file_icons/phone.gif); }
a.fax { background-image: url(../images/file_icons/fax.gif); }
a.print { background-image: url(../images/file_icons/print.gif); }
a.checkbox { background-image: url(../images/file_icons/checkbox.gif); }
a.bookmark { background-image: url(../images/file_icons/bookmark.gif); }
a.home { background-image: url(../images/file_icons/home.gif); }
a.contact { background-image: url(../images/file_icons/contact.gif); }

a.left { float:left; text-align:left; }
a.right { float:right; text-align:right; }

hr {
	border: 1px solid #ccc;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.td-border {
	border: 1px solid #ccc;
}

.indent { margin-left:20px; padding:10px; }

.skip { color: #fff; background: transparent; padding:5px; }

.error { 
	border:0px solid #CC0000;
	color:#FF0000;
	margin:5px 0px;
	padding:3px;
}  

.success { 
	border:0px solid #008000;
	color:#008000;
	margin:5px 0px;
	padding:3px;
}  

.text-large {
	font-size: 18px; font-weight: bold; font-style:normal; color:#000000; padding-bottom:0;
}

.text-medium {
	font-size: 14px; font-weight: bold; font-style:normal;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 
  
.border-left-gradient{position:absolute;top:0;z-index:3002;width:23px;height:532px;left:-23px;background:url(../images/border-left-gradient.png) top left no-repeat;}
.border-right-gradient{position:absolute;top:0;z-index:3002;width:22px;height:532px;right:-22px;background:url(../images/border-right-gradient.png) top left no-repeat;}

#container {
	position:relative;
	z-index:1;
	/*z-index:100;*/
	margin: 0 auto;
	width: 956px;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid #dddddd;
}

#header {
	margin: 0;
	padding: 0;
	height: 83px;
	width: 100%;
	background: transparent;
}

#logo a{
	float: left;
	width: auto;
	height: 100%;
}

#flash {
	background-color:#000000;
	width:inherit;
	margin:0;
}

#banner {
	clear:both;
	position:relative;
	height:250px;
	width:700px;
	background: url(../images/banner_home.jpg) top left no-repeat;
}

#btn-gray {
	clear:both;
	position:relative;
	width:100%;
	margin:0 auto; 
	text-align:center; 
	vertical-align:middle;
	overflow:visible;
}

#nav-head {
	color:#666;
	width: 450px;
	float:right;
	text-align:right;
	margin:0;
	padding:0 25px;
}

#nav-head a {
	color:#666;
	text-decoration: none;
}

#nav-head a:hover {
	text-decoration: underline;
}

#nav-main { 
	clear:both;
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:0;
	border:0px solid green;
	text-align:center;
}


#content-container {
	z-index:200;
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	width: 946px;
	min-height:500px;
}

#content {
	z-index:300;
	margin:0;
	padding:0;
	width:inherit;
}
	/*#content ul li {
		list-style-type:square;
	}*/
		
	#box { 
		float:left;
		position:relative;
		padding: 0 5px;
		margin: 0;
		background: url(../images/bg-box-main.gif) top left no-repeat;
		width:233px;
		height:233px;
		color:#666666;
	}
	
	.legal {
		font-size: 9px;
		color: #999999;
		text-align:left;
	}

#col-left { position:relative; float:left; width:18em; height:100%; margin:0 8px 0 10px; padding:0; }

	#col-left li {
		list-style-type:none;
	}

#col-right { border-left: 1px dotted #999999; background-color:#ffffff; position:relative; float:left; width:675px; height:100%; margin:0 0 0 0; padding:3px 15px; }

#col-main { clear:both; border: 0px solid #999999; background-color:#ffffff; position:relative; float:left; width:98%; height:100%; margin:5px; padding:10px; }

#col-bottom {
	padding: 10px;
	font-size: 9px;
	color: #333333;
	text-align: right;
	border: 0px solid #999999;
}

/* FOOTER */
#footer {
	width: 956px;
	height: 50px;
	margin:0 auto;
	padding:0;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border-top: 0px dotted #999999;
	background: #fff;
}

#footer a {
	color:#666;
	text-decoration: none;
	margin: inherit; 
}

#footer .copyright {
	position:relative;
	float: right;
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0;

}

#footer .credit {
	position:relative;
	float: right;
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0;
}

#hiddentext {
	clear: both;
	position: relative;
	float: left;
	width: 850px;
	color: #fff;
	background: transparent;
}

.box {
	position: relative;
	padding: 0.25em;
	margin: 0.50em;
	width: auto;
	height: auto;
	border: 0px solid #000;
	vertical-align: top;
}

.horizontal {
	float: left;
}

.vertical {
	float: none;
}

#home-links-container {
	float:left; 
	width:18em; 
	height:250px; 
	background:#000;
}

#home-links {
	clear:left;
	float: left;
	margin:0 auto;
	padding:0;
	width: 18em;
	z-index: 0;
}
#home-links ul {
	float: left;
	list-style: none;
	margin-left: 10px;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #ffffff;
	background: #999;
}
#home-links a {
	font-weight: bold;
	display: block;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 1em 1em 1.1em 1em;
	overflow: hidden;  /* hides long strings in FF, but causes display issues in IE5 */
}
#home-links li { /* all list items */
	float: left;
	list-style-type:none;
	padding: 0;
	width: 100%;
	height: 40px;
	white-space: nowrap;
	color: #ffffff;
	border-left: 0px solid #999999;
	border-right: 0px solid #DDDDDD;
	background: url(../images/bg-nav-on.png) repeat-x top left;
}
#home-links li:hover, #home-links li.sfhover {
	background: url(../images/bg-nav-hover.png) repeat-x top left;
	color: #ffffff;
}
