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

html, body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
	margin-bottom:-100px;
}

#header {
	width:auto;
	height:160px;
	background-image:url(../Images/header_grad.jpg);
	background-repeat:repeat-x;
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
}

#nav {
	width:1000px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
}

#navBar {
	/*background-color:#0F0;*/
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-right:25px;
}

#navlist li {
	display:inline;
	list-style-type:none;
	padding-right:5px;
}

#navlist a {
	color:#00338d;
	text-decoration:underline;
}

#navlist a:hover {
	color:#d95e18;
}

#content {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#contentRight {
	width:600px;
	height:auto;
	float:right;
	/*background-color:#0FF;*/
	margin-bottom:50px;
}
#contentFull {
	width:800px;
	height:auto;
	float:left;
	margin-bottom:50px;
	padding:18px 0px 0px 100px;
}
.pic{
	float:left;
	padding:0px 12px 8px 0px;
	text-align:left;
	font-size:9px;
	font-style:italic;
	}
.picr{
	float:right;
	padding:0px 4px 8px 12px;
	text-align:left;
	font-size:9px;
	font-style:italic;
	}

#contentRight {
	width:600px;
	height:auto;
	float:right;
	/*background-color:#0FF;*/
	margin-bottom:50px;
}

#contentTwo {
	width:600px;
	height:auto;
	/*float:right;*/
	/*background-color:#0FF;*/
	/*text-align:center;*/
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	padding-left:75px;
}

#contentThree {
	width:1000px;
	height:auto;
	text-align:center;
	margin-bottom:50px;
	padding:18px 0px 0px 0px;
}
#newsletter{
	width:970px;
	padding:0px 0px 0px 70px;
	}
#footer {
	position:relative;
	width:auto;
	height:100px;
	background-image:url(../Images/footer_grad.jpg);
	background-repeat:repeat-x;
	text-align:center;
	clear:both;
}

.clearFooter {
	height:100px;
	clear:both;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	color:#00338d;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#00338d;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#content li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#content a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#content a:hover {
	color:#d95e18;
}

.imgLeft {
	float:left;
	padding:20px;
}

/*styles the thumbnails in the gallery*/
.lightPic {
	border:1px solid #00338d;
	padding:5px;
	}

/*styles the thumbnails while hovering over them*/
.lightPic:hover{
	border:1px solid #d95e18;
}
