/***************************************************************
												body background color
***************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ECECEC;
}

.header-nav-text {
	position: absolute;
	margin: auto;
	width: 177px;
	height: 28px;
	color: #002E54;
	font: normal 17px verdana;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: .05em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.header-nav-text-mo {
	position: absolute;
	margin: auto;
	width: 177px;
	height: 28px;
	color: #FFFFFF;
	font: normal 17px verdana;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: .05em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

/****************************************************************
												Welcome text - h1
****************************************************************/

h1 {
	background: #002E54;
	color: #FFFFFF;
	font: normal 26px "Trebuchet MS";
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 0.150em;
	text-decoration: none;
	vertical-align: bottom;
	height: 34px;
	margin: auto 0;
	margin: 0px -20px;
	border-bottom: 1px solid #FFFFFF;
	padding: 25px 0px 0px 25px;
	
}

/***********************************************************************
												intro text and link - h2
***********************************************************************/

h2 {
	color: #002f54;
	font: normal 14px "Trebuchet MS";
	line-height: 24px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

h2 a:link, h2 a:visited {
	color: #002f54;
	font: normal 14px "Trebuchet MS";
	line-height: 24px;
	letter-spacing: 0.05em;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}

h2 a:hover {
	color: #000000;
	font: normal 14px "Trebuchet MS";
	line-height: 24px;
	letter-spacing: 0.05em;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}

/*****************************************************************
												Subtitle text - h3
*****************************************************************/

h3 {
	color: #333333;
	font: bold 12px Verdana;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

/******************************************************************
												body text - p
******************************************************************/

p, .body_text	{
	color: #333333;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin: 10px 0px;
	padding: 0px;
}

p a:link, p a:visited {
	color: #000000;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}

p a:hover				{
	color: #002f54;
	font: normal 12px verdana;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-decoration: underline;
	margin: 10px 0px;
	padding: 0px;
}


/******************************************************************
												L textbox bullet text - p.bullet-t
******************************************************************/

.bullet-t	{
	color: #333333;
	font: normal 12px "Trebuchet MS";
	line-height: 18px;
	letter-spacing: 0.09em;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

/********************************************************************************
												bullet and (bullet text is above) - ul and li disc
********************************************************************************/

.bul li	{
	background: url(../images/bullet_disc_blue.png) no-repeat top left;
	background-position: 0px 6px;
	padding-left: 14px;
	vertical-align: middle;
	margin-left: 0px;
	line-height: 18px;
	list-style-type: none;
	left: 5px;
	top: 2px;
}

.bullet-list-num li	{
	margin-left: 22px;
}

/******************************************************************
												caption textbox text - p.caption
******************************************************************/

p.caption	{
	color: #002f54;
	font: normal 9px verdana;
	text-align: center;
	line-height: 14px;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin: 0px 0px;
	padding: 5px 5px 0px 5px;
}

/******************************************************************
												hotlinks in footer text - p.hotlinks
******************************************************************/

#footer-nav	{
	display: inline;
	width: 90%;
	color: #002f54;
	font: normal 12px verdana;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

#footer-nav a:link, #footer-nav a:visited {
	color: #002f54;
	font: normal 10px verdana;
	line-height: 14px;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

#footer-nav a:hover {
	color: #000000;
	font: normal 10px verdana;
	line-height: 14px;
	letter-spacing: 0.025em;
	text-decoration: underline;
	margin: 0px 0px;
	padding: 0px;
}

/******************************************************************
												copyright text - p.copyright
******************************************************************/

p.copyright	{
	color: #FFFFFF;
	font: normal 9.5px verdana;
	line-height: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

/******************************************************************
												credits text - p.credits
******************************************************************/

p.credits	{
	color: #FFFFFF;
	font: normal 8.5px verdana;
	line-height: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

p.credits a:link, p.credits a:visited {
	color: #FFFFFF;
	font: normal 8.5px verdana;
	line-height: 14px;
	letter-spacing: 0.15em;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0px;
}

p.credits a:hover				{
	color: #FFFFFF;
	font: normal 8.5px verdana;
	line-height: 14px;
	letter-spacing: 0.15em;
	text-decoration: underline;
	margin: 0px 0px;
	padding: 0px;
}

/***************************************************************************
												Line separator
 **************************************************************************/
/*
#line-separator {
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 0px 0px;
	vertical-align: middle;
	border-bottom: 1px solid #C2C2C2;
}
*/
/*****************************************************************************
												Header sizing
*****************************************************************************/

#header-bg-top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 51px;
	background-color: #002F54;
	border-bottom: 1px solid #FFFFFF;
}

.header {
	height: 54px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font: normal 12px verdana;
}

/*****************************************************************************
	left column box and it's text
*****************************************************************************/
#leftcolumn {
	width: 210px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 0px 10px 10px;
}

#leftcol-box {
	width: 200px;
	float: right;
	background-color: #E0E4EE;
	margin: 50px 1px 0px 0px;
}

#leftcol-box-content-top {
	color: #002F54;
	font: italic 14px "Trebuchet MS";
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 5px 0px;
	padding: 0px;
}

/******************************************************************************
	right column box (and it's text, p.caption, is above)
******************************************************************************/

#callout-box {
	background-color: #FFFFFF;
}

/*************************************************************************************
	footer and footer2
*************************************************************************************/

.footer {
	vertical-align: top;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #788290;
	border-top: 1px solid #FFFFFF;
}

.footer-container {
	width: 760px;
	margin: 0 auto;
	height: 28px;
	padding: 0px;
	background-color: #ECECEC;
}

.ftr-divider {
	padding: 0px 10px;
}


/**********************************************************************************
														main body image placement
**********************************************************************************/

img.x12		{
	position:relative;
	left:0px;
	top:0px;
	z-index: 20;
}

img.x13		{
	position:relative;
	left:0px;
	top:0px;
	z-index: 21;
}

img.xftr-l	{
	z-index: 22;
	left: 0px;
	top: 8px;
}

img.xftr-r	{
	z-index: 23;
	right: 0px;
	top: 8px;
}

/**********************************************************************************
														vertical white space between nav buttons
**********************************************************************************/

.header-nav-border	{
	width: 1px;
	height: 28px;
	background-color: #FFFFFF;
}


/**********************************************************************************
	Contact Us Form
**********************************************************************************/

.box-contact {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	padding: 12px;
}

a.button-styled:link, a.button-styled:visited, .button-styled {
	display: block;
	width: 72px;
	margin: 20px 0px;
	padding: 2px 8px;
	border: 1px solid #002E54;
	background-color: #E0E4EE;
	color: #002E54;
	font: normal 9px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.13em;
}

a.button-styled:hover, .button-styled-hover {
	cursor: pointer;
	width: 72px;
	padding: 2px 8px;
	border: 1px solid #E0E4EE;
	background-color: #002E54;
	color: #FFFFFF;
	font: normal 9px Verdana;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0.13em;
}

.required_field {
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}

div.ist-hr-line {
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}