body {
	margin: 0 0 0 0;
	text-align: center;
	background: url(../images/general/mainbg.jpg) center top repeat-y #000000;
	font-family: tahoma, arial, verdana, sans-serif ;
	font-size: 14px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer { height: 2px; width: 100%;}
.spacer2 { height: 20px; width: 100%;}
.padding10px{ padding: 10px;}

#container {
	width: 1000px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	display: block;
}

#header{
	width: 1000px;
	height: 214px;
	float: left;
	margin: 0;
	padding: 0;
	background-image:url(../images/general/headerbg.jpg);
	background-repeat:no-repeat;
}
.header_top{
	width: 960px;
	height: 165px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 7px 0px 8px 40px;
}
.header_middle{
	width: 1000px;
	height: 24px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.header_bottom{
	width: 1000px;
	height: 165px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#maincontent{
	width: 1000px; 
	height: auto;
	min-height: 300px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: visible;
}

#footer{
	width: 980px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #fff;
}

/* START OF CELLS */
.cell_lefthp{
	width: 650px;
	height: auto;
	float: left;
	text-align: left;
	margin: 0;
	padding: 20px 0px 20px 0px;
}

.cell_lefthp img{
	padding: 5px;
}
.cell_righthp{
	width: 350px;
	height: auto;
	float: left;
	text-align: center;
	margin: 50px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
}
.cell_fullhp{
	width: 1000px;
	height: 778px;
	float:left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-image:url(../images/general/titanicbg.jpg);
	background-repeat:no-repeat;
}
.cell_fullhp_left{
	width: 650px;
	height: auto;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 382px 0px 0px 0px;
	background-image:url(../images/general/homepagetag.png);
	background-repeat:no-repeat;
	
}
.cell_fullhp_right{
	width: 350px;
	height: auto;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	
}

.cell_left{
	width: 580px;
	height: auto;
	min-height:680px;
	float: left;
	text-align: left;
	margin:  30px 40px 20px 30px;
	padding: 0px 0px 20px 0px;
	background-image:url(../images/general/featurewhitebg.png);
	background-repeat:repeat;

}
.cell_left_long{
	width: 940px;
	height: auto;
	min-height:680px;
	float: left;
	text-align: left;
	margin:  30px 40px 20px 30px;
	padding: 0px 0px 20px 0px;
	background-image:url(../images/general/featurewhitebg.png);
	background-repeat:repeat;

}
.cell_left_long img{
	padding: 0px 10px 0px 0px;
	

}
.cell_right{
	width: 350px;
	height: auto;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.cell_full{
	width: 1000px;
	height:auto;
	min-height: 778px;
	float:left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-image:url(../images/general/titanicbg.jpg);
	background-repeat:repeat-y;
}

/* END OF CELLS */


/* MENUS */

#mainnav{
	width: 1000px;
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
}
#mainnav ul{
	width: 1000px;
	height: 35px;
	margin: -2px 0px 0px 0px;
	//margin: 0;
	padding: 0px 0px 5px 0px;
	background-color:#820000;
}
#mainnav li{
	width: auto;
	height: 35px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font: 13px helvetica;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
#mainnav li a, #mainnav li a:link, #mainnav li a:visited{ 
	float: left;
	color: #ffffff;
	background-color:#820000;
	border-right:solid 2px #ffffff;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	margin: 0;
	padding: 12px 38px 3px 37px;
}
#mainnav li a:hover{
float: left;
	color: #ffffff;
	background-color:#333333;
	border-right:solid 2px #ffffff;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	margin: 0;
	padding: 12px 38px 3px 37px;
}
#topnav{
	width: 500px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	// margin: -150px 0px 0px 0px;
	padding: 10px;
}
#topnav ul{
	width: 500px;
	height: auto;
	margin: -2px 0px 0px 0px;
	//margin: 0;
	padding: 0px 0px 5px 0px;
}
#topnav li{
	width: 30px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font: 12px helvetica;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
#topnav li a, #topnav li a:link, #topnav li a:visited{ 
	width: 100px;
	float: left;
	color: #ffffff;
	border-bottom: 2px solid #999999;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
	height: 15px;
	margin: 0px 3px 0px 3px;
	padding: 80px 0px 3px 0px;
}
#topnav li a:hover{
	width: 100px;
	float: left;
	color: #ffffff;
	border-bottom: 2px solid #CC0000;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
	height: 15px;
	margin: 0px 3px 0px 3px;
	padding: 80px 0px 3px 0px;
}

