/* SITE-WIDE FORMATTING */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #35434D;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #35434D;
	display: inline;
}

input, select, textarea {
	border: 1px solid #D7D9DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #35434D;
	background-color: #FFFFFF;
}


a:link { color:#950029; text-decoration:underline}
a:visited { color:#950029; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline}
a:active { color:#950029; text-decoration:underline}


/* CONTACT DETAILS ON SPLASH */

#splash-contact {
	font-size: 11px;
	line-height: 12px;
}


/* BACKGROUNDS */

.bg-left {
	background-image: url(../images/core/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.bg-left-top {
	background-image: url(../images/core/bg-left-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.splash-bg-right {
	background-image:  url("../images/splash/bg-right.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-right2 {
	background-image:  url("../images/core/bg-right2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.splash-bg-content {
	background-image: url(../images/splash/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* OTHER ELEMENTS */

.red {
	color: #950029;
}

.border-right {
	border-right: 1px solid #D7D9DB;
}

.hometext {
	line-height:18px;
}

.hometext p { margin: 20px 0; }


.border-bottom {
	border-bottom: 1px solid #D7D9DB;
}

.border-top {
	border-top: 1px solid #D7D9DB;
}

.panel-text {
	font-size: 11px;
	line-height: 12px;
}

/* FEATURE TEXT */

.featuretext_2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #950029;
	font-weight:bold;
}

.featuretext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #950029;
	font-style: italic; font-weight:bold;
}

.featuretext a:link { color:#35434D; text-decoration:underline}
.featuretext a:visited { color:#35434D; text-decoration:underline}
.featuretext a:hover { color:#000000; text-decoration:underline}
.featuretext a:active { color:#35434D; text-decoration:underline}


/* FOOTER */

#footer {
	border-top: 1px solid #D7D9DB;
	background-image: url(../images/core/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 26px 0 51px 19px;
}

#footer table {
	font-size: 11px;
	color: #35434D;
	line-height: 12px
}

#footer a:link { color:#35434D; text-decoration:underline}
#footer a:visited { color:#35434D; text-decoration:underline}
#footer a:hover { color:#000000; text-decoration:underline}
#footer a:active { color:#35434D; text-decoration:underline}



/* TITLE */

#title {
	border-top: 1px solid #D7D9DB;
	padding: 25px 0 15px 19px;
}


/* CONTENT */

#content {
	padding:20px 25px 50px 19px;
}
.top {
		border-top: 1px solid #D7D9DB;
}

td.caption {
	padding:5px 0 30px 0;
	text-align:center;
	line-height:13px;
	font-size:11px;
}





