* {
   margin: 0;
   padding: 0;
}
/* pete-set font consistiency - base CSS file */
html {font-size: 100%;}

body{
   background: #491f2c;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
   font-size: 62.5%;
   color: #333;
}

/* pete add - keep font sizes consistent thorugh cascading */
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 760px;
   margin: 0 auto;
   padding: 0 17px;
   background: url(/images/bg_containerb.gif) repeat-y top left;
}
#container p {
	padding: .5em 0;
}

.hideme{
   display: none;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   height: 174px;
   background: url(/images/bg_header-b.jpg) no-repeat;
}

#header h1{
   width: 506px;
   height: 76px;
   margin-left: 90px;
   text-indent: -9999px;
}

#header h1 a{
   overflow: hidden;
   display: block;
   width: 506px;
   height: 76px;
   text-decoration: none;
}

#header p{
/* pete-increase font size slightly */
   font-size: 1em;
}

#header p#intro{
   position: absolute;
   top: 106px;
   left: 182px;
   width: 375px;
   color: #FFF;
   line-height: 1.4em;
/* pete add-italic to text below nav */
   font-style: italic;
}

#header p#intro em{
   font-weight: bold;
}

#header p#address{
   position: absolute;
   top: 102px;
   right: 0;
   margin: 0px 9px 0 0;
   color: #696b82;
   font-size: 10px;
   text-align: right;
   line-height: 1.6em;
   letter-spacing: -.025em;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav,
#nav ul {
   float: right;
   border-top: 1px solid #FFF;
   background: #464C6E;
   list-style: none; 
   line-height: 1;
}

#nav{
   margin-top: 1px;
}

#nav a {
   display: block;
   float: left; /* helps IE6 */
   height: 17px;
   padding: 4px 5px 0;
   color: #FFF;
   /* pete-increase font size slightly */
   font-size: 1.1em;
   text-transform: uppercase;
   text-decoration: none;
}

#nav li li a{
   float: none;
   width: 100px;
   height: auto;
   padding: 7px 5px;
   font-size: 9px;
}

#nav a:hover{
   background: #848AAD;
}

#nav li ul {
   position: absolute;
   top: 99px;
   left: -999em;
   z-index: 9999;
}

#nav li ul ul {
   margin: -23px 0 0 110px;
   top: auto;
   border: 0;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
   left: auto;
   clear: both;
}

#nav li {
   float: left;
   margin: 0 5px;
}

#nav li li{
   display: inline;
   float: none;
   margin: 0;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   float: left;
   width: 760px;
   background: url(/images/bg_container-innerb.gif) repeat-y;
}

/* enable for homepage "servebar" */
body#home #container-inner{
   background: url(/images/bg_container-inner_homeb.gif) repeat-y;
}


#container-inner h3{
   color: #464C6E;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 140%;
   font-weight: normal;
}

#container-inner h4{
   margin-top: 7px;
   padding-top: 5px;
   color: #4F0F0F;
}

#container-inner h4.first{
   border: none;
}

#container-inner p,
#container-inner li{
   color: #272425;
   font-size: 85%;
   line-height: 1.4em;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   float: right;
   width: 574px;
   background:url(/images/bg_content-wrap-b.gif) no-repeat;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   float: left;
   width: 526px;
   margin-top: 23px;
   padding: 0 29px 10px 19px;
}

/* enable for homepage "servebar" */
body#home #content{
   width: 342px;
}
#content #specialAnnounce {
width: 128px;
float: right;
margin: 0 -31px 0 0;
padding-left: .3em;
}
/* For the IE browsers */
#specialAnnounce:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}


#specialAnnounce {
	display: inline-block;
	}
/* Hides from IE-mac \*/* html #specialAnnounce {height: 1%;}/* End hide from IE-mac */
*html #specialAnnounce {
	margin-right: -16px;
}



#content #text{
   margin-top: 15px;
}


#content #text h4{
   border: none;
   margin: 0;
   padding: 0;
   color: #000;
   font-size: 90%;
}
#content h1 {
   color: #464C6E;
   font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 218%;
	font-weight: normal;
}

#content h3{
	padding: .2em 0;
   font-size: 2.75em;
   border-top: #bbb 1px dotted;
   border-bottom: #bbb 1px dotted;
}

#content h4{
	/* pete-change value to ems */
   font-size: 1em;
}

#content h4.first{
   margin: 0;
   padding: 0;
}

#content h4 a{
   color: #4F0F0F;
   text-decoration: none;
}

#content h4 a:hover{
   color: #59a3e2;
   text-decoration: none;
}
#content h5 {
	padding: .2em 0;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.7em;
	color: #624a2f;
}

/* @group Blog and Comment styles */

p.date {
	font-weight: bold;
}

div#comments {
	margin-top: 1em;
	padding: 1em 0;
	border-top: #ccc 3px solid;
}

div#comments p {
	padding: 1em;
}

div#comments h5 {
	margin-top: 1em;
	padding: .75em 1em;
	border-top: #ccc 1px solid;
	font-weight: normal;
	font-size: 100%;
	color: #222;
}

