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

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

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

*{
	margin:0;
	padding:0;
}

html{
	background:url(/images/bg_html.gif) no-repeat;
	height:100%;
}

body{
	font:normal 75%/1 arial,verdana,helvetica,sans-serif;
	color:#000;
	text-align:center;
}

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

h1, h2, h3, h4, h5{
	font-family:'Helvetica Neue',helvetica,arial,sans-serif;
	letter-spacing: -1px;
	margin:0 0 10px;
	color: #beba00;
}

h1{
	font-size: 2em;
}
h1 span{
	font-weight: normal;
}

h2{
	font-size: 1.4em;
}

h3{
	
}

h4{
	
}

h5{
	
}

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

p {
	margin:0 0 10px;
	line-height:1.4;
}
p#gunf {
	font-size: 0.8em;
	color:#CCCCCC;
	}
span{
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 30px;
}

blockuote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin:0 0 20px 30px;
}

ul{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;

}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.1em;
}
	
dd{
	font-size:1.1em;
}

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

a img{
	border:none;
}

a:link, a:visited{
	color:#beba00;
}

a:hover{
	color: #999999;
}

a:active{
	
}

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


/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}


/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0 20px;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}
.line {
	font-size: 1px;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0 20px 0;
	width: 90%;
	}
.line hr {
	visibility: hidden;
}

ul.sub {margin-left: 10px;}

li.sub {margin-left: 10px;}

