/* CARGO OF DREAMS SITE STYLESHEET - KHAMMOND AUTHOR */
/* Last modified directly 20070531 300pm pst */
/* © 2007 Cargo of Dreams */



/* body and text styles */
a {
	text-decoration: none;
	color: #BC5700;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bkground.jpg);
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-color: #BF4A10;
	/*font-size: 11px;*/
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}

p {
	font-size: 11px;
	font-style: normal;
	text-align: left;
}

.boiler {
	font-size: 9px;
}
.bold {
	font-weight: bolder;
}
.boldandital {
	font-style: italic;
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.headline {
	font-size: 18px;
	font-weight: bold;
}
.headlineital {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.parens {
	font-style: italic;
	color: #999999;
}
.subhead {
	font-size: 13px;
	font-weight: bold;
}
.subheadital {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.smallsubhead {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}
.smallsubheadital {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 12px;
}
.subhead-rtmargin25 {
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;

}
.subheadital-rtmargin25 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-right: 25px;

}
.smallsubhead-rtmargin25 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-right: 25px;

}
.smallsubheadital-rtmargin25 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 12px;
		margin-right: 25px;

}
/*.list {
	font-size: 11px;
	line-height: 18px;
}*/
/*.more {
	line-height: 18px;
}*/
/*.rulemargin {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: -10px;
}*/
.copyright {
	font-size: 8px;
	color: #666666;
}
.copyrightsymbol {
	font-size: 8px;
	vertical-align: super;
	color: #666666;
}


/* style for lists  removes automatic paragraph space */
/*ul {
	margin-top: 4px;
	margin-bottom: 0px;
	}

li {
	font-size: 11px;
	font-style: normal;
}*/



/* Commercial Support Pages */
.codbody {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-align: left;
}
.codbody-rtmargin25 {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	margin-right: 25px;
}
.codbodysingle {
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.codlinks {
	font-size: 11px;
	text-align: left;
	color: #457575;
	font-weight: bold;
}
.codbodyquote {
	font-size: 14px;
	font-style: italic;
	color:#522800;
	margin-right: 40px;
	margin-left: 40px;
}
.codquotee {
	font-size: 11px;
	font-weight: bold;
	color: #669999;
}
a.codbody {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
}
a.codbody:link {
	text-decoration: none;
}
a.codbody:visited {
	text-decoration: none;
}
a.codbody:active {
	text-decoration: none;
}
a.codbody:hover {
	text-decoration: underline;
}
a.codbodysingle {
	text-decoration: none;
	color: #457575;
	font-weight: bold;
}
a.codbodysingle:link {
	text-decoration: none;
}
a.codbodysingle:visited {
	text-decoration: none;
}
a.codbodysingle:active {
	text-decoration: none;
}
a.codbodysingle:hover {
	text-decoration: underline;
}


/* this is for the last updated notation */
.lastup {
font-size: 9px;
margin-left: 400px;
	margin-right: 0px;
}


/*this is for the Heads for Interior pages, ie Conferences/Meetings*/
.sectionheadline {
	font-size: 17px;
	font-weight: bold;
}



/*this is to add spacing to tables in body columns*/
/*.textboxes {
	margin-top: 20px;
	margin-bottom: 20px;
}*/


/* Colored Text-Based Sub Head Bars in Content Layers */
/*.shbarorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background: #cc6600;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 22px;
	text-indent: 5px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
}*/


/*DIVS*/
/*DIVS*/


/*container*/
#container {
	position: relative;
	top: 20 px;
	/*margin: 10px auto 0;*/
	margin-right: auto;
	margin-left: auto;
	width: 811px;
	height: auto;
}


/* Header Area */
#headerhome {
	background-color: #413723;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 10;
	height: 216px;
	width: 811px;
}



