body{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #FFF;
	background-repeat: repeat;
}

#container {
	height: 100%;
	width: 850px;
	margin: 0px Auto;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(/images/bg.gif);
}
.container {
	height: 100%;
	width: 755px;
	margin: 0px Auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
}


#top {
	height: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
}
.top {
	font-weight: lighter;
	text-align: left;
	width: 59%;
	float: left;
}
.phone {
	font-weight: bolder;
	width: 40%;
	float: right;
	color: #F00;
	font-size: 14px;
	text-align: right;
	padding: 0px 5px 0px 0px;
	text-transform: uppercase;
}
#header {
	height: 100%;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
}
#menu {
	height: 35px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
	margin: 4px 0px 0px 0px;
}
#showcase {
	width: 380px;
	height: 360px;
	float: left;
	margin: 14px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
	z-index: 0;
	overflow: hidden;
	border: solid #517A38 4px;

}
#gallery {
	width: 360px;
	height: 230px;
	float: right;
	margin: 14px 0px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;

	border: solid
# 1px;
	border: solid #517A38 1px;

}
#bulletin {
	width: 360px;
	height: 120px;
	float: right;
	margin: 15px 1px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
/*Tool Tip*/

#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

#content {
	width: 755px;
	height: 300px;
	float: left;
	margin: 14px 0px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	border: solid #517A38 1px;
}
#tabs {
	float: left;

}
.tabs {
}
#footer {
	height: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
	margin: 3px 0px 0px 0px;
}
.footer {
	font-weight: lighter;
	text-align: center;
	width: 100%;
	float: left;
}

p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

/*Links*/

.link {
	text-decoration: none;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}

a img {
	border: none
}
