@import url(pages.css);

/* --------- navigation styles --------- */
/* ---- nav style 0 (Sub Nav - Text) ---- */
.navi0 {
	/* common font face, size, formatting */
	padding: 0 0 40px 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #abbebc;
	text-transform: lowercase;
	text-decoration: none;
	background: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #4a585a;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #5c7876;
	text-decoration: none;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #394344;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #394344;
	text-decoration: underline;
}

li.navh0 {
	/* header text */
}

.navd0 {
	/* description text */
}

/* ---- nav style 0 (Utility Nav - Text) ---- */
.navi1 {
	/* common font face, size, formatting */
	padding: 20px 0 7px 35px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #e2edf3;
	text-decoration: none;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	display: inline;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #e2edf3;
	font-weight: bold;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #f4f9fc;
	font-weight: bold;
	text-decoration: none;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #f4f9fc;
	font-weight: bold;
	text-decoration: underline;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #f4f9fc;
	font-weight: bold;
	text-decoration: underline;
}

li.navh1 {
	/* header text */
}

.navd1 {
	/* description text */
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #a24f37;
	text-decoration: none;		
}

a:hover, a:active {
	color: #5c7876;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 25px 0;
	color: #474e4f;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 19px;
	font-weight: bold;
	color: #4a585a;
}

.t1 a:link, .t1 a:visited {
	font-weight: bold;	
	border-bottom: 1px dashed #a24f37;
}

.t1 a:hover, .t1 a:active {
	border-bottom: 1px dashed #5c7876;
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
	color: #4a585a;
}

.t2 a:link, .t2 a:visited {
	font-weight: bold;	
	border-bottom: 1px dashed #a24f37;
}

.t2 a:hover, .t2 a:active {
	border-bottom: 1px dashed #5c7876;
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
	border-bottom: 1px dashed #a24f37;
}

.t3 a:hover, .t3 a:active {
	border-bottom: 1px dashed #5c7876;
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
}

.t4 a:link, .t4 a:visited {
	font-weight: bold;	
	border-bottom: 1px dashed #a24f37;
}

.t4 a:hover, .t4 a:active {
	border-bottom: 1px dashed #5c7876;
}


/* --------- custom style settings --------- */

/* --custom form field styles-- */
#content .formfieldtext {
	border: 1px solid #474e4f;
	background: #f2f1e2;
	color: #474e4f;
	font-size: 12px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #2b383a;
	background: #333a3b url(../graphics/system/pagebg_temple.jpg) no-repeat top left;
}

#main {
	width: 738px;
	padding: 0 4px 0 4px;
	background: url(../graphics/system/maintdbg_temple.gif) repeat-y 4px 0;
}

#decobgtop {
	width: 738px;
	padding: 224px 0 0 0;
	background: url(../graphics/system/mainbg_temple.jpg) no-repeat top;
}

#decobgmid {
	width: 738px;
	background: url(../graphics/system/mainrpt_temple.gif) repeat-y;
}

#decobgbtm {
	width: 738px;
	padding: 0 0 32px 0;
	background: url(../graphics/system/mainbtm_temple.gif) no-repeat bottom;
}

#footcell {
	padding: 0 4px 0 4px;
	vertical-align: bottom;
	background: url(../graphics/system/maintdbg_temple.gif) repeat-y 4px 0;
}

#footer {
	width: 738px;
	width/* */:/**/703px;
	width: /**/703px;
	height: 24px;
	height/* */:/**/16px;
	height: /**/16px;
	padding: 4px 0 4px 35px;
	color: #e2edf3;
	font-size: 10px;
	border-top: 1px solid #acbec5;
	background: url(../graphics/system/footerbg_temple.gif) repeat-x top; 
}

#footer a, #footer a:link, #footer a:visited {
	color: #e2edf3;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #f4f9fc;
	font-weight: bold;
	text-decoration: underline;
}

