@import "layout.css";
@import "form.css";

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5.x.css'; /*";}
}/* */

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	background: #F2F0F1 url(/images/bg_html.jpg) center top  repeat-x;	
	height:100%;
}

body {
	font: normal 62.5%/1 tahoma,verdana,arial,helvetica,sans-serif;
	color:#6E6E6E;
	text-align: center;
	min-height:100%;
	background: url(/images/bg_body.jpg) center top no-repeat;
}

* html body{
	height:99%;
}

h1, h2, h3, h4, h5 {
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	margin:0 0 10px 0;
}

h1 {
	border-top:1px solid #FFF;
	float:left;
	font-size:1.1em;
	font-family: tahoma,arial,verdana,sans-serif;
	padding:10px 0 10px 10px;
	background-color:#E8EAF3;
	width:528px;	
	color:#09226F;
}

h2 {
	border-top:1px solid #FFF;
	float:left;
	font-size:1.1em;
	font-family: tahoma,arial,verdana,sans-serif;
	padding:10px 0 10px 15px;
	background-color:#13339E;
	width:185px;	
	color:#FFF;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height:1.4;
}

#content_main p{
	margin:0 10px 10px 10px;
}

span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}


/* list styles
--------------------------------------------------------------------------*/
ol{
	
}

ul {
	list-style:none;	
}

li {
	line-height:1.4;
	font-size: 1.1em;
}

	
dl {
	margin:0 0 12px 0;
	
}

	dt {
		float:left;
		font-size: 1.1em;
		font-weight:bold;
		margin:0 0 8px 8px;
	}
	
	dd {
		font-size: 1.1em;
		margin:0 0 8px 0;
	}

.quick_link dt{
	width:35px;
}


/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited {
	color:#0A2473;
	text-decoration:none;
	font-weight:bold;
}

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*/ 
}

/*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 */
/*--------------------------------------------------------------------------*/

ol
{
	margin-left: 20px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* 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:8px 0;
}
	
.right{
	float:right;
	clear:both;
}

.left{
	float:left;
	clear:both;
}

.thumb{
	border:1px solid #CCC;
	padding:2px;
	margin:0 15px 10px 15px;
}

.photoright{
	float:right;
}

/* table classes
--------------------------------------------------------------------------*/
table{
	width:518px;
	margin:0;
	font-size:1.1em;
	float:left;
}

td{
	border:1px solid #FFF;
	padding:5px;
	background-color:#E2EBF7;
	text-align:center;
}

ul.thumbs {
	clear:left;
	margin:0 0 0 10px;
}

ul.thumbs li a:link, ul.thumbs li a:visited{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px 5px 0;
}

ul.thumbs li a:hover, ul.thumbs li a.selected{
	border:1px solid #0497AC;
	background-color:#0497AC;
}

ul.thumbs li img {
	display:block;
}

div#main_pic {
	margin:-1px 0 0;
	padding:3px;
	border:1px solid #ccc;
	clear:both;
}

p.clear {
	clear:both;
}

/* Hide some content that will be shown via the print style sheet
--------------------------------------------------------------------------*/
.printOutputOnly {
	display: none;
}