@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color: #660000;
	font-family: "Myriad Pro", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
img {
	border:none;
	}
	
#wrapper {
	width:955px;
	margin: 0 auto;
	text-align: left;
	}
#pagewidth {
	width:955px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:126px;
	width: 955px;
	clear: both;
	margin-bottom:10px;
}

#headerRight {
	float:right;
	width:700px;
	display:inline;
}

#logo {
	float:left;
	width:255px;
}

#searchBox form {
	margin: 0;
	padding: 0;
	}
	
#searchBox p {
	margin: 0;
	padding: 0;
}
	
#searchBox {
	display:inline;
	margin: 20px 10px 0 0;
	padding:0;
	float:right;
	width: 191px;
	height: 25px;
	background: url(images/search.gif) no-repeat top right;
}

#searchBox #s {
	margin: 3px 8px 0 0;
	padding: 0;
	float:right;
	display:inline;
	border: none;
	width: 170px;
	background: none;
	font-size: 0.8em;
}

#searchBtn {
	display:none;
	}

#textAdjust {
	float: right;
	display: inline;
	width: 700px;
	text-align: right;
	height: 38px;
	font-size: 10px;
	color: #fff;
	}

#textAdjust div {
	display: inline;
	}
	
#smlT {
	font-size:1.2em;
	font-weight: bold;
	margin-left: 10px;
	}
	
#medT {
	font-size:1.6em;
	font-weight: bold;
	margin-left: 10px;
	
}
	
#lrgT {
	font-size:2.0em;
	font-weight: bold;
	margin: 0 10px 0 5px;
}
	
#textAdjust a {
	color: #fff;
	text-decoration: none;
	}

#footerContainer {
	clear: both;
}

#footerContainer ul {
	margin: 0 0 2px 0;
	padding: 0;
}

#footerOne {
	text-align:center;
	list-style:none;
	}
	
#footerOne li {
display:inline;
}
	
#footerTwo {
	text-align:center;
	list-style:none;
	}
	
#footerTwo li {
display:inline;
}
	
#footerThree {
	text-align:center;
	list-style:none;
	}
	
#footerThree li {
display:inline;
}

.footerLink {
	font-size:0.7em;
	color: #fff;
}

.footerLink a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
	
.footerLink a:hover {
	color: #6699CC;
	background-color: transparent;
}
	
.clearClass {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

/* *** Float containers fix: *** */ 
.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 */  

