/*name: style.css
author: Nathan Uri
*/

body       { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 19px; background-color: white; background-image: url(../images/bg.jpg); margin-top: 0 }
.container  { background-color: #ffffff; margin-right: auto; margin-left: auto; width: 750px; border-right: 1px solid silver; border-left: 1px solid silver }
div.header { width: 750px; float: left }
div.headerSec { width: 750px; height: 130px; float: left }
div.cell    { background-color: #eaedf1; background-image: url(../images/cellbg.jpg); background-repeat: repeat-x; margin-bottom: 20px; padding-top: 10px; padding-bottom: 10px; float: left }
div.nav  { padding-top: 30px; padding-bottom: 20px; width: 600px; float: left }

div.linkbar  { background-image: url(../images/contactlink.jpg); text-align: center; margin-bottom: 20px; padding-top: 9px; width: 750px; height: 27px; float: left }
a.linkbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a:hover.linkbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-size: 12px;
}

p.footer       { color: #fff; font-family: Georgia; text-align: center; width: 750px; height: 83px; float: left }
a   { color: #164075; font-weight: bold; text-decoration: none }

a:hover   {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

h1   { color: black; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; margin-bottom: 10px }
h2  { font-size: 13pt; font-family: Arial; font-weight: bold; margin-bottom: 15px }
h3 { color: black; font-size: 14px; font-family: Georgia; font-weight: bold }
h3.ten  { margin-bottom: -9px; padding-left: 10px }
input  { border: solid 1px #2b2b2b }
input.submit { border-style: none; border-width: none none none none }
div.clear  { width: 15px; height: 15px; clear: right }
div.center  { margin-right: 75px; margin-left: 75px; width: 600px }
img.center  { padding-bottom: 20px; padding-left: 24px; float: left }
