@charset "utf-8";


/*  ---------- all layout generic styles ----------  */
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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #000 url(../_images/logo_bg.gif) no-repeat center top;
}
.twoColFixLtHdr #container, .oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixLtHdr #header, .oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	postion: relative;
	background: #transparent;
} 
.twoColFixLtHdr #header h1, .oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000ems;
	position: relative;
	height: 101px;
	width: 265px;
	display: block;
	top: 40px;
	padding-right: 0;
	padding-left: 0;
	background: url(../_images/logoA.gif) no-repeat;
	left: 10px;
}



.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color:#2E2E2E;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: url(../_images/home_page.jpeg);
}
.twoColFixLtHdr #mainContent   {
	padding: 50 20px 0;
	width:610px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 340px;
} 
.twoColFixLtHdr #footer, .oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p, .oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#internalWrapper {
	background: #333333;
}
#header h1 {
	background: url(../_images/logo.gif) no-repeat left top;
	text-indent: -1000ems;
	/*height: 105px;*/
	width: 325px;
	height: 100px;
}

/* ---------------- header specific styles ----------------*/
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	right:-30px;
	top: 122px;
	/*bottom:410px; THIS NEEDS TO BE FIXED FOR ACCURATE POSITION*/
	
}

#header li {
	float: left;
}
#header li a:link, #header li a:visited{
	font-family:Arial, Helvetica, sans-serif
	padding: .2em .5em;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:.85em;
	color:#666;
	margin-right:3em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
#header li a:hover{
	color:#FFF;
}
#header li a.current, #header li a.current:hover, #header li a. current:avtive {
	color:#FFF;
	cursor:default;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	color:#FFF
}

.oneColFixCtrHdr #container #mainContent {
	background: url(../_images/home_image_pic.jpg) no-repeat center top;
	height: 320px;
}
.twoColFixLtHdr #mainContent {
	background:#333333;
}	
/* ------------------sidebar specific styles -----------------------*/
#sidebar{
	background:#2D2D2D;	
}
.sideNav {
	float: left;
	width: 300px;
	margin: 10px 0px 10px;
}
.sideNav a:link, .sideNav a:visited {
	color: #333;
	text-decoration: none;
}
.sideNav a:hover, .sideNav h4 a:hover{
	color: #FFF;
}
.sideNav h4 a:link, .sideNav h4 a:visited {
	color: #000;
}
.sideNav h4 a:hover{
	color:#FFF	;
}
.sideNav h4 {
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 175px;
}
.sideNavImg {
	height: 65px;
	width: 95px;
	padding: 2px;
	float: left;
	background: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#sideNav li a.currentSide, #sideNav li a.currentSide:hover, #sideNav li a.currentSide:active{
	color:#FFF
}

/* -------------------- main content specific styles ------------------*/
#mainContent {
	position: relative;
}
#mainContent p{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 1.1em;
	text-align: left;
	width: 290px;
	float: left;
}
a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
a:link, a:visited{
	color: #FFF;
	text-decoration:none;
}




.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;
}
#footer p {
	text-align: right;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	line-height: 2em;
	width: 500px;
	float: right;
}
.highlight {
	color: #A84D16;
}
.highlightChristmas {
	color: #009325;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2.5em;
	font-weight: bold;
}
