/*
//  untitled
//
//  Created by Shea McKinney on 2008-04-06.
//  Copyright (c)  McKMedia. All rights reserved.
*/

html,b,body,br,code,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,hr,i,img,label,li,ol,p,pre,span,strong,table,td,th,tr,ul,input,textarea,fieldset {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 10px;
}
code,pre {
	font-family: monospace;
}
li,dd {
	margin-left: 0px;
	list-style-type: none;
}
input, textarea {
	border: solid 1px #2d2d2d;
}
table,td,tr,th {
	vertical-align:top;
	text-align: left;
}
/* my styles */

#container {
	
}

#wrapper {
	width: 880px;
	min-width: 880px;
	max-width: 880px;
}
#bannerDiv {
	
}
#navDiv {
	text-align: left;
	height: 26px;
	max-height: 26px;
	min-height: 26px;
	border-bottom: 2px solid #FFF;
}
#imageDiv {
	text-align: left;
}
#contentDiv {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	min-height: 175px;
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	text-align: left;
	padding: 20px;
}

/* --=-==-=--=-=-=-=-=-=-= Text --=-=-=-==--==--=-=-= */

h1,
.heading1 {
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color: #003A63;
	font-size: 2.3em; /* same as 23px */
}
h1 {
	padding-bottom: 25px;
}
h2,
.heading2 {
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color: #db9f20;
	font-size: 1.8em;
}
h2 {
	padding-bottom: 20px;
}
h3,
.heading3 {
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color: #003A63;
	font-size: 1.4em;
}
h3 {
	padding-bottom: 10px;
}
p,
#contentDiv p {
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color: #4D4D4D;
	font-size: 1.1em; /* same as 11px */
	line-height: 1.5em; /* same as 15px */
}
b,
strong,
#contentDiv b,
#contentDiv strong {
	
}
i,
em,
#contentDiv i,
#contentDiv em {
	
}
ul,
ol {
	margin-left: 30px;
}
#contentDiv li,
li {
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	color: #4D4D4D;
	font-size: 11px;
	line-height: 15px; /* same as 15px */
}

/* -=-=-=-==--=-=-=--==--= LINKS -=-=-==--=-=-=-=-= */

a,
a:link,
a:visited,
#contentDiv a,
#contentDiv a:link,
#contentDiv a:visited {
	color: #006EB8;
	text-decoration: none;
}
a:hover,
#contentDiv a:hover {
	color: #db9f20;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: db9f20;
}
