﻿
body
{
	font: 100% Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
/*	font-size:11pt;*/
	font-size:11px;
	background-color:#FFF;
	margin: 0; 
	color: #000000;
}

.container
{
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
/*	padding-left:30px;
	padding-right:30px;
*/
    
}

img
{
	border:none;
	-ms-interpolation-mode:bicubic; 
}


/*Header section*/
.header
{
	height:100px;
	position:relative;
}

.header #logo
{
	position:absolute;
	top:0px;
	left:15px;
}

.header #topnav
{
	position:absolute;
	top:25px;
	left:440px;
}

.headerSearchField
{
/*	font-size:9pt;*/
	font-size:11px;
	width:144px;
	vertical-align:top;	
	margin-top:4px;
}

.header #navbar
{
	position:absolute;
	top:50px;
	left:15px;
}


.content
{
/*	background-color:#9C6;*/
	min-height:150px;
	position:relative;
}


/*Footer section*/
.footer
{
   
	height:108px;
    font-size:9px;
	padding-left:17px;
	padding-right:15px;
}


.footer #footerBar
{ 
    
  
}

.footer #footerBar a
{
    color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.footer #footerBar a:hover
{
    color:#666666;
	text-decoration:underline;
	font-weight:normal;
}

.footer #fnav
{
	color:#666666;
	display:inline-block;
	margin-right:44px;
	
	
}
.footer #fnavFltrt
{
	float:right;
	color:#666666;
	text-align:right;
	position: relative;
	top: 1px;
}

.Facebook
{
    left:-19px;
    position:relative;
    text-align:left;
    top:10px;
    width: 17px;
}

.footer #signUpFormLabel
{
	color:#666666;
	display:inline-block;
}

.footer #signUpForm
{
	display:inline-block;
}




.footer #footerBottom
{
	text-align:center;
	color:#999;
}

.h21px
{
	height:21px;
/*	background-color:#F00;*/
}

.h15px
{
	height:15px;
/*	background-color:#F00;*/
}

/*Float helper*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	min-height:1px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	min-height:1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;    
}

.textLink
{
    cursor:pointer,hand;
}
