@import "layout.css";
@import "form.css";




/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background: url(/images/bg_html.gif) repeat-x; 
}

body {
margin: 0px;
height: 100%;
font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 16px;
	margin-bottom: 10px;
}

h3{
	color:#999;
	font-size:13px;
	font-weight:bold;
}

h4{
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

h5{
	font-size:12px;
	font-weight:bold;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size: 12px;
	margin:0 0 10px;
	line-height:1.4;
	color: #666666;
}

span{
	color: #6EBB1F;
}

address{
	font:normal 1.2em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px;
}

blockquote{
	color: #6ebb1f;	
	margin-bottom: 10px;
	font-size: 18px;
	font-style: italic;
}

cite{
	color: #999999;
	font-size: 10px;
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	list-style:none;
	font-size: 12px;
	margin-left: 7px;
	margin-bottom: 10px;
	color: #666666;
}

li{
	line-height:1.4;
	font-size:12px;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	font-size:1.2em;
}

dt{
	clear:left;
	float:left;
	width:100px;
}
	
dd{
	font-size:1.1em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#41a0cf;
	font-size:1.2em;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:none;
}

a:active{
	color:#333;
	text-decoration:none;
}

.skip{
	position:absolute;
	left:-9999px;
}

/*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;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #efefef;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

