/*  3B Web Creation styles  */

html	{
	min-height: 100%;
	margin-bottom: 1px;
	}	
* {	
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	}
body	{	
	text-align: center;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #008080;
	}	
.container	{
	width: 720px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	}	
.container .main	{
	float: left;
	width: 720px;
	background-image: url(pics/stripe_f_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	}
.container .header	{
	float: left;
	width: 720px;
	border-bottom: 1px solid #008080;
	clear: both;
	}
.container .intro	{
	float: left;
	width: 620px;
	padding-left: 100px;	
	clear: both;
	}
.container .intro .about	{
	float: left;
	width: 620px;
	border-top:  1px solid #008080;
	border-bottom: 1px solid #008080;
	clear: both;
	margin: 25px 0;
	}
.container .intro .about .left	{
	float: left;
	width: 299px;
	padding: 20px 10px 10px 0;
	border-right:  1px solid #008080;
	}
.container .intro .about .right	{
	float: right;
	padding: 20px 0 10px 0;
	width: 300px;
	}
.container .module	{
	width: 720px;
	border-top: 1px solid #008080;
	clear: both;
	}
.container .module .website,
.container .contact	{
	width: 620px;
	margin: 20px 0 20px 100px;
	font-size: 11px;
	}	
p	{
	margin: 0 0 10px 0;
	}
.intro p	{
	text-align: justify;
	}
p.ctr	{
	margin: 0 0 10px 0;
	text-align: center;
	}
.btn	{
	background-color:#008080;
	color:#fff;
	border-left: 1px solid #94e0d1;
	border-top: 1px solid #94e0d1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
.new	{
	 color: #c00;
	 background-color: #fff;
	 font-weight: 800;
	 }
div.rule	{
	border-bottom: 1px solid #008080;
	margin: 15px 0;
	height: 3px;
	}
.top	{
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	}
img a, img	{
	border: 0;
	}
/* standard links */

a:link	{
	text-decoration: none;
	color: #005353;
	background-color: #fff;
	}
a:visited	{
	text-decoration: none;
	color: #005353;
	background-color: #fff;
	}	
a:hover	{
	text-decoration: underline;
	color: #008080;
	background-color: #fff;
	}	
/*  home links  */
a.home:link, a.home:visited	{
	font-size: 11px;
	text-decoration: none;
	background-color: #008080;
	color: #fff;
	padding: 15px;
	}
a.home:hover	{
	font-size: 11px;
	text-decoration: none;
	background-color: #008080;
	color: #ccc;
	}
.host	{
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	}
.door-container	{
	width: 100%;
	margin: 0 auto!important;
	text-align: center!important;
	clear: both;
	}	
.door-container .sliding-doors span {
	float: left;
	padding: 0 5px 0 0;
	background-image: url(pics/button-right-slide.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
.door-container .sliding-doors {
	float: left;
	
	padding-left: 5px;
	background-image: url(pics/button-left-slide.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 210px;
	cursor: hand;
	}
.door-container .sliding-doors2	{
	height: 20px;
	width: 200px;
	background: none;
	font-size: 1.2em;
	font-weight:800;
	color: #008080;
	border: 0;
	cursor: hand;
	line-height:18px;
	padding: 0 0 2px 0;
	}
a.popup	{
	padding-right: 17px;
	background-image: url(pics/popup_icon.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
.roundFlash	{
	padding: 15px 15px 0 15px;
	border: 1px solid #00d7cc;
	background-color: #fff;
	}
.alt	{
	background-color: #008080;
	}