/********* Style  Color Definitions: ********/
/*
	brown:	#3c2415
	orange:	#f58025
	green:	#abbd26
	grey:	#939393
*/

/************** Global Styles ***************/

* {
        font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #3c2415;
}
body, html {
	height: 100%;
}
body {
	background-color: #f0f0f0;
}
/*************** Uncomment for vertical centered page **************
--> This is what to use in the template
--> <table cellspacing="0" style="width:100%; height:100%;"><tr><td style="vertical-align:middle;">
body {
	margin: 0;
}
*******************************************************************/
img {
	border: none;
}
td {
	vertical-align: top;
}
a {
	color: #f58025;
	text-decoration: none;
}
a:hover {
	color: #abbd26;
}
h1 {
	font-size: 18px;
	color: #f58025;
	margin: 0 0 12px 0;
	font-weight: 100;
	padding: 0;

}
h2 {
	font-size: 14px;
/*	text-decoration: none;
	color: #FFF;
	font-weight: 100;
	text-align: center;*/
}

/************ Global Page Styles *****************/
.container {
	width: 715px;
	margin: auto;
}
.middle {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0 1px;
	background: url(/assets/images/pagebg.gif) repeat-y top left;
/*	overflow: hidden;
	border-right: 1px solid #666;
	border-left: 1px solid #666;*/
}
.footer {
	height: 30px;
	width: 715px;
	background: url(/assets/images/botbg.gif);
}
.credits {
	padding: 8px 20px 0 0;
	text-align: right;
}
.credits
, .credits * {
	font-size: 8pt;
	color: #939393!important;
}
/****************** Home Page *********************/
.header {
	height: 30px;
	background: url(/assets/images/topbg.gif) no-repeat top left;
}
.picturecontainer {
	width: auto;
	overflow: auto;
/*	height: 185px;
	width: 713px;
	background-color: white; */
}
.picturecontainer img {
	margin-right: 14px;
	float: left;
}
/*.picture {
	height: 185px;
}*/
#lastpicture {
	margin: 0px;	
}
.bottom {
	width: auto;
	height: 170px;
	margin-top: 15px;
	overflow: auto;
	position: relative;
	background: url(/assets/images/homeband.gif) no-repeat top left;
}
.bottom div {
	margin-right: 15px;
	float: left;
	display: inline;
	text-align: right;
}
#donate {
	height: 70px;
	width: 92px;
	padding: 20px 10px;
}
#donate h2 {
	margin-top: 0;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
#donate * {
	color: #ffffff;
}
#donate a:hover,
#joinus a:hover {
	color: #f58025;
}
#joinus {
	height: 80px;
	width: 165px;
	padding: 20px 10px;
}
#joinus h2 {
	margin-top: 0;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
#joinus * {
	color: #3c2415;
}
#empowering {
	height: 80px;
	width: 250px;
	padding: 20px 10px;
}
#empowering p {
	margin-top: 0;
	line-height: 175%;
	font-size: 10pt;
	text-transform: uppercase;
	color: #ffffff;
}
/****************** Interior Pages *********************/
.pagetop {
	width: 100%;
	height: 110px;
	position: relative;
	background: url(/assets/images/head.gif) no-repeat top left;
}
/****************** Navigation *********************/

/*	---- Global Styles -----	*/

.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3c2415;
}
.nav a:hover {
	color: #f58025;
}
.navcontainer a {
	font-size: 9pt;
}
li.active a {
	color: #f58025;
}
li.active span {
	text-transform: uppercase;
	color: #f58025;
/*
	display: block;
	width: 135px;
	height: 30px;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
*/
}

/*	---- Home Page -----	*/

.navcontainer {
	padding-bottom: 20px;
/*	height: 100px;*/
}
.navcontainer ul {
	padding-left: 60px;
}
.navcontainer li {
	display: inline;
	padding: 0 5px;
}
/**** Text will automatically center with padding applied to LI
.navcontainer a {
	text-align: center;
}
*/
/**** Color is now part of global style ".nav a"
.navcontainer a:hover {
	color: #f58025;
}
*/

/*	---- Interior Pages -----	*/

.pagetop .nav {
	position: absolute;
	left: 28px;
	bottom: -2px;
}
.pagetop li {
	padding: 0 10px 0 0;
	float: left;
/*	display: inline;*/
}
.pagetop li.first {
	padding: 0 9px 0 0;
}
.pagetop a {
	font-family: Arial;
        font-size: 90%;
/*	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 5px 4px 5px 0px;*/
}
/*	---- Side Navigation -----	*/

.verticalnav {
	width: 150px;
	float: left;
/*	border-right: 2px dotted #000;*/
	margin-left: 1px;
}
.verticalnav * {
	font-size: 8pt;
}
.verticalnav .nav {
	border-right: 2px dotted #000000;
}
/**** These styles now part of global ".nav" class
.verticalnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
*/
.verticalnav li {
	text-align: right;
	padding: 10px 8px;
/*
	margin-right: 10px;
	display: block;
	width: 135px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
*/
}
.interiorcontent {
	width: 500px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	float: left;
	padding: 0 0 0 20px;
/*	padding-right: 50px;*/
}
.interiorcontent p {
	margin: 0 0 8px 0;
	line-height: 140%;
}
.interiorleft {
	width: 210px;
	float: left;
	padding: 0 15px 0 0;
	position: relative;
}
.interiorright {
	width: 270px;

float: left;
}
.orangesmall {
	font-family: arial;
	font-size: 12px;
	color: #C60;
	font-weight: normal;
	text-decoration: none;
}
.calListItem h2 {
	margin: 15px 0 0 0;
	font-size: 9pt;
}
.onlineform {
	padding-bottom: 8px;
}
.onlineform * {
	font-size: 8pt;
}
.errors {
	margin-bottom: 8px;
	color: #990000;
}
.errors * {
	color: #990000;
}
/********** Image Gallery Styles ********/
.calGallery {
	min-height: 350px;
	height: auto!important;
	height: 350px;
	position: relative;
	padding: 0 25px;
}
.pagenumbers {
	padding-right: 15px;
	float: right;
/*	position: absolute;
	bottom: 0;
	right: 0;*/
}

/********** Prob don't need these ********
.interiornavcontainer {
	position: relative;
	width: 610px;
}
.interiorstyle {
	font-family: arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
box1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
h3 {
	text-transform: uppercase;
	color: #553F00;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
h4 {
	text-transform: lowercase;
	font-size: 18px;
	font-weight: lighter;
	font: Verdana;
	color: white;
}
h5 {
	color: #999;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
}
h6 {
	color: #C60;
	font-size: 16px;
}
h7 {
	font-size: 12px;
}
*****************************************/