@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0 0 0 0;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width:780px;
	margin:0 auto 0 auto;
	}
/*-----------------------------HEADER CSS ----------------------------------------------------------*/
#pageHeader {
	background-image:url(images/headers/fireplace.jpg);
	height:362px;
	width:780px;
	background-repeat:no-repeat;
	}
#Pagetitle {
	float:left;
	width:400px;
	height:340px;
	padding-left:25px;
	padding-top:20px;
	color:#FFFFFF;
	}
#Pagetitle .lgtext {
	font-size:200%;
	}
#Pagetitle .regtext {
	font-size:0.65em;
	}
#MenuDiv {
	float:right;
	margin-left:30px;
	margin-top:74px;
	margin-right:120px;
	}
#menulist ul{
	clear:left;
	float:left;
	font-size:120%;
	
	
	}
#menulist li {
	border-bottom:solid #FFFFFF 1px;
	border-color:#FFFFFF;
	line-height:28px;
	list-style:none;
	padding-right:2px;
	width:140px;
	display:block;
	}
#menulist li a:link, #menulist li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:medium;
	border-color:#FFFFFF;
	}
#menulist li a:hover {
	color:#cccccc;
	text-decoration:none;
	}
/*--------------------------------------------------END OF HEADER DIV--------------------------------------*/




/* -------------------------------------CONTENT DIV ----------------------------------------------------*/
#PageContent {
clear:both;
	width:780px;
	height:auto;
	}
#ContentLeft {
	width:500px;
	float:left;
	padding-left:30px;
	padding-top:20px;
	}
#ContentFull {
	clear:both;
	width:770px;
	float:left;
	font-size:100%;
	padding-left:30px;
	padding-top:20px;
	}
#ContentLeft h1 #ContentFull h1 {
	font-size:0.75em;
	color:#333333;
		}
#contentRight {
	width:220px;
	float:right;
	}
/*--------------------------------END OF CONTENT --------------------------------------------------------*/

/*=======================================FOOTER======================================================*/
#Footer {
clear:both;
	width:780px;
	margin:0 auto 0 auto;
	background-image:url(images/footer_bg.jpg);
	height:114px;
	background-repeat:repeat-x;
	}

#footeraddress {color:#FFFFFF; width:250px; margin:45px 0 5px 10px; float:left;}
#footeraddress2 {color:#FFFFFF; width:350px; margin:5px 5px 5px 10px; float:right; text-align:right;}
#footeraddress a, #footeraddress2 a {color:#FFFFFF; text-decoration:none;}
#footeraddress a:hover, #footeraddress2 a:hover {color:#FFFFFF; text-decoration:underline;}

	
	
