@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brick: 4d0808  | med brick: 650b0b  |  taupe: a49c94  |    */
/******************Eric Meyer reset css code **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

img, div, input { behavior: url("iepngfix.htc") }

/*******************************************/
body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#261e1c;
	background:#4d0808 url(images/body_bkg.jpg) top left repeat-x;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:4px 0 10px 0;
	font-size:14px;
	line-height:18px;
}
a {
	color:#650b0b;
	text-decoration:underline;
}
a:hover {
	color:#650b0b;
}
ul, ol {
	padding:0 0 10px 30px;
	list-style-position:outside;
	font-size:12px;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	color:#4d0808;
	font-size:200%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:20px 0 10px 0;
	letter-spacing:.10em;
}
h2 {
	color:#4d0808;
	font-size:160%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:10px 0 0 0;
}
h3 {
	color:#4d0808;
	font-size:120%;
	font-weight:bold;
	padding:8px 0;
}
h4 {
	color:#4d0808;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
/**************** layout stuff ********************/
#header {
	width:1000px;
	height:277px;
	margin:0 auto;
	background:transparent url(images/header_bkg.jpg) top left no-repeat;
	position:relative;
	z-index:1;
}
#navwrap {
	width:100%;
	background:#dddddd url("images/nav_bkg.jpg") top left repeat-x;
}
/*#nav {
	width:980px;
	height:32px;
	margin:0 auto;
}*/
#contentwrap {
	width:100%;
	/*background:#ffffff url("images/content_bkg.jpg") top left repeat-x;*/
	position:relative;
	z-index:1;
	overflow:hidden;
}
#content {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
	overflow:hidden;
	background-color:#fff;
}
#innercontent {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#leftcolumn {
	width:230px;
	float:left;
	/*overflow:hidden;*/
}
#rightcolumn {
	width:745px;
	margin:5px 0 10px 230px;
	position:relative;
	z-index:1;
	background:transparent url(images/headershadow.jpg) top center no-repeat;
}
#contentmiddle {
	width:480px;
	padding-right:10px;
}

.textbkg {
	/*background:#fff url(images/textbkg.jpg) top left repeat-x; */
	padding:0 10px 10px 10px; 
	margin:5px 0; 
	overflow:hidden; 
	width:723px; 
}
#footerwrap {
	width:100%;
	height:160px;
}
#footer {
	width:1000px;
	height:150px;
	margin:0 auto;
	padding-top:10px;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
}
#footer p {
	color:#eeeedd;
	padding:60px 10px 10px 20px;
	font-size:9px;
}
#footer a {
	color:#eeeeee;
}
/********************** top navigation *********************/
#topmenu {
	width:870px;
	height:40px;
	padding:0;
	position:absolute;
	bottom:12px;
	right:10px;
	z-index:99;
   /* background:url("images/navbar_bkg.jpg") top left repeat-x;*/
}
ul#navbar {
	list-style:none;
	padding:0;
	margin:0:
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a i {
	display:none;
}
#navbar a {
    background:url("images/navbar.jpg") no-repeat;
    float:left;
	height:40px;
	outline:0;
}
li#home a {
	width:144px;
	background-position:0px 0;
}
li#times a {
	width:158px;
	background-position:-144px 0;
}
li#bulletin a {
	width:123px;
	background-position:-302px 0;
}
li#education a {
	width:168px;
	background-position:-425px 0;
}
li#calendar a {
	width:132px;
	background-position:-593px 0;
}
li#directions a {
	width:143px;
	background-position:-725px 0;
}
li#home a:hover, li#home a:active, li#home a.current { 
    background-position:0px -40px;
}
li#times a:hover, li#times a:active, li#times a.current { 
    background-position:-144px -40px;
}
li#bulletin a:hover, li#bulletin a:active, li#bulletin a.current { 
    background-position:-302px -40px;
}
li#education a:hover, li#education a:active, li#education a.current { 
    background-position:-425px -40px;
}
li#calendar a:hover, li#calendar a:active, li#calendar a.current { 
    background-position:-593px -40px;
}
li#directions a:hover, li#directions a:active, li#directions a.current { 
    background-position:-725px -40px;
}

/******************* side menu for other left nav items that are not accordians ************************/
.sidemenu {
	width: 208px;
	}
