@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #111111;
	background-color: #194328;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%; /*this is 12 pixels - we are using ems for font sizing*/
	line-height: 19px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bkg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#homeheader {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 280px;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:2em;
}
#navigation {
	font-size:1em;
	background:transparent url(images/bkg_navbar.jpg) no-repeat top left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-size:1em;
	text-align:center;
	/*padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;*/
	padding: 0;
	margin-left: 10px;
	/*background-image: url(images/bordervine-left-top.png);
	background-repeat: no-repeat;
	background-color:#993333;*/
}
#sidebar1 p {
	margin:0;
	padding: 10px 0px;
}
#sidebar1 blockquote{
	margin: 0px 20px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
#mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:1.3em;
}
#mainContent p {
	font-size:.9em;
}
#footer {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 42px;
	font-size:0.9em;
} 
#footer p {
	margin: 0;
	text-align:center;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height: 10px;
	font-size: 1em;
	line-height: 0px;
	/*background-image: url(images/clearshadow.jpg);
	background-repeat: repeat-x;*/
}

H1 {
	font-size:1.75em; 
	color:#194328;
}  
H2 {
	font-size:1.6em;
	color:#194328;
	letter-spacing: .2em;
}  
H3 {
	font-size:1.6em; 
	color:#194328;
}  
H4 {
	font-size:1em; 
	color:#194328;
}  
INPUT, SELECT, TH, TD {
	font-size:1em;
}

#cssdropdown {
	margin: 0;
	height:50px;
	font-size:1.4em;
	font-weight:bold;
	/*background:transparent url(images/nav_background.gif) repeat-x top left;*/
	text-transform:lowercase;
	list-style: none;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:auto;
}
#cssdropdown li {
	display:block;
	float: left;
	position: relative;
	margin: 0 1px 0 0;
	height:42px;
}

.mainitems{
	/*border: 1px solid black;
	background-color: #FFEEC6;*/
}

.mainitems a{
	display:block;
	color:#666666;
	text-decoration:none;
	padding: 10px 22px 14px 22px; /* bottom padding determines where top of submenu is*/
}
.mainitems a:hover, .mainitems a.current {
	color:#194328;
}

.subuls{
	display: none;
	/*width: 10em;*/
	width: 15em;
	position: absolute;
	top: 1.2em;
	left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #333333;
	background-color:#518F00;
}

.subuls li{
	width: 100%;
}

.subuls li a{
	text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
/****************** sidebar menu *******************/
#sidemenu {
	width: 160px;
	margin:10px 0;
	}
#sidemenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
	
#sidemenu li a {
	/*height: 32px;*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
	text-align:left;
	}	
	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #194328;
	display: block;
	background:  url(images/sidemenu.gif);
	padding: 6px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#sidemenu li a:hover {
	color: #FF9834;
	background:  url(images/sidemenu.gif) 0 -32px;
	/*padding: 8px 0 0 8px;*/
	}


/**************** table formatting */

table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#333333;
	font-size: .9em;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
table.sched {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#333333;
	font-size: .8em;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
table a {
	/*color:#523A0B;*/
	color:#0000CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	/*border:1px solid #523A0B;
	background:#EBE5D9;*/
	border:1px solid #663333;
	background-color:#FFFFFF;
	border-width: 0 0 2px 0;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	/*text-align:left;*/
	}
tbody th, td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
table.sched th, table.sched td {
	padding:0.25em 0.5em;
	text-align:center;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:dotted #999999;
	border-width:0 1px 1px 1px;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background-color:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	/*background-color:#ffffee;*/
	background-color:#EEEEEE;
	border-color:#663333;
	}
caption {
	font-weight:normal;
	font-size:1.1em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
	
/* article formatting */
.arttitle {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	color: #523A0B;
	margin-bottom: 10px;
	margin-top: 30px;
}
#homeright .arttitle {
	margin-bottom: 0px;
	margin-top: 0px;
}
.artinfo {
	font-size: .6em;
	font-style: italic;
	font-weight: normal;
}
.article p {
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
#homeright .article p {
	font-size: .9em;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.article a {
	font-size: .8em;
	font-style: italic;
}

.dropcap {
	float:left;
	width:52px;
	color:white;
	background:#CCC66C;
	border:1px solid #CCC66C;
	font-size:4em;
	line-height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 2px 3px;
	text-align: center;
}

div.post {
	margin-bottom:20px;
	margin-right:20px;
}

div.speaker {
	float:left;
	width:200px;
	height:210px;
	/*width:130px;*/
	padding: 0 5px 5px 5px;
	margin: 2px;
	text-align:center;
	font-size:.8em;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}

div.panel {
	float:left;
	width:632px;
	/*width:130px;*/
	padding: 0 5px 5px 5px;
	margin: 2px;
	text-align:center;
	font-size:.8em;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}

.post img { 
	display:block; 
	margin:auto;
	margin-bottom:2px;
	margin-top:2px;
	border:1px solid #666666;
}

.panel img {
	display:inline;
}

.post .title {
	font-size:1.3em;
	/*font-style: italic;*/
	color:#663333;
}

.post p {
	font-size:.9em;
	margin-left: 15px;
}
.bio {
	font-size:.85em;
	margin-left: 15px;
}
.datepage {
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 46px;
	float: left;
	padding-top: 4px;
	margin-right: 14px;
}
.datepage p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.eventdesc {
	padding-top: 12px;
	width: 520px;
	margin-bottom: 20px;
}
.month {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.date {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.tooltipl, a.tooltipm, a.tooltipr {
	color:#336600;
	text-decoration: none;
	border-bottom:1px dotted #CCCCCC;
}
a.tooltipl b, a.tooltipm b, a.tooltipr b {
	display:none;
}
a.tooltipl:hover, a.tooltipm:hover, a.tooltipr:hover {
	border:0; 
	position:relative; 
	z-index:500; 
	text-decoration:none;
}
a.tooltipl:hover b {
	display:block; 
	position:absolute; 
	top:20px; 
	left:-25px;
	padding:5px; 
	font-weight:normal; 
	color:#000; 
	border:1px solid #888; 
	background:#ffc;
	text-align:left;
	width:350px;
}
a.tooltipm:hover b {
	display:block; 
	position:absolute; 
	top:20px; 
	left:-75px;
	padding:5px; 
	font-weight:normal; 
	color:#000; 
	border:1px solid #888; 
	background:#ffc;
	text-align:left;
	width:350px;
}
a.tooltipr:hover b {
	display:block; 
	position:absolute; 
	top:20px; 
	left:-200px;
	padding:5px; 
	font-weight:normal; 
	color:#000; 
	border:1px solid #888; 
	background:#ffc;
	text-align:left;
	width:350px;
}
a.tooltipl:hover b i {
	position:absolute; 
	left:20px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(images/tooltip.gif) 0 0; 
	display:block; 
	font-size:1px;
}
a.tooltipm:hover b i {
	position:absolute; 
	left:100px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(images/tooltip.gif) 0 0; 
	display:block; 
	font-size:1px;
}
a.tooltipr:hover b i {
	position:absolute; 
	left:250px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(images/tooltip.gif) 0 0; 
	display:block; 
	font-size:1px;
}

/* button formatting */
.buttons a, .buttons button{
	display:block;
	float:left;
	margin:3px 7px 3px 0;
	background-color:#194328;
	border:1px solid #AAAAAA;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:14px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    /*background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
