﻿/* CSS Document */

/* Structure */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E5DF;
	}
	
div.container {
	/*position: relative;
	top:0px;*/
	margin: 0 auto;
	width: 696px;
	/*height: 621px;*/
	border:1px solid #000000;
	background-color:white;
	}

div.nav {
	background:#F0F0F0 url(images/navlogo.gif) no-repeat;
	width:696px;
	height:100px;
	/*position:absolute;
	top:0px;
	left:0px;*/
	}
	
div.addy {
	/*position:absolute;
	top:0px;
	left:433px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#414141;
	width: 262px;
	height: 67px;
	text-align: center;
	padding-top: 7px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999966;
	float:right;
	display:inline;
	}
	
div.buttons {
	font:Garamond, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#C2C2C2;
	width: 696px;
	height: 18px;
	text-align: center;
	padding-top: 7px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
	}
	
div.footer {
	/*position:absolute;
	top:600px;
	left:0px;
	width:696px;*/
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#414141;
	background-color:#F0F0F0;
	border-top:solid 1px #999999;
	}

	
	
/* Finish Sample Page Layout */
	
	.sampside {
	background:#1f1f1f url(images/sidediv_bg.jpg) no-repeat;
	width: 270px;
	text-align:center;
	height:100%;
	padding:20px 0 0 0;
	}
	
	.sampside a:link {
	color: #8DAACF;
	text-decoration: none;
	}
	
	.sampside a:visited {
	text-decoration: none;
	color: #8DAACF;
	}

	.sampside a:hover {
	text-decoration: underline;
	color: #c7d1dd;
	}
	
	.sampside a:active {
	text-decoration: none;
	color: #c7d1dd;
	}

	.sampmain {
	background-color:#c6c6c6;
	width: 426px;
	height:100%;
	}
	
	
/* Page layout for everything else - 20 px padding */
	.mainside {
	width: 230px;
	text-align:center;
	padding: 20px;
	height:100%;
	background:#1f1f1f url(images/sidediv_bg.jpg) no-repeat left center;
	}
	
	.mainside a:link {
	color: #8DAACF;
	text-decoration: none;
	}
	
	.mainside a:visited {
	text-decoration: none;
	color: #8DAACF;
	}

	.mainside a:hover {
	text-decoration: underline;
	color: #c7d1dd;
	}
	
	.mainside a:active {
	text-decoration: none;
	color: #c7d1dd;
	}

	.mainmain {
	background-color:#FFFFFF;
	width: 386px;
	padding: 20px;
	height:100%;
	}
	
	/* Page layout for Contact Form */
div.formside {
	position: absolute;
	background-color:#242424;
	top: 100px;
	left: 0px;
	width: 656px;
	height: 460px;
	text-align:center;
	padding: 20px;
	}
	
div.formmain {
	position: absolute;
	background-color:#FFFFFF;
	top: 164px;
	left: 149px;
	width: 366px;
	height: 323px;
	padding: 20px;
	}
	
	
	
	/* Google Map for directions */
div.mapp {
	width:384px;
	height:375px;
	border:solid 1px gray;
	}
	
	
	
	/* BBB Logo */
	.bbb {
	padding:0px;
	margin:0px;
	float:left;
	}
		
	
	
	/* Text options */
h1.light {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:lighter;
	color:#F0F0F0;
	text-align:center;
	font-variant: small-caps;
	}
	
h1.dark {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:lighter;
	color:#3A3A3A;
	text-align:justify;
	font-variant: normal;
	}
	
h1.red {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:lighter;
	color:#A31D1D;
	text-align:center;
	font-variant: small-caps;
	}
	
h1.blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:lighter;
	color:#336699;
	text-align:center;
	font-variant: small-caps;
	}

h1
{
	margin:0;
}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	font-weight:lighter;
	margin:0;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F0F0F0;
	text-align:center;
	font-weight:lighter;
	margin:0;
	}
	
h3.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C2C2C7;
	text-align:justify;
	font-weight: lighter;
	}	
	
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:lighter;
	color:#3A3A3A;
	text-align:justify;
	margin-top:5px;
	}
	
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:lighter;
	color:#3A3A3A;
	text-align:justify;
	}

	/* Links */
a:link {
	color: #336699;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #336699;
	}
	
a:hover {
	text-decoration: underline;
	color: #8DAACF;
	}
	
a:active {
	text-decoration: none;
	color: #8DAACF;
	}
	
	
	/* Other stuff */
hr {
	border:0;
	width:100%;
	height:0px;
	border-top:2px solid #666666;
	}
	
ul {
	text-align:left;
	margin-top:5px;
	}