/* 
   link colours
   #########################################################
*/
A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover	{ color: #666666; text-decoration: none; }
A:visited-hover	{ color: #666666; text-decoration: none; }

A.nav   	{ color: #000000; text-decoration: none; }
A.nav:link	{ color: #000000; text-decoration: none; }
A.nav:visited { color: #000000; text-decoration: none; }
A.nav:active { color: #000000; text-decoration: none; }
A.nav:hover	{ color: #ffffff; text-decoration: none; }
A.nav:visited-hover	{ color: #ffffff; text-decoration: none; }

.navHeader A   	{ color: #000000; text-decoration: none; }
.navHeader A:link	{ color: #000000; text-decoration: none; }
.navHeader A:visited { color: #000000; text-decoration: none; }
.navHeader A:active { color: #000000; text-decoration: none; }
.navHeader A:hover	{ color: #ffffff; text-decoration: none; }
.navHeader A:visited-hover	{ color: #ffffff; text-decoration: none; }

A.link   	{ color: #000000; text-decoration: none; }
A.link:link	{ color: #000000; text-decoration: none; }
A.link:visited { color: #000000; text-decoration: none; }
A.link:active { color: #000000; text-decoration: none; }
A.link:hover	{ color: #000000; text-decoration: none; }
A.link:visited-hover	{ color: #000000; text-decoration: none; }

A.linkWhite   	{ color: #ffffff; text-decoration: none; }
A.linkWhite:link	{ color: #ffffff; text-decoration: none; }
A.linkWhite:visited { color: #ffffff; text-decoration: none; }
A.linkWhite:active { color: #ffffff; text-decoration: none; }
A.linkWhite:hover	{ color: #000000; text-decoration: none; }
A.linkWhite:visited-hover	{ color: #000000; text-decoration: none; }

A.more   	{ color: #85c6c5; text-decoration: none; }
A.more:link	{ color: #85c6c5; text-decoration: none; }
A.more:visited { color: #85c6c5; text-decoration: none; }
A.more:active { color: #85c6c5; text-decoration: none; }
A.more:hover	{ color: #112647; text-decoration: none; }
A.more:visited-hover	{ color: #112647; text-decoration: none; }

/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
}

/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
}

/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA,BUTTON {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	border: 1px solid #666666;
}
.formLabels {
	padding-top: 3px;
}
.formFields {
	padding-bottom: 5px;
}

/* 
   master set for bullet points
   #########################################################
*/
LI {
	list-style-type: square;
}

UL {
	padding-left: 15px;
}

/* 
   page constants classes
   #########################################################
*/
.tableMain {
	width: 100%;
}
.header {
	background-color: #122648;
	height: 70px;
	background-image: url(../gfx/StMartinsLogo.gif);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.navHeader {
	background-color: #85c6c5;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 10px;
}
.contentPosition {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contentNav {
	width: 25%;
	padding-right: 5px;
	padding-bottom: 0px;
}
.content25 {
	width: 25%;
	padding-bottom: 5px;
}
.content50 {
	width: 50%;
	padding-right: 5px;
	padding-bottom: 5px;
}
.content75 {
	width: 75%;
}
.content20 {
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
}
.content55 {
	width: 55%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.contentWelcome {
	background-color: #dbeeee;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 25%;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.newssummary { margin: 0; padding: 0; }
.newsBG {
	background-color: #daeeee;
	background-image: url(../gfx/newsCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	margin: 0;
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.newsBGcontainer {
	overflow: hidden;
}
.newsDesc {
	margin-top: 10px;
}
.blankBG {
	background-image: url(../gfx/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.newsTitle {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 60%;
}
.newsDate {
	font-size: 15px;
	text-align: right;
	float: left;
	width: 20%;
}
.newsMore {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 18%;
}
.newsTitle2 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.newsMore2 {
	font-size: 10px;
	font-weight: bold;
	width: 50px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.newsContentTop {
	padding-right: 20px;
	padding-left: 20px;
}
.newsImage {
	width: 10%;
}
.newsContent {
	padding: 10px;
	background-color: #ebebeb;
}
.newsSpacer {
	height: 10px;
}
.newsLinks {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 10px;
}
.newsSubTitle {
	font-size: 12px;
}

/* 
   navigation classes
   #########################################################
*/
.navTitle {
	background-color: #ebebeb;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}
.navLinkOff {
	background-color: #ebebeb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
}
.navLinkOff ul
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 0px;
	margin: 5px
}
.navLinkOff ul ul
{
	font-size: 8pt
}
.navLinkOff hr
{
	height: 1px;
	color: white
}
.navLinkOn {
	background-color: #85c6c5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 12px;
}
.navVirtualTourOff {
	background-color: #ed2024;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 15px;
	background-image: url(../gfx/virtualCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navVirtualTourOn {
	background-color: #ed2024;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 15px;
	background-image: url(../images/virtualTour.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navAddress {
	background-color: #112647;
	color: #FFFFFF;
	height: 85px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* 
   page title classes
   #########################################################
*/
.headerBG {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.headerTitleHome {
	font-size: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.headerTitle {
	font-size: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.headerTitleWhite {
	font-size: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000000;
}
.headerText {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	height: 84px;
}
.welcomeTitle {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.welcomeText {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.welcomeSignoff {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.welcomeImage {}

/* 
   image classes
   #########################################################
*/
.imageRight {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.imageLeft {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* 
   virtual tour classes
   #########################################################
*/
.virtualTitle {
	background-color: #ed2024;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.virtualNavOff {
	background-color: #ed2024;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.virtualNavOn {
	background-color: #f27676;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.virtualImage {
}

/* 
   photo library classes
   #########################################################
*/
.photoImage {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.photoAlbumLeft {
	background-image: url(../gfx/photoCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.photoAlbumRight {
	background-image: url(../gfx/photoCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 
   main page classes
   #########################################################
*/
.contentTitle {
	font-size: 23px;
}
.contentText {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.contentLeft {
	background-image: url(../gfx/photoCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 232px;
}
.contentRight {
	background-image: url(../gfx/photoCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.contentImage {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.calendarSpacer {
	height: 10px;
	background-image: url(../gfx/1x1White.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.lettersContent {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.lettersContentBlue {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.lettersTitle {
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
}
/* 
   printing page classes
   #########################################################
*/

.pageBreak {
	page-break-after: always;
}

</STYLE>
