@import "layout.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background-color:#ececec;
	height:100%;
}

body{
	font:normal 62.5%/1 arial,helvetica,sans-serif;
	color:#666;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:arial,helvetica,sans-serif;
	margin:0;
	color:#333;
}

h1{
	font-size:4em;
	line-height:1.2em;
	letter-spacing:-3.2px;
	margin:0 0 22px 0;
}

h1 a:hover{
	background-color:#ff9;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3{
	
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.1em;
	margin:0 0 10px;
	line-height:1.4;
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
ul{
	margin:0;	
}

li{
	line-height:1.4;
	font-size:1.1em;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#333;
	text-decoration:none;
}


a:hover{
	
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}

/*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;
}

