@import "layout.css";
@import "form.css";
@import "table.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:url(/images/bg_html.gif) top left repeat-x;
	height:100%;
}

body{
	font:normal 62.5%/1 Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-align:center;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
}

h1, h1 span{
	width:210px;
	height:20px;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:1.5em;
	color:#FFF;
}

h2{
	font-size:1.5em;
}

h3{
	font-size:1.2em;
}

h4{
	font-size:1.2em;
}

h5{
	font-size:1.2em;
	margin-bottom:5px;
	line-height:1.3;
}


h6{
	font-size:1em;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.2em;
	margin:0 0 10px;
	line-height:1.4;
}

span{
	
}

address{
	font:normal 1.2em/1.3 Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
	line-height:1.4;
}

blockquote{
	
}

cite{
	
}

*HTML sup {
	margin-bottom:3px;
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;
	font-size:1.2em;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.2em;
}
	
dd{
	font-size:1.2em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#8FB20D;	
}

a:hover{
	
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}

a.more:link, a.more:visited{
	float:left;
	display:block;
	width:auto;
	padding:3px 6px;
	background-color:#F7F8F9;
	text-decoration:none;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
	margin:0 0 0 23px;
}

.left{
	float:left;
}

.thumb{
	border:4px solid #C0C1C2;
	padding:1px;
	background-color:#FFF;
}

.thumb.left{
	margin:0 15px 15px 0;	
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.green {
	color:#8FB20D;	
}