@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
	background:#efefef;
	height:100%;
}

body {
	margin:20px 10px;
	font: normal 60.5%/1 tahoma, arial,helvetica,sans-serif;
	color:#000;
	text-align: center;
}

/* headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h4, h5 {
	margin:0 0 10px 0;
}

h1 {
 	color:#444;
	font-size:1.4em;
	margin-top:3px;
}

h2 {
	color:#039;
	font-size:1.6em;
}

h2.impact {
	color:#333;
	font-size:2em;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
}


h3 {
	color:#039;
	font-weight:bold;
	font-size: 1.1em;
	line-height:1.3;
	margin-bottom:0;
}

h4 {
	color:#C90;
	font-family:arial;
	font-size:1.3em;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #F7E3CD;
	border-top:1px solid #F7E3CD;
	margin:2px 0 6px 0;
}

h5 {
	font-size:1.0em;
	color:#ffff99;
	margin:8px 0 2px 0;
	margin:0;
}


/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size: 1.1em;
	margin:0 0 10px 0;
	line-height:1.3;
	color:#444;
}

p.area{
	width:350px;
}

span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}

blockuote{
	
}

cite{
	
}


/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin:0 0 20px 20px;
}

#content_main ol li {
		line-height:1.4;
		font-size: 1.1em;
		margin:0 0 5px;
		list-style:decimal-leading-zero;
		color:#333;
	}



ul {
	margin:0;
	list-style:none;
	overflow:hidden;
}

	ul li {
		line-height:1.4;
		font-size: 1.1em;
		float:left;
	}

	
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
dl {
	
}

	dt {
		clear:left;
		float:left;
		width:100px;
		font-size: 1.1em;
	}
	
	dd {
		font-size: 1.1em;
	}


/* link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
a{
	font-size:1em;
}
a img {
	border:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#686868;

}

a:hover {
	
}

a:active {
	
}

/* skip to content link at top of page*/
.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:pointer;
}

/* bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*easy clearing*/
.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; 
	margin:10px 0 10px;
}
	
.right{
	float:right;
}
p.thick{
	width:250px;
}
.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;
}

.byline{
	color:#C90;
	font-style:italic;
	margin:5px 0 15px;
}