/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: rgb(30,30,30);
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*html>body {
	font-size: 12px;
}*/

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
	outline: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

ul {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}



/* masthead
--------------------------------------------------- */

div#masthead_wrapper {
	float: left;
	width: 100%;
	background: #000 url(../design/masthead/masthead_wrapper_bg.jpg) repeat-x;
	height: 202px;
}

div#masthead {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 202px;
	background: url(../design/masthead/masthead.jpg) no-repeat top center;
}

div#masthead div.site_name {
	position: absolute;
	top: 39px;
	left: 7px;
	width: 326px;
	height: 148px;
	text-indent: -9999px;	
}

div#masthead div.site_name a {
	display: block;
	width: 100%;
	height: 100%;
}



/* masthead - primary_nav
--------------------------------------------------- */

ul#primary_nav {
	position: absolute;
	right: 30px;
	bottom: 165px;
}

/*ul#primary_nav li {
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	padding: 0 0 0.8em 25px;
}*/

ul#primary_nav li {
	float: left;
	font: 1em "Times New Roman", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 0 0 0.8em 25px;
}

ul#primary_nav li a {
	color: rgb(170,153,115);
	color: rgb(197,177,132);
	color: rgb(221,204,159);
}

ul#primary_nav li a:hover, ul#primary_nav li.current a {
	color: #fff;
}

ul#primary_nav li.current a {
	color: #fff;
}



/* masthead - search
--------------------------------------------------- */

div#search {
	position: absolute;
	top: 9px;
	left: 30px;
}

div#search form label {
	display: none;
}

div#search form input {
	vertical-align: middle;	
}

div#search form input#search_box {
	width: 130px;
	padding: 2px;
	background: #000;
	color: rgb(218,204,169);
/*	border: 1px solid rgb(65,59,44);*/
	border: 1px solid rgb(88,80,60);
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 3px;
}

div#search form input.submit {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background: #000;
	color: rgb(210,210,210);
}



/* main
--------------------------------------------------- */

div#main_wrapper {
	float: left;
	width: 100%;
	background: #fff url(../design/main_wrapper_bg.jpg) repeat-x;
}

div#main_wrapper_inner {
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
}

div#main {
	position: relative;
	float: left;
	width: 900px;
	padding: 2em 0 3em 0;
}

body.three_one div#main {
	background: url(../design/main_bg_three_one.jpg) no-repeat top center;
}

body.hot_chocolate div#main {
	background: none;
}

body.two_two div#main {
	background: url(../design/main_bg_two_two.jpg) no-repeat top center;
}

body.two_one_one div#main {
	background: url(../design/main_bg_two_one_one.jpg) no-repeat top center;
}


div#main a {
/*	color: rgb(70,98,17);*/
/*	color: rgb(51,70,102);*/
/*	color: rgb(45,67,103);*/
/*	color: rgb(58,94,140);*/
/*	color: rgb(45,74,102);*/
}

div#main a:link {
	color: rgb(49,79,118);
	border-bottom: 1px solid rgb(179,191,208);
}

div#main a:visited {
	color: rgb(49,79,118);
	border-bottom: 1px solid rgb(179,191,208);
}

div#main a:hover {
	color: rgb(33,53,79);
	border-bottom: 1px solid rgb(144,146,174);
}

div#main a:active {
	color: rgb(33,53,79);
	border-bottom: 1px solid rgb(144,146,174);
}

div#main div.image img {
	padding: 2px;
	border: 1px solid rgb(210,210,210);
}

div#main div.image p {
	font: 0.8333em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(120,120,120);
	margin-top: 0.5em;
}



/* main - feature
--------------------------------------------------- */

div#main div.feature {
	width: 195px;
	margin-bottom: 2.4em;
	font: 0.8333em/1.5 Verdana, Arial, Helvetica, sans-serif;
}

div#main div.feature h2 {
	font: normal 1em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.5em;	
}

div#main div.feature h3.published {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 1em "Times New Roman", Times, serif;
	margin-bottom: 0.8em;
	color: rgb(100,0,0);
}

div#main div.feature p {
	color: rgb(100,100,100);
	margin-bottom: 0;
	line-height: 1.5em;
}

div#main div.credits p {
	margin-bottom: 0.5em;
}

div#main div.credits span.intro {
	text-transform: uppercase;
	font-size: 0.8333em;
}

div#main div.no_image p {
	margin-bottom: 1em;
}

div#main div.feature div.image p {
	line-height: 1.5em;
}

div#main div.feature p.intro {
	margin-bottom: 1em;
}

div#main div.feature p.more {
	font-style: italic;
	margin-top: 0.5em;
}

div#main div.feature p.bottom_margin {
	margin-bottom: 0.5em;
}

div#main div.feature dl.listing {
	margin-bottom: 1em;
}

div#main div.feature dl.listing dt {
	color: rgb(134,111,50);	
}

div#main div.feature dl.listing dd {
	margin-bottom: 0.5em;	
}

div#main div.feature dl.listing a {
	border: none;
}

div#main div.feature ul.list {
	margin-top: 0.4em;
}

div#main div.feature ul.list li {
	color: rgb(100,100,100);
/*	font-style: italic;*/
	padding-left: 18px;
	background: url(../design/bullet.gif) no-repeat left 0.4em;
	line-height: 1.5;
}




