@charset "utf-8";
/* CSS Document */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1;
}
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;
}

a {
text-decoration: underline;
color: #2d5780;
}

a:hover {
text-decoration: none;
color: #4678a8;
}



/* MAIN STYLES */

html {
background: url(../images/homeBGtop.jpg) repeat-x; 
background-color:#FFF;
}

#container {
/* background: url(../images/gradientBG.jpg) no-repeat; */
background-color:#336699;
width: 804px;
margin: 0 auto;
}

#flashcontent {
width: 804px;
height: 402px;
background: #336699;
margin: 0;
}

#flashcontent2 {
width: 804px;
height: 250px;
background: #336699;
margin: 0;
}

#footer {
clear: both;
background: url(../images/homeFooterBG.jpg) repeat-x;
background-color: #FFF;
margin: 0;
height: 173px;
overflow: hidden;
font-size: 12px;
}

#footerContainer {
width: 804px;
margin: 0 auto;
height: 120px;
overflow: hidden;
font-size: 10px;
}

#footerContainer p {
float: left;
height: 22px;
line-height: 22px;
}

#footerContainer .address {
margin: 0 auto;
float: right;
line-height: 22px;
}

#footerLinks {
clear: both;
margin: 30px 0;
}

#footerLinks ul{
float:left; 
width: 160px;
line-height: 16px;
}

#footerLinks .topItem {
font-size: 12px;
font-weight:bold;
color: 264e76;
}