@charset "UTF-8";
/* 
CSS for Western Interpreting Network
copyright 2007
 */

body  {
	background: #fff;
	background: url(../images/bg_header.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; /* center container in IE 5. Text then set to the left aligned default in the #container selector */
}
h1 {
	position:relative;
	left:0px;
	top:9px; 	
	padding-bottom:8px;
	text-align: left; 
	color:#e95d0f;
	font: small-caps 24px "LucidaSans Roman", Arial, Helvetica, sans-serif; 
}
h2 {
	color:#0099FF;
	font: 18px "LucidaSans Roman", Arial, Helvetica, sans-serif; 
}
a:hover {
	text-decoration:none;
}

.maino #container { 
	width: 100%; 
	background: #fff;
	background-image:url(../images/bg_sidelong.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	border: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#headerlinks {
	color:#FFF;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	vertical-align:text-top;
	position: absolute; top: 0px; right: 30px; 	
}
#headerlinks a {
	color:#FFF;
	text-decoration:none;
}
#headerlinks a:hover {
	text-decoration:underline;
}
.maino #header { 
	background: url(../images/bg_header.jpg) repeat-x;
	height: 197px;
	padding: 0;  
} 

#logoareasun {
	background-image: url(../images/logo_sun.gif);
	background-repeat:no-repeat;	
	height: 197px;
	width: 169px;
	float:left;
	border-bottom:0px;
}
#logoareamoon {
	background-image: url(../images/logo_moon.gif);
	background-repeat:no-repeat;	
	height: 197px;
	width: 169px;
	float:left;
	border-bottom:0px;
}

#restof {
	height: 197px;
}
#restoftop {
	min-height: 181px;
	height: 181px;
	margin:0px;
}
#restoftop img {
	height:181px;
	width:314px;
	margin-left:22px;
}

#restofbottom {
	position:absolute;
	top:181px;
	left:169px;
	width:100%;
	margin:0px;
	background-color:#005EA8;
	min-height: 16px;
	height: 16px;
	color:#FFF;
	font-size:11px;
	vertical-align:middle;
}

.maino #sidebar1 {
	float: left; 	
	padding-left: 9px;
	margin:0;
	width: 160px;
	border-top: solid #fff 1px;
}

#signinbox {
	width:160px;
	background:url(../images/bg_login.jpg) no-repeat;
	min-height:229px;
	padding-left:9px;
	line-height:14px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:18px;
}
#signinbox input  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
}
#signinbox a  {
	color:#FFF;	
	text-decoration:none;
}
#signinbox a:hover  {
	color:#ffe40b;
	text-decoration:underline;
}

.maino #mainContent { 
	margin: 0 20px 0 195px; /* the right margin creates the space down the right side of the page. */
} 

.maino #footer { 
	padding: 0 9px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.maino #footer p {
	margin: 0; /* avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerbar {
	background-color:#005EA8;
	height: 22px;
	color:#fff;
	text-align:center;
	padding-top:6px;
	vertical-align:middle;
	margin-left:-9px;
	margin-right:5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toutext {
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	color:#333333;
	text-align:justify;}
