body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/*      ------ standard fixes ------  */
img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 11px;
}

div, img, h1, h2, h3, dl, dd, dt, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b {
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-image: none;	
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

/*      ------ remove for dynamic optimisation -------   */

.access, hr {
	display: none;
}

/*      ------ links -------   */

a:link { text-decoration: underline; color: #426AAB; }
a:visited { text-decoration: underline; color: #426AAB; }
a:active { text-decoration: underline; color: #426AAB; }
a:hover { text-decoration: underline; color: #000000;}

/*      ------ containers -----------*/

body 
{
	background-image: url("http://www.ajcarr.org/resources/graphics/background_body.jpg");
	background-repeat: repeat-y;	
}

#header, #intro, #content, #footer {
	clear: both;
	width: 100%;
	z-index: 10;
}

#global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/* ------------ access -------------- */

#access, #breadcrumb {
	display: none;	
}

/* ----------- header --------------- */

#header 
{
	height: 95px;
}

#branding {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 500px;
}

#branding h2 {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-right: solid 1px #D5D5D5;
}

#branding p {
	float: left;
	padding: 10px 0px 0px 0px;
}

/*      ------ navigation: primary ------- */

#nav-primary {
	position: absolute;
	top: 70px;
	left: 385px;
	width: 500px;
}

#nav-primary ul {
	width: 100%;
}

#nav-primary ul li {
	float: left;
}

#nav-primary ul li a, #nav-primary ul li span {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px 3px 8px 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #426AAB;
}

#nav-primary ul li a:hover {
	background-color: #ECECEC;
}

/* --------- drop down navigation ----------- */

#nav-primary ul li {
	position: relative;
	padding-bottom: 30px; /* gives overlap so menu doesn't disappear */
	z-index: 10;	
}

#nav-primary ul li ul {
	float: none;
	visibility: hidden;
	position: absolute;
	width: 161px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	border-top: none;
	background-color: #FFFFFF;
	z-index: 20;
	font-size: 11px;
	top: 22px;
	left: -1px;
}

#nav-primary ul li ul li {
	position: relative;
	clear: both;
	background-image: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-right: none;		
	border-top: 1px dashed #ECECEC;	
}

#nav-primary ul li:hover ul ul {
	visibility: hidden;
}

#nav-primary ul li:hover ul, #nav-primary ul li li:hover ul {
	visibility: visible;
}

#nav-primary ul li ul li:hover {
	position: relative;
}

#nav-primary ul li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#nav-primary ul li ul li a, #nav-primary ul li ul li span {
	display: block;
	width: 150px;
	height: auto;	
	margin: 0px;
	padding: 3px 3px 3px 8px;
	float: none;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	border: none;
}

#nav-primary ul li ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	border: none;
}

/* ------------- navigation secondary -------- */

#nav-secondary {
	position: absolute;
	top: 280px;
	left: 50px;
	width: 165px;
	font-weight: bold;
}

#nav-secondary li {
	margin: 0px 0px 15px 0px;
}

#nav-secondary li.selected {
	font-weight: bold;
}

/* ------------- intro: page/default ------------------ */

#intro {
	width: 610px;
	margin: 0px 0px 0px 240px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	color: #426AAB;	
}

#intro p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 14px;
	line-height: 150%;
	color: #333333;	
}

/* ------------- intro: homepage ------------------ */

body.homepage #intro 
{
	margin: 0px;
	padding: 0px;
}

body.homepage #intro-container 
{
	float: left;
	padding: 0px 0px 0px 50px;
	height: 253px;
	width: 750px;
	background-image: url("http://www.ajcarr.org/resources/graphics/background_intro_index.jpg");
	background-position: 50px 0px;
}

body.homepage #intro h1 
{
	margin: 80px 0px 0px 315px;
	font-size: 44px;
	color: #FFFFFF;
}

body.homepage #intro p
{
	width: 380px;
	margin: 0px 0px 0px 315px;
	font-size: 16px;
	color: #FFFFFF;
}

/* ------------- intro: article ------------------ */

body.article #intro
{
	width: 750px;	
	padding: 180px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_about.jpg");
}

body.article div.contact #intro
{
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_contact.jpg");
}

body.article div.wrens #intro
{
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_wrens.jpg");
}

body.article div.writing #intro
{
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_writing.jpg");
}

body.article div.sermon #intro
{
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_sermon.jpg");
}

body.article #intro h1 
{
	margin: 0px 0px 0px 190px;
}

body.article #intro p
{
	margin: 0px 0px 0px 190px;
}

/* ---------- content -------------- */

#content {
	width: 520px;
	margin: 0px 0px 0px 240px;
}

/* ---------- formatting ----------- */

#content p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}

#content p.together {
	padding: 0;
	margin: 0px 0px 4px 0px;
}

#content p.intro {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#content ul {
	margin: 0px 0px 15px 0px;
}

