@charset "utf-8";
body{	
    font: 1em Arial, Helvetica, sans-serif; /* The default parent font.  Any text element will show up with these setting unless specified differently on that element. */
	font-size:120%;
	background: #FFFFFF; /* The overall while page background.*/
	color: #000; /* Sets the font color for the pages to be black */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* ensures no extra spacing is added*/   
	}

/* This is the link treatment for all states of an a link */
a:link{ border:none; color:#006699;	text-decoration: none;}
a:visited{ border:none; text-decoration: none;}
a:hover{ text-decoration: underline;}

/****************/
/**BODY CONTENT**/
/****************/
.BodyContent{	font: 16px Arial, Helvetica, sans-serif;}
.BodyContentBold{	font: 16px Arial, Helvetica, sans-serif; font-weight: bold}


.thrColHybHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 10px 0px 10px;
/*	width: 61.00em;  */
	width: 1000px; 
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.thrColHybHdr #containerFull {
	width: 960px;
	background: #FFF;
	margin: 0 auto;  /*the auto value on the sides, coupled with the width, centers the layout *//*border-left: 1px solid #d6d6d6;*/
	/*border-right: 1px solid #d6d6d6;*/
}
/*  HEADER  */
.thrColHybHdr #headerLogo {
	text-align:left;
	float:left;
	margin: 25px 0 15px 0em;
}
.thrColHybHdr #headerLinks {
	padding: 2px 5px 0px 0px;
	margin-top: 1.5em;
	float:left;
	width: 425px; /* MV added this to make the Header spacing correct if the links within it change*/
}
.thrColHybHdr #headerLinks ul {
	margin: 0px; /* ensures no extra spacing is added*/
	padding: 0px; /* ensures no extra spacing is added*/
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.thrColHybHdr #headerLinks li {
	display: inline; /* makes the LI elements appear horizontally instead of vertically */
	border-left: 2px solid #999999; /*creates the vertical bar seperator between the links */
	font-weight: bold; /* text appears bold */
}
.thrColHybHdr #headerLinks li.first {/* This class is used to identify the first item of the UL list */
	border-left: 0px; /* removes the vertical bar seperator */
}
.thrColHybHdr #headerLinks li a {/* Changes the links from default look to a bolder larger look to stand out on page */
	padding: 0px 15px 0px 17px; /* adds spacing between the links and the vertical bars (border) */
}


#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;   /* this overrides the text-align: center on the body element. */
	margin: 0 0 0 0;
/*	width: 61.25em;     */
	width: 1000px;       
}  

.header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000;
	height: 100;
/*	border: 1px solid red;    Use this to show border around header image to find proper size */
	}

p, h1, h2, h3, li {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size:12px;
	color:#222222;
	line-height:1.5;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font: normal 20px;
	font-weight:bold;
/*	background-color: #CCC;    */
	text-decoration: none;
	vertical-align: middle;
}
h2{
	margin: 0px;
	padding: 10px 0px 10px 7px;
	font: bold 16px;
	background-color: #000; 
	color: #FFF;
	text-decoration: none;
}
h3{
	margin: 0px;
	padding: 0px 0px 5px 7px;
	font: bold 14px;
	color:#03C;
	text-decoration: none;
}
a img{border: none;	}

#footer {
	clear:both;
	}

#copyright {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.5em;
	color:#666666;
	text-align:left;
}
/**************/
/**PAGE FRAME**/
/**************/
#Frame{	width: 950px;	border: 0px;}
#LeftFormColumn{
	width: 680px;
	padding:0px 0px 0px 20px;
	margin: 0px;
	vertical-align:top;
}
#LeftNav{
	/* background: url(images/side-nav-160X768.jpg) */
	width: 160px;
/*	height: 468;    */
	margin: 0px;
	padding: 0px;
    background: #000;
/*	background-image:url('../images/left-nav-160x1.jpg');  */
/*    background-repeat:repeat-y;    */
	float:left;
/*	border: 1px solid red;   */
}
#LeftNav .TileAd img{	padding-bottom: 5px;	}
#LeftPadding{width:20px;margin: 0px;padding: 0px;	}
#Middle {
	width: 620px;
	text-align: left;
	padding: 10px 10px 0px 10px;
	float:left;
	}
#RightNav{
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
}

#Content{
	width: 800px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/********************/
/**NAVIGATION MENU**/
/*******************/

	 
.thrColHybHdr #NavMenu { 
        position:relative; 
        z-index:900; 
/*      width: 61.00em;   */
		width: 1000px; 
        background-color:#000; 
        height: 36px; 
} 
.thrColHybHdr #NavMenu ul { 
margin:0; 
padding:0; 

} 
  
.thrColHybHdr #NavMenu ul li { 
float:left; 
list-style-type: none; 
display: inline; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight: bold; 
color: #ffffff; 
margin-top: 10px; 
padding-left: 20px; 
} 

.thrColHybHdr #NavMenu a { 
color: #ffffff; 
text-decoration:none; 
} 
.thrColHybHdr #NavMenu a:hover { 
color: #f5f80e; 
text-decoration: underline; 
} 
.thrColHybHdr #NavMenu li.selected a { 
color: #8d8d8c; 
} 


/***************************(******/
/**CLEARFIX for floated elements       http://www.youtube.com/watch?v=AyrQR7SxAq8   /
/*********************************/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */










