/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 75%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#container {
	width: 900px;
	padding: 0 10px;
	margin: 0 auto;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	text-align: left;
}
#header,
#main {
	background-color: #fff;
	margin: 0 auto;
	width: 900px;
}
#header {
	overflow: auto;
	padding-bottom: 15px;
	padding-top: 105px;

	background-color: #081d29;
	background-image: url(images/header-bg.jpg);
	height: 180px;
}
#main {
	overflow: hidden;
}
#footer {
	text-align: center;
	padding: 15px 10px 18px 10px;
	font-size: 0.8em;
	color: #666666;
	background-image: url(images/footer-background.png);
	margin: 0 auto;
	width: 900px;
	text-transform: capitalize;
}
#main p{
	padding-bottom: 15px;
}
#center ul{
	padding-bottom: 15px;
}
#center ul li{
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
}
#main .title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	color: #996600;
}
#main p.last{
	padding-bottom: 0;
}
#nav, #center, #right {
	background-color: #fff;
	float: left;
	color: #444;
	width: 200px;
}
#center, #right {
	background-color: #fff;
	float: left;
	width: 300px;
	padding: 15px 25px 15px 25px;
}
#menu {
	background: none repeat scroll 0 0 #333333;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 185px;
	font-size: 1em;
	font-weight:  bold;
}
#menu li {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#menu a {
	background: none repeat scroll 0 0 #081d29;
	border-bottom: 1px solid #213642;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a#on {
	background: url(images/hover.gif) no-repeat scroll left center #213642;
	color: #fff;
	padding-bottom: 8px;
}
#menu a:hover{
	background: url(images/hover.gif) no-repeat scroll left center #435864;
	color: #fff;
	padding-bottom: 8px;
}
.header-images {
	float: left;
	margin-left: 40px;

}
.spacer {
	clear: both;
}
.bottomspacer{
	margin-bottom: 40px;
}
.red {
	font-style: italic;
	color: red;
}
.testimonial {
	color: #777;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.icon{
	float: left;
	padding: 3px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
