@import url('reset.css');
@import url('equal.css');

/**************************************************/
/* PAGE DESIGN */
/**************************************************/
html, body{
	background:#FFFFFF;
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
}
#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}
#page-container{
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
} 
#masthead{ 
	background: #0160A2 url(../_images-layout/bg-nav-grad.jpg) repeat-y;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#nav{ 
	background:#999999;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#container{
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#col-left{ 
	background: #0160A2 url(../_images-layout/bg-nav.jpg) repeat-y;
}
#col-content{  							
	background:none;								/* GETS BACKGROUND COLOR FROM CONTAINER */
	margin-left:17px;
	margin-top:17px;
}
#col-right{ 
	background:none; 
	margin-right:17px;
	margin-top:17px;
}


#footer{ 
	line-height:25px;
	background:#FFFFFF;
	color:#000000;
}

/**************************************************/
/* PAGE DIMENSIONS */
/**************************************************/
.percent-100{
	/* 100% */
}
.percent-90{
	width: 625px;
}
.percent-80{
	width: 550px;
}
.percent-60{
	width: 393px;
	/*width: 332px;
	_width: 319px;*/
	margin-right:60px;
}
.percent-50{
	width: 275px;
	margin-right:60px;
}
.percent-55{
	width: 307px;
	margin-right:60px;
}
.percent-45{
	width: 243px;
	margin-right:60px;
}
.percent-40{
	width: 260px;
	/*width: 280px;*/
}
.percent-20{
	width: 1px;
}
.percent-10{
	width: 1px;
}

/**************************************************/
/* GENERIC */
/**************************************************/
p, h1, h2, h3, h4, h5, h6, ul, ol{ 
	/*margin-left:20px;
	margin-right:20px;*/
	margin-top:10px;
	margin-bottom:10px;
}
a{
	color:#0160A2;
}
hr{
	/*margin-right:10px;*/
	border:none 0;
	height:1px;/*whatever the total width of the border-top and border-bottom equal*/
}
strong{
	font-weight:bold;
}

/**************************************************/
/* MASTHEAD */
/**************************************************/
#masthead{
	color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-stretch:condensed;
	font-weight:bold;
}
#masthead img{
	margin:0;
	padding:0;
	vertical-align:middle;
}
#masthead .logo{
	float: left;
}
#masthead .logo a{
	text-decoration: none;
}
#masthead .strapline{
	float: right;
}

/**************************************************/
/* LEFT COLUMN(NAV) */
/**************************************************/
#col-left hr{
	margin-top:40px;
	_margin-top:20px; /* IE6 HACK */
	margin-bottom:10px;
	border-top:1px dashed #FFFFFF;/*the border*/
}
#col-left h1{
	margin-left:0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#col-left p{
	margin-left:0;
	line-height:1.3em;
	color:#FFFFFF;
	font-weight:bold;
}
#col-left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* KEEP MENU ITEMS HIGHLIGHTED */
#col-left li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:0;
	margin-bottom:15px;
	_margin-bottom:0; /* IE6 HACK */
}
#index #col-left li a#index,
#about-index #col-left li a#about-index,
#board-index #col-left li a#board-index,
#client-index #col-left li a#client-index,
#contact-index #col-left li a#contact-index,
#document-index #col-left li a#document-index,
#faqs-index #col-left li a#faqs-index,
#participant-index #col-left li a#participant-index,
#rate-index #col-left li a#rate-index,
#admin-index #col-left li a#admin-index,
#admin-news-index #col-left li a#admin-news-index,
#admin-news-list-index #col-left li a#admin-news-list-index,
#admin-events-index #col-left li a#admin-events-index,
#admin-events-list-index #col-left li a#admin-events-list-index{
	font-weight: bold;
}
#col-left li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

/**************************************************/
/* CONTENT AREA */
/**************************************************/
#content-wrapper hr{
	margin-top:40px;
	margin-bottom:17px;
	border-top:1px dashed #0160A2;/*the border*/
}
#content-wrapper h1{
	font-size:14px;
	font-weight:bold;
	color:#0160A2;
}
.header-image{
	margin-top:11px;
}

.header-image-leftnav{
	margin-top:29px;
}

.vote-img {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	*margin-bottom: 5px;
	
}
#content-wrapper h2{
	font-size:12px;
	font-weight:bold;
	color:#0160A2;
	margin-top:20px;
}
#content-wrapper h3{
	font-size:10px;
	font-weight:bold;
	color:#0160A2;
	margin-top:20px;
	margin-bottom:2px;
}
#content-wrapper h4{
	line-height: 14px;
	margin-top:0;
	margin-bottom:0;
}
#content-wrapper p{
	line-height: 14px;
	margin-top:7px;
	margin-bottom:10px;
}
#content-wrapper li{
	list-style-type:disc;
	margin: 5px 5px 5px 13px;
	_margin: 5px 5px 5px 23px;
	*margin: 5px 5px 5px 23px;
}
#content-wrapper ol li{
	list-style-type:decimal;
}

/**************************************************/
/* FOOTER */
/**************************************************/
#footer{
	font-size:9px;
	margin-top:40px;
}
#footer p{
	margin:0;
}
#footer .logo{
	float: left;
	padding-left:13px;
}
#footer .strapline{
	float: right;
	padding-right:20px;
}

