/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#background {
	clear: both;
	width: 100%;
	margin: 0px auto;
    background: #8CAAB9 url(images/back.png) repeat-x;
	background-attachment:scroll;
    background-position: 50px 1px;

}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #429EFB;
}

a:hover {
	text-decoration: underline;
	color: #429EFB;
}

/************* HEADER STUFF ************/

#header {
	width: 100%;
	height: 144px;
	margin: 0px auto;
	background-color: #104F6F;
}
#header-image {
	clear: both;
	margin: 0px auto;
	width: 941px;
	height: 143px;
	margin: 0px auto;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}
#flash {
    float: left;
	height: 144px;
	background-color: #104F6F;
	width: 280px;
}

#tagline {
    float: right;
	height: 144px;
	background-color: #104F6F;
	width: 661px;
}
/************* MENU ************/
#wrapper {
	width: 771px;
	margin: 0px auto;
	background-color: #104F6F;
	height: 40px;
	border: none;
}

#menu {
	width: 100%;
	margin: 0px auto;
	background-color: #104F6F;
	background-image: url(images/nav-image.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 40px;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}






/************* PHOTO SHOW ************/
#image {
	clear: both;
	width: 771px;
	height: 245px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
	background-color: #FFFFFF;
	display: block;
	
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#main{
	float: left;
	width: 733px;
	padding: 20px 20px 40px 20px;
	background-color: #E8EEF1;
}
#left {
	float: left;
	width: 307px;
	padding: 3px 20px 40px 20px;
	color: #090B0C;
	top: 10px;
}


#right {
	float: right;
	width: 276px;
	padding: 3px 20px 40px 20px;
	color: #587786;
	background-color: #FFFFFF;
	border: thin solid #A7BECA;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: auto;
	margin: 20px auto 0px;
	border-top: 1px solid #666666;
	background: #587786;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #8CB9D1;
	font-weight: bold;
}
.content-images {
	padding: 3px;
	border: thin solid #7DB4B7;
	#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

}

