/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	height: 100%; /* make sure height is correct for mozilla browsers */
}
/* IE only hack to get things in the center */
/*\*/
* html body {
text-align: center
}
/* solve IE bug with horiz scrollbar in XHTML trans docs */
* html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	background-color: #ECECEC; /* Grey very light */
	margin: 0;
	margin-right: auto;
	font-family: Arial,helvetica,Sans-Serif;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 3px;
	text-align: center;
	color: #BA55D3;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 2px;
	text-align: center;
}
h3 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 7px;
	color: #666666;
}
/* Links */
a {
	color: #BA55D3;
	text-decoration: none;
}
a:hover {
	color: #BA55D3;
	text-decoration: underline;
}
/* forms */
form {
	margin: 0px;
}

/* ######################
div classes and ID's
######################## */

/* outer template */
#Shadow {
	background-color: #D6D6D6;
	width: 802px;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 2px 2px;
}
#MainBackground {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD; /* Grey med */
	text-align: left;
}

/* Top Section */
#header {
	text-align: right;
	padding: 8px 10px 0;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	height: 90px;
}
/* use image to replace text in h1 */
#header h1 { 
	background: transparent url(../images/logo.png) no-repeat top left;  
	width: 250px; 
	height: 85px; 
	float: left;
}
#header h1 span {
	display:none
}
#header h2 {
	color: #999;
	font-size: 95%;
	font-weight: normal;
	text-align: right;
}

/* navigation bar */
#nav {
	background: url(../images/bgNav.jpg);
	position: relative;
	height: 25px;
	color: #CCC;
	padding: 7px 0 0 8px;
	text-align: center;
	clear: both;
}
#nav a:link, #nav a:visited {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
	text-decoration: none;
	padding: 4px 7px 3px 7px;
	margin-top: 2px;
	border-right: 1px solid #FFFFFF;
	line-height: 20px;
	color: #BA55D3;
}
#nav a:hover{
  	background: transparent url(../images/btnHlite.gif);
	text-decoration: none;
	color: #BA55D3;
}
#nav a.pre-bdr {
	border-left: 1px solid #FFF;
}
/* Billboard - homepage anim and quick search*/
#billboard {
	height: 225px;
	margin: 8px 0;
	padding: 2px 2px 0px; 
	margin: 8px 2px;
}
#hm-anim {
	padding: 0 3px;
	width: 460px;
	float: left;
}
#hm-qs{
	padding: 0 2px;
	float: left;
}
/* Main Content Area */
#main-content {
	text-align: left;
	position: relative;
	min-height: 290px;
	padding: 10px;
}
.ico {
	background: url(../images/go2.gif) no-repeat right;
	padding: 3px 22px 4px 0px;
	font-weight: bold;
}

/* homepage cols */
.col50 {
	float: left;
	width: 365px;
	min-height: 100px;
	padding: 10px;
}
*html .col50 {
	height: 100px;
	overflow: visible;
}
#col1, #col3 {
	border-right: solid 1px #D6D6D6;
}
#col1, #col2 {
	border-bottom: solid 1px #D6D6D6;
}

/* footer */
#footer {
	clear: both;
	background-color: #ECECEC;
	border: 1px solid #D6D6D6;
	width: 775px;
	left: -2px;
	position: relative;
	margin: 10px auto;
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	padding:10px;
}
#footer a {
	color: #666666;
	padding: 0px 5px 0px 3px;
	border-right: 1px solid #CCC;
}
#footer a:hover {
	color: #666666; 
}
#footer a.pre-bdr {
	border-left: 1px solid #CCC;
	padding: 0px 5px 0px 5px;
}
#footer div {
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	padding: 10px 5px 10px 0px;
}
#footer a.des {
	color: #2383F3;
}

/*  ##### clearing floats without ending <div class="clear">  - for gecko browsers, ie doesnt require #### */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0px; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clear all min size*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}