@charset "utf-8";
/* $Id: style.css,v 1.1.2.17 2008/02/29 07:48:26 andregriffin Exp $ */
/* Drupal 6 Framework - Created Andre Griffin
 * Admin section derived from Garland
 *
 * Global
 */
 
 
/* START IMC EDITS */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
color:#000000;
}

#txWrapper {
width: 950px; 
}

#txHeader {
background-image:url(images/header.jpg);
width:925px;
height:155px;
}

#txMenu {
margin-top:20px;
}

#txSearch {
padding:0px 0px 10px 10px;
width:210px;
}

#txLeft {
padding:0px;
width:210px;
}

#txContents {
float: left;
width: 650px;
background-color:#eaeaea;
padding:10px;
}

input[type="text"] {
border:1px solid #CCCCCC;
padding:3px;
}

#footerLeft {
display:inline;
float:left;
}

#footerRight {
display:inline;
float:right;
}

/* END IMC EDITS */

*{ margin: 0; padding: 0; }* 
/* body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(images/bg.gif) repeat-x; color: #8E8E91; } */
a {	color: #EB0000;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
/*
 * Layout
 */
#wrapper {
width: 930px; 
margin: 25px auto;
}

#header {
margin: 10px 0 20px 0; 
width: 240px; 
float: left;
}
	#header p { margin: 0; }
	#header a:hover { text-decoration:none; }
	#header a {color: #444; }
#container {
}

/*Adjusts for 3 columns*/
body.sidebars #center {
border-left:1px solid #E9EFF3;
border-right:1px solid #E9EFF3;
float:left;
padding:10px;
width:622px
}

/*Adjusts for 2 columns - sidebar-left*/
body.sidebar-left #center {
border-left:1px solid #E9EFF3;
float:right;
padding-left:10px;
width:802px
}

/*Adjusts for 2 columns - sidebar-right*/
body.sidebar-right #center {
border-right:1px solid #E9EFF3;
float:left;
padding-right:10px;
width:802px
}

.breadcrumb {
color:#ccc;
padding:0
}

.breadcrumb a {
color:#666
}

.breadcrumb a:hover {
color:#999
}

#footer { font-size: 1em; clear: both; padding:5px 15px 5px 15px; background: #eee; }
#footer a { color: #444; }

.feed-icon {
position:absolute;
right:2px;
top:5px
}

/*
 * Node
 */
/*ul.links li {
background:none;
margin:0 10px 0 0;
padding:0
}*/

span.submitted {
color:#898989;
font-size:10px
}

/*
 * Comments
 */
.comment {
border-bottom:1px solid #E9EFF3;
margin:0 0 10px;
padding:0 0 10px
}

/*
 * Sidebars
 */
.sidebar {
padding:13px 0 0;
width:0px
}

#sidebar-left {
margin: 0px; clear: both; width: 240px; float: left;
}

.block {
}

* html li.expanded,
* html li.collapsed {
	list-style-type: none;
list-style-image: url(none);
}
* html li {
	list-style: none;
}

/* #menu { float: left; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { background: #fff url(images/button.gif) no-repeat; float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.active { background: #fff url(images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(images/button_grey.gif) no-repeat; }
*/
.clear { clear: both; }


.caption { background: url(images/navigation.png) no-repeat; padding: 10px 0 0 10px; height: 35px; color: #da172a; font-size:18px; font-weight:bold;  }
	.caption p { margin: 0; }
.box { background: #eee; }
#sidebar-right {
	width: 190px; float: left; margin: 0 0 20px 15px; 
}

#contents { float: none; width: 430px; margin-left: 270px; background-color:#eaeaea; padding:10px; }
/*	.links { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }*/

.title a:hover { color: #808080; background: inherit; text-decoration: none; }
.title a {color: #333; text-decoration: none; }

.box { background: #eee; padding: 10px; }
.box li { list-style: none; border-bottom: 0px dotted #ccc; line-height: 26px; }
.box li a { padding: 0 5px; }
#footer { font-size: 1em; clear: both; padding: 15px; background: #091d54; color:#FFFFFF; height:45px; }
#footer a { color: #FFFFFF; }
#footer a:hover { color: #da172a; }

.clear-block {
display:block
}

li.leaf {
list-style-type: none;
list-style-image: url(none);
}