/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, form, fieldset, a, div, img{margin: 0; padding: 0; border: 0;}

body{
font: 75% arial, Helvetica;
}

input{border:1px solid #999999; padding-left:2px;}
textarea{border:1px solid #999999; padding-left:2px; font-family:Arial; font-size:13px}
img{border:0px; display:none}
form {display: inline;}
.inputnoborder{border:0px solid #999999; padding-left:2px;}

#wrapper{
	width:766px; 
	margin-left: auto; 
	margin-right:auto; 
	height:100%
}

/* div layer above main image */
#top_text{ margin-left: 290px; padding-top:50px}

#top_header{ background-image: url(/images/bg_top.jpg); background-repeat: no-repeat; height:30px; background-position: bottom; margin-left: auto; margin-right:auto;  }

#middle_header{ background-image: url(/images/bg_header.jpg); background-repeat: no-repeat; height:245px; background-position: top }

#search { 
	 margin: 0 0 5px 26px;
	 width:236px;
	 height:30px;
	 text-align:center;
	 background-color:#595959;
}

#nav { display:none; }
#nav li{ display:none; }
#nav a:link, #nav a:visited{display:none;}

#pad{ padding: 5px 5px 5px 70px; }
#pad2{ padding: 5px 5px 5px 70px; }
#pad3{ padding: 5px 5px 5px 70px; }

#nav a:hover, #nav a:active{
	color: #990000;
	background-repeat: no-repeat; 
	background-position:-124px 0px;
}

#content{	 
	padding: 20px 20px 20px 24px;
}

#copyright_text{	 
	background-image: url(/images/bg_bot.gif); 
	background-repeat: no-repeat; 
	padding-top:37px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	line-height:11px;
	color:#616161;
	margin-left: auto; 
	margin-right:auto;
	width:734px; 
}

#languages{	 
	padding: 5px 20px 0px 0px;
	text-align:right;
	font-family:Tahoma;
	font-size:11px;
	line-height:35px;
	color:#616161;
	margin-left: auto; 
	margin-right:auto;
	width:734px; 
}

#bottom_header{	 
	padding: 0 25px 0 26px;
}

#mainleft {
	width:33%;
	float:left;
 	background-image: url(/images/b1.jpg); 
	background-repeat: no-repeat; 
	background-position:center; 
	height:120px;
}
	
#maincenter {
	width:34%;
	float:left;
	background-image: url(/images/b2.jpg); 
	background-repeat: no-repeat; 
	background-position:center; 
	height:120px; 
}
	
#mainright {
	width:33%;
	float:left;
	background-image: url(/images/b3.jpg); 
	background-repeat: no-repeat; 
	background-position:center; 
	height:120px; 
}

.big_letters{ font-size:180%; font-weight:bold; color: #333333; line-height:120%;}

h1{text-transform: uppercase; font-size: 120%; padding: 10px 0 10px 0;}

p{padding: 0 0 10px 0; line-height:150%;}

.text_search{
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 2px;
}

.accesskey{ text-decoration:underline;}

a:link {color:#333333;text-decoration:none;}	
a:hover {color:#333333;text-decoration:underline;}
a:active {color:#333333;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}

/* quotes */
q{	
	display:block;  
	font:  italic 90%/150%   Georgia, "MS Sans Serif", Geneva, sans-serif;
	margin: 10px 5.5% 10px 5.5%; 
	background: transparent url(/images/rdquo-grey.gif) right bottom no-repeat;
	padding: 0 4px 0 0; 
	color: gray;
} 

q:first-letter{	
	background: transparent url(/images/ldquo-grey.gif) left top no-repeat;
	display: block;	
	width: 12px; 	
	height: 1.3em;
	padding-left: 15px;
	background-position: 0 3px;  
	font-size: larger;
}									  

/* kills the default quotes in good browsers */
q:before, q:after {	 
	content: "";
}