/* Reset
----------------------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	 
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main
--------------------------------------------------*/
body { 
	background:url(images/bg.jpg); 
}

a { text-decoration:none;}

.wrapper { background:url(images/bg.jpg) no-repeat; width:1020px; height:1024px; margin:0px auto;}


/* Header 
--------------------------------------------------*/
.header { background:url(images/header.png) no-repeat; height:214px;  width:1020px;}
.logo {
	width:300px;
	margin:0px auto;
	padding-top:10px;
}

.nav {
	background:url(images/navigation.png) no-repeat;
	width:1020px;
	height:84px;
	margin-top:-90px;
	font:18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.nav a { color:#fff; }
.nav a:hover {
	color:/*#033c6f*/ #003A6D;
}

.active { color:#a3bade;}

.nav ul {
	height:80px;
	line-height:82px;
	width:802px;
	margin:7px auto;
}
.nav li {
	display:inline;
	width:auto;
	margin:0px 15px;
}


/* Content 
-----------------------------------------------------*/
.content { width:940px; margin:0px auto; clear:both; }
.alignLeft { width:555px; float:left; }
.alignRight { width:340px; float:right; display:inline; }

.alignLeft h2 {
	margin:0px 0px 10px 0px;
}
.alignLeft p {
	color:#00457c;
	font:16px Georgia, "Times New Roman", Times, serif;
	margin:15px 10px;
	line-height:26px;
}

.flora { clear:both; margin:-4px;}
.flora li { float:left; display:inline; width:auto;}


/* Footer
------------------------------------------------------*/

.footer { 
	clear:both; 
	background:url(images/footer.png) no-repeat; 
	width:1007px; 
	height:40px; 
	margin:15px auto;
	font:15px arial;
	color:#fff;
}

.footer ul { height:40px; width:890px; margin:0px auto; line-height:40px;  }
.footer a {
	color:#fff;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00457C;
}