/**************************************************/
/* RATES TABLE ON HOME PAGE */
/**************************************************/
#rates-home h1{
	/*border-bottom:1px solid #000000;*/
	padding-bottom:5px;
}
#rates-home p{
	border-bottom:1px solid #000000;
	padding-bottom:5px;
}
#rates-home p.no-border{
	border-bottom:none;
	padding-top:10px;
}
.rates-left{
	float: left;
	width: 200px;
	clear:none;
	font-weight:bold;
	/*border:1px solid green;*/
}
.rates-left-links{
	float: left;
	width: 275px;
	clear:none;
}
.rates-middle{
	float: left;
	width:100px;
	clear:none;
	/*border:1px solid red;*/
}
.rates-right{
	width:100px;
	clear:none;
	/*border:1px solid blue;*/
}

/**************************************************/
/* BOARD OF TRUSTEE COLUMNS */
/**************************************************/
#board p{
	margin-bottom:30px;
	margin-top:0;
}
#board a{
	font-weight:bold;
}
#column1{
	float:left; 
	width:250px; 
	margin-right:50px;
}
#column2{
	float:left; 
	width:250px;
}

/**************************************************/
/* BOARD ELECTION COLUMNS */
/**************************************************/
#vote p{
	margin-bottom:30px;
	margin-top:0;
}
#vote a{
	font-weight:bold;
}
#votecolumn1{
	float:left; 
	width:250px; 
	margin-right:50px;
}
#votecolumn2{
	float:left; 
	width:250px;
}
/**************************************************/
/* RATES PAGE TABLES */
/**************************************************/
#rates-page table{
	width: 100%;
	border:1px solid #0060A1;
	margin-top:10px;
}	
#rates-page th{
	text-align:left;
	color:white;
	background-color:#0060A1;
	font-size: 12px;
	font-weight:bold;
	padding:5px;
}		
#rates-page td{
	padding:5px;
	font-size:9px;
	vertical-align:bottom;
}		
#rates-page p{
	clear:both;
	padding-top:10px;
}	
#rates-page h2{
	margin-top:10px;
}	
#rates-page h3{
	margin-top:10px;
}	
#rates-page h3 a{
	text-decoration:none;
}	
#prime-rate{
	float:left; 
	width:300px; 
	margin-right:20px;
}
#plus-rate{
	float:left; 
	width:300px;
}

/**************************************************/
/* CLASSES */
/**************************************************/
.highlight{
	color:#0160A2;
	font-weight:bold;
}
.contact-form{
	overflow:hidden;
	width: 400px;
	margin: 20px;
}
.contact-form img{
	vertical-align: middle;
}
.contact-form input{
	vertical-align: middle;
}
.contact-form input.txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 240px;
}
.contact-form input.kap_txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 100px;
}
.contact-form input.btn{
	background-color: transparent;
	border: 1px solid #0160A2;
	margin-top: 10px;
	float: right;
	color:#0160A2;
}
.contact-form input.rst_btn{
	background-color: transparent;
	border: 1px solid #0160A2;
	margin-top: 10px;
	float: left;
	color:#0160A2;
}
.contact-form form p{
	clear: left;
	margin: 0;
	padding: 0;
}
.contact-form form p label{
	float: left;
	width: 100px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
.contact-form fieldset.contact{
	border: 1px solid #000000;
	margin-top: 16px;
	padding: 10px;
}
.contact-form legend.contact{
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.contact-form p.contact-error{
	color:red; 
	background-color:white; 
	border:1px solid black; 
	padding:10px; 
	width:380px;
}
.contact-form .kaptcha{
	margin-left: 100px;
}

.login-form{
	overflow:hidden;
	width: 230px;
	margin: 20px;
}
.login-form input{
	vertical-align: middle;
}
.login-form input.txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 125px;
}
.login-form input.kap_txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 100px;
}
.login-form input.btn{
	background-color: transparent;
	border: 1px solid #0160A2;
	margin-top: 10px;
	float: right;
	color:#0160A2;
}
.login-form input.rst_btn{
	background-color: transparent;
	border: 1px solid #0160A2;
	margin-top: 10px;
	float: left;
	color:#0160A2;
}
.login-form form p{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.login-form form p label{
	float: left;
	width: 100px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

/* #votebox {
	min-height: 191px;
	height: auto !important;
	height: 191px;
	background-image: url(../_images-layout/login-box.jpg);
	background-repeat: no-repeat;
}

#votebox form {
	margin-top: 50px;
	margin-left: 65px;
}
#votebox p label{
	float: left;
	margin-top: 5px;
	width: 65px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#votebox input.txt{
	width: 150px;
}

#votebox input.btn {
	margin: 0 0 0 65px;
	padding: 0;
}
*/

table.admin-table{
	width:100%;
}
table.admin-table tr td{
	padding:5px;
	border-bottom: 1px solid #0160A2;
}
table.admin-table tr td a{
	text-decoration:none;
}
.email-form form{
	display:inline;
	clear:none;
}
.email-form input.btn{
	background-color: transparent;
	border: 1px solid #0019A8;
	font-size:9px;
	color:#0019A8;
}