#content ul li {
	padding-left: 15px;
	background-image: url("http://www.ajcarr.org/resources/graphics/bullet_square.gif");
	background-position: 2px 6px;
	line-height: 18px;
}

#content ol li 
{
	background-image: none;
}

#content ul.features li {
	float: left;
	width: 200px;	
	padding-right: 10px;
}

#content p.link {
	padding-left: 15px;
	background-image: url("http://www.ajcarr.org/resources/graphics/bullet_arrow.gif");
	background-position: 2px 6px;	
}

#content dl dd {
	margin: 0px 0px 0px 30px;
	color: #666666;
}

#content dl dd.large {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	margin: 20px 0px 8px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #426AAB;
}

#content h3 {
	margin: 0px 0px 6px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#content div.item {
	width: 385px;
}

#content div.item p.link {
	font-weight: bold;
}

#content img {
	display: inline;
}

#content table 
{
	clear: both;
}

#content table th {
	text-align: left;
}

#content table td 
{
	padding: 2px 0px 4px 0px;
	border-bottom: dashed 1px #ECECEC;
}

#content table .column-1
{
	width: 30px;
}

#content table .column-2
{
	width: 70px;
	color: #426AAB;	
}

#wrens-ministers #content table .column-2
{
	width: 80px;
}

#content table .column-3
{
	width: 315px;
	padding-right: 8px;
}

/* ---------- content: photo -------------- */

#content div.photo 
{
	float: left;
	clear: both;
	width: 100%;
	background-image: url("http://www.ajcarr.org/resources/graphics/background_photo_fade.jpg");
	background-repeat: repeat-x;
	margin: 10px 0px 20px 0px;	
	border-top: solid 1px #DCDDDC;	
}

#content div.photo p
{
	float: left;
	width: 140px;
	padding: 10px 6px 30px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #999999;
}

#content div.photo img 
{
	display: block;
	float: right;
	margin: 0px 0px 15px 0px;	
}

#content div.photo-container 
{
	float: left;
	width: 100%;
	background-image: url("http://www.ajcarr.org/resources/graphics/line_h_dashed_grey.gif");
	background-repeat: repeat-x;
	background-position: left bottom;	
}

/* --------- content: homepage ------------ */

body.homepage #content {
	width: 750px;
	margin: 0px 0px 0px 50px;
}

body.homepage #content ul li 
{
	background-image: url("http://www.ajcarr.org/resources/graphics/bullet_arrow.gif");
	background-position: 2px 4px;	
}

body.homepage #content div.columns {
	width: 100%;
}

body.homepage #content div.columns div {
	float: left;
	width: 225px;
	margin: 0px 15px 0px 0px;
}

body.homepage #content div.columns div.column-1 h2 
{
	display: none;
}

body.homepage #content div.columns div.column-1 p 
{
	margin: 15px 0px 0px 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	line-height: 150%;
}

/* --------- content: letters ------------ */

#content div.letter dl dt 
{
	display: none;
}

#content div.letter dl dd
{
	float: left;
	margin: 0px 15px 0px 0px;
}

/* --------- content: key ------------ */

#wrens-ministers #content dl dt 
{
	float: left;
	clear: both;
	width: 25px;
	margin: 0px;
	padding: 0px;
}

#wrens-ministers #content  dl dd
{
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
}

#wrens-charter #content dl dt 
{
	float: left;
	clear: both;
	width: 25px;
	margin: 0px;
	padding: 0px;
}

#wrens-charter #content  dl dd
{
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
}

/* ---------- Navigation: global ---------------- */

#nav-global {
	width: 100%;
}

#nav-global ul {
	float: left;
	width: 600px;
	padding: 15px 0px 50px 0px;
}

#nav-global li {
	float: left;
	padding: 0px 20px 0px 0px;
}

#nav-global a:link, #nav-global a:visited {
	color: #666666;
}

/* ---------- footer ----------- */

#footer {
	position: relative;
	font-size: 11px;
}

#footer #footer-container {
	width: 750px;
	margin: 35px 0px 0px 50px;
	padding: 10px 0px 0px 0px;
	background-image: url("http://www.ajcarr.org/resources/graphics/line_h_dashed_grey.gif");
	background-repeat: repeat-x;
}

#footer-summary {
	width: 100%;
}

#footer-summary dl {
	float: left;
	width: 500px;
}

#footer-summary dl dd, #footer-summary dl dt {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

#footer-credit 
{
	position: absolute;
	top: 45px;
	left: 530px;
	width: 220px;
}

#footer-credit a
{
	color: #999999;
	text-decoration: none;
}

/* --------- Alert: content -------- */

#alert-content #alert-content-container {
	float: none;
	width: 500px;
	background-color: #FFFFAA;
	border: dashed 1px #CCCCCC;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

body.homepage #alert-content #alert-content-container {
	width: 420px;
}

#alert-content div h2 {
	margin-top: 0px;
}

#alert-content ul {
	margin-bottom: 0px;
}