.sidemenu ul, .simplebox ul {
	width: 100%;
	padding-left:0;
	text-align:left;
}
.sidemenu li, .simplebox li {
	list-style:none;
	width:100%;
	font-size:10px;
	border-bottom:1px solid #DDDDDD;
}
.sidemenu a, .simplebox a {
	display:block;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	padding:1px 10px 1px 20px;
	text-decoration: none;
}
.sidemenu li.current a, .sidemenu li.current a:visited {
	font-size:12px;
	color:#255159;
	background-color:#FFFFFF;
}
.sidemenu li a:hover, .simplebox li a:hover {
	color: #650b0b;
	background-color:#FFFFFF;
}
/******************* side accordians menu ************************/
div.accordion h4 {
	background:transparent url(images/right.jpg) top left no-repeat;
    display:block;
	padding:5px 6px 4px 22px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
}
div.accordion h4:hover {
	color:#650b0b;
	background:transparent url(images/down.jpg) top left no-repeat;
}
div.accordion a { text-decoration:none; }
.accsubmenu {
	background-color:#a49c94;
	padding:0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0;
}
.accsubmenu ul {
	padding:0;
}
.accsubmenu ul li {
	list-style:none;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
}
.accsubmenu ul li:hover {
	background-color:#a49c94;
}
.accsubmenu ul li ul {
	padding-left:20px;
}
.accsubmenu ul li a {
	color:#261e1c;
	text-decoration:none;
}
.accsubmenu ul li a:hover {
	color:#650b0b;
}
.accsubmenu ul li ul li{
	font-size:10px;
	font-weight:normal;
	list-style:disc;
	padding:0;
	border:none;
}

.accsubmenu p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:0;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}
/****************** floating right column ***************/
.floatrightcol {
	float:right; margin:0; padding:0 0 5px 10px; width:242px; position:relative;
}
.floatrightcol p {
	font-size:10px;
	text-align:left;
}

/**************** boxes *****************/
.box220top{
	/*display:block;*/
	width:218px;
	height:30px;
	background:transparent url(images/box218_top.jpg) top left no-repeat;
}
.box220topcontent{
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
	line-height:20px;
	text-align:center; 
	padding-top:6px;
}
.box220topcontent a {
	color:#FFFFFF; 
	text-decoration:none; 
	cursor:pointer
}
.box220bottom{
	/*display:block;*/
	width:219px;
	background:transparent url(images/box218_bot.jpg) bottom left no-repeat;
}
.box220content{
	/*display:block;*/
	padding:1px 5px 16px 5px;
	height:auto;
}
.box220content p {
	padding:5px 20px;
	font-size:12px;
	line-height:14px;
	margin:0;
}
.simplebox {
	width:230px;
	border:1px solid #CCCCCC;
	padding:6px;
	margin-top:10px;
	background-color:#eeeedd;
}
.simplebox .title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#6d564e;
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}
.simplebox p {
	text-align:left;
	font-size:10px;
	margin:0;
	padding:0 6px 10px 6px;
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}
#pagephotos {
	width:240px;
	height:160px;
	margin:0 0 20px 0;
	padding:0;
	border:1px solid #ddd;
	position:relative;
}
/*************** splash on home page **************************/
#splashpgs { width:735px; height:20px; padding:8px 0 0 0; margin:0; }
#splashpgs a { padding:4px 8px; text-decoration: none; color:#353630; font-weight:bold; font-size:14px;}
#splashpgs a.activeSlide { color: #ffffff; border:1px solid #111111; background-color:#6d564e; }
#splashpgs a:focus { outline: none; }

