/************************* General Reset **************************/
html {
	height: 100%;
	background: url(../images/background.jpg);
	background-repeat: repeat;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif, lucida grande, tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 1.6;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	display: block;	
}

div.contentbar {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #dedace;
}

#content {
	width: 1209px;
	position: relative;
	z-index: 100;
}

#footer {
	width: 1020px;
	height: 35px;
	margin: 10px auto;
	position: relative;
	color: #a7a394;
	z-index: 1;
}

/*************************** Divs ******************************/

div.fullwidth {
	float: left;
	display: inline;
	width: 100%;
}

/*************************** Images ******************************/
img {
	float: left;
	display: inline;
	border: none;
	margin: 0;
}

/*********************** Unordered lists *************************/
ul {
	margin: 2px;
}

/************************** Paragraphs ***************************/

p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

/*********************** Anchors & Links *************************/
a {
	color: #90afa8;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFFFFF;
}

/*************************** Input ******************************/
input, select {
	float: left;
	display: inline;
	margin: 0;
	width: 245px;
	height: 25px;
}

/************************ Home Page divs ************************/
div.homesidebar {
	float: left;
	display: inline;
	width: 412px;
	height: 882px;
	margin-left: 115px;
	background: url(../images/sidebar_bkgnd.jpg);
	background-repeat: repeat-y;
}
div.sidebartab {
	float: left;
	display: inline;
	margin: 30px 0 0 40px;
	width: 330px;
/*	height: 35px;	*/
	cursor: pointer;
	background-color: #9cbdb5;
}
div.sidebartabtext {
	float: left;
	display: inline;
	width: 180px;
	height: 24px;
	padding: 0 0 4px 0;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	margin: 4px 0 0 20px;
}
div.sidebartext {
	float: left;
	display: inline;
	width: 325px;
	margin: 20px 0 0 40px;
	font-size: 16px;
	color: #fff;
}
div.popupmap {
	float: right;
	display: none;
	position: absolute;
	top: 330px;
	right: 4px;
	height: 306px;
	width: 215px;
	background: url(../images/map_popup3.png);
	background-repeat: no-repeat;
	color: #2c2b26;
}
div.homepopups {
	float: left;
	width: 100%;
	border-top: 1px dashed black;
	padding: 8px 0 0 0;
	margin: 7px 0 0 0;
	line-height: 1.4;
}
div.homepopups p {
	line-height: 1.2;
}
/************************* Map Page ********************************/
div.mapoverlay {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 490px;
	width: 200px;
	color: #2c2b26;
	background-color: #000000;
	opacity:0.7;
	padding: px;
	filter:alpha(opacity=70);
}
div.map_popupmap {
	float: right;
	display: none;
	position: absolute;
	width: 146px;
	color: #fff;
/*	border: 1px solid red;	*/
}

div.top_rollover {
	float: left;
	background: url(../images/top_rollover.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 122px;
}
div.rollover_slice {
	float: left;
	background: url(../images/rollover_slice.png);
	background-repeat: repeat-y;
	width: 122px;
}
div.bottom_rollover {
	float: left;
	background: url(../images/bottom_rollover.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 122px;
}

/************************* Sub-Page divs **************************/
div.subsidebar {
	float: left;
	display: inline;
	width: 311px;
	height: 882px;
	margin-left: 115px;
/*	background: url(../images/sub_sidebar_bkgnd.jpg);
	background-repeat: no-repeat;		*/
}
div.subpagecallout {
	float: left;
	position: absolute;
	top: 280px;
	left: 93px;
	height: 87px;
	width: 239px;
	padding: 25px 10px 0 60px;
	background: url(../images/sidebar_callout.png);
	background-repeat: no-repeat;
	color: #333333;
}
/**************************** Footer ***************************/
div.footcontain {
	height: 70px;
	width: 900px;
	margin-left: 10px;
}
div.copyright {
	float: right;
	width: 350px;
	text-align: right;
	margin: 20px 15px 0 0;
	color: #939598;
}

