@import "layout.css";
@import "nav.css";
@import "additional.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 62.5%/1 arial,helvetica,verdana,sans-serif;
	color:#555;
	text-align:left;
	line-height:11pt;
}

/* Headings
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
	color:#444;
}

h1{
	font-family:"Times New Roman";
	font-size:3em;
	border-bottom:1px solid #e7e7e7;
	padding-top:5px;
	padding-bottom:10px;
	width:100%;
	font-weight:normal;
	line-height:0.9;
	color: #226BB7;
}

h2{
	padding-bottom:5px;
	border-bottom:1px solid #e7e7e7;
	width:100%;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.3em;
}

h3{
	margin-bottom:5px;
	font-weight:normal;
	font-size:1.7em;
	color: #226BB7;
}

h4{
	font-size:1.4em;
	font-family: arial, helvetica, verdana, sans-serif;
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
	color: #226BB7;
}

h5{
	
}

h6{

}

/*paragraphs etc
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

p, address{
	font-size:1.3em;
	margin:0 0 10px 0;
	line-height:140%;
	font-style: normal;
}

p.last{
	margin-bottom:30px;
}

span{
	
}


blockquote{
	color: #226BB7;
	font-family:Georgia;
	font-size:1.6em;
	margin-bottom:10px;
	line-height:1.3;
}

blockquote p{
	margin:0 0 4px;
}

#body_home blockquote{
	margin-bottom:4px;
}

cite{
	color:#999;
	font-style:italic;
	font-size:0.7em;
}

#body_home cite{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	border-bottom:10px solid #f4f4f4;
}

/* List styles
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0 0 10px 30px;	
}

ul li ul{
	margin:0px;
}

ul li ul li{
	line-height:1.5;
}

li{
	line-height:1.4;
	font-size:1.3em;
	list-style:disc;
	color: #444;
}

/* 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, a:link, a:visited{
	
	color:#4A87C5;
	text-decoration:none;
}

.news_text a , #home_middle a, #home_left a, .pdf_link, .gallery_return, ul.pagination li a, a.more
{
	font-size:1.2em;
	
}

#nav_sub
{
	font-family:Georgia;
}

.grey
{
	color: #c8c8c8 ;
}

a.more{
	padding-right:12px;
	background:url(../images/link_more.gif) no-repeat right 6px;
	margin-top:10px;
}

a:hover{
	text-decoration:underline;
}

a:active{
	
}

.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
/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////*/

.hrule{
	margin: 1em 0;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #000; 
}

.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;
}