div.comment h5 {
	border-bottom: #ccc 1px solid;
	background-color: #eeeff2;
}

div#comments span.commenter {
   font-family: Georgia, Times, "Times New Roman", serif;
   padding-right: .5em;
   font-weight: bold;
   font-style: italic;
   color: #464C6E;
	font-size: 120%;
}

/* @end */

#content p {
	padding: .5em 0;
	font-size: 1.1em;
	line-height:1.6em;
}
#content p.larger {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #444;
}
#content p.end {
	margin-bottom: .5em;
}
#content blockquote {
	display: block;
	margin: 0 2em;
	font-size: 1.1em;
	line-height: 1.5em;
}

#content ul, #content ol{
   margin: .5em 0 0 .5em;
   padding: 0;
/* pete-increase list font size */ 
   font-size: 1.2em;
}

#content li {
	list-style: none;
	background: url(/images/bullet-greyball.gif) no-repeat 0% 10%;
	padding: 0 0 .5em 1.8em;
}
#content #resources li {
	background: url(/images/bullet.gif) no-repeat 0% 10%;
}

#content ul.byline{
   margin-left: 25px;
}

#content img{
	margin: 0;
   padding: 0;
	border-style: none;
	border-bottom: 0px;
}

#content img#mcms_stats{
   display: none;
}

#content img.left{
   float: left;
   margin: 0;
   padding: .3em .3em .3em 0;
}

#content img.right{
   float: right;
   margin: 0;
   padding: .3em 0 .3em  .3em;
}


#content img a:link {
	border-bottom: 0px;
	border-style: none;
}
#content img a:visited {
	border-bottom: 0px;
	border-style: none;
}

#content a {
   text-decoration: none;
   border-bottom: #aaa 1px dotted;
}
#content a:link {
	color: #3d698e;
}

#content a:visited { 
	color: #38546c; 
}

#content a:hover{
   color: #2ce5fd;
}
#content h4 a, #content h4 a:link {
	color: #663335;
}
#content h4 a:visited {
	color: #333;
}


/* CSS for the resources page */

/* @group Resources Page styles */

#resources {
    overflow: auto;
}

#resources .leftBlock {
    left: 0;
    width: 49%;
    float: left;
    clear: left;
    overflow: auto;
    margin: 0 0 6px 0;
    padding: 0;
    background-color: #f6f6f6;
    border: #808080 1px dotted;

}

#resources .rightBlock {
    left: 50%;
    width: 49%;
    float: right;
    overflow: auto;
    margin: 0 0 6px 0;
    padding: 0;
    background-color: #f6f6f6;    
    border: #808080 1px dotted;
}
#resources .leftBlock img, #resources .rightBlock img {
    float: left;
    margin: 0;
    padding: .5em;
}
#resources p {
    padding: 0 0 .5em 0;
}

#resources .leftBlock p, #resources .rightBlock p {
    margin:.2em .5em;
    font-size: .93em;
    line-height: 1.3em;
}
#resources h4 {
    clear: both;
    font-size: 1.3em;
}
#resources .leftBlock a, #resources .rightBlock a {
    font-size: 120%;
}
#resources .leftBlock a:link, #resources .rightBlock a:link {
        color: #00adef;
}
#resources .leftBlock a:visited, #resources .rightBlock a:visited {
    color: #004a80;
}

#resources .leftBlock a:hover, #resources .rightBlock a:hover {
    color: #ed1c24;
    background-color: #ece3d9;
}

/* @end */

#content a#podcast{
   padding-left: 15px;
   background: url(/images/icon_podcast.gif) no-repeat left center;
}
#adminNL td.titlez {
	padding: 1em 0 .5em 0;
}
#adminNL td.namez {
	padding: .5em;
}
#adminNL #deacons td.namez {
	padding-left: 1em;
}
#adminNL tr.alt {
 background-color: #f8f2e4;
}

/* =Servebar
---------------------------------------------------------------------
*/

#servebar{
   float: right;
   width: 165px;
   margin: 0 0 0 -6px;
   padding: 23px 9px 0 9px;
}
/* pete-style p fonts in servebar*/
#servebar p {
	padding: .7em 0;
	font-size: 1em;
	color: #444;
	border-bottom: 1px dotted;
}
#servebar p.last {
	border-bottom: none;
}
#servebar p b {
	display: block;
	margin: 0;
	padding: 0 0 .2em 0;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #624a2f;
}

#servebar p.noBordr {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#servebar h3{
/* pete-set font size and breathing room around it */
   margin: 0 -9px 6px -9px;
   padding: 4px 0 4px 10px;
   background: #464C6E url(/images/bg_h3_servebar.gif) no-repeat;
   font-size: 1.6em;
   color: #DDD2BD;
}
#servebar h4 {
	display: block;
	margin: .5em -9px;
	padding: .5em;
	background-color: #464C6E;
	border-top: none;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: #DDD2BD;
}
#servebar img {
	border-style: none;
	display: block;
	margin: 3px auto;
}

