/*
---------------------------------------
Project Title : The Arundell Trust
Copyright 2006 : bendesmond.com
Creation date: 6 September 2007
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #67687B;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	text-align: left;
	background-image: url(../images/tat-bg.gif);
	background-repeat: repeat-y;
}
#header {
	width: 776px;
	height: 205px;
	background: url(../images/tat-header.jpg) #4B5360 no-repeat 0px 0px;
	clear: both;
}
#page {
	margin-left: 8px;
	width: 760px;
}
#logo {
	float: left;
	display: inline;
	width: 301px;
	height: 68px;
	padding: 0px;
	margin: 40px 0px 0px 50px;
}
#logotext {
	float: right;
	display: inline;
	width: 277px;
	height: 35px;
	padding: 0px;
	margin: 57px 33px 0px 0px;
	text-align: right;
}
#sectiontitle {
	float: left;
	display: block;
	clear: both;
	width: 400px;
	padding: 0px;
	margin: 40px 0px 0px 190px;
	text-align: left;
}
#sectiontitle h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #373A5F;
}
#menucontent {
	display: inline;
	float: left;
}



/* Main Navigation */

#mainmenu {
	display: inline;
	float: left;
	width: 135px;
	margin: 0px 0px 0px 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #373A5F;
	text-decoration: none;
	border-right: 1px solid #DCDCDC;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	border: none;
}		
#mainmenu li {
	margin: 0;
	display: inline;
}
#mainmenu li a {
	display: block;
	padding: 4px 10px 4px 10px;
	margin-bottom: 2px;
	color: #373A5F;
	text-decoration: none;
}
#mainmenu li a:hover {
	background: url(../images/tat-menu-bg.gif) #65caf9 repeat-y;
}


/* Content */
#content {
	display: inline;
	float: left;
	width: 380px;
	margin: 0px 30px 30px 40px;
	font-size: 1em;
	color: #2A2A2A;
}
#content p {
	line-height: 1.4em;
	margin: 0px;
}
#content h2 { 
	clear: both;
	font-size: 1.4em;
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	line-height: 30px;
	font-weight: normal;
	color: #373A5F;
	background-color: #E0F5FF;
}
#content h3 { 
	font-size: 1.2em;
	margin: 0px;
	font-weight: bold;
	color: #373A5F;
}
#content table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #2A2A2A;
	background-position: top;
	vertical-align: top;
}
#content td {
	vertical-align: top;
}
.tableheader {
	background-color: #798FE5;
	font-weight: bold;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2A2A2A;
	line-height: 1.4em;
/*	margin-left: 0px;*/
	list-style-type: none;
}
#content li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 20px;
}
#content a:link {
	color: #373A5F;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #373A5F;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #373A5F;
	font-weight: bold;
	text-decoration: underline;	
}
hr {
	height: 1px;
	border-style: none;
	color: #4A402A;
	background-color: #4A402A;
}

/* Image placement */
.image-pt5pr10 {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
.image-pt5pl10 {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}


/* Right Column */
#rightcolumn {
	display: inline;
	float: left;
	width: 120px;
	margin: 0px 0px 30px 0px;
}
#rightcolumn p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	color: #2A2A2A;
}


/* Footer */
#footer {
	margin-top: 20px;
	width: 776px;
	clear: both;
	background: url(../images/tat-page-bottom.gif) no-repeat right bottom;
}
#footer p {
	margin: 0px;
	padding: 10px 40px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #696969;
}
#footer a:link {
	color: #696969;
	text-decoration: none;
}
#footer a:visited {
	color: #696969;
	text-decoration: none;
}
#footer a:hover {
	color: #696969;
	text-decoration: underline;
}

.smallprint {
	font-weight: normal;
	font-size: 0.9em;
	color: #2A2A2A;
}
.verse {
	font-weight: bold;
	font-size: 0.8em;
	color: #373A5F;
}