/* main - feature - links
--------------------------------------------------- */

div#main div.feature ul.links li a {
	width: 173px;
	padding: 0.4em 0;
	display: block;
	border-bottom: 1px dashed rgb(200,200,200);
	background: url(../design/flower_glyph.gif) no-repeat left center;
	padding-left: 22px;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
	letter-spacing: 2px;
}

div#main div.feature ul.links li a:hover {
	border-bottom: 1px dashed rgb(200,200,200);
}

div#main div.feature ul.links li.current a {
	background: url(../design/flower_glyph_on.gif) no-repeat left center;
	font-style: italic;
}



/* main - feature - categories
--------------------------------------------------- */

div#main div.feature ul.categories a {
	width: 195px;
	padding: 0.4em 0 0.4em 0;
	font-style: italic;
	display: block;
	border-bottom: 1px dashed rgb(200,200,200);
}

div#main div.feature ul.categories a:hover {
	border-bottom: 1px dashed rgb(200,200,200);
}

div#main div.feature ul.categories li ul li a {
	width: 180px;
	padding: 0.4em 0 0.4em 15px;
}

/*div#main div.feature ul.categories a {
	border: none;
}*/



/* main - feature - form
--------------------------------------------------- */

div#main div.feature form label {
	display: block;
	color: rgb(134,111,50);
}

div#main div.feature form input, div#main div.feature form textarea {
	width: 183px;
	background: #fff;
	border: 1px solid rgb(180,180,180);
	padding: 5px;
	color: #000;
	font: 1.1em "Courier New", Courier, monospace;
	margin-bottom: 0.4em;
}

div#main div.feature form textarea {
	height: 100px;
}

div#main div.feature input.submit {
	background: url(../design/button_bg.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	color: rgb(49,79,118);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 5px 0 0 0;
	font: 1em "Times New Roman", Times, serif;
	width: 100px;
}

div#main div.feature input.submit:hover {
	cursor: pointer;
	color: rgb(33,53,79);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

div#main div.feature span.error {
	color: rgb(130,0,0);
	font-style: italic;
}



/* main - content_wrapper
--------------------------------------------------- */

body.three_one div#content_wrapper {
	float: left;
	width: 665px;
	position: relative;	
}

body.four div#content_wrapper {
	float: left;
	width: 900px;
	position: relative;
}

div#content_wrapper h1, body.two_two h1, body.two_one_one h1 {
	font-weight: normal;
	font-size: 2em;
	color: #000;
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 0.7em;
}

body.two_one_one h1.event_title {
	margin-bottom: 0.5em;
}

body#home h2.home {
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 1em;	
}

div#content_wrapper h1 span.shaded {
	color: rgb(120,120,120);
	font-style: italic;
}

div#content_wrapper h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.2em;
}

div#content_wrapper h2.posted span {
	color: rgb(134,111,50);	
}

body.three_one div#content_wrapper div.image {
	margin-bottom: 1.5em;
}

div#content_wrapper p {
	line-height: 1.5;
	font-size: 1em;
	margin-bottom: 1.5em;
}

div#content_wrapper span.intro {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}




/* main - content
--------------------------------------------------- */

body.three_one div#content {
	float: right;
	width: 430px;
}

body.three_one div.two_one div#content {
	float: left;
	width: 430px;
}

body.three_one div.three div#content {
	float: left;
	width: 665px;
}

body.four div#content {
	float: left;
	width: 900px;
}

body.two_two div#content {
	float: left;
	width: 430px;
}

body.two_one_one div#content {
	float: left;
	width: 430px;
}

div#content h1.news {
	margin-bottom: 0.2em;
}

div#content h2.posted {
	color: rgb(120,120,120);
	font: normal 1em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

div#content h2.lowercase {
	color: rgb(120,120,120);
	font: normal 2em Georgia, "Times New Roman", serif;
	margin-bottom: 0.8em;
	letter-spacing: 0;
	width: 100%;
	float: left;
}

div#content h2.label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 0.8333em "Times New Roman", Times, serif;
	margin-bottom: 0.8em;
	color: rgb(100,0,0);
}

div#content h2.date {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 0.8333em "Times New Roman", Times, serif;
	margin: 3em 0 0.4em;
	color: rgb(134,111,50);
}

div#content h2.uppercase {
	font: 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.15em;
}

div#main h2.uppercase a {
	border: none;
}

div#main h2.top_separator {
	border-top: 1px dashed rgb(200,200,200);
	padding-top: 1.5em;
	margin-top: 2em;
}

div#content h3.info {
	font: 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	color: rgb(100,100,100);
}

div#content h3.church_day {
	font: 0.8333em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	color: rgb(100,0,0);
}

div#content h3.info span.date {
	color: rgb(134,111,50);
}

div#content h4 {
	margin-bottom: 0.2em;
	color: #000;
	font-size: 1em;
}

div#content p.location {
	padding-top: 0.5em;
	border-top: 1px dashed rgb(200,200,200);
	font-style: italic;
	color: rgb(100,100,100);
}

div#content p.intro {
	margin-bottom: 2em;
}

div#content span.highlight {
	color: rgb(134,111,50);
}

div#content p.more {
	margin-top: 3em;
	font-style: italic;
}

div#content div.image {
	margin-bottom: 1em;
}

div#content ul {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