#servebar img a:link {
	border-bottom: 0px;
	border-style: none;
}

#servebar img.servepic{
   margin: 10px -9px 0 -8px;
   border: 1px solid #673649;
   border-right: none;
   border-left: none;
}
/* pete-set link styles for servebar */
#servebar p a {
	color: #491f2c;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#servebar p a:hover {
	color: #DDD2BD;
	background-color: #464C6E;
}

/* =Sidebar
---------------------------------------------------------------------
*/


#sidebar{
   float: left;
   width: 158px;
   margin: 0 -6px 10px 0;
   padding: 0 14px;
	font-size: 13px;
}

#sidebar h3{
   background: #464C6E;
   margin: 0 -14px;
   padding: 5px 0 5px 14px;
   color: #DDD2BD;
}

#sidebar h4{
	padding: .4em 0;
	   font-family: Georgia, Times, "Times New Roman", serif;
	   font-weight: normal;
	color: #464C6E;
   font-size: 1.2em;
   line-height: 1.2em;
}

#sidebar h4#calendar{
   margin-bottom: 4px;
}

#sidebar h4#download{
   padding-right: 20px;
   background: url(/images/bg_sidebar_h4_download.gif) no-repeat 125px 12px;
}

#sidebar table.calendar{
   width: 100%;
   margin: 0 auto;
   border-top: none;
   background: #fff;
   color: #272425;
   font-size: 70%;
}

#sidebar table.calendar caption{
   width: 100%;
   margin: 0 auto;
   padding: 5px 0 3px;
   border-bottom: none;
   background: #fff;
   font-size: 110%;
   font-weight: bold;
}

#sidebar table.calendar caption span.previous{
   padding-right: 10px;
}

#sidebar table.calendar caption span.next{
   padding-left: 10px;
}

#sidebar table.calendar caption span a{
   text-decoration: none;
}


#sidebar table.calendar th,
#sidebar table.calendar td{
   padding: 1px;
   text-align: center;
}

#sidebar table.calendar td a{
   display: block;
   border: 1px solid #622D3F;
   color: #272425;
   font-weight: bold;
   text-decoration: none;
}

#sidebar table.calendar td a:hover{
   background: #94B9FF;
}

#sidebar a{

   color: #272425;
   text-decoration: none;
   border-bottom: #333 1px dotted;
}

#sidebar a:hover{
   color: #59a3e2;
   text-decoration: none;
   border-bottom: 1px solid;
}
/* @group Blog sidebar */
div#search {
	margin-top: 1em;
}
div#sidebar li {
	list-style: none;
	padding-bottom: .35em;
}

/* @end */

/* @group dropshadows */

/* dropshadows */

.img-wrapL {
    float: left;
    margin: 3px .75em 3px 5px !important;
    padding: 0;
    background: url(../images/shadow.gif) no-repeat right bottom;
}
.img-wrapL div {
    background: url(../images/mask.png) no-repeat left top !important;
    background: url(../images/mask.gif) no-repeat left top;    
    padding: 0 5px 3px 0 !important;
    float: left; /*:KLUDGE: fixes problem in IE5.2/Mac */
}

.img-wrapL div img {
    background-color: #fff;
    border: #a9a9a9 1px solid !important;    
    padding: 3px !important;
}

/* for right floated images */.img-wrapR {	float: right;    margin: 3px .75em 3px 5px !important;
	padding:  0 2px 0 0 !important;	background: url(../images/shadow.gif) no-repeat right bottom;}.img-wrapR div {	background: url(../images/mask.png) no-repeat left top !important;	background: url(../images/mask.gif) no-repeat left top;	
	padding: 3px !important;	float: left; /*:KLUDGE: fixes problem in IE5.2/Mac */}.img-wrapR div img {
	padding: 3px !important;
	background-color: #fff;
	border: #a9a9a9 1px solid !important;}

/* @end */
/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   height: 41px;
   margin: 0;
   padding: 0;
     /*border-top: 1px solid #272425;*/
  /* background: #464C6E;*/
  	background: url(/images/footr.gif) no-repeat -17px 0px;
   color: #FFF;
     /* pete-adjust font size*/
   font-size: .95em;
   text-align: center;
}

#footer ul{
   list-style: none;
/* pete-move 5px padding here*/
   padding-top: 7px;
}

#footer li{
   display: inline;
   padding: 0 12px;
   border-left: 1px solid #FFF;
}

#footer li#fnav_home,
#footer li.first{
   border: none;
}

#footer a{
   color: #FFF;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}

/* =Ekkfooter
---------------------------------------------------------------------
*/

#ekkfooter{
   width: 760px;
   margin: 0 auto;
}

#ekkfooter p{
   float: left;
   font-size: 70%;
   color: #432330;
}

#ekkfooter p.powered{
   float: right;
}

#ekkfooter a{
   color: #432330;
   text-decoration: none;
}

#ekkfooter a:hover{
   background: #432330;
   color: #673649;
}