#leftnav {
	width: 270px;
	height: auto;
}
.leftnav_title{
	width: 260px;
	height: auto;
	float: left;
	text-align: left;
	background: #4391C8;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 5px 0px;
	font: 18px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}
.leftnav_title img{
	padding: 0px 10px 0px 10px;
}
.leftnav_title a {
	display: block;
	padding: 0px 5px 10px 0px;
	background: none;
	text-decoration: none;
}
.leftnav_title a:link, .leftnav_title a:visited {
	font: 18px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav_title a:hover {
	font: 18px Tahoma;
	font-weight: bold;
	color: #191C1F;
	text-decoration: none;
}
#leftnav ul {
	width: 270px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0px 0px 20px 0px;
	background: #4391C8;
	list-style-type: none;
}
#leftnav li {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#leftnav li a {
	display: block;
	padding: 5px 5px 5px 0px;
	background: none;
	text-transform: none;
}
#leftnav li a:link, #leftnav li a:visited {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #191C1F;
}
#leftnav li a:hover {
	background: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}
#leftnav ul.sub {
	width: 220px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0px 0px 20px 0px;
	background: #4391C8;
	list-style-type: none;
}
#leftnav li.sub {
	width: 210px;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#leftnav li.sub a {
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(../images/general/bullet1.gif) left no-repeat;
	text-transform: none;
}
#leftnav li.sub a:link, #leftnav li.sub a:visited {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #003366;
}
#leftnav li.sub a:hover {
	background: url(../images/general/bullet2.gif) left no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #191C1F;
}

/* END OF MENUS */

/* LISTS */

.footerlist{
	width: 980px;
	height: auto;
	margin: 0;
	padding: 0;	
}
.footerlist ul{
	width: 980px;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: #FFFFFF solid 2px;
}
.footerlist li{
	width: 960px;
	height: auto;
	margin: 0;
	padding: 10px;
	float:left;
	text-align:left;
	list-style-type: none;
}
.footerlist li.footerlistbluebg{
	width: 960px;
	height: auto;
	margin: 0;
	padding: 10px;
	float:left;
	text-align:left;
	list-style-type: none;
}