div#content ul li {
	padding-left: 18px;
	background: url(../design/bullet.gif) no-repeat left 0.5em;
	margin-bottom: 0.5em;
}

div#content ol {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

div#content ol li {
	margin-bottom: 0.5em;
	margin-left: 18px;
}

div#content span.alert {
	color: rgb(130,0,0);
}

div#content div.col_1 {
	float: left;
	width: 195px;
}

div#content div.col_2 {
	float: right;
	width: 195px;
}

div#content_wrapper #map_frame {
	padding: 2px;
	border: 1px solid rgb(190,190,190);
	margin-bottom: 2em;
}



/* main - content - pullquote
--------------------------------------------------- */

div#content blockquote.pullquote {
	float: left;
	width: 10em;
	margin: 0.25em 1.5em 0.5em 0;
	padding: 0.5em;
	border: 3px double #ccc;
	border-width: 3px 0;
	color: rgb(100,100,100);
	font: italic 1.2em/1.2  Georgia, "Times New Roman", Times, serif;
}

div#content blockquote.alt {
	float: right;
	margin: 0.25em 0 0.25em 0.75em;
}

div#main .pullquote p {
	margin: 0;
	text-align: center;
}

div#content .pullquote p:first-letter {
	text-transform:uppercase;
}



/* main - content - links
--------------------------------------------------- */

div#content dl {
	line-height: 1.5em;
}

div#content dl.links dt {
	font-weight: bold;
}

div#main dl.links dt a {
	border: none;	
}

div#content dl.links dd {
	margin-bottom: 1.5em;
}



/* main - content - news detail
--------------------------------------------------- */

div#content p.posted {
	color: rgb(120,120,120);
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

div#content p.categories {
	color: rgb(120,120,120);
	font-style: italic;
	padding-top: 0.3em;
	border-top: 1px solid rgb(210,210,210);
}



/* main - content - news_entry
--------------------------------------------------- */

div#content div.news_entry {
	margin-bottom: 2em;
	font-size: 1em;
	line-height: 1.5em;
}

div#content div.news_entry h3 {
	font-weight: bold;
	margin-bottom: 0.1em;
	font-size: 1.1667em;
}

div#content div.news_entry h3 a {
	border: none;
}

div#content div.news_entry div.details {
	color: rgb(134,111,50);
	font-style: italic;
}

/*div#content div.news_entry span.date {
	color: rgb(134,111,50);
	font-style: normal;
}*/

div#content div.news_entry span.posted_by {
	font-style: italic;
}

div#content div.news_entry p {
	margin-bottom: 0.3em;
}

div#content div.news_entry div.categories {
	font: italic 0.8333em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(120,120,120);
}



/* main - content - events_entry
--------------------------------------------------- */

div#content dl.event_entry {
	margin-bottom: 1em;
	line-height: 1.5em;
}

div#content dl.event_entry dt {
	color: rgb(100,100,100);
}

div#main div#content dl.event_entry dt a {
	font-weight: bold;
	border: none;
}

div#content dl.event_entry dd {
	margin-bottom: 0.3em;
}

div#content dl.event_entry dd.categories {
	font: italic 0.8333em Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: rgb(100,100,100);
/*	border-top: 1px dashed rgb(200,200,200);
	padding-top: 0.2em;*/
}



/* main - content - gallery_entry
--------------------------------------------------- */

div#content div.gallery_entry {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

div#content div.gallery_entry h3 {
	font-weight: bold;
	margin-bottom: 0.1em;
	font-size: 1.1667em;
}

div#content div.gallery_entry h3 a {
	border: none;
}

div#content div.gallery_entry p.posted {
	color: rgb(134,111,50);
	font-style: italic;
	text-transform: none;
	margin-bottom: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
}

div#content div.gallery_entry p.summary {
	margin-bottom: 0.4em;
}

div#content div.gallery_entry p.images {
	font: italic 0.8333em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(120,120,120);
	padding: 0.4em 0 0 15px;
	border-top: 1px dashed rgb(200,200,200);
	background: url(../design/pages.gif) no-repeat 0 80%;
}



/* main - content - publication
--------------------------------------------------- */

div#content div.publication {
	width: 430px;
	float: left;
	clear: left;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed rgb(180,180,180);
	margin-bottom: 1.5em;
}

div#content div.publication h3 {
	font: normal 1em "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
	color: rgb(100,100,100);
}

div#content div.publication h3 img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}

div#content div.publication h3 a:hover img {
	border: 1px solid rgb(170,170,170);
}

div#main div.publication h3 a {
	border: none;
}

div#content div.publication p {
	margin-left: 111px;	
	margin-bottom: 0.5em;
/*	color: rgb(100,100,100);*/
}

div#content div.publication ul {
	margin-left: 111px;	
}

div#content div.publication ul li {
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
}



/* main - content - archive
--------------------------------------------------- */

div#content ul.archive li {
	margin: 0;
	padding: 0.7em;
	border-top: 1px dashed rgb(200,200,200);
	list-style: none;
	color: rgb(134,111,50);
	background: none;
}

div#content ul.archive li.even {
	background: rgb(230,230,230);
}

div#main ul.archive a {
	border: none;
}



/* main - content - gallery
--------------------------------------------------- */

div#content p.gallery_info {
	color: rgb(100,100,100);
	margin-bottom: 1.5em;
	font-style: italic;
}

