/* CSS Document */
/* Created & Copyright (c) Sky Wide Design - 2008 */
/* replaced frame/table-layout with CSS & created ALT tags */
/*
 	COLORS: #ACCBEA -light blue, #FF3300 -red, #006699 -dark blue, #CCCCCC -grey.
*/

/**remove browser defaults**/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, iframe, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333; /**dkrgrey**/
	line-height:1.2;	
}
a{
	color: #006699; /**teal**/
	text-decoration: none;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border-color:#FFFFFF;
}
h1{
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 120%;
}
h1 a, h1 a:link, h1 a:visited, a img, a:link img, a:visited img{
	color:#FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
}
h2{
	font-size: 114%;
	color: #FF3300; /**red**/
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4%;
	padding-left: 0px;
}
h2.docs {
	text-align:left;
	padding-bottom: 1%;
}

h3{
	font-size: 100%;
	color: #334d55; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 0px;
}

h4{
	font-size: 100%;
	font-weight:bold;
	color: #333333; 
}
li h5{
	font-size: 80%;
	color: #334d55; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul{
 	list-style-type: none;
}
ol li {
 	margin-top:0; 
	margin-bottom:0; 
	list-style-type:decimal;
	list-style-position:outside;
	display:list-item;
	margin-left: 25px;
}
ul ul li {
 	margin-top:0; 
	margin-bottom:0; 
	list-style-type:disc; 
	list-style-position:outside;
	display:list-item;
	margin-left: 20px;
}
ul ul ul{
 	list-style-type: none;
}
ul li ul li {
	list-style-type: none;
	font-weight: normal;
	font-size: 70%;
	line-height:0.7;
}
label{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: bold;
 	color: #334d55; /**dkteal**/
}

.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC; /**ltgrey**/
	width: 100%;
}
#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color:#ACCBEA;
	border-right: 1px solid #CCCCCC; /**ltgrey**/
	border-bottom: 1px solid #CCCCCC; /**ltgrey**/
}
#news{
  	float:right;
	width: 20%;
	background-color:#EBEBEB;
	border-left: 1px solid #CCCCCC; /**ltgrey**/
	border-bottom: 1px solid #CCCCCC; /**ltgrey**/
	padding-right: 10px;
}
#content{
	float: left;
  	width: 55%;
}


/***********************************************/
/* Div Tags  */
/***********************************************/
#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #nav-main **************/
#nav-main{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC; /**ltgrey**/
	color: #CCCCCC; /**ltgrey**/
	font-weight:bold;
}
#nav-main img{
 	display: block;
}
#nav-main a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 65%;
	padding: 2px 0px 0 10px;
}

/************** #thanks styles **************/
#thanks{
	position: relative;
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 70%;
	display: block;
}
#thanks h3{
	padding: 10px 0px 2px 0px;
}
#thanks img {
	border-color:#ACCBEA;
}
.thanks {
	font-size: 70%;
	margin-bottom:1.2em;	
}

/************** .content-main styles ***************/
.content-main{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.content-main h2{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.content-main h3 {
	padding: 20px 0px 5px 0px;
	text-align: left;
}
.content-main img{
	float: left;
	padding: 10px 10px 0px 0px;
}
.content-main ul li, .content-sub ul li, .content-main ol li, .content-sub ol li {
	font-size: 90%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #334D55; /**dkteal**/
}
.content-special{
	padding: 8px 20px 20px;
	background-color: #FFFFCC;
	clear: both;
	line-height: 1.5;
	color: #039;
}
.content-special h2{
	font-size: 105%;
	color: #0033CC; /**dkteal**/
}
.snippet {font-size: 70%;}
.snippetBigger {font-size: 90%;}
.dip {padding-bottom: 5px;}
.center {
	text-align: center;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 2px;
}
/************** .content-sub styles *****************/
.content-sub{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.content-sub p{
	padding: 0px 0px 10px 0px;
}
.content-sub li{
	padding: 0px;
}
td {
	vertical-align: top;
}
.content-sub h4 ol li{
	font-size: 90%;
	margin-left: 15px;
}
/************** .content-gallery styles *****************/
.content-gallery{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
} 
.content-gallery p{
	padding: 0px 0px 10px 0px;
}
.content-gallery td {
	vertical-align: bottom;
}
.content-gallery table{
	text-align: center;
	vertical-align: middle;
	float: left;
}
.content-gallery a:hover{
	text-decoration: none;
	font-weight:bold;
	color:#FF0000;
}
.locale {
	font-size: 85%;
}
.moreInfo {
	font-size: 85%;
}


/************** #sitemap styles *****************/
#sitemap_left {
	float: left;
	width: 45%;
}
#sitemap_right {
	float: right;
	width: 45%;
}
ul.sitemap {
	font-weight: bold;
	font-size: 85%;
	line-height:1.5em;
}
ul.sitemap li a{
	font-weight:normal;
	line-height:1.5em;
	padding-left: 15px;
}
ul.sitemap a {
	color:#808080;
}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC; /**ltgrey**/
	font-size: 75%;
	color: #CCCCCC; /**ltgrey**/
	padding: 10px 10px 10px 10px;
}

.copyright {
	font-size: 80%;
	text-align:right;
}
.date {
	font-size: 70%;
	text-align:right;
}

/*********** #nav-section styles ***********/
#nav-section{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC; /**ltgrey**/
	font-size: 90%;
}
#nav-section h3{
	padding: 10px 0px 2px 10px;
	color: #FF3300; /**red**/
}
#nav-section a {
	display: block;
	border-top: 1px solid #CCCCCC; /**ltgrey**/
	padding: 2px 0px 2px 10px;
}
#nav-section a:hover{
	background-color: #DDDDDD; 
}
/*** signals user which nav-main and nav-section they're in ***/
.activePage {
	color: #FF3300; /**ltrgrey**/
}

/*********** .donate styles ***********/
.donate{
	position: relative;
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 90%;
}
.donate h3{
	padding: 10px 0px 2px 0px;
}
.donate a:link,.donate a:visited {
	display: block; 
}
form.donate {
	text-align: center;
}

/************** #headlines styles **************/
#news{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#news p{
	padding: 5px 0px 5px 0px;
}
.snippetNews {
	font-size: 70%;
	padding-bottom:1.3em;
}
/************** #calendar styles *****************/
#calendar {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
#calendar table {
	font-size: 80%;
	line-height: 1em;
	margin: 3px;
	padding: 3px;
	text-align:center;
	border-style:ridge;
	border-color:#ACCBEA;
}
#calendar td {
	margin-bottom: 3px;
}
.calendar_head {
	color:#999999; 
	font-weight:bold;
}
.calendar_month {
	color:#333333; /**ltrgrey**/
	font-weight:bold;
	background-color:#ACCBEA;
	text-align:left;
	font-size: 110%;
}
/****************** HACKS ******************/
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEEEEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
