/* Copyright 2007 / e-motion design / Jessica Hull */
/* Modifications by Ashley Whitmore */

/*** GENERAL ***/
html, body, #wrapper {
	height: 100%;				/* extends borders to full height of window */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #89BCE3;
	margin: 0;
	padding: 0;
}

#wrapper, #footwrapper {
	background: #FFFFFF url(../images/border_bg.gif) repeat-y;
	width: 800px;				/* total outside width */
	margin: 0 auto;				/* centres on page */
}

#wrapper {
    min-height: 100%;
    height: auto !important;			/* for browsers that understand min-height */
    height: 100%;						/* for IE6 */
    margin-bottom: -75px !important;	/* make room for footer height */
}

#wrapper #buffer {
	height: 75px;				/* height of footer */
	clear: both;
	width: 770px;
	margin: 0 15px;
}

a {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/*** HEADER ***/
#header {
	margin: 0 15px;
	height: 171px;				/* height of banner img */
	float: left;				/* to fully contain internal floats */
	width: 770px;
	display: inline;			/* to overcome IE6 double margin float bug */
}

img#logo {
	float: left;
}
img#banner {
	float: right;
	margin-left: 46px;			/* opera, safari ignoring float */
}

/*** MAIN ***/
#main {
	margin: 14px 15px;
	float: left;				/* to fully contain internal floats */
	width: 770px;
	display: inline;			/* to overcome IE6 double margin float bug */
	background-color: #FFFFFF;
}

/* Menu */
#menu_wrap {
	margin: 0;					/* overriding #main side margins inherited in IE */	
	float: left;
	width: 175px;
}

ul.mainmenu {
	padding: 0;
	list-style-type: none;
	margin: 11px 0; 			/* overriding #main side margins inherited in IE */
}
ul.mainmenu a {
	color: #1A325D;
	font-weight: normal;
}
ul.mainmenu a:hover {
	text-decoration: none;
}
ul.mainmenu li {
	font-size: 130%;
	display: block;
	line-height: 27px;			/* height of bg image */
	margin-bottom: 8px;
	background:	#FFFFFF url('../images/main_menu.png') no-repeat;
	padding-left: 30px;
}
ul.mainmenu li.active {
	background-image: url('../images/main_menu_active.png');
}
ul.submenu {
	padding-left: 0px;
	margin: 5px 0 0;			/* overriding #main side margins inherited in IE */
	list-style-type: none;
}
ul.submenu li {					/* many of the styles need to be reset otherwise will inherit from mainmenu */
	font-size: 75%;
	display: list-item;
	line-height: 16px;
	margin-bottom: 0;
	background: #FFFFFF url('../images/sub_menu_bullet.gif') no-repeat 0 50%;
	padding-left: 8px;
}
ul.submenu li.active {
	background: #FFFFFF url('../images/sub_menu_bullet.gif') no-repeat 0 50%; /* override ul.mainmenu li.active */
}
ul.submenu li.active a{
	color: #9E9E5C;
}

/* Content */
#content_wrap {
	float: right;
	width: 595px;
	overflow: hidden;
}

#content_wrap .content {
	padding: 15px 50px;
	line-height: 150%;
	font-family: Arial;
	font-size: 12px;
}

/*** FOOTER ***/
#footer {
	clear: both;
	margin: 14px 15px;
	text-align: center;
	width: 770px;
	background-color: #FFFFFF;
}

#footer p {
	color: #83858B;
	text-align: center;
}
#footer p a {
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
}
#footer p a:hover {
	text-decoration: underline;
	text-align: center;
}

p#emotion {
	color: #BCBEC0;
	font-size: 90%;
}
p#emotion a {
	color: #BCBEC0;
	text-decoration: none;
	font-weight: bold;
}
p#emotion a:hover {
	color: #990000;
	text-decoration: none;
}

/* Additions by Ashley Whitmore */
#heading P {
	margin: 0px;
	text-indent: 50px;
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	color: #83858B;
	line-height: normal;
	margin: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 38px;
}

h2 {
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #1a325d;
	border-bottom: 1px solid #005480;
	border-top: 1px solid #005480;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-bottom: 8px;
	
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #83858B;
	line-height: normal;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}


h5 {
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color:#83858B;
	line-height: normal;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-indent: 50px;
}

h6 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	color: #83858B;
	line-height: normal;
	margin: 0px;
	letter-spacing: 1px;
	text-indent: 50px;
}

.DisclaimerText {
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
}

.HomeText {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	text-align: left;
}

.BodyTextContainer2 {
	margin-right: 20px;
	width: 335px;
	float: left;
	margin-left: 38px;
	margin-top: 20px;
}

.LatestNewsContainer {
	width: 160px;
	float: left;
	margin-top: 20px;
	text-align: left;
	font-family: Arial;
}

.LatestNewsContainer P {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	line-height: normal;
	text-align: left;
}

.BulletPoints {
	padding-left: 10px;
	background: url("../images/BlackPointer.gif") no-repeat 0px 7px;
	letter-spacing:normal;
	line-height: 180%;	
}

.BulletPointsTicks {
	padding-left: 15px;
	background:  url("../images/Tick.gif") no-repeat 0px 6px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 140%;
}

.BulletPointsPDF {
	font-size: 11px;
	padding-left: 20px;
	background:  url("../Images/PDFIcon.gif") no-repeat 0px 0px;
	line-height: 170%;
	text-align: left;
}

.HoverLinkOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-decoration:underline;
	line-height: 170%;
	
}

.HoverLinkOff{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	line-height: 170%;
	
}

P {
	margin: 0px;
	text-align: justify;
}

Table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.SmallText {
	font-size: 11px;
}

.BlankTable {
	padding-left: 0px;
	background-image: none;
}




