/* Author: Matt Fielding
 *  Written for use with BlueTrip CSS Framework
 *  Achieves cross compatible design in the following tested browsers:
 *	Firefox 3, IE7, Chrome 1, Safari
 *  Design by Stephen Dagley 			*/

 /* Globals */

body {
	background-color: #212124;
	background-attachment: fixed;
	background-image: url(../img/watermark.png);
	background-position: 82.5% 400px;
	background-repeat: no-repeat;
}

/* Content area setup */

.site_wrapper {
	width: 755px;
	margin-top: 66px;
}
.site_header {
	width: 100%;
	height: 98px;
}
.site_nav {
	width: 207px;
	float: left;
}
.site_content {
	width: 548px;
	margin-left: 207px;
}

/* Menu classes */

.site_nav div {
	float: right;
	width: 193px;
	cursor: pointer;
	margin-right: 15px;
}
.menuitem {
	margin-top: 26px;
	height: 19px;
}
.first {
	margin-top: 46px;
}
.submenuitem {
	margin-top: 8px;
	height: 11px;
}

/* Content area classes */

.header {
	width: 100%;
	height: 23px;
}
.header img {
	float: left;
	margin-left: 38px;
}
.content {
	position: relative;
	float: left;
	left: 25px;
	top: 17px;
	width: 424px;
	margin-bottom: 100px;
}
.content img {
	float: left;
	margin-top: 4px;
}
.leftcontainer {
	float: left;
	width: 14px;
	margin-top: 23px;
	}
.vline {
	float: right;
	width: 1px;
	height: 100%;
	background-color: #E0DCDC;
}

/* Menu id's */
#news {
	background: url(../img/news_up.png) no-repeat center right;
}
#basics {
	background: url(../img/basics_up.png) no-repeat center right;
}
#basics_story {
	background: url(../img/basics_story_up.png) no-repeat center right;
}
#basics_values {
	background: url(../img/basics_values_up.png) no-repeat center right;
}
#basics_leadership {
	background: url(../img/basics_leadership_up.png) no-repeat center right;
}
#basics_theology {
	background: url(../img/basics_theology_up.png) no-repeat center right;
}
#basics_vision {
	background: url(../img/basics_vision_up.png) no-repeat center right;
}
#basics_learning {
	background: url(../img/basics_learning_up.png) no-repeat center right;
}
#gatherings {
	background: url(../img/gatherings_up.png) no-repeat center right;
}
#gatherings_currentseries {
	background: url(../img/gatherings_currentseries_up.png) no-repeat center right;
}
#gatherings_involvement {
	background: url(../img/gatherings_involvement_up.png) no-repeat center right;
}
#gatherings_resources {
	background: url(../img/gatherings_resources_up.png) no-repeat center right;
}
#communities {
	background: url(../img/communities_up.png) no-repeat center right;
}
#communities_locations {
	background: url(../img/communities_locations_up.png) no-repeat center right;
}
#communities_materials {
	background: url(../img/communities_materials_up.png) no-repeat center right;
}
#presence {
	background: url(../img/presence_up.png) no-repeat center right;
}
#presence_projectinfo {
	background: url(../img/presence_projectinfo_up.png) no-repeat center right;
}
#presence_resources {
	background: url(../img/presence_resources_up.png) no-repeat center right;
}
#presence_involvement {
	background: url(../img/presence_involvement_up.png) no-repeat center right;
}
#media {
	background: url(../img/media_up.png) no-repeat center right;
}

/* Text for content area */

.content p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #E0DCDC;
}
.content h1 {
	float: left;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E0DCDC;
	border-bottom: 1px dotted #D1E000;
}
.content a, a:link, a:visited {
	text-decoration: none;
	color: #D1E000;
}
.content a:hover {
	color: #E0DCDC;
}
.content a:active {
	color: #3B0B0B;
}

/* Watermark area */

.watermark {
	height: 245px;
	width: 755px;
}
.watermark img {
	float: right;
}