﻿/*HOME PAGE FORMATTING*/
#body{
	width: 800px;
	margin-left:auto;
	margin-right:auto;			
}
.header{
	width: 800px;
	height: 50px;
	float:left;		
}
.table_container{
	width: 800px; 
	margin: inherit;			
}
.third_row_text{
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-family: Georgia;
	font-size: medium;
	color: silver;
	padding:20px;
}

/*MAIN NAV MENU*/
ul.menu {font:11px Franklin Gothic Demi; width: 760px; position: relative; margin-left: auto; margin-right: auto; list-style:none; height: 30px;}
ul.menu * {margin:0; padding:0;}
ul.menu a {height: 35px; color:#000; text-decoration:none;}
ul.menu li {position:relative; float:left; margin-right:2px;}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1;}
ul.menu ul li a:hover {background-color:#c5c5c5;}
ul.menu ul ul {left:148px; top:-1px;}
ul.menu .menulink {border:1px solid #aaa; padding: 5px 9px 9px; color: maroon; background: url('../../images/menu images/header.gif'); width:134px;}
ul.menu .menulink:hover, ul.menu .menuhover {background:url('../../images/menu images/header_over.gif');}
ul.menu .sub {background:#d1d1d1 url('../../images/menu images/arrow.gif') 136px 8px no-repeat;}
ul.menu .topline {border-top:1px solid #aaa;}


/*SLIDESHOW*/

#slider  { background: white url('../../images/Slideshow%20photos/ss_bg.png'); width: 760px; height: 250px; overflow: hidden;
                   position: relative; margin-left: auto; margin-right:auto; padding-top: 2px;}
#mover   { width: 760px; position: relative; }
.slide   { padding: 40px 30px; width: 760px; float: left; position: relative; }
.slide h1  { font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px; color: #ac0000; width: 275px; }
.slide p   { color: #3A3A3A; font-family: "Franklin Gothic Demi Cond"; font-size: 16px; line-height: 22px; width: 275px; }
.slide img { position: absolute; top: 0px; left: 350px; }
#slider-stopper  { position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
                   padding: 3px 8px; font-size: 10px; text-transform:uppercase; z-index: 1000; }

/*LOGO DISPLAY*/
#logo_display{ width: 756px; padding-top:5px; padding-bottom: 3px; border: 1px solid #818181; margin:auto; }
#slider1 {position: relative; width: 755px; overflow: hidden;height:110px;}
#slider1 img {position:absolute; margin:0; height:105px;display:none;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:50px; z-index:100; width:128px; height:15px; display:inline;}

/*CONTENT CONTAINER - BORDER*/
#content-container-border {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	position:relative;
	}

#content-container-border-1 {
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:820px;
	border:1px #800000;
	background: #FFFFFF;
	position:relative;
	}

/*CONTENT CONTAINER - TWO COLUMN*/
#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url('../../images/bg-content-side.png') repeat-y right;
	background-color: #FFFFFF;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
	
/*CONTENT CONTAINER - TWO COLUMN LEFT*/
#content-container-two-column-left {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	position:relative;
	}

#content-main-two-column-left {
	width:540px;
	float:left;
	border-left: 1px dashed #818181;
	padding-left: 15px;
	}

#content-side-two-column-left {
	float:left;
	width:160px;
	}

/*CONTENT CONTAINER - THREE COLUMN*/
#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url('../../images/bg-three-column-main.png') repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}

/*CONTENT CONTAINER - CONTENT MAIN THREE COLUMN*/
#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*HOME PAGE - THREE COLUMN SECTION*/
#three-column-container {
	background:url('../../images/bg-three-column-home.png') repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}

/*HTML TAGS */
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url('../../images/bg-quote.png') no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*HEADINGS*/

	
h6 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}
	
h5 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}
	
h4 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}
	
h3 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}
	
h2 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}
	
h1 {
	font-size:1.8em;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h2 {
	margin-top:0px;
}

h1 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/*LINKS*/
a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: red;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side2-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:visited {
	text-decoration:none;
}

#content-side1-three-column a:link {
	text-decoration:none;
}

#content-side2-three-column a:link {
	text-decoration:none;
}

#content-side-two-column a:link {
	text-decoration:none;
}

#content-side1-three-column a:hover {
	text-decoration: none;
}

#content-side2-three-column a:hover {
	text-decoration: none;
}

#content-side-two-column a:hover {
	text-decoration: none;
}

/*TOP INFORMATION*/
#top-information {
	height:9.0em;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	padding-bottom: 8px;
	}
	
#logo {
	position:absolute;
	left:15px;
	font-size:4.0em;
	}

#logo a {
	color: #800000;
	text-decoration: none;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
}

#top-information-home {
	text-align:left;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	font-size: medium;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}

/*pagetitle*/
#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#800000;
	position:relative;
	color:#FFFFFF;
	font-size: large;
	padding:.5em 20px .7em 20px;
	font-family: "Franklin Gothic Demi", sans-serif;
	}

#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*LISTS*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

#content-side1-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines li {
	border:none;
	}


ul.no-lines {
	border:none;
	}

/*IMAGES & PHOTOS*/
img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#F0F0F0 url('../../images/bg-photo.png') top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	margin-top:5px;
	}

.photo-float-left-2 {
	float:left;
	margin-right:25px;
	}

.photo-float-right {
	float:right;
	margin-left:10px;
	margin-top: 10px;
	}
.image-border-none {
	border:none;
}

/*FOOTER*/
#footer {
	background:#fff url('../../images/footer_bkg.png'); 
	border:1px solid #bbb; 
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height: 20px;
	position:relative;
	font-size:1em;
	color: gray;
}

/*FOOTER-SUB*/
#footer-sub {
	background:none; 
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height: 30px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:visited {
	color:#999999;
	text-decoration:none;
}

#footer-sub a:link {
	color:#999999;
	text-decoration:none;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:underline;
	}

.menu2 {
width: 760px; height:35px; position: relative;
margin-right: auto; 
margin-left: auto;}

.menu2 li a {font-size: 9px; font-family: "Verdana";}
.menu2 li.current a {color:#fff; font: underline; }
.menu2 li a:hover {color:#fff;}

/*MISC CLASSES*/

.clear {
	clear:both;
	}

.none {
    display:none;
}
