@charset "utf-8";

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	background-color: #8a8a8a;
}

/****added ul style Ralph Not to affect arrow ul style***/
ul {
	line-height: 17px;
/*	list-style-position: inside;*/
	}


/************** FONT STYLES *****************/
h1 {

}
.largetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003300;
}
.expandedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.frontPagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.toprightnavtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.featurestoptab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.footertablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.largewhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.subheader_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #215d21;
}
.subheader_title_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/************** LINK STYLES *****************/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
a.white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.white:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.toprightnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.toprightnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.toprightnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
a.toprightnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

/************** TABLE and LAYOUT STYLES *****************/


.mainoutertable {
	background-image: url(images/mtb.png);
}
.suboutertable {
	background-image: url(images/mtbsub.jpg);
}

.topnavarea {
	width: 620px;
}
.whowearebox {
	background-image: url(images/sctb.jpg);
	height: 379px;
}

.sidefeaturestableback {
	background-image: url(images/f_tb.jpg);
}
.imagepad_right {
	padding-right: 13px;
}
.imagepad_rightTop {
	padding-right: 13px;
	padding-top: 10px;
}
.imagepad_rightBottom {
	padding-right: 13px;
	padding-bottom: 10px;
}
.imagepad_rightTopBottom {
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imagepad_left {
	padding-left: 13px;
}
.imagepad_leftTop {
	padding-left: 13px;
	padding-top: 10px;
}
.imagepad_leftBottom {
	padding-left: 13px;
	padding-bottom: 10px;
}
.imagepad_leftTopBottom {
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/************** MENU arrow bullet list styles *****************/

.arrowlistmenu{
	width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #144384;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 4px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #144384;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #144384;
background-color: #F3F3F3;
}
