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

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#keywords { 
	font-family: Tahoma, sans-serif;
	font-size: 1px;
	color: #eee;
	}
#header { 
	background: url(../img/header_top.gif) no-repeat 100% 5px; 
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(../img/photo1.gif) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 137px 20px;
	vertical-align:bottom;
	}	
#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; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 -7px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(../img/nav.gif) no-repeat;
	width: 114px;
	height: 35px;
	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 { background-color: #333; color: #D0E1EE; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 0px 8px;
	clear: both;
	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p {
	
	line-height: 2.0em;
	letter-spacing: 0.1em;
	margin: 0 0 10px 8px;	
	}	
	
#content ul {
	margin: 10px 0;
	padding: 0 0 0 10px;
	}	
.navbut {
	list-style-type: none;
	background: url(../img/button.gif) no-repeat 0px 2px;
	padding: 0 0 0 34px;
	line-height: 2.0em;
	letter-spacing: 0.1em;	
	}
.contentlist {
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	}		
#content blockquote { 
	background-color:#D0E1EE;
	margin: 2px 0; 
	padding: 2px 2px 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#content blockquote p { margin: 0; text-indent: 0; text-align:center;}
#listing { 
	background-color:#eff;
	margin: 10px 0; 
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#listing p { margin: 0; text-indent: 0; text-align:center;}


/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 0px 0;
	padding: 0;
	list-style:none;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 0px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 3px solid #ddd; }
#content ul.thumbs li a:hover img { border: 3px solid #057cc0; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 215px;
	text-align: left;
	margin-right: 35px;
	border-right: 1px;
	border-right-color:#bbb;
	border-right-style:dashed;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 448px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }

div.float {
  float: left; border-left:thin;
  }
  
div.float p {
   text-align: center;
   }
/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/	
label{
float: left;
width: 140px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 200px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 142px;
margin-top: 5px;
width: 90px;
}
#submitbutton2{
margin-left: 10px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
.noborder {
border:0px;
}
.dotline {
	BACKGROUND: url(../images/horizontal_line.gif) #fff repeat-x left top; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
a.paint:link, a.paint:hover, a.paint:visited {font-weight:bold; color:#000;
}