div#content p.gallery_info span.date {
	color: rgb(134,111,50);	
	font: normal 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#content div.slide {
	float: left;
	height: 102px;
	width: 102px;
	padding: 15px;
	margin: 0 1px 2px 0;
	background: url(../design/frame_ls.gif) center no-repeat;
}

div#content div.pt {
	background-image: url(../design/frame_pt.gif);
}

div#content div.slide img {
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div#content div.ls img {
	height: 75px; 
	width: 100px; 
	position: relative;
	top: 13px;
}

div#content div.pt img {
	height: 75px; 
	width: 57px; 
	position: relative;
	left: 21px;
	top: 12px;
}

div#content div.nav {
	margin-bottom: 1em;
	color: rgb(120,120,120);
}

div#content div.nav span.back {
	font: normal 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#content div.nav span.prev_next {
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.1em;
}

div#content div.gallery_image {
	margin-bottom: 1em;
}

div#content div.image p.gallery_caption {
	font: italic 1em/1.5 Georgia, "Times New Roman", Times, serif;
	color: rgb(70,70,70);
}

div#content div.image p.gallery_caption strong {
	color: #000;
}



/* calendar
--------------------------------------------------- */

table#calendar {
	width: 100%;
	padding: 1px 0;
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-top: none;
	margin-bottom: 2em;
}

* html table#calendar {
	border-top: none;
	border-bottom: none;
}

div#main table#calendar a {
	border: none;
}

table#calendar tr#header th {
	padding: 0.5em 0;
	border-bottom: 1px rgb(50,50,50) solid;
	color: #fff;
	background: #000;
}

table#calendar th#current-month {
	font-weight: normal;
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

table#calendar tr#header th.nav {
	font-weight: normal;
	letter-spacing: 0.1em;
}

table#calendar tr#header th.prev {
	text-align: left;
	padding-left: 1em;
}

table#calendar tr#header th.next {
	text-align: right;
	padding-right: 1em;
}

table#calendar th.nav a:link, table#calendar th.nav a:visited {	
	color: rgb(150,150,150);
}

table#calendar th.nav a:hover, table#calendar th.nav a:active {
	color: rgb(200,200,200);	
}

table#calendar tr.days th {
	padding: 0.6em 0;
	color: #fff;
	background: #000;
	font: normal 0.8333em "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	width: 14%;
/*	border-bottom: 1px solid rgb(180,180,180);*/
}

table#calendar td {
	vertical-align: top;
	border: 0 solid rgb(180,180,180);
	border-width: 0 0 1px 1px;
	height: 7em;
	font: normal 0.8333em Verdana, sans-serif;
}

table#calendar td.cell-today {
	background: rgb(235,235,235);
}

table#calendar td.cell-today div.date {
	font-weight: bold;	
	color: #000;
}

table#calendar td.cell-blank {
	background: rgb(220,220,220);
	border: 0 solid rgb(180,180,180);
	border-width: 0 0 1px 1px;
}

table#calendar div.date {
	float: right;
	position: relative;
	font: normal 1em Georgia, Palatino, "Palatino Linotype", serif;
	color: rgb(100,100,100);
	padding: 0.125em 0.25em 0 0.25em;
}

table#calendar div.event {
	display: block;
	padding: 0.3em 0.3em 0.5em 0.3em;
}

table#calendar div.date a {
	width: 100%;
	height: 100%;
	display: block;
}

table#calendar div.day {
	margin: 0.5em 0.5em 0.7em 0.5em;
	font-size: 100%;
	font-style: italic;
	color: rgb(100,100,100);
	display: block;
}

table#calendar span.time {
	color: #336600;
}



/* main - list col
--------------------------------------------------- */

div#content div#list_col_1 {
	float: left;
	width: 430px;
}

div#content div#list_col_2 {
	float: right;
	width: 430px;
}




/* main - list item
--------------------------------------------------- */

div#content div.list_item {
	float: left;
	width: 430px;
	margin-bottom: 1em;
	border-bottom: 1px dashed rgb(200,200,200);
	padding-bottom: 1em;
}

div#content div.list_item h3 {
	font: 1em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}

div#content div.list_item h3 img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}

div#main div.list_item h3 a {
	border: none;
}

div#content div.list_item h3 a:hover img {
	border: 1px solid rgb(170,170,170);
}

div#content div.list_item p {
	margin-left: 91px;
	margin-bottom: 0;	
}



/* main - list box main
--------------------------------------------------- */

div#main div.list_box_main {
	width: 665px;
	float: left;
	clear: left;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed rgb(200,200,200);
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

div#main div.list_box_main h2 {
	margin-bottom: 0.2em;
	color: rgb(100,100,100);
	font: 1.16666em "Times New Roman", Times, serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

div#main div.list_box_main h2 img {
	float: left;
	margin-right: 21px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}

div#main div.list_box_main h2 a:hover img {
	border: 1px solid rgb(170,170,170);
}

div#main div.list_box_main h2 a {
	border: none;
}

div#main div.list_box_main p {
	margin-left: 343px;	
	margin-bottom: 0.5em;
/*	color: rgb(100,100,100);*/
	line-height: 1.5em;
}

div#main div.list_box_main span.intro {
	font: 0.8em "Times New Roman", Times, serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}



