html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
}
	
body {
	font-family:verdana, arial, sans-serif;}
	
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}
.stretch {
    width:100%;
    height:100%;
}
#scroller {
	position:absolute;
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:2;
} 
	
#content
{padding:0;
 width:100%;
 height:100%}

#header_wrapper {
		background: url('images/logo-bgd.gif');
	height: auto;
	width:inherit;
}
.linebreak {
	background: url('images/linebreaker2.gif');
	height: auto;
	width:100%;
}

#menu_wrapper {
	background: url('images/menu-bar.gif');
	height: 36px;
	margin: 0;
	padding: 0;
}

#photo_wrapper {
	position: inherit;
	background: url('images/gradientbar.gif');
	height: 307px;
	top:0px;
	left:0px;
	padding: 0px;

}

#flash_about {
	padding-right:150px;
	padding-top:10px;
	 z-index: 100;
}
#social_media {
	padding-left:20px;
	padding-top:10px;
}
#body_wrapper {
	height: auto;
	width: 100%;
}

#footer {
	width:100%;
	height: 50px;
	background-color: #FFFFFF;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-color: #FFFFFF;
}
.menu {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.footertext {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.mailfootertext {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.copy {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
}

.redcopy {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #BE1E2D;
}
.copydivider {
	background-image: url(images/copy-divider.jpg);
	background-repeat: repeat-y;
}
#flash_aboutmenu {
	position: absolute;
	overflow: hidden;
	visibility: visible;
	z-index: 100;
	height: 160px;
	width: 900px;
	left: 300px;
	top: 117px;
	margin-bottom: -10px;
	float: inherit;
	margin: 0px;
	padding: 0px;	
}

a.mail:link {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
a.mail:visited {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
a.mail:hover {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
.headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding: 8px;
}