/* Top Navigation */
#homemain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 0px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 106px;
}
#homeact {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 0px;
	top: 216px;
	visibility: visible;
	z-index: 40;
	height: 24px;
	width: 106px;
}
#aboutmain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 106px;
	top:216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 99px;
}
#projmain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 205px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 99px;
}
#testmain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 304px;
	top: 216px;
	z-index: 30;
	height: 24px;
	width: 99px;
	visibility: visible;
}
#photomain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 403px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 99px;
}
#faqmain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 502px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 99px;
}
#engagedmain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 601px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 99px;
}
#alliancemain {
	border: none;
	background-color: #B5A765;
	position: absolute;
	left: 700px;
	top: 216px;
	visibility: visible;
	z-index: 30;
	height: 24px;
	width: 111px;
}

/* Secondary AKA Sub Navigation */
#subnavstatic {
	border: none;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 240px;
	visibility: visible;
	z-index: 10;
	height: 26px;
	width: 811px;
}

/* Side Sub Navigation */
#snav1 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 25px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}
#snav2 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 50px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}
#snav3 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 75px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}
#snav4 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 100px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}
#snav5 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 125px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}

#snav6 {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 150px;
	visibility: visible;
	z-index: 50;
	height: 20px;
	width: 153px;
}
#legend {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 0px;
	top: 150px;
	visibility: visible;
	z-index: 50;
	height: 168px;
	width: 210px;
}



/* Content Area */
#maincontent {
	background-color: #FDEB96;
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 35;
	height: 800px;
	width: 811px;
	visibility: visible;
}
#tabcontent {
	/*background-color: #000000;*/
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 341px;
	width: 575px;
	visibility: visible;
}
#footer {
	background-color: #7F5E19;
	position: absolute;
	left: 0px;
	top: 1040px;
	z-index: 35;
	height: 31px;
	width: 811px;
	visibility: visible;
}

#alliancetext {
	border: none;
	background-color: #FDEB96;
	position: absolute;
	left: 25px;
	top: 25px;
	visibility: visible;
	z-index: 50;
	height: auto;
	width: 153px;
}

#alliancecontent {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 550px;
	width: 575px;
	visibility: visible;
}
#aboutusabout {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: visible;
}
#aboutushistory {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425px;
	width: 575px;
	visibility: hidden;
}
#aboutusteam {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 760px;
	width: 575px;
	overflow:scroll;
	visibility: hidden;
}
#aboutuspress{
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425px;
	width: 575px;
	visibility: hidden;
}
#aboutuscontact {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425px;
	width: 575px;
	visibility: hidden;
}


#testactive {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: visible;
}

#testvolunteer {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: hidden;
}
#testpastor {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: hidden;
}
#testbusiness {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: hidden;
}

#testminsorgs {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 425;
	width: 575px;
	visibility: hidden;
}


#singlegallery1 {
	position: absolute;
	left: 118px;
	top: 25px;
	z-index: 70;
	height: 399px;
	width: 576px;
	visibility: visible;
	background: none;
}

#guide {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 71;
	height: 412px;
	width: 576px;
	visibility: visible;
}

#gallery1 {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 70;
	height: 412px;
	width: 576px;
	visibility: hidden;
}
#gallery2 {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 60;
	height: 4121px;
	width: 576px;
	visibility: hidden;
}
#gallery3 {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 50;
	height: 411px;
	width: 575px;
	visibility: hidden;
}
#gallery4 {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 411px;
	width: 575px;
	visibility: hidden;
}
#videoframe {
	position: absolute;
	left: 210px;
	top: 25px;
	z-index: 40;
	height: 411px;
	width: 575px;
	visibility: hidden;
}




/* Section Headers Space */
#sectionhead {
	position: absolute;
	left: 17px;
	top: 230px;
	z-index: 1;
	height: 35px;
	width: 890px;
}





/* bottom nav white text and a tag change - white text no bold*/
.btmnavtextcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
.btmnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
}
a.btmnavtext {
	text-decoration: none;
	color: #FFFFFF;
}
a.btmnavtext:link {
	text-decoration: none;
}
a.btmnavtext:visited {
	text-decoration: none;
}
a.btmnavtext:active {
	text-decoration: none;
}
a.btmnavtext:hover {
	text-decoration: underline;
}