.webgallery ul {
	width: 650px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.webgallery li{
	width: 160px;
	height: 160px;
	float: left;
	text-align: center;
	background-color: #006699;
	margin: 0px 10px 0px 0px;
	padding: 0;
	display: inline;
}
.webgallery li span{
	width: 160px;
	height: 150px;
	float: left;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0;
	display: inline;
	overflow: hidden;
}
.webgallerytitle {
	font-size: 10px;
	font-weight: bold; 
	float: left;
	text-align: center;
	display: block;
	color: #fff;
	margin: 0;
	padding: 4px 3px 5px 3px;
	width: 154px;
	//width: 160px;
	height: auto;
}
a.webgallerytitle:link, a.webgallerytitle:visited, a.webgallerytitle:active {
	color: #fff;
	text-decoration: none;
}

.imglist ul{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.imglist li{
	list-style-type: none;
	cursor: pointer;
	float: left;
	width: 100px;
	display: block;
	margin: 3px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}

.list1 {
	width: 500px;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.list1 ul{
	margin: 0;
	padding: 0;
}
.list1 li { 
	width: 500px;
	height: auto;
	float: left;
	clear: both;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #000000;
	font-weight: normal;
}
.list1 li span{ 
	width: auto;
	height: auto;
	background: #999999;
	margin: 5px 0px 5px 0px;
	padding: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}
.list1 li div.list1div{ 
	width: 500px;
	height: auto;
	background: #FFFFFF;
	margin: 0;	
	text-align: center;
}
.list1 li.list1bullet { 
	width: 480px;
	height: auto;
	background: url(../images/general/faqsbullet1.jpg) left no-repeat;
	clear: both;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dashed #006699;
	color: #333333;
	font-weight: bold;
}

.list2 {
	width: 650px;
	height: auto;
	margin: 0px 0px 10px 0px;
	
}
.list2 ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
}
.list2 li { 
	width: 295px;
	height: 170px;
	float: left;
	text-align: left;
	margin: 0px 5px 10px 5px;
	padding: 10px;
	background: #4391C8;
	border-bottom: 1px dashed #191C1F;
	color: #191C1F;
	font-weight: bold;
	
}

.list3 ul {
	width: 670px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.list3 li{
	width: 196px;
	height: 40px;
	float: left;
	text-align: center;
	background: #4391C8;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	display: inline;
}
.list3title {
	width: 166px;
	font-size: 13px;
	font-weight: bold; 
	float: left;
	text-align: right;
	background: url(../images/general/catbullet1.jpg) right no-repeat;
	display: block;
	color: #fff;
	margin: 0;
	padding: 6px 30px 6px 0px;
}
.list3title a:link, .list3title a:visited, .list3title a:active {
	font-size: 13px;
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}
.list3title a:hover {
	font-size: 13px;
	font-weight: bold; 
	color: #191C1F;
	text-decoration: none;
}

.list4 {
	width: 650px;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.list4 ul{
	margin: 0;
	padding: 0;
}
.list4 li { 
	width: 630px;
	height: auto;
	background: url(../images/general/lo_readmore.gif) left no-repeat;
	float: left;
	clear: both;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 10px 0px 10px 20px;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px dashed;
	font-weight: bold;
}

.list5 {
	width: 650px;
	height: auto;
	margin: 0px 0px 10px 0px;
	
}
.list5 ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
}
.list5 li { 
	width: 150px;
	height: 250px;
	float: left;
	text-align: center;
	margin: 0px 5px 10px 5px;
	padding: 10px;
	color: #191C1F;
	font-weight: bold;
	
}

.list5 a:link, .list5 a:visited, .list5 a:active {
	font-size: 11px;
	font-weight: bold; 
	color: #FF0000;
	text-decoration: none;
}
.list5 a:hover {
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}


.list6{
	width: 900px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.list6 ul{
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0px 0px 5px 0px;
}
.list6 li{
	float: left;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 10px 10px 5px 10px;
	color: #000000;
	font: 12px helvetica;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	text-align:left;
}

.list7{
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.list7 ul{
	margin: 0;
	padding: 0;
}
.list7 li { 
	width: 100%;
	height: auto;
	border-bottom: #5F6D74 1px dashed;
	float: left;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #000000;
	list-style-image: none;
	list-style-type: none; 
}
.list7 li span{ 
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.list7 li div{ 
	width: 100px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
.list8 {
	width: 650px;
	height: auto;
	margin: 0px 0px 10px 0px;
	
}
.list8 ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
}
.list8 li { 
	width: auto;
	max-width:200px;
	height: 175px;
	float: left;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	color: #191C1F;
	font-weight: bold;
	
}
.list8 li img { 
	max-width:200px;
	
	
}

.list8 a:link, .list8 a:visited, .list8 a:active {
	font-size: 11px;
	font-weight: bold; 
	color: #FF0000;
	text-decoration: none;
}
.list8 a:hover {
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

.list9 {
	width: 550px;
	height: auto;
	margin: 0px 0px 10px 0px;
	
}
.list9 ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
}
.list9 li { 
	width: 175px;
	height: 175px;
	float: left;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #191C1F;
	font-weight: bold;
	
}


.list9 a:link, .list9 a:visited, .list9 a:active {
	font-size: 11px;
	font-weight: bold; 
	color: #FF0000;
	text-decoration: none;
}
.list9 a:hover {
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}
.list10 span {
	font-weight:bold;
}
.list10 p {
	margin-bottom: 15px;
}
.catimagenav ul {
	width: 650px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.catimagenav li{
	width: 196px;
	height: auto;
	float: left;
	text-align: center;
	background: #4391C8;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	display: inline;
}
.catimagenav li span{
	width: 196px;
	height: 200px;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: inline;
	overflow: hidden;
}
.catimagenavtitle {
	width: 166px;
	font-size: 13px;
	font-weight: bold; 
	float: left;
	text-align: right;
	background: url(../images/general/catbullet1.jpg) right no-repeat;
	display: block;
	color: #fff;
	margin: 0;
	padding: 6px 30px 6px 0px;
}
.catimagenavtitle a:link, .catimagenavtitle a:visited, .catimagenavtitle a:active {
	font-size: 13px;
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}
.catimagenavtitle a:hover {
	font-size: 13px;
	font-weight: bold; 
	color: #191C1F;
	text-decoration: none;
}

/* END OF LISTS */


/* FORMS */

.contactusform{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 100%;
	display:block;
	padding: 20px;
}
.contactusform label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 160px;
	display:block;
	margin-bottom: 5px;
}
.contactusform input, select{
	width: auto;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: auto;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 125px;
	display:block;
	text-align:center;
}
.contactusform.cap{
	width: 200px; height: 37px;background: white; border: 1px solid #CCCCCC; text-align:left; margin: 0; padding: 0; float:left;
}
.contactusform p{
	display:block;
	text-align:left;
	padding:0;
}
.contactusform span{
	display:block;
	text-align:left;
	width: 100%;
}

/* END OF FORMS */

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #ffffff; background: #CC0000; border: none; text-transform:capitalize;font-size: 11px; font-weight:bold; padding: 3px 5px 3px 5px; cursor: pointer; text-decoration: none; width:auto; margin:1px;} 
a.submit:hover, input.submit:hover{ color: #FFFFFF; background: #000000; border: none; text-transform:capitalize;font-size: 11px; font-weight:bold; padding: 3px 5px 3px 5px; cursor: pointer; text-decoration: none; width:auto;}

input.submit2 , a.submit2 , a.submit2:link, a.submit2:visited{ color: #ffffff; background: #CC0000; border: none; text-transform:capitalize;font-size: 11px; font-weight:bold; padding: 3px 5px 3px 5px; cursor: pointer; text-decoration: none; width:auto; margin:1px;} 
a.submit2:hover, input.submit2:hover{ color: #FFFFFF; background: #000000; border: none; text-transform:capitalize;font-size: 11px; font-weight:bold; padding: 3px 5px 3px 5px; cursor: pointer; text-decoration: none; width:auto;}
	
h1{
	font: tahoma;
	font-size: 20px;
	text-transform: none;
	color: #820000;
	font-weight: bold;
	text-align: left;
	border: none;
}
h1 a:link, h1 a:visited {
	font: tahoma;
	font-size: 15px;
	text-transform: none;
	color: #CCCC33;
	font-weight: bold;
	text-align: left;
	border: none;
}
h1 a:hover {
	font: tahoma;
	font-size: 15px;
	text-transform: none;
	color: #CCCC33;
	font-weight: bold;
	text-align: left;
	border: none;
}

h1.h1sub{
	width: 630px;
	background: #191C1F;
	border-top: #666666 1px solid;
	border-bottom: #000000 1px solid;
	padding: 10px;
	font: tahoma;
	font-size: 20px;
	text-transform: none;
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
}
h1.h1sub img{
	padding-right: 5px;
}
h1.h1home{
	font: tahoma;
	font-size: 20px;
	text-transform: none;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	border: none;
}
h2.h2home{
	font: tahoma;
	font-size: 13px;
	text-transform: none;
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	border: none;
}

h2{
	font: tahoma;
	font-size: 13px;
	text-transform: none;
	color: #820000;
	font-weight: bold;
	text-align: left;
	border: none;
}

h3{
	font: tahoma;
	font-size: 14px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border: none;
}

.breadcrumbs{
	width: 650px;
	height: 22px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	border-bottom: #FFFFFF solid 2px;
	font-family: Tahoma;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
}
.breadcrumbs a:link, .breadcrumbs a:visited{
	text-decoration: underline;
	font-weight: bold;	
	color: #4391C8;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #FFFFFF;	
}

hr{
	height: 2px;
	background-color: #820000;
	color: #CCCCCC;
	width: 100%;
	border: 0;
}

a, a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #FFFFFF;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #FF0000;	
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	list-style-type: square;
}
a.sitetext:link, a.sitetext:visited, a.sitetext:active  {
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;	
	color: #FFFFFF;
}
a.sitetext:hover {
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	color: #FF0000;
}

.imagespacer {
	background: #FFFFFF;
	margin: 10px;
	padding: 5px;
}
.imagespacer1 {
	margin: 0px 10px 0px 0px;
}
.imagespacer2 {
	height: 70px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.homefeeds {
float:left;
width:280px;
height:250px;
background-image:url(../images/general/featurewhitebg.png);
background-repeat:repeat;
padding:0;
margin: 0px 0px 0px 30px;
}
.homepage_news_title {
float:left;
color:#333333;
font:helvetica;
font-size:20px;
width:240px;
height:auto;
padding: 20px 0px 40px 110px;
margin:0;

}

.homepage_news {
text-align:left;
color: #333333;
font-size: 11px;

}

.homepage_news ul {
	width: 280px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style-type: none; 
}
.homepage_news li{
	width: 260px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: normal; 
	color: #990000;
	margin: 0px 0px 10px 0px;
	padding:  0px 10px 5px 10px;
	display: block;
	border-bottom:dotted #666666 1px;
	
}

.homepage_news li a:link, .homepage_news li a:visited, .homepage_news li a:active {
	font-size: 10px;
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
}
.homepage_news li a:hover {
	font-size: 10px;
	font-weight: normal; 
	color: #000000;
	text-decoration: underline;
}
.homepage_news span a:link, .homepage_news span a:visited, .homepage_news span a:active {
	margin: 0px 0px 10px 0px;
	padding:  0px 10px 5px 10px;
	float:left;
	text-align:left;
	font-size: 10px;
	font-weight: normal; 
	color: #990000;
	text-decoration: none;
}
.homepage_news span a:hover {
	margin: 0px 0px 10px 0px;
	padding:  0px 10px 5px 10px;
	float:left;
	text-align:left;
	font-size: 10px;
	font-weight: normal; 
	color: #990000;
	text-decoration: underline;
}
.newslettersignup {
float:left;
width:370px;
height:100px;
padding:0px 0px 0px 220px;
margin:20px 0px 0px 30px;
background-image:url(../images/general/newsletterbg.png);
background-repeat:no-repeat;
color:#000000;

}
.homefeatures {
float:left;
height: auto;
min-height:700px;
background-image:url(../images/general/featurewhitebg.png);
background-repeat:repeat;
width:320px;
margin: 30px 30px 0px 0px;
padding:0px;
text-align:left;
font:helvetica;
font-size:11px;
color:#FFFFFF;

}
.homefeatures ul {
float:left;
height: auto;
width:280px;
margin: 20px 20px 0px 20px;
padding:0;

}
.homefeatures li {
float:left;
height: 140px;
width:260px;
margin: 0px 0px 5px 0px;
padding:5px 10px 10px 10px;
background-image:url(../images/general/homefeaturesbg.gif);
background-repeat:no-repeat;
list-style:none;

}
.homefeatures li span {
float:left;
height: 140px;
width:100px;
margin: 0px 0px 5px 0px;
padding:10px 30px 0px 10px;
list-style:none;

}
.featuretitle {
float:left;
width:110px;
height: auto;
font:helvetica;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
padding:2px 0px 10px 5px;

}
.homefeatures li a:link, .homefeatures li a:visited, .homefeatures li a:active {
	font-size: 10px;
	font-weight: normal; 
	color: #FFFF00;
	text-decoration: none;
}
.homefeatures li a:hover {
	font-size: 10px;
	font-weight: normal; 
	color: #FFFF00;
	text-decoration: underline;
}
.smallred {
font:helvetica;
font-size:13px;
color:#CC0000;
font-weight:bold;
}
.addresstext {
font:helvetica;
font-size:11px;
color:#999999;
font-weight:normal;
}
.pagetitle {
font:helvetica;
font-size:17px;
color:#ffffff;
font-weight:normal;
background: url(../images/general/titlebg.jpg) left no-repeat #820000;
height:30px;
padding:10px 0px 0px 50px;
}

.pagecontent {
padding:10px;
font:helvetica;
font-size:13px;
color:#000000;

}
.address2 {
	text-align: left;
	color: #000000;
	background: url(../images/general/address.jpg) no-repeat left top;
	padding-left: 60px;
	margin: 0px 0px 0px 0px;
	width: 180px;
	float: left;
}
.address2 span {
	font-weight: bold;
}
.email {
	text-align: left;
	color: #000000;
	background: url(../images/general/email.jpg) no-repeat left top;
	padding-left: 60px;
	padding-bottom: 15px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	float: left;
	height: 30px;
}
.email span {
	font-weight: bold;
}
.locals img {
padding-right:10px;
float:left;
}
.firstcharacter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
.cell_lefthp a:hover{
	color: #CC0000;
}
a img {
	border: none;
}