@charset "utf-8";
/* CSS Document */

/* COMMON SITE WIDE STYLES */


/* -----------------------------------------------------------------------------
							HTML ELEMENTS
----------------------------------------------------------------------------- */

body {
	margin : 0;
	padding : 0;
	text-align : left;
	background-color : #a09e8e;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100.01%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

p,ul,ol,h1,h2,h3,h4,h5,h6,blockquote,form {
	margin : 0 0 1em 0;
	padding : 0;
	text-align: left;
}

table {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding : 0;
	border : 0;
	vertical-align : top;
	text-align : left;
}

html,body { min-height:100.1%;margin-bottom:1px; }

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

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




a img {
	border : 0;
	text-align: center;
}

a, a:link, a:active, a:visited {
	color : #00668C;
	text-decoration : underline;
}

a:hover {text-decoration : none;}

#mainWrapper {
	width: 772px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	background: #ccc;
	
	
}

#header{
	color : white;
	width : 772px;
	height : 140px;
	background-color : #ac7a55;
	border-bottom: 1px solid #fff;
	text-align: center;

}

#mainBody {
	background: #ccc;
	text-align: left;
	
}

#leftColumn {
	width: 200px;
	margin-top: 30px;
	float: left;
	font-size: 15px;
	color: #00668C;
}

#rightColumn {
	width: 540px;
	margin-top: 30px;
	float: right;
	font-size: 13px;
	margin-right: 15px;
	
}

#rightColumn p {
	color: #00668C;
}

#contentArea {
	float : left;
	width : 535px;
	padding : 0;
	color : #00668C;
	background : transparent;
}


.specialsBox {
	width: 398px;
	height: 64px;
	background-image: url(../images/specialsBoxBlank.gif);
	background-repeat: no-repeat;
	margin-left: 60px;
	padding: 11px;
	text-align: center!important;
	
}


.specialsBox p {

	text-align: center!important;
	
}


.specialsBox h4 {
	
	color: #ffffff!important;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
}

/*LEFT NAVIGATION */




#leftColumnNav {

	width: 190px;
	height: 470px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	background: #cccccc;


	
	
}




#leftColumnNav ul
{

list-style: none;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #222;
text-decoration: none !important;
width: 190px;
margin-left: 0!important;

			
			}
			
#leftColumnNav ul a {
text-decoration: none;
width: 190px;
display:block;
padding: 2px 0;

	
	
	
}




#leftColumnNav li
{
	    margin-left: 0 !important;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #485898;
    padding: 3px 2px;
width: 190px;
    text-decoration: none !important;


}



#leftColumnNav a:link, #navcontainer a:visited
{
color: #00668C;
text-decoration: none !important;
width: 190px;
background-color: #cccccc;
}



#leftColumnNav a:hover
{
width: 190px;
	background-color: #00668C!important;
	color: #ffffff;
		text-decoration: none !important;
}





#leftColumnNav a:active 
{
width: 190px;
	color: #ffffff;
	text-decoration: none !important;
	
	
}



/* IE BOX MODEL HACK */
* html #contentArea {
	width: 540px;
}


#contentArea table {
	font-size : 100%;
	color : #00668C;
}

#Layer1 {
	position:relative;
	left:70px;
	top:125px;
	width:150px;
	height:18px;
	z-index:1;
}

#Layer2 {
	position:relative;
	left:219px;
	top:-15px;
	width:175px;
	height:25px;
	z-index:2;
}

#footer {
	width : 772px;
	margin : 0 auto;
	padding : 11px 0 9px 0;
	background : #DA611F;
	color : white;
	font-size : 70%;
	clear : both;
	text-align: center;
}


h1 {
	color: #222;
	font-size: 14px;
	text-align: center;

}

h2 {
	color: #00668C;
	font-size: 15px;
	
}

h3 {
	color: #222222;
	font-size: 13px;
	text-align: center;

}

h4 {
	color: #333;
	text-align: center;
	font-size: 12px;
}


h5 {
	color: #333;
	text-align: left;
	font-size: 13px;

	
}

h6 {


	
}
