@charset "UTF-8";

/*

	Body and A CSS

*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #6d4d0f;
	margin: 0px;
	padding: 0px;
	background:url(../images/bg.jpg) #d7bc8e;
}


/* following rules are invisible to IE 5 Mac \*/
html, body {
	width: 100%;
	height: 100%;
}
/* end hack */


a:link, a:visited, a:hover {
	color: #0b3559;
	text-decoration: none;	
}

a:hover {
	border-bottom: 1px dotted #0b3559;
}

a img {
	border: none;
}

/*  
	
	DIV and Container CSS

*/

#outsideContainer {
	width:100%;
	height:100%;
	background:url(../images/bg_top.jpg) repeat-x ;
}

#centreHorizon, #indexCentreHorizon {
	position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#centreHorizon, #indexCentreHorizon {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 794px;
	margin-top: -225px;
 }
 
 #indexCentreHorizon {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 794px;
	margin-top: -275px;
 }
/* end IE 5 hack */ 

#container {
	width: 794px;
	margin: 0px auto;
}

#indexContainer {
	width: 796px;
	margin: 0px auto;
}

#indexFrame {
	background:url(../images/frame_index.gif) no-repeat;
	background:url(../images/frame_index.png) no-repeat !important;
	width: 760px;
	height: 500px;
	padding: 18px;
}

#indexFlashMovie {
	width: 760px;
	height: 500px;
}

#frame {
	background:url(../images/frame.gif) no-repeat;
	background:url(../images/frame.png) no-repeat !important;
	width: 760px;
	height: 400px;
	padding: 18px;
}

#flashMovie {
	width: 760px;
	height: 400px;
}

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 780px;
	height: 520px;
 }

#disclaimer {
	width: 794px;
	text-align: left;
	padding-left: 75px;
}
#disclaimer p {
	clear:none;
	margin: 25px 0px 0px 0px;
	float: left;
	display: inline;
}
.logoNewEngland {
	margin: 0px 16px 0px 0px;
	display:inline;
	float:left;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
	background:url(../images/logo_new_england.gif);
}
.logoBaywood {
	display:inline;
	float: left;
	margin: 0px 25px 0px 0px;
	width: 80px;
	height: 68px;
	text-indent: -9999px;
	background:url(../images/logo_baywood.gif);
}