/*************** left resources **************************/
.leftblock { width:215px; height:60px; padding:3px 5px 3px 10px; border-bottom:1px solid #ffffff; background:transparent url(images/leftblock_bkg.jpg) top left no-repeat;
}
.leftblock img { float:left; padding-right:10px; }
.leftblock p { font-size:12px; }
.leftblock a { color:#00569a; }
.leftblock a:hover { color:#650b0b; }
.leftblocktop { width:230px; height:20px; background:transparent url(images/divider-top2.jpg) bottom left repeat-x; border-bottom:1px solid #ffffff; }
.leftblockbott { width:230px; height:20px; background:transparent url(images/divider-bottom2.jpg) top left repeat-x; }
/****************** staff & other contact styles ***************/
.staffcontact {
	width:340px; height:140px; margin-bottom:4px; float:left;
}
.staffcontact img {
	float:left; padding:6px; border:1px solid #CCCCCC; margin-right:10px; background-color:#fafafa;
}
.staffcontact p {
	margin:0 10px;
	font-size:12px;
}
.email {
	display:inline-block;
	text-align:left;
	padding-left:20px;
	margin-bottom:3px;
	font-size:11px;
	background:transparent url(images/iconemail.png) bottom left no-repeat;
}
.email a { padding:0; }
.email a:hover {
	color:#650b0b;
}
.phone {
	display:inline-block;
	padding-left:20px;
	font-size:11px;
	margin-bottom:3px;
	text-align:left;
	background:transparent url(images/iconphone.png) no-repeat;
}

.biolink {
	font-size:10px;
}
#biotext {
	display:none;
	font-size:11px;
	background-color:#fff;
	border:2px solid #353630;
	padding:10px;
	position:relative;
	z-index:100;
}
#biotext h3 {
	color:#00569a;
	padding:4px 0;
}
#biotext p {
	padding: 4px;
	margin:0;
}
.othercontact {
	width:340px; margin:0 0 10px 20px; position:relative;
}
.othercontact p {
	margin:0;
	font-size:12px;
	padding:4px 0;
}
.simplebox .othercontact { width:210px; }
/******************** pagetop styles *********************/
.pagetopcontact { height:170px; padding:40px 0 0 30px; float:left; }
.pagetopphoto { width:240px; height:160px; background-color:#dddddd; float:left; margin:35px 0 15px 83px; }

/******************** calendar styles *********************/
.calpage {
	background:transparent url(images/calendar.gif) top left no-repeat; width:46px; height:49px; float:left; display:inline;
}
.calmonth {
	font-weight:bold;color:#FFFFFF;text-align:center; font-size:11px; padding-top:2px; display:block;
}
.caldate {
	font-weight:bold;color:#00569a;font-size:24px;padding-top:2px;text-align:center;display:block;
}
/****************** item lists ***************/
.itemleftimg {
	padding:10px; 
	overflow:hidden;
	width:98%;
	/*background:#ffffff url(images/itemlist_bkg.jpg) left bottom repeat-x;*/
	/*border-bottom:1px solid #CCCCCC;*/
}
.itemleftimg img {
	float:left;
	padding:10px 10px 10px 0;
}
.itemleftimg h3 {
	padding-left:0;
}
.itemleftimgtxt {
	margin-left:210px;
}
.itemleftimgtxt2 {
	margin-left:100px;
}
.itemleftimgcal {
	margin-left:80px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p, .itemleftimgcal p {
	font-size:13px;
	line-height:16px; 
	padding:2px 6px 2px 0;
	margin:2px 0 6px 0;
}
/******************* buttons *******************************/
a#buttoncontribute {
    background:url("images/button-contribute.png") no-repeat;
	width:218px;
	height:40px;
	outline:0;
	background-position:0 0;
	display:block;
}
a#buttoncontribute:hover {
    background-position:0 -40px;
}
a#buttoncontribute i {
	display:none;
}
/******************* bulletins *******************************/
.bulletincol { float:left; width:210px; height:130px; margin:10px; border:1px solid #ccc; } 
.bulletintitle { width:200px; background-color:#00569a; color:#eeeeee; display:block; font-size:14px; font-weight:bold; padding:5px; text-align:center; }
/************** Smart List styles *****************/
.slheader {
	margin:0;
	padding:5px;
	/*background-color:#F8F8FF;*/
	border:1px solid #dedede;
}
#sl2 {
	border:1px solid #dedede;
	/*border-top:none;
	background-color:#F8F8FF;*/
	padding:0 10px;
}
#sl2-pagination {margin-left:50px;}
#sl2-pagination span {padding:0 4px; }
.sl2-pagination-selected { border: 1px solid #336699; background-color: #E5F3FE; font-weight: bold; }
.sl2-pagination-selected a:link, .sl-pagination-selected a:visited { text-decoration: none; color: #0099FF }
.item {
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
.item h2 {
	padding:0;
	margin:10px 0 2px 0;
	font-size:16px;
	line-height:14px;
}
.item p, .item ul {
	font-size:11px;
	line-height:13px;
}
.flags {
	font-size:10px;
}
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(images/th_bck.gif) repeat-x;
  color                 : #4D0808;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
#intentionblock {
	width:200px;
	/*border:1px solid #6f0d30;*/
	padding:5px;
	margin:0;
}
.intention {
	font-size:11px;
	overflow:hidden;
	margin:2px 0;
	padding:2px 0 4px 0;
	border-bottom:1px dotted #ccc;
}
.intention strong { font-size:11px; }
.intention .mass { width:57px; text-align:right; float:left; font-size:11px; padding-right:8px; line-height:13px; }
.intention .who { width:135px; float: left; font-size:11px; line-height:13px;}
.intention p {
	font-size:11px;
	line-height:12px;
	border-bottom:1px dotted #ccc;
}
