@charset "utf-8";
@import "non-ie.css" all;
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	background-color: #59574E;	
}
html>/**/body {     /* this will hide the following CSS from IE7 - resolved double scroll bar problem */
	overflow-y:scroll;   /* this requires a scroll bar on the right hand side in order to prevent the page from jumping  */
	height:100.01%;    /* this requires a scroll bar on the right hand side in order to prevent the page from jumping  */
}
p {
	line-height: 1.7em;
	margin-top: 0px;
}

.twoColFixLtHdr #container {
	width: 700px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	}

.indexlink {
	color:#2D63AF
	
}

.twoColFixLtHdr #header {
	background: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #listmenu {
	font-size:1em;
	margin-top:20px;
	float:left;
	
	/* margin-left: 125px; */  /* I removed this left margin, need to write IE7 css hack to correct centering */
} 

.twoColFixLtHdr #listmenu ul {
	margin:0 0 0 30px;      
   }

.twoColFixLtHdr #listmenu li {
	float:left; 
	background-color:#FFFFFF;
	list-style-type:none;
	padding:0 6px;
	border-right:1px solid #069;
   }
   
.twoColFixLtHdr #listmenu a {
   padding:0 6px;
   text-decoration:none;        
   color:#069;    
      
   }
.twoColFixLtHdr #listmenu a:hover {
   color:#F33;       
   }
.twoColFixLtHdr #listmenu li:first-child {
   border-left:1px solid #069;       
   }
   
* html .twoColFixLtHdr #listmenu ul {
	float:left;    
 	border-left:1px solid #069;      
   	margin-left:15px;     
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
} 
.twoColFixLtHdr #mainContent img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
} 
.twoColFixLtHdr #mainContent a {
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent a:hover {
	color:#FF0000;
} 

.twoColFixLtHdr #mainContent li {
	line-height: 1.7em;
} 
.twoColFixLtHdr #mainContent1 {
	width: 320px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin-left: 15px;
}
.twoColFixLtHdr #mainContent2 {
	width: 320px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 360px;
}

.twoColFixLtHdr #optionclassic {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 200px;
	float: left;
	height: 330px;
} 
.twoColFixLtHdr #optionclassic img {
	margin-left: 30px;
	
 } 
.twoColFixLtHdr #optionhardface {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
	width: 200px;
	margin-left: 235px;
	} 
.twoColFixLtHdr #optionhardface img {
 	margin-left: 30px;
 } 
.twoColFixLtHdr #optioncustom {
	margin-top: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 05px;
	margin-left: 0px;
	float: right;
	width: 200px;
	
} 
.twoColFixLtHdr #optioncustom img {
 	margin-left: 30px;
 } 




.twoColFixLtHdr #footer {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
	background-image: url(assets/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
} 

.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 */
	float: left;
	margin-right: 8px;
}
.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:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
body,td,th {
	font-size: 11px;
}
h1,h2  {
	font-family: "Palatino Linotype", Verdana, Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #3F3F3F;
}
h3  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3F3F3F;
}
.twoColFixLtHdr #containerdark {
	width: 700px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #000000;
	background-color: #000000;
	text-align: left;
	
	} 
.twoColFixLtHdr #headerdark {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 15px;
	background-color: #000000;
	} 
.twoColFixLtHdr #footerdark {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #000000;
	font-size: x-small;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 10px;
	color: #FFFFFF;
	
	}
.hiddenPic {
	display:none;
	}
