@import url('reset.css');
@import url('equal.css');

/**************************************************/
/* PAGE DESIGN */
/**************************************************/
html, body{
	background:#abafd0;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
}
#page-container{
}
#masthead{ 
	background:#FFFFFF;
}
#banners{ 
	background:#FFFFFF;
}
#nav{ 
	background:#FFFFFF;
}
#breadcrumbs{ 
	background:#FFFFFF;
}
#container{
	background:#FFFFFF url(../_images-layout/bg.jpg);
	background-repeat:repeat-y;
}
#adminbar{
	text-align:right;
	background:#abafd0;
	padding-bottom:5px;
}
#col-left{ 
	/*background:#cacde2;*/
}
#col-content{  							
	/*background:none;*/								/* GETS BACKGROUND COLOR FROM CONTAINER */
}
#col-right{ 
	/*background:none; */
}
#footer{ 
	background:#abafd0;
}

/**************************************************/
/* GENERIC */
/**************************************************/
strong{
	font-weight:bold;
}
em{
	font-style:italic;
	display:inline-block;
}
sup{
	vertical-align:top;
	font-size:smaller;
}

/**************************************************/
/* ADMINBAR */
/**************************************************/
#adminbar{
	color:#2c3689;
}
#adminbar a{
	color:#2c3689;
	text-decoration:none;
}
#adminbar a:hover{
	text-decoration:underline;
}

/**************************************************/
/* MASTHEAD */
/**************************************************/
#masthead .print{
	display:none;
}
#masthead .screen{
}
#masthead{
	margin-bottom:3px;
}
#masthead ul{
	float:right;
}
#masthead ul li{
	float:left;
}
#searchterms{
	vertical-align:top;
	margin:3px 0px 0px 40px; 
	_margin-top:2px;
	*margin-top:2px;
	width:196px;
	height:19px;
	padding:0;
	color:#6C72AE;
}
#masthead-submit-search{
	margin-left:-2px;
}

/**************************************************/
/* BANNERS */
/**************************************************/
#banners{
	margin-bottom:3px;
}
#banners ul{
	float:right;
}
#banners ul li{
	float:left;
}

/**************************************************/
/* NAV */
/**************************************************/
#nav{
	margin-bottom:3px;
}
#nav ul{
	float:right;
}
#nav ul li{
	float:left;
}


/**************************************************/
/* BREADCRUMBS */
/**************************************************/
#breadcrumbs{
}
#breadcrumbs p{
	color:#2c3689;
	margin:15px;
	font-size:11px;
}
#breadcrumbs a{
	color:#2c3689;
	text-decoration:none;
}

/**************************************************/
/* LEFT COLUMN(NAV) */
/**************************************************/
#col-left h2{
	margin:6px;
	font-weight:bold;
	font-size:10px;
	border-bottom:1px solid black;
	line-height:14px;
}
#col-left p{
	margin:4px 6px 4px 6px;
	font-size:10px;
	line-height:14px;
}
#col-left a{
	color:#2c3689;
	text-decoration:none;
}
#col-left a:hover{
	color:#0f5b3b;
}

/**************************************************/
/* CONTENT AREA */
/**************************************************/
#col-content{
}
#col-content a{
	color:#2c3689;
	text-decoration:none;
}
#col-content a:hover{
	text-decoration:underline;
}
#col-content h1, #colspanner h1{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:10px;
	color:#2c3689;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
}
#col-content h2, #colspanner h2{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:10px;
	color:#2c3689;
	font-size:20px;
}
#col-content h3, #colspanner h3{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:10px;
	color:#2c3689;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	letter-spacing:0.05em;
}
#col-content p, #colspanner p{
	margin-top:8px;
	margin-left:40px;
	margin-right:10px;
	color:#000000;
	font-size:12px;
	line-height:20px;
}
#col-content li p{
	margin-left:10px;
}
#col-content p.indented{
	margin-left:60px;
}
#col-content ul, #col-content ol{
	margin-top:8px;
	margin-left:40px;
}
#col-content ul li ul, #col-content ol li ul{
	margin-top:8px;
	margin-left:0px;
}
#col-content ul li, #col-content ol li{
	margin-left:40px;
	color:#000000;
	font-size:12px;
	line-height:20px;
}
#col-content ul li, #col-content ol li ul li{
	list-style-type:disc;
}
#col-content ol li{
	list-style-type:decimal;
}
#col-content table{
	margin-top:8px;
	margin-left:40px;
	margin-right:10px;
	color:#000000;
	font-size:12px;
	line-height:20px;
	border:1px solid #CACDE2;
}
#col-content th{
	text-align:left;
	font-weight:bold;
}
#col-content th, #col-content td{
	padding:2px 5px 2px 5px;
}

/**************************************************/
/* RIGHT COLUMN */
/**************************************************/
#col-right{
}
#col-right-border{
	padding-left:20px;
	border-left:1px solid #ABAFD0;
}

/**************************************************/
/* FOOTER */
/**************************************************/
#footer{
	font-size:11px;
	color:#2c3689;
	text-align:center;
	line-height:20px;
}
#footer li{
	display:inline;
	padding:5px;
}
#footer a{
	color:#2c3689;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/**************************************************/
/* TOOL-TIPS */
/**************************************************/
div.pop{
	width:177px;
	display:none; 
	position:absolute; 
	padding:5px;
	color:#2c3689;
	font-size:10px;
}
div.pop p{
	width:160px;
	margin:3px;
	margin-top:8px;
}
div.pop_top{
	padding:5px;
	background-image:url(/_images-skully/bubble-top2.gif);
	background-repeat:no-repeat;
}
div.pop_bottom{
	height:26px;
	_margin-top:-5px;
	*margin-top:-5px;
	background-image:url(/_images-skully/bubble-bottom2.gif);
	background-repeat:no-repeat;
}

/**************************************************/
/* RANDOM */
/**************************************************/
img.profile_pic{
	float:left;
	margin:0px 15px 15px 40px;
	border:1px solid black;
}
img.bio_pic{
	float:left;
	margin:10px 15px 15px 40px;
	border:1px solid black;
}
/*form p label{
	width: 150px;
	float:left;
}
form p{
	clear:both;
	line-height:20px;
}*/
.unread{
	color:red;
	font-weight:bold;
}
.rightfloatimg{
	float:right;
	padding:0px 10px 10px 20px;
}
.expand, .collapse{
	font-weight:bold;
	cursor:hand; 
	cursor:pointer; 
	padding:5px 5px 5px 40px;
}
.expand{
	color:#00CC00;
}
.collapse{
	color:#FF3300;
} 
.texter, .expand{
	clear:both;
}
#div1{
	background-color:#FFCCFF;
}
#div2{
	background-color:#FFFFCC;
}
#div3{
	background-color:#CCFFFF;
}
.print-only{
	display:none;
}