/* main - list box
--------------------------------------------------- */

div#content div.list_box {
	width: 195px;
	margin-bottom: 2.4em;
	float: left;
	margin-right: 40px;
}

div#content div.no_margin {
	margin: 0;
}

div#content div.list_box h2 {
	font: 1em "Times New Roman", Times, serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin-bottom: 0.2em;	
}

div#main div.list_box a {
	border: none;
}

div#main div.list_box span.title {
	display: block;
	margin-bottom: 0.2em;
}

div#content div.list_box img {
	padding: 2px;
	border: 1px solid rgb(200,200,200);
	margin-top: 0.3em;
}

div#content div.list_box a:hover img {
	border: 1px solid rgb(170,170,170);
}

div#content div.list_box p {
/*	color: rgb(100,100,100);*/
	margin-bottom: 0;
	line-height: 1.5em;
}



/* main - content - contact_categories
--------------------------------------------------- */

div#content ul#contact_categories {
	margin-bottom: 2em;
}

div#content ul#contact_categories li {
	padding: 0.3em 0;
	margin: 0;
	border-bottom: 1px dashed rgb(200,200,200);	
	background: none;
	color: rgb(100,100,100);
	font-style: italic;
}

div#content ul#contact_categories li a {
	font-style: normal;
	border: none;
}

div#content h3.contacts {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.2em;
	color: rgb(100,0,0);
}



/* main - content - bio
--------------------------------------------------- */

div#content dl.bio {
	float: left;
	width: 430px;
	margin-bottom: 1em;
	border-bottom: 1px dashed rgb(200,200,200);
	padding-bottom: 1em;
}

div#content dl.bio_alt {
	background: rgb(235,235,235);
}

div#content dl.bio dt {
	font: 0.8333em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	color: #000;
}

div#content dl.bio dt span.categories {
	color: rgb(100,0,0);
}

div#content dl.bio dt img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}

div#content dl.bio dd {
	margin-left: 91px;
	margin-bottom: 0;	
}

div#content dl.bio dd.titles {
	color: rgb(80,80,80);
	margin-bottom: 0.2em;
}

div#content dl.bio dd.titles strong {
	color: #000;
	font-weight: normal;
}

div#content dl.bio dd.contact {
	font-style: italic;
	color: rgb(134,111,50);
}



/* main - content - signature
--------------------------------------------------- */

div#content dl.signature {
	float: left;
	width: 430px;
	border-top: 1px dashed rgb(200,200,200);
	padding-top: 1.5em;
}

div#content dl.signature dt {
	font-style: italic;
	font-size: 1.16667em;
}

div#content dl.signature dt img {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}

div#content dl.signature dd {
	font: 0.8333em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(80,80,80);
	margin-left: 57px;
	padding-top: 0.2em;
}



/* main - content - vacancies
--------------------------------------------------- */

div#content div.vacancy {
	padding-bottom: 1.5em;
	border-bottom: 1px dashed rgb(200,200,200);
	margin-bottom: 1.5em;
}

div#content div.vacancy h2 {
	font: 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;	
}

div#content div.vacancy p {
	margin-bottom: 0.5em;
}

div#content div.vacancy p.date {
	font-style: italic;
	color: rgb(134,111,50);
}

div#content div.vacancy p.download {
	color: rgb(100,100,100);
	font: italic 0.83333em Verdana, Arial, Helvetica, sans-serif;
}




/* main - content - vcard
--------------------------------------------------- */

div#content div.vcard {
	line-height: 1.5em;
}

div#content div.country-name {
	margin-bottom: 1em;
}



/* main - content - enquiries form
--------------------------------------------------- */

/*form#contact_form dl {
	margin-bottom: 2em;	
}

form#contact_form dl dt {
	color: rgb(100,100,100);
	font-style: italic;
	margin-bottom: 0.2em;
}

form#contact_form dd {
	margin-bottom: 1em;
}

form#contact_form input, form#contact_form textarea {
	width: 250px;
	background: #fff;
	border: 1px solid rgb(180,180,180);
	padding: 5px;
	color: #000;
	font: 1em "Courier New", Courier, monospace;
}

form#contact_form textarea {
	width: 380px;	
}

form#contact_form input.submit {
	background: url(../design/button_bg.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	color: rgb(49,79,118);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 5px 0 0 0;
	font: 0.8333em "Times New Roman", Times, serif;
	width: 150px;
}

form#contact_form input.submit:hover, form#contact_form input.submit:active, form#contact_form input.submit:focus {
	cursor: pointer;
	color: rgb(33,53,79);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
}*/




/* content - table - contacts
--------------------------------------------------- */

table#contacts {
	width: 100%;
	margin-bottom: 1.5em;
	color: rgb(80,80,80);
}

table#contacts th, table#contacts td {
	margin: 0;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px dashed rgb(200,200,200);
}

table#contacts th {
	font: 0.8333em "Times New Roman", Times, serif;	
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background: #000;
	color: #fff;
	border: 0;
}

table#contacts tr {
	vertical-align: top;
}

table#contacts tr.alt {
	background: rgb(235,235,235);
}

table#contacts div.info {
	font: italic 0.8em Verdana, sans-serif;
	color: rgb(100,100,100);
	padding-top: 0.4em;
}

table#contacts td.name {
	color: #000;
}



