@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	color: #000;
	background-color: #CCCCCC;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	margin-top: 0px;
	background-image: url(images/background.jpg);
	font-weight: normal;
}
p {
    /* [disabled]padding-top: 0px; */
    line-height: 20px;
    margin: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 18px;
}
h1       {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Geneva, sans-serif;
	font-weight: normal;
}
h2 {
    margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 8px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 26px;
}
.container .content h2 {
}
h3 {
    padding-right: 0px;
    padding-left: 8px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4 {
    margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 2px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: normal;
    font-size: 21px;
}

h5 {
	font-size: 11px;
	color: #000000;
}

h6 {
	font-size: 12px;
}



h7 {
	font-size: 18px;
	/* [disabled]font-weight: bold; */
}
h8 {
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
}
.hightlighted {
	background-color: #1D3F6C;
	border: thin solid #666;
	/* [disabled]height: 24px; */
	color: #FFF;
}


a:link {
    color: #F48A0D;
    text-decoration: none;
}
a:visited {
    color: #F48A0D;
    text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.headerbg {
	width: 100%;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: none;
	/* [disabled]margin-bottom: -40px; */
	height: 200px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
.headerbg2 {
	/* [disabled]width: 1280px; */
	background-image: url(images/headerbg2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	/* [disabled]border-bottom-style: none; */
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	/* [disabled]margin-bottom: -40px; */
	background-position: center top;
}
.header {
	width: 980px;
	/* [disabled]background-image: url(images/new/FnCbanner.jpg); */
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	height: 300px;
}
.bannertext {
	color: #FFF;
	width: 50%;
	padding-top: 238px;
	padding-left: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 13px;
}
.bannersocial {
	color: #000;
	width: 900px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 50px; */
	padding-right: 5px;
	padding-left: 0px;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
    margin-right: auto;
    margin-left: auto;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: none;
    font-weight: normal;
    background-repeat: no-repeat;
    color: #000;
    /* [disabled]margin-bottom: -40px; */
    background-image: url(images/background.jpg);
    border: medium none #999999;
    padding: 0px;
}
.content {
	width: 900px;
	/* [disabled]float: left; */
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: repeat;
	background-image: url(images/content2.png);
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.contentbottom {
	width: 900px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: none;
	font-weight: normal;
	background-repeat: repeat;
	color: #000;
	/* [disabled]background-image: url(images/content2.png); */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	background-color: #FBFBFB;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.brandbuttons {
	color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 13px;
	margin-bottom: 5px;
}
.maps {
	width: 550px;
	float: right;
	padding-right: 20px;
}
.about {
	float: left;
	width: 345px;
	padding-top: 10px;
	/* [disabled]margin-top: 30px; */
	margin-left: 15px;
	background-image: url(images/about%20bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	border: thin solid #999;
	padding-right: 5px;
	padding-left: 5px;
	height: 410px;
}
.directionsparagraph {
	float: left;
	width: 240px;
	padding-top: 10px;
	/* [disabled]margin-top: 30px; */
	margin-left: 15px;
	background-image: url(images/about%20bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	border: thin solid #999;
	padding-right: 5px;
	padding-left: 5px;
}
.centerparagraph {
	width: 800px;
	/* [disabled]margin-top: 30px; */
	margin-left: auto;
	/* [disabled]background-image: url(images/NormanDavid1.jpg); */
	background-repeat: repeat-y;
	/* [disabled]border: thin solid #999; */
	margin-right: auto;
	padding: 10px;
}
.partsparagraph {
	width: 780px;
	/* [disabled]margin-top: 30px; */
	margin-left: auto;
	background-image: url(images/NormanDavid1.jpg);
	background-repeat: no-repeat;
	border: thin solid #999;
	margin-right: auto;
	background-position: center;
	padding: 10px;
}


/* ~~ The footer ~~ */
.footer {
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both;
    color: #FFFFFF;
    /* [disabled]text-align: center; */
    /* [disabled]line-height: 10px; */
    width: 100%;
    /* [disabled]height: 200px; */
    background-repeat: repeat-x;
    background-color: #1D1D1D;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: -10px;
}
.footerlinks {
	padding-left: 10px;
}
.footerlinks:link {
	color: #999;
	font-size: 14px;
	/* [disabled]padding-left: 12px; */
	line-height: 22px;
}
.footerlinks:visited {
	color: #999;
}
.footerlinks:hover {
	color: #FFF;
}
.footerlinks:active {
	color: #CCC;
}







.footer2 {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 30px;
	/* [disabled]line-height: 0.6px; */
	width: 100%;
	float: none;
	padding-top: 15px;
	/* [disabled]margin-top: -40px; */
}
.footertext {
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}
.footerlogos {
	padding-top: 15px;
}
.navbar {
	color: #000000;
	float: right;
	width: 530px;
	background-image: url(images/nav.png);
	height: 40px;
	margin-top: 172px;
	padding-top: 1px;
	/* [disabled]margin-left: -5px; */
	background-repeat: no-repeat;
	padding-right: 5px;
}

.navbar:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar:hover {
	color: #999999;
	text-decoration: none;
}

.navbar:active {
	color: #D5357D;
	text-decoration: none;
}
