@import url("map.css");
@import url("search.css");

/*
   	$Id: $
    Copyright (c) 2005 NILU
   
   	@Author(s): Robert Logna
   
	Purpose: Global cascading style sheet document.
*/

body {
	background-image: url(../img/bgbody.jpg); 
	background-repeat: repeat-x; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #f1f6fa;
	text-align:center;
}

#wrapper{
	border-right:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	width:1000px;
	height:800px;
	text-align:left;
	background-color: #ffffff;
}

#topCornerContainer {
	background-image: url(../img/top_corner_bg.gif); 
	width: 100%; 
	height: 10px; 
	background-repeat: repeat-x; 
	background-color: #ffffff;
}

#headerContainer{
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#SearchHeaderText{
	margin-top:11px;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
	text-align:left;
	color:#3366CC;
}

#SearchHeaderTextBig{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:7px;
	margin-left:10px;
	margin-right:10px;
	font-size:22px;
	text-align:left;
	font-weight:bold;
	color:#3366CC;
}

.logoTextLeft{
	vertical-align:top;
	padding-top:23px;
	width:500px;
	color:#0099FF;
}

.logoTextRight{
	color:#000000;
	font-weight:normal;
}

#mainContent {
	padding-right: 10px; 
	padding-left: 10px;
	padding-bottom: 10px; padding-top: 10px; 
	background-repeat: no-repeat;
	height: 90%;
	text-align: left;
}

#navContainer {
	border:0px solid #000000;
	background-image: url(../img/bgmaincontent1000.jpg);
	height:80px;
}

#mainBody{
	border:0px solid #000000;
	margin-top:30px;
	width:100%;
	height:100%;
}

#rightMainColumn {
	border:0px solid #000000;
	float: right;
	font-size:14px;
	width:402px;
	height:425px;
	background-color:#eeeeee;
	padding-top:50px;
	padding-left:14px;
	padding-right: 14px; 
}

#leftMainColumn {
	border:0px solid #000000;
	
	float: left; 
	width: 525px;
	height:500px;
	font-size:11px;
	color:#0033CC;
	padding-top: 1px; 
	padding-right: 1px; 
	padding-left: 5px;
	padding-bottom: 10px; 
	background-image: url(../img/columnrightbg.gif);
	background-repeat: no-repeat; 
}

p.titleBig{
	font-size:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-weight:bold;
}

h1{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0033CC;
}

h2{
	font-size:13px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0033CC;
}

a:link {color:#333333;}
a:visited {color:#999999;}
a:hover {color: #0066CC;}
a:focus {color: #0066CC;}
a:active {color:#333333;}

#bottomText {
	text-align:center;
	padding-left: 10px; 
	font-size: 11px; 
	float:left; 
	width: 90%;
	color: #7a8b99; 
	padding-top: 10px; 
}

input.buttonBig {
	width:150px;
	background-color:#006699;
	color:#dddddd;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

input.buttonSmall {
	width:110px;
	background-color:#EEEEEE;
	color:#3366CC;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

input.buttonSmall2 {
	width:110px;
	background-color:#EEEEEE;
	color:#3366CC;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

select.filter{
	color:#0033CC;
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
	width:125px;
}

select.filterBig{
	color:#0033CC;
	background-color:#eeeeee;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	width:150px;
}

#postbackform .default{
	background-color:#c0dddd;
	font-weight:bold;
	color:#0066CC;
}

select.filter #default{
	background-color:#c0dddd;
	font-weight:bold;
	color:#0066CC;
}

form.filter{
	font-size:12px;
	margin-top:5px;
	margin-left:0px;
}

#informationRightLinks{
	margin-top:60px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#information{
	font-size:11px;
}

.infoTable{
	border:1px solid #dddddd;
}

.infoTable td, .infoTable th{
	border:1px solid #dddddd;
}

#contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#login{
	width:100%;
}

#loginframe{
	width:330px;
	font-size:11px;
	background-color:#eeeeee;
	border:1px solid #dddddd;
	padding:20px;
}

