
/* --------- specific system styles (do not edit!) --------- */
html {
	min-height: 100%;
}

* html {
	height: 100%;
}

body {
	min-height: 100%;
}

* html body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- general page styles --------- */
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #0871da;
	font-weight: bold;
	text-decoration: none;		
}

a:visited {
	color: #498ccf;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2490fb;
	font-weight: bold;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- main navigation (vertical text) ---- */
.mainnav {
	/* common font face, size, formatting */
	padding: 0 0 20px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	padding: 4px 0;
}

.mainnav a {
	display: block;
	padding: 0 0 0 12px;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #0871da;
	text-decoration: none;
	background: url(../graphics/system/mainnav_normal.gif) no-repeat 0 6px;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #2490fb;
	text-decoration: underline;
	background: url(../graphics/system/mainnav_rollover.gif) no-repeat 0 6px;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #00264c;
	text-decoration: underline;
	background: url(../graphics/system/mainnav_current.gif) no-repeat 0 6px;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #00264c;
	text-decoration: underline;
	background: url(../graphics/system/mainnav_current.gif) no-repeat 0 6px;
}

/* ---- sub navigation 1 (vertical text) ---- */
.subnav1 {
	/* common font face, size, formatting */
	padding: 4px 0 0 24px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 2px 0;
}

.subnav1 a {
	padding: 0;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #1c4369;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #376ea5;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.subnavc1 a:link, .subnavc1 a:visited {
	/* current link: colour, style */
	color: #376ea5;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.subnavc1 a:hover, .subnavc1 a:active {
	/* current link rollover: colour, style */
	color: #376ea5;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .pagetitle, .mainheading, .subheading {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.normaltext, .smalltext {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .pagetitle {
/*	color: #000; */
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 a:link, h1 a:visited, .pagetitle a:link, .pagetitle a:visited {
}

h1 a:hover, h1 a:active, .pagetitle a:hover, .pagetitle a:active {
}

/* --------- text style 1 --------- */
.mainheading {
/*	color: #000; */
	display: block;
	padding: 20px 0 13px 0;
	font-size: 18px;
	font-weight: bold;
}

.mainheading a:link, .mainheading a:visited {
}

.mainheading a:hover, .mainheading a:active {
}

/* --------- text style 2 --------- */
.subheading {
/*	color: #000; */
	display: block;
	padding: 20px 0 8px 0;
	font-size: 15px;
	font-weight: bold;
}

.subheading a:link, .subheading a:visited {
}

.subheading a:hover, .subheading a:active {
}

/* --------- text style 3 --------- */
.normaltext {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 16px;
}

.normaltext a:link, .normaltext a:visited {
}

.normaltext a:hover, .normaltext a:active {
}

/* --------- text style 4 --------- */
.smalltext {
/*	color: #555; */
	font-size: 11px;
}

.smalltext a:link, .smalltext a:visited {
}

.smalltext a:hover, .smalltext a:active {
}

/* --------- custom style settings --------- */
/* --- Wrap Images Right --- */
.wrapimageright {
	display: inline;
	float: right;
	margin: 8px 0 35px 25px;
	text-align: left;
}

/* --- Wrap Images Left --- */
.wrapimageleft {
	display: inline;
	float: left;
	margin: 8px 25px 35px 0;
	text-align: left;
}

/* --- Thin Divider Line --- */
.thindividerline {
	display: block;
	clear: both;
	float: none;
	margin: 16px 0;
	height: 1px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1px;
	line-height: 1px;
}

/* --- Hard Break (clears wrap floats) --- */
.hardbreak {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #00264c;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #c1d72e url(../graphics/system/pagebg.gif) no-repeat bottom right;
}

#toplevel {
	padding: 25px 0 0 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 825px;
	text-align: left;
}

#maintop {
	height: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/mainbg_top.png) no-repeat top left;
}

* html #maintop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/mainbg_top.png',sizingMethod='scale');
}

#mainmid {
	padding: 0 0 0 7px;
	background: url(../graphics/system/mainbg_mid.png) repeat-y top left;
}

* html #mainmid {
	background: none;
	zoom: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/mainbg_mid.png',sizingMethod='scale');
}

#mainbtm {
	height: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/mainbg_btm.png) no-repeat bottom left;
}

* html #mainbtm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/mainbg_btm.png',sizingMethod='scale');
}

#main {
	width: 811px;
	background: #FFF;
}

#logo {
	position: absolute;
	margin: 14px 0 0 14px;	
}

#column1 {
	padding: 173px 40px 85px 14px;
	width: 180px;
}

#column1bg {
	background: url(../graphics/system/col1_deco_btm.gif) no-repeat bottom left;
}

#column2 {
	padding: 174px 68px 85px 0;
	width: 509px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#tagline {
	position: absolute;	
	margin: -32px 0 0 330px;
	width: 270px;
	color: #7f92a5;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

#tagline ul, #tagline li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tagline li {
	display: block;
	float: left;
}

.taglinebullet {
	display: block;
	width: 18px;
	background: url(../graphics/system/tagline_bullet.gif) no-repeat bottom center;
}

#footer {
	padding: 3px 21px 21px 21px;
	color: #819308;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #819308;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #606d09;
	font-weight: bold;
	text-decoration: underline;
}

#quote {
	text-align: center;
}