/* Generic Starting CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

hr {
	color: black;	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: underline;
	color: black;
}

a.hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "footlight MT Light";
	font-weight: normal;
	line-height: 100%;
	margin-top: 0;
}

h1 {
	font-size: 28px;
	color:#000;	
}

h2 {
	font-size: 16px;
	color: #00265d;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

h3 {
	font-size:25px;
	color:#000;	
}
/* End of Generic CSS Code */



/* Start of Custom CSS for LEID, LORAH AND COMPANY Webpage */

html {
	background-image: url(../pretty%20small%20circles.png);
}

#container {
 	width: 980px;
  	border: 2px solid #00295b;
 	 background: white;
  	margin: 2em auto;
}

#header {
	width: 100%;
  	overflow: hidden;
  	height: 140px;
  	background-color: #cecece;
}

#header img {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

#header #headerLeft {
	float: left;
	width: 45%;	
}

#header ul#nav {
	float: left;
	font-size: 16px;
	top: 10px;
	list-style-type: none;
	width: 100%;
	padding-left: 25px;
    overflow: hidden;
}

#nav {
  background-color: #00295b;
  height: 50px;
  width: 95%;
  
}

#nav li {
	float:left;
}

#nav li a {
	color: white;
	display:block;
	text-align: center;
    padding: 14px 25px;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #cecece;
	color: #000080;
	font-weight:bold;
	
}

#mainTest {
	margin: 0 auto;
	max-width: 700px;
	padding-right: 320px;
	height: 715px;
	background-color: #fff;	
}

#contentTest {
	float:left;
	width: 48%;
	min-width: 410px;
	padding-right: 0px;	
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.sidebar {
	float: left;
	width: 550px;
	margin-right: -1000px;
	padding-top: 120px;	
	
}

.sidebar p {
	font-size: 18px;	
}

#mainCon {
	position: inherit;
	background-color: #fff;
	height: 1350px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainStaff {
	position: inherit;
	background-color: #fff;
	height: 1200px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainRec {
	position: inherit;
	background-color: #fff;
	height: 600px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainResource {
	position: inherit;
	background-color: #fff;
	height: 1000px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#main #homeImg #denver {
	margin-top: 80px;
	margin-left: 10px;
	float: left;
	width: 500px;	
}

#main #homeImg #litiz {
	margin-top: 50px;
	margin-left: 10px;
	float: left;
	width: 500px;	
}

#mainCon #content {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	height: auto;
}

#mainStaff #content {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 10px;
	height: 800px;
}

#mainCon p{
	font-size:18px;	
	padding:20px;
}

#mainStaff p{
	font-size:18px;	
	padding:20px;
}

#mainRec p{
	font-size:18px;	
	padding:20px;
}

#mainCon #p2{
	font-size:18px;	
}

#mainCon h1 {
 padding-top: 10px; 
}

#mainStaff #p2{
	font-size:18px;	
}

#mainStaff h1 {
 padding-top: 10px; 
}

#content #address {
	margin: auto;
	width: 100%;
}

#footer {
	background-color: #00224c;
	height: 65px;
	color: white;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 14px;
}

#footer p {
	padding-top:15px;
	margin-left: 15px;
	color: white;	
}

#footer #footerLeft {
	margin-left: 20px;
	padding-top: 10px;
	float: left;
	width: 35%;	
}

#footer #footerRight {
	float: left;
	width: 60%;	
}

#footerRight tr {
	padding-top: 10px;	
}

#footerRight th, td {
	padding-top: 10px;
	font-size: 12px;
	color: white;
	text-align:left;
	padding-left: 5px;	
}


body {
	color: #000;	
}

p {
	font-size: 12px;
	color: #000;
}

#content #ContactList {
	height: 900px;	
}

#content a {
	color:#00F;
	text-decoration:underline;
}

#content #contactPicturesTest {
	margin: 0 auto;
  max-width: 700px;
  padding-right: 320px;
}

#contactPictures #DenverLeftTest {
	float: left;
  width: 100%;
  min-width: 400px;
  padding-right: 20px;
}

.LitizRightTest {
	float: left;
  width: 400px;
  margin-right: -1000px;
  padding-top: 50px;
}

.address {
	float: left;
	margin: 10px;
	max-width: 410px;
	height: auto;
	/*border: 1px solid black;*/
	padding-left: 5px;	
	padding-right: 5px;
}

.denverPic {
	margin: auto;
	padding: 20px;
	max-width: 90%;
}

.map {
	margin: auto;
	padding: 5px;
	max-width: 90%;
}

.error {
	color: #FF0000;	
}

#emailSuccess {
	border: 1px solid black;	
}