/* main - content - search results
--------------------------------------------------- */

div#content p.results_found {
	font-size: 1.5em;
	color: rgb(100,100,100);
}

div#content p.results_found em {
/*	font-weight: bold;*/
	color: rgb(134,111,50);	
}

table#results {
	width: 100%;
}

table#results th, table#results td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table#results th {
	font: 0.8333em "Times New Roman", Times, serif;	
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #000;
	border-bottom: 1px solid rgb(200,200,200);
}

table#results tr.alt {
	background: rgb(235,235,235);
}

table#results td {
	font: 1em;
	border-bottom: 1px dashed rgb(200,200,200);
}

table#results td.section, table#results td.date {
	color: rgb(100,100,100);
}

table#results td.excerpt {
	font-style: italic;
}



/* main - content - budget
--------------------------------------------------- */

table.budget {
	width: 100%;
	margin-bottom: 1.5em;
}

table.budget th, table.budget td {
	padding: 10px;
	text-align: right;
	vertical-align: top;
}

table.budget th {
	font: 0.8333em "Times New Roman", Times, serif;	
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgb(100,0,0);
	border-bottom: 1px solid rgb(200,200,200);
}

table.budget tr.alt {
	background: rgb(235,235,235);
}

table.budget tr.total {
	font-weight: bold;
}

table.budget td {
	font: 1em;
	border-bottom: 1px dashed rgb(200,200,200);
}

div#main table.budget th.activity {
	padding-left: 0;
	text-align: left;
}

div#main table.budget td.activity {
	font-style: italic;
	padding-left: 0;
	text-align: left;
}

table.budget td.excerpt {
	font-style: italic;
}



/* main - content - regular service times
--------------------------------------------------- */

table#times {
	width: 100%;
	margin-bottom: 1.5em;
}

table#times th, table#times td {
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

table#times th {
	font: 0.8333em "Times New Roman", Times, serif;	
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #000;
	border-bottom: 1px solid rgb(200,200,200);
}

table#times td {
	font: 1em;
	line-height: 1.5em;
	border-bottom: 1px dashed rgb(200,200,200);
}

table#times td.day {
	color: rgb(134,111,50);
}

table#times span.time {
	color: rgb(100,0,0);
}

table#results td.details {
	font-style: italic;
}

table#times td.details p {
	margin-bottom: 0;
}



/* main - content - forthcoming services
--------------------------------------------------- */

div#content div.services {
	margin-bottom: 0;
}

div#content h2.services {
	margin: 1em 0 0.4em 0;
	width: 100%;
}

div#content h3.church_day {
	font: 0.8333em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	color: rgb(100,0,0);
}

div#content table.info {
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 1px dashed rgb(200,200,200);
	margin-bottom: 1em;
}

div#content table.info th, div#content table.info td {
	text-align: left;
	vertical-align: top;
}

div#content table.info td {
	font: 1em;
	line-height: 1.5em;
}

div#content table.info td.label {
	color: rgb(100,100,100);
	width: 20%;
}

div#content table.info td.title {
	color: #000;
}

div#content table.info td.details p {
	margin-bottom: 0;
	width: 80%;
}



/* main - downloads
--------------------------------------------------- */

div#content dl.download {
	padding-bottom: 1em;
	border-bottom: 1px dashed rgb(190,190,190);
	margin-bottom: 1em;	
}

div#content dl.download dt {
	color: rgb(100,100,100);
	font: 1em "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#content dl.download dt a {
	border: 0;
}

div#content dl.download dt span.type {
	color: rgb(134,111,50);
}

div#content dl.download dd {
	font-style: italic;
}



/* main - slideshow
--------------------------------------------------- */

div#slideshow {
	float: left;
	width: 635px;
	background: rgb(240,240,240) url(../design/slideshow_bg.gif) repeat-x;
	border: 1px solid rgb(210,210,210);
	border-top-color: rgb(205,205,205);
	padding: 15px;
	margin: 0 0 1em 0;
}

div#slideshow p.intro {
	font: italic 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(100,100,100);
	margin-bottom: 15px;
}

div#slideshow img {
	clear: left;
	padding: 2px;
	background: #fff;
	border: 1px solid rgb(200,200,200);
}

div#slideshow a:hover img {
	border: 1px solid rgb(180,180,180);
}

div#slideshow ul {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}

div#slideshow ul li {
	float: left;
	padding: 0;
	margin-left: 8px;
}

div#slideshow ul li.first {
	margin-left: 0;
}



/* main - content - stations of the cross
--------------------------------------------------- */

div#content div.station {
	clear: left;
	float: left;
	width: 665px;
	margin-bottom: 1.6em;
	border-bottom: 1px solid rgb(210,210,210);
	padding-bottom: 1.6em;
}

div#content div.station div.image {
	float: left;
	width: 195px;
	margin: 0;
	padding-right: 19px;
	border-right: 1px solid rgb(210,210,210);
}

div#content div.station div.text {
	float: right;
	width: 430px;
}

div#content div.station div.intro p {
	margin-bottom: 1.5em;
}

div#content div.station h2 {
	font: normal 0.8333em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(134,111,50);
	margin-bottom: 0;
}

div#content div.station h3 {
	font-weight: bold;
	line-height: 1.5em;
}

div#content div.station p {
	line-height: 1.5em;
	margin: 0;
}

div#content div.station p.verse {
	font-style: italic;
	color: rgb(80,80,80);
}

div#content p.copyright {
	clear: left;
	font-style: italic;
	color: rgb(100,100,100);
}



/* main - content - entrance images
--------------------------------------------------- */

div#content div#entrances div.image {
	width: 195px;
	float: left;
	margin-right: 40px;
}

div#content div#entrances div.no_margin {
	margin-right: 0;
}



/* main - content - content_sidebar
--------------------------------------------------- */

div#content_sidebar {
	width: 195px;
	padding-right: 19px;
	border-right: 1px solid rgb(210,210,210);
	float: left;
}

body.three_one div.two_one div#content_sidebar {
	float: right;
	width: 195px;
	padding: 0 0 0 19px;
	border-left: 1px solid rgb(210,210,210);
	border-right: none;
}

div#content_sidebar div.image p {
	font-size: 1em;
}

div#content_sidebar div.feature div.image {
	margin-bottom:  0.3em;
}



/* main - sidebar
--------------------------------------------------- */

body.three_one div#sidebar {
	float: right;
	width: 195px;
}

body.two_two div#sidebar, body.two_one_one div#sidebar {
	float: right;
	width: 430px;
}

body.two_two div#sidebar div.col_1, body.two_one_one div#sidebar div.col_1 {
	float: left;
	width: 195px;
}

body.two_two div#sidebar div.col_2, body.two_one_one div#sidebar div.col_2 {
	float: right;
	width: 195px;
}

div#sidebar div.feature div.image {
	margin-bottom:  0.3em;
}



/* main - sidebar - news_feature
--------------------------------------------------- */

div#news_feature {
	width: 390px;
	padding: 1em 20px;
	background: rgb(230,230,230) url(../design/feature_bg.png) repeat-x;
	border-bottom: 1px solid rgb(210,210,210);
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 2em;
}

div#news_feature h2 {
	font: 0.8em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(100,0,0);
	margin-bottom: 0.5em;
}

div#news_feature h3 {
	font-weight: bold;
	font-size: 1.1667em;
	margin-bottom: 0.05em;
}

div#main div#news_feature h3 a {
	border: none;
}

div#news_feature img {
	width: 384px;
}

div#main div#news_feature div.image {
	margin-bottom: 0.4em;
	border-color: rgb(180,180,180);
}

div#news_feature div.image p {
	color: rgb(140,140,140);
	font-style: italic;
}

div#news_feature div.details {
	color: rgb(134,111,50);
	margin-bottom: 0.2em;
	font-style: italic;
}

/*div#news_feature span.date {
	color: rgb(134,111,50);
	font-style: normal;
}*/

div#news_feature span.posted_by {
	font-style: italic;
}

div#news_feature p {
	margin-bottom: 0.3em;
	color: rgb(70,70,70);
}

div#news_feature span.intro {
	font: 0.8em "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#news_feature div.categories {
	font: italic 0.8333em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(120,120,120);
}



/* footer
--------------------------------------------------- */

div#footer_wrapper {
	clear: both;
	float: left;
	background: #000;
	width: 100%;
	padding: 0;
}

div#footer {
	width: 900px;
	padding: 2em 30px 1.5em 30px;
	margin: 0 auto;
	color: rgb(180,180,180);
	font: 0.8333em/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: url(../design/footer.jpg) no-repeat;
}

div#footer a:link, div#footer a:visited {
	color: rgb(180,164,76);
/*	color: rgb(171,156,75);*/
}

div#footer a:hover, div#footer a:active {
	color: rgb(200,182,85);
}



/* footer - feature
--------------------------------------------------- */

div#footer div.feature {
	width: 195px;
	float: left;
	margin-right: 40px;
	margin-bottom: 2em;
}

div#footer div.last {
	margin-right: 0;
}

div#footer div.feature h2 {
	font: normal 1em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.3em;
	border-bottom: 1px solid rgb(50,50,50);
	margin-bottom: 1em;
}

div#footer p.more {
	font-style: italic;
	clear: left;
	width: 100%;
}

div#footer p.bottom_margin {
	margin-bottom: 1em;
}

div#footer p strong {
	color: rgb(185,220,255);
}

div#footer dl {
	line-height: 1.5em;
	margin-bottom: 2em;
}

div#footer dl dt {
	color: rgb(185,220,255);
/*	color: rgb(94,133,185);*/
}

div#footer dl dd {
	margin-bottom: 1em;
}

div#footer div.service_times {
	margin-bottom: 1em;
}

div#footer div.service_times p {
	margin-bottom: 0.5em;
}



/* main - feature - calendar
--------------------------------------------------- */

table#calendar-mini {
	width: 100%;
	margin-bottom: 2em;
}

table#calendar-mini tr#cal-header th {
	padding-bottom: 0.5em;
	color: rgb(185,220,255);
	text-align: center;
	font-weight: normal;
}

table#calendar-mini tr#cal-header th.nav {
	font-size: 1.2em;
}

table#calendar-mini tr#cal-days th {
	text-transform: lowercase;
	font-weight: bold;
	width: 14%;
	padding: 0.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#calendar-mini td {
	text-align: center;
	padding: 0.3em 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#calendar-mini td.today {
	font-weight: bold;
}

