am/* CSS 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,
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;
}
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;
}
/* END CSS RESET */




body {
	margin: 0;
	text-align: center;
	background: #02373b url(../images/bg-main.jpg) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
/*	line-height: 18px; */
	color: #000;
}

h1 {
	font-size: 24px;
	margin: 0 0 30px 0;
	letter-spacing: -.05em;
}

p {
	margin: 0 0 20px 0;
}

a:link { color: #29A8DF; text-decoration: none; }
a:visited { color: #29A8DF; text-decoration: none; }
a:active { color: #29A8DF; text-decoration: none; }
a:hover { color: #fff; background: #29A8DF; text-decoration: none; }

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	background: #02373b url(../images/bg-main.jpg) top center no-repeat;
}

#logo {
	position: absolute;
	z-index: 50;
/*	top: -50px; */
	top: 10px;
	left: 120px;
	
}

#americanFlag {
	position: absolute;
	z-index: 50;
	right: 15px;
	top: 35px;
}

#mainImage {
	width: 920px;
	height: 380px;
	margin: 0px auto 0 auto; 
	padding-top: 60px;
}

#content {
	width: 100%;
	background: url(../images/bg-content.jpg) repeat-y;
	padding-bottom: 40px;
}

#navContainer {
	width: 200px;
	margin: 0 0 0 80px;
	float: left;
}

.navElement {
	width: 200px;
	height: 50px;
	background: url(../images/btn-nav.jpg) no-repeat;
}

.navElement a {
	display: block;
	width: 200px;
	height: 50px;
/*	padding: 16px 0 0 30px; */
	position: relative;
	color: #fff; text-decoration: none; font-size: 18px;

}

.navElement a span {
	position: relative;
	top: 16px;
	left: 30px;
}

.navElement a:link { color: #fff; text-decoration: none; font-size: 18px;  }
.navElement a:visited { color: #fff; text-decoration: none; }
.navElement a:active { color: #fff; text-decoration: none; }
.navElement a:hover { color: #fff; text-decoration: none; background: none; }

#footerContainer {
	width: 1000px;
	height: 60px;
	background: url(../images/bg-footer.jpg) no-repeat;
	position: relative;
	margin-bottom: 10px;
}

#footerContainer p {
	position: absolute;
	right: 20px;
	top: 50px;
	text-align: right;
	font-size: 11px;
	color: #537274;
}

#contentRightColumn {
	width: 640px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

.clearBoth {
	clear: both;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

li {
	margin-bottom: 10px;
}

.galleryThumbBg {
	width: 111px;
	height: 91px;
	background: url(../images/bg-galleryThumbContainer.png);
	float: left;
	margin: 0 0 7px 7px;
}

.galleryThumbContainer {
	width: 92px;
	height: 72px;
	position: relative;
	top: 9px;
	left: 10px;
	overflow: hidden;
}

#contactMap {
	width: 620px;
	height: 390px;
	border: 1px solid #333;
}

#socialMediaContainer {
	position: absolute;
	z-index: 10;
	top: 4px;
	right: 20px;
	height: 36px;
	text-align: right;
}

#socialMediaFacebook {
	float: right;
	width: 500px;
	text-align: right;
}

#socialMediaFacebook img {
	float: right;
}

#socialMediaFacebook p {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	line-height: normal;
	position: relative;
	top: 10px;
}

#socialMediaYouTube {
	float: right;
	margin-left: 10px;
}
