@charset "utf-8";
.bullet {  list-style-image:  url(images/bullet.gif)}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	scrollbar-3d-light-color: #ff8000;
	scrollbar-arrow-color: #000080;
	scrollbar-base-color: #000080;
	scrollbar-dark-shadow-color: #24369C;
	scrollbar-face-color: #99B3CC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #24369C;
	background-image: url(../gif/main_bg.jpg);
}
#container  {
	width: 780px;
	text-align: left;
	height: 553px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	height: 127px;
	background-image: url(../gif/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 177px;
}
#flash  {
	height: 127px;
	float: right;
	width: 603px;
	background-image: url(../gif/flash.gif);
	background-repeat: no-repeat;
	background-position: right top;

} 

#nav {
	height: 32px;
	text-align: center;
	width: 622px;
	float: right;
	padding-top: 5px;
	padding-left: 158px;
	background-image: url(../gif/nav.gif);
}
.navText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F4E5AD;
}
#mainContent  {
	float: left;
	width: 780px;
	height: 336px;

} 
.MainContent {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-position: left;
}
#location {
	float: left;
	width: 49px;
	background-repeat: no-repeat;
	height: 336px;
}

iframe {
   overflow-x: hidden;
} 
#window {
	float: left;
	width: 482px;
	background-repeat: no-repeat;
	height: 336px;
}
#photos {
	float: right;
	width: 249px;
	background-image: url(../gif/photo.gif);
	background-repeat: no-repeat;
	height: 336px;
}
.add_email {
	color: #FFFFFF;
	font-size: 11px;
}


#address {
	float: left;
	width: 524px;
	background-image: url(../gif/address.gif);
	background-repeat: no-repeat;
	height: 33px;
	text-align: right;
	padding-top: 20px;
}

#email {
	float: right;
	width: 256px;
	background-image: url(../gif/email.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 20px;
}


#footer  {
	text-align: center;
	padding: 5px;
	width: 780px;
	margin: 0 auto;
} 
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.footer  a:visited {
	color: #333333;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
