@charset "utf-8";
/* CSS Document */


/*=================== Table of Contents =============================

			body
			h1
			h1#homepage
			h2, h3, h4
			p
			ul
			ul li
			div#container
			img.branding
			ol#container_columns
			li#left
			li#right
			ol#content_columns
			ol#content_columns li#leftcolumn
			ol#content_columns li#rightcolumn
			ol#content_columns li#rightcolumn ul, h4
			ol#content_columns li#rightcolumn ul li
			li#right_column em 
			span.big_number
			ol#nav
			ol#nav li
			ol#nav li a
			ol#nav li a:hover
			ol#address
			ol#address li
			img#footer
			p#copyright
			.right
			table#contact
			table#contact td
			td.fields
			td.input
			td.submit

=================== End Table of Contents ========================*/

body {
    font-size:100%;
    line-height: 1.5em; /* 16×1.5=24 */
	background: #999999;
	}
	
h1 {
	font: bold italic 1em Arial, Helvetica, sans-serif;
	color: #999999;
	}
	.subh1 {
	font: bold italic .875em Arial, Helvetica, sans-serif;
	color: #0C4E8A;
	}
h1#homepage {
	width: 500px;
	margin-bottom: 15px;
	}
h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #0d4d6c;
	margin: 0;
	padding: 0;
	margin: 10px 0px 15px 0px;
	border-bottom: 2px dotted #0d4d6c;
	clear: both;
	}
	
h3, h4, h5, h6, h7 {
	font: bold .975em Arial, Helvetica, sans-serif;
	color: #0d4d6c;
	margin: 0;
	padding: 0;
	margin: 15px 0px;
	}
	
p {
	font: .875em Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 10px 0;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
	
ul {
	font: .875em Arial, Helvetica, sans-serif;
	list-style: disc;
	margin-left: 50px;
	}

ul li {
	margin: 5px;
	line-height: 1.5;
	}

div#container {
	width: 1024px;
	min-heigh: 768px;
	background: #fff;
	margin: 10px auto;
	background: #fff url(../images/container-bk.gif) top left repeat-y;
	}
	
img#branding {
	margin-bottom: 15px;
	}
	
ol#container_columns {
	display: inline;
	}
li#left {
	position: relative;
	width: 175px;
	min-height: 350px;
	/*background: #ccc;======For Testing puroses*/	
	float: left;
	left: 15px;
	margin-bottom: -800px;
	}
	
li#right {
	width: 750px;
	min-height: 350px;
	/*background: #666666;======For Testing puroses*/	
	position: relative;
	left: 200px;
	}
	

	
ol#content_columns {
	display: inline;
	}
	
ol#content_columns li#left_column {
	width: 400px;
	min-height: 300px;
	/*background: #CC3333;======For Testing puroses*/	
	}
ol#content_columns li#right_column {
	float: right;
	width: 306px;
	min-height: 357px;
	background: url(../images/content_right_bk.jpg) top center no-repeat;
	position: relative;
	top: -750px;
	margin-bottom: -300px;
	padding: 15px;
	}
li#right_column h4 {
	margin-left: 25px;
	}
ol#content_columns li#right_column ul {
	margin-left: 25px;
	}
ol#content_columns li#right_column p {
	margin-left: 25px;
	}
ol#content_columns ul {
	list-style: none;
	}
ol#content_columns li#right_column ul li {
	font-size: .9em;
	margin: 20px 10px;
	line-height: 1.5;
	}
li#right_column em {
	font-size: .75em;
	}
ul#homepage_specials { margin: 0; padding: 0; }
	ul#homepage_specials li { margin: 0; padding: 0; padding-left: -60px;}
	ul#homepage_specials li h3.big_number { position: relative; float: left; left: -10px; font: bold 50px Arial, Helvetica, sans-serif; color: #0d4d6c; margin: 0; padding: 0; }
	ul#homepage_specials li p { width: 150px; margin: 0; padding: 0; position: relative; left: 75px; top: -60px; clear: both; margin-bottom: -65px;}
	
ol#nav {
	position: relative;
	list-style: none;
	background: /*#ccc*/ url(../images/nav-ol-bk.jpg) top left no-repeat;
	width: 167px;
	height: 460px;
	margin: 0;
	padding: 0px;
	padding-top: 25px;
	}
ol#nav li {
	display: list-item;
	position: relative;
	margin: 0;
	left: 15px;
	height: 40px;
	width: 118px;
	border-bottom: 2px dotted #014465;
	background: url(../images/nav-bk.gif) left no-repeat;
	}
ol#nav li a {
	display: block;
	font: .75em Arial, Helvetica, sans-serif;
	color: #014465;
	text-decoration: none;
	padding: 5px 0px 0px 15px;
	}
ol#nav li a:hover {
	color: #0378b1;
	}
	
ol#address {
	position: relative;
	font: .6875em Arial, Helvetica, sans-serif;
	list-style: none;
	}
ol#address li {
	text-align: center;
	line-height: 1.5;
	}
	
img#footer {
	clear: both;
	width: 1024px;
	height: 30px;
	background: url(../images/footer.gif) top left no-repeat;
	margin-bottom:  -10px;
	}
	
p#copyright {
	width: 1024px;
	margin: 5px auto;
	padding-left: 15px;
	text-align: left;
	font: .75em Arial, Helvetica, sans-serif;
	color: #ccc;
	}

.right {
	float: right;
	margin: 0 15px 10px 15px;
	padding: 10px;
	margin-top: -600px;
	}
.left {
	float: left;
	margin: 0 15px 10px 0px;
	}
	
table#contact {
	font: bold .875em Arial, Helvetica, sans-serif;
	border:  1px solid #ccc;
	display: block;
	margin: 10px auto;
	}
table#contact td {
	padding: 3px;
	vertical-align: top;
	}
td.fields {
	text-align: right;
	background-color: #014465;
	color: #fff;
	border:  1px solid #ccc;
	font: .875em Arial, Helvetica, sans-serif;
	}
td.input {
	text-align: left;
	}
td.submit {
	text-align: center;
	}
.email_hack {
	visibility: hidden;
	}
ul#rightbullets {
	float: left;
	position: relative;
	left: 250px;
	top: -160px;
	margin-bottom: -160px;
	}
ul#rightbullets li {
	padding: 0px 10px;
	}
	
ul#header {
	position: relative;
	font-style: normal;
	list-style: none;
	font-weight:bold;
	margin: 0;
	padding: 0;
	left: -10px;
	top: -30px;
	margin-bottom: -50px;
	}
ul#header li {
	float: left;
	display:  inline;
	padding: 0 10px;
	margin: 0;
	line-height: inherit;
	}
table.directions {
	margin:0 auto;
	}
	table.directions tr th {
	font: .875em Arial, Helvetica, sans-serif;
	text-align:center;
	padding:3px 0;
	background-color:#EEEEEE;
	}
	table.directions td {
	
	}
div#directions {
	font: .8em Arial, Helvetica, sans-serif;
	}
	
