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

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

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body{
	font: normal 62.5%/1 "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#000;
	text-align: center;
	background: #F3EACC url(/images/body_background.gif) top center no-repeat;
	height:100%;
}

body.content{
	background: #F3EACC url(/images/bodycontent_background.gif) top center no-repeat;
}

body.contentLong{
	background: #F3EACC url(/images/body_background_long.gif) top center no-repeat;
}


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

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	margin:0 0 15px 0;
}

h1 {
	color:#682004;
	margin-top:15px;
}

h2 {
	color:#682004;
	margin:10px 0 10px 0;
}

h3 {
	margin:10px 0 5px 0;
	font-size:140%;
	color:#682004;
}

h4 {
	margin-top:10px;
	color:#682004;
	font-size:120%;
}

*html h4{
	font-size:1.1em;
}

h5 {
	
}

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

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height:1.4;
	color:#682004;
}

span {
	
}

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

blockuote{
	
}

cite{
	
}


/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
ol{
	
}

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

	li {
		line-height:1.4;
		font-size: 1.1em;
		color:#682004;
		margin-bottom:5px;
	}

	
/*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:#682004;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	
}

/* skip to content link at top of page*/
.skip {
	position: absolute;
	left: -9999px;
}

/* table classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
table{
	width:430px;
	margin:0 0 10px 0;
}

td{
	padding-top:5px;
}

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

/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	
*/

/* 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; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

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

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

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

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

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}
