html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, p {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, em, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
:link, :visited {text-decoration: none;}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

body{
	background-color:#505050;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
a{
	color:#272727;
	text-decoration:none;
}
#content a{color:#B72222; text-decoration:none; }
#content a:hover{color:#000; text-decoration:underline;}
#content{padding-left:5px; background-color:#CCC;}
#content p{padding-left:5px}
#content #interior p{padding-left:15px}

#wrapper{
	width:806px;
	margin:0 auto;
	background-color:#505050;
}
.clear{
	clear:both;
}
#header{
	width: 100%;
	height:183px;
	background-image:url(../images/header.jpg);
}
/*----------------------------------------------------
	NAVIGATION
----------------------------------------------------*/
#navTop, #navBottom{
	width:180px;
	margin:0px;
	padding:0px;
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-y;
}
#navBottom{
	height:180px;
	padding:0px;
	margin:0px;
}
#navTopContent{
	width:156px;
	margin:0 0 0 17px;
	padding:0px;
}
.navLink, #navTopContent h4{
	margin: 0 11px;
	padding:5px;
}
.navLink a{
	display:block;
	padding:5px;
}
.navLink a:hover{
	color:#202020;
	background-image: url(../images/navHover.jpg);
}

#navTop li{
	padding:0px;
	magin:0px;
	list-style:none;
}
li a p{
	margin: 0px;
	padding:0px;
}
#navTopContent li, #navTopContent a, #navTopContent p{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
/*----------------------------------------------------
	CONTENT
----------------------------------------------------*/
#interior{padding-right:30px;}
#content{
	width:626px;
	margin:0px;
	background:url(../images/contentBG.jpg);
}


#colLeftTop{
	height:22px;
	background:url(../images/leftCol_top.jpg);
	background-color:#CFCFCF;
}
#colLeft{
	float:left;
	width:387px;
	background:url(../images/leftCol_bg.jpg);
	background-color:#CFCFCF;
}
#colLeftContent{
	margin:0px 12px;
}
#colLeftBottom{
	height:11px;
	background:url(../images/leftCol_bottom.jpg);
	background-color:#CFCFCF;
}

#colRightTop{
	height:22px;
	background:url(../images/rightCol_top.jpg);
	background-color:#CFCFCF;
}
#colRight{
	float:left;
	width:219px;
	background:url(../images/rightCol_bg.jpg);
	background-color:#CFCFCF;
}
#colRightContent{
	margin:0px 12px;
}
#colRightContent p{
	font-size:80%;
}
#colRightContent img{
	border: 1px solid #000000;
}
#colRightBottom{
	height:14px;
	background:url(../images/rightCol_bottom.jpg);
	background-color:#CFCFCF;
}

hr{
	padding:0px;
	margin:0px;
}
.blackHR{
	height:1px;
	margin:3px auto;
	color:#000000;
	background-color:#000000;
	padding:0px;
}

#footer ul, #footer li, #footer a{
	display:inline;
	font-size: 95%;
	color:#cccccc
}
#footer a:hover{
	text-decoration:underline;
}
p{margin-bottom:10px; font-size:12px;}
#largerFont p{font-size:13px;}
input, textarea{border:1px solid #333; padding:2px;}

#slideshow {
    position:relative;
	width: 593px;
	height:370px;
	border: 1px solid #000000;
	margin: 0 14px 5px 7px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 371px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
body, td {
	font-size: 12px;
}
#contactForm input:focus, #contactForm textarea:focus{border:1px solid #B72222}
#contactForm #button:hover{background-color:#B72222; color:#fff;}

.pic{padding:2px; margin:0 5px 5px 5px; background-color:#ddd; border:1px solid #888}
.pageTitle{font-size:16px; display:block; border-bottom:2px solid #B72222; margin-bottom:15px;}

.pageTitlePHP{font-size:16px; display:block; border-bottom:2px solid #B72222; margin-bottom:15px; color:#000000;}
.pageTitlePHP a{color:#000000 !important; text-decoration:none !important;}
.pageTitlePHP a:hover{color:#B72222 !important;}


.subTitle{font-size:12px; display:block; border-bottom:1px dotted #555; margin-bottom:8px;}
.underlined_type{font-size:12px; display:block; border-bottom:1px solid #666; margin-bottom:5px;}
