﻿/*==================================
HTML ELEMENTS
==================================*/
* {margin: 0px; padding: 0px;}
body {text-align: center; font-family: Arial, Helvetica, MS Sans Serif; font-size: 12px;}

* img {border: 0px; margin: 0px; padding: 0px; text-decoration: none;}

a, a:link, a:active, a:visited {color: Blue; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {font-size: 18px; font-weight: bold; margin: 10px 0px 10px 0px; text-align: center;}
h2 {font-size: 15px; font-weight: bold; margin: 10px 0px 10px 0px;}
h3 {font-size: 12px; font-weight: bold; margin: 5px 0px;}
h6 {font-size: 12px; font-weight: bold; margin: 10px 0px 0px 5px;}

p {margin-bottom: 20px;}

ul {margin: 10px 0px 10px 40px;}

.left {float: left; display: inline;}
.right {float: right; display: inline;}
.center {text-align: center;}
.clear {clear: both;}
.pad {padding: 5px;}
/*==================================
LAYOUT
==================================*/
#wrap {position: relative; width: 960px; margin: 10px auto 0px; text-align: left; background: #FFF;}

#header {position: relative; width: 960px; height: 57px; background: White url("images/Header.gif") no-repeat top right; border-top: solid 2px black; border-bottom: solid 2px black;}

#main {position: relative;}

#navigation {float: left; width: 165px; text-align: left;}

/*Text Only Navigation CSS
#navigation {float: left; width: 160px; text-align: left; padding-bottom: 20px;}
	#navigation ul {list-style: none; margin: 0px;}
	#navigation li a {display: block; color: Black; padding: 1px 0px 1px 15px; text-decoration: none;}
	#navigation li a:hover {color: Red; text-decoration: none; background: white;}*/
	
#content {
	float: left;
	width: 720px;
	padding: 0px 10px 0px 10px;
}

#promo {float: right; width: 134px; padding: 10px 0px 20px 0px; text-align: center;}

#footer {width: 960px; margin: 0px auto; clear: both; border-top: solid 2px black; border-bottom: solid 2px black;}
	#footer a {padding: 0px 30px;}
	
/*==================================
PAGE SPECIFIC
==================================*/
.thumbnail {float: left; width: 150px; margin: 10px 0px; text-align: center;}
#contact_form {margin-left: 20px; list-style: none;}
#contact_form li {padding: 5px; vertical-align: top;}
