/***********************************************/
/* main.css                                    */
/* Use with best4let main pages       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html { height:100%;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #F16203;
	text-align:center;
	height: 100%;
	font-size: 11px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	line-height: 1.3;
	font-size: 10px;
}

p {

	margin-bottom: 14px;
	margin-top: 6px;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

/************** header tag styles **************/

h1{
 font: bold 28px/30px Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px 0px 0px;
}

h2{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #334D55;
	margin: 20px 0px 6px;
	padding: 0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	position: absolute;
	left: 50%;
	height: 100%;
	text-align: center;
	width: auto;
	margin:0 auto;
}


#container{
	position: absolute;
	left: -377px;
	top: 0px;
	margin: 30px 0px 50px 0px;
	padding: 0px;
	text-align: left;
	width: 752px;
}

#left{
	float: left;
	display:block;
	width: 204px;
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, sans-serif;
	color: #000000;
	display:inline;/* double margin fix for ie*/
}

#left-logo{
	position:absolute;
	top: 60px;
	left: 12px;
	padding: 0px;
	margin: 0px;
}


.top {
	padding: 0px;
	min-height: 50px;
	margin: 0px;
}

.feature{
	padding: 0px;
	min-height: 140px;
	margin-top: 14px;
	margin-bottom: 16px;
}

.imgmiddle {
	vertical-align: middle;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

div.hr {
  height: 1px;
  margin-top: 14px;
  background: #FFFFFF url(../images/spacer.gif) no-repeat scroll center;
}
div.hr hr {
  
  display: none;
}

/************* globalNav styles ****************/

#nav{
	margin:0px 0px 0px 204px;
	padding: 1px 0px 1px 0px;
	font: small Verdana,sans-serif;
	color: #FF7F00;
	width: 546px;
	white-space: nowrap;
	background-color: #FFFFFF;
}

#nav img{
	margin:0px 1px 0px 0px;
}

#navImage{
	margin:0px 0px 0px 204px;
	padding: 0px 1px 1px 0px;
	background-color: #FFFFFF;
	width: 545px;

}


.skipLinks {display: none;}



/************** siteInfo styles ****************/

#footer{
	clear: both;
	font-size: 9px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}

#footer a{
	font-weight: normal;
}

#copyright{
	float: left;
	width: 194px;
	font-size: 9px;
	color: #FFFFFF;
	padding: 4px 0px 4px 10px;
	margin-top: 0px;
	background-color: #FF7F00;
}

#siteInfo{
	font-size: 9px;
	/*width:532px;*/
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 204px;
	text-align: center;
	background-color: #ED3A00;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #FFFFFF;
}



/************* relatedLinks styles **************/



/************ fixes *******************/

/* Hides from IE-mac \*/
* html #left {margin-right:-3px}
* html #nav {margin-left:201px;height:1%}
* html #navImage {margin-left:201px;height:1%}
/* End hide from IE-mac */
