/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	color: #333333;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	}
a {
	text-decoration: none;
	color: #813bb8;
	font-size: 1em;
	padding: 1px 2px;
}
a:hover {
	background: #c2a2da;
}
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height:auto; !important;
	height:3520px;
	min-height: 100%;
	position:relative;
	text-align: centre;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	background: url(img/top.jpg) no-repeat 550px 0px;
	width: 750px;
	margin:0px auto;
	padding: 0;
	height: 336px;
	}
#header div {
	background: url(img/bottom.jpg) no-repeat 0px 123px;
	text-align: left;
	padding: 97px 0px 107px 20px;
	}	
#header h1 {
	margin: 0; 
	clear: both;
	padding: 43px 0 0 40px;	
	font-size: 4em;	
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	
.li {color: #803BB8}
.style2 {color: #813BB8}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav1.gif) no-repeat;
	width: 114px;
	height: 50px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover {
	color: #703e9b;
	height: 20px;
	background: #FFFFFF;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 750px;
	padding-bottom: 50px;
	display: block;
	height: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	}
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: visible	}	
#content h2 { 
	font-size: 20px;
	color: #101010;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #813bb8; 
	font-style: normal;
	}
#content h3{
	font-size:1.3em;
	color: #813bb8;
	font-weight: lighter;
	text-align: center;
}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	}	
#drpistone {
	list-style-image: url(img/drpistone.com.gif);
	color: #000000;
}	
#drpistone a {
	color: #803BB8;
	text-decoration: underline;
}
#drpistone a:hover {
	border-bottom-color: #0033FF;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	background-color: #FFFFFF;
	color: #0033FF;
}
#content ul {
margin: 20px 0;
padding: 0 0 0 10px;
}	
#content li { color:#803BB8;
list-style-type: none;
background: url(img/bullet1.gif) no-repeat 0px 8px;
padding: 0 0 0 25px;
line-height: 2em;
letter-spacing: 0.1em;	
}	
#content blockquote {
	margin: 20px 0;
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }
/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #eee7f9; }
#content ul.thumbs li a:hover img { border: 5px solid #703e9b; }	
#content ul.thumbs li a {background-color: transparent;
}
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 223px;
	text-align: left;
	margin-right: 35px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float:right;
	width: 479px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#middleimg {
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
h3 { 
	float: left; 
	padding: 6px 6px 6px 6px;
}
h4 { 
	float: right; 
	padding: 2px 2px 2px 2px;
}
h5 { 
	float: centre; 
	padding: 2px 2px 2px 2px;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	width: 100% !important;
	z-index: 500 !important;
	position: relative;
	margin-top: -36px;
	background-color: #333;
	color: #ffffff;
	font-size: 11px;
	border-top: 3px solid #ffffff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
	clear: both;
	float: left;
	}	
#footer p { margin: 0 10px;
	 text-align: center;
	 color:#FFFFFF
}	
#footer a:hover { background-color: #222;
	font-size:small;
	font-style:normal;
	line-height:normal;
	color:#FFFFFF;
}
.enviro{
	color: #6C0;
}
.chi{
	color: #C00;
}
.clear{
	clear: both;
	float: left;
}