table#calendar-mini td a {
	font-weight: bold;
}



/* home page splash
--------------------------------------------------- */

div#splash_wrapper {
	float: left;
	width: 100%;
	height: 331px;
	background: rgb(240,240,240) url(../home/splash_wrapper_bg.jpg) repeat-x;
	z-index: 1;
}

div#splash {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 331px;
	position: relative;
	background: url(../home/splash_bg.jpg) no-repeat;
}

div#welcome {
	text-indent: -9999px;
}

div#welcome h1 {
	position: absolute;
	top: 0;
	left: 0;
}

div#welcome a {
	position: absolute;
	top: 126px;
	left: 502px;
	width: 274px;
	height: 26px;	
	display: block;
	border: 0;
}

div#welcome a:hover, div#welcome a:active {
	border-bottom: 1px solid rgb(131,104,34);
}



/* splash - services
--------------------------------------------------- */

div#services_home {
	position: relative;
	top: 25px;
	left: 30px;
	width: 195px;
}

div#services_home h2 {
	font: italic normal 0.8333em Georgia, "Times New Roman", Times, serif;
/*	color: rgb(85,118,39);*/
	color: rgb(120,120,120);
	margin-bottom: 0.5em;
}

div#services_home h3, div#services_home h4 {
	margin: 0 0 0.4em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: 0.8333em "Times New Roman", Times, serif;
}

div#services_home h3 {
	color: rgb(132,101,21);
}

div#services_home h4 {
	color: rgb(100,0,0);
	margin-bottom: 1em;
}

div#services_home table.info {
	width: 100%;
	font: 0.8333em Verdana, sans-serif;
	margin-bottom: 1em;
}

div#services_home table.info th, div#services_home table.info td {
	text-align: left;
	vertical-align: top;
}

div#services_home table.info td {
	font: 1em;
	line-height: 1.5em;
}

div#services_home table.info td.label {
	color: rgb(120,120,120);
	width: 20%;
	padding-right: 15%;
}

div#services_home table.info td.title {
	color: #000;
}

div#services_home table.info td.details {
	width: 65%;
}

div#services_home p {
	font: italic 0.8333em Verdana, sans-serif;
}

div#services_home p a {
	color: rgb(131,104,34);
}

div#services_home p a:active, div#services_home p a:hover {
	border-bottom: 1px solid rgb(131,104,34);
}



/* splash - actions
--------------------------------------------------- */

div#splash h2.action {
	position: absolute;
	top: 0;
	left: 0;
}

div#splash h2.action a {
	position: absolute;
	display: block;
	width: 124px;
	height: 94px;
	text-indent: -9999px;
	top: 171px;
}

div#splash h2.action a:hover, div#splash h2.action a:active {
	background-position: right top;	
}

h2#action_events a {
	left: 503px;
	background: url(../home/events.jpg) no-repeat left top;
}

/* IE6 flicker bug */
h2#action_events {
	background: url(../home/events.jpg) no-repeat right top;
}

h2#action_groups a {
	left: 653px;
	background: url(../home/groups.jpg) no-repeat left top;
}

/* IE6 flicker bug */
h2#action_groups {
	background: url(../home/groups.jpg) no-repeat right top;
}

h2#action_liturgy a {
	left: 804px;
	background: url(../home/liturgy.jpg) no-repeat left top;
}

/* IE6 flicker bug */
h2#action_liturgy {
	background: url(../home/liturgy.jpg) no-repeat right top;
}



/* splash - slides
--------------------------------------------------- */

div#slides_wrapper {
	width: 196px;
	height: 283px;
	overflow: hidden;
	position: absolute;
	top: 26px;
	left: 265px;	
}

div#slides {
	position: relative;
	width: 196px;
	height: 283px;
	overflow: hidden;
}

div#slides ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 784px;
	height: 283px;
}

div#slides li {
	float: left;
}

div#slides_menu {
	position: absolute;
	z-index: 1;
	top: 258px;
	left: 0;
	width: 196px;
	height: 25px;
	overflow: hidden;
	background: #000;
}

div#slides_menu ul {
/*	margin: 2px 10px 0;
	width: 169px;
	height: 21px;*/
}

div#slides_menu li {
	display: block;
	margin: 0;
	padding: 0;
	background-image: none;
}

div#slides_menu li#snapback {
	float: left;
	padding: 5px 0 0 8px;
}

div#slides_menu li#snapmore {
	float: right;
	padding: 5px 8px 0 0;
}

div#slides_menu li a {
	color: #fff;
	font: 10px "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
	letter-spacing: 1px;
}



/* footer - feature - gallery
--------------------------------------------------- */

div#footer div.gallery {
	margin-bottom: 1em;
}

div#footer div.gallery a {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 51px;
	width: 51px;
	overflow: hidden;
	border: 1px solid rgb(60,60,60);
}

div#footer div.gallery a:active, div#footer div.gallery a:hover {
	border: 1px solid rgb(80,80,80);
}

div#footer div.gallery a img {
	float: left;
}



/* footer - footer_text
--------------------------------------------------- */

div#footer div.footer_text {
	width: 100%;
	clear: left;
	padding-top: 1em;
	border-top: 1px solid rgb(50,50,50);
}

div#footer div.footer_text p {
	font: 0.8333em "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
	letter-spacing: 2px;
}



