/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	white;
	
}

#header
{
	display:			block;
	width:				auto;
	height:				80px;
}

#sidenav
{
	display:			none;
	
	width:				120px;
	margin:				0px;
	padding:			0px;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			12px;
	line-height:		2.0em;
	margin-left:		35px;
	margin-top:			10px;
}

#content
{
	display:			block;
	margin:				5px 50px 50px 80px;
	width:				auto;
	padding:			0px;
}

#footer
{
	clear:				both;
	margin:				20px 0px;
	padding:			0px 20px;
	border-top:			1px solid #312E6E;;
	line-height:		2.0em;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			12px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:			none;
}

/* Used so that the the formatter doesn't turn the site to shit */
p
{
	margin:				0px;
}

/*	Hidden elements	*/
.hdn
{
	display:			none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				gray;
}

#footer a.active
{
	padding:			0px 0px;

	text-decoration:	none;
	color:				#312E6E;
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:				50px 0px 0px 40px;
	padding:			0.5em 0em;

	font-family:		Helvetica, Verdana, sans-serif;
	font-weight:		normal;
	font-size:			24px;
	color:				#312E6E;
}

h1 a
{
	text-decoration:	none;
	color:				#312E6E;
}

h2
{
	margin:				0em;
	padding:			0.5em 0em 0.5em 0em;
	
	font-family:		Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				#111111;
}

h3
{
	margin:				1.7em 0em 0em 0em;
	line-height:		1.7em;
	font-family:		Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				black;
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2,.tabletext
{
	margin:				0em 0em 1.7em 0px;
	padding:			0px;
	line-height:		17px;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			13px;
	color:				#535353;
}

.bodytext2
{
	line-height:		1.4em;
	margin-bottom:		1.3em;
}

.tabletext
{
	line-height:		17px;
	font-size:			11px;
}

.callout
{
	background-color:	#F7CD2A;
	line-height:		17px;
	font-size:			12px;
	font-family:		Helvetica, Verdana, sans-serif;
	color:				#0F57AA ;
	margin-right:		20px;
	margin-bottom:		13px;
}

.rowheader
{
	background-color:	#0E1B64;
	color:				white;
	padding:			3px 10px;
}

.rowcolor1
{
	background-color:	#DDDDDD;
	padding:			3px 10px;
}

.rowcolor2
{
	background-color:	#CCCCCC;
	padding:			3px 10px;
}

a
{
	text-decoration:	none;
	color:				#CAA000;
}

a:hover
{
	color:				black;
}

label
{
	margin:				0em 0em 1.7em 0px;
	padding:			0px;
	line-height:		20px;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			11px;
	color:				#312E6E;
	font-style:			italic;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	width:				200px;
	padding:			5px 0px;

	line-height:		17px;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			13px;
	font-style:			italic;
	color:				#312D6E;
	padding-bottom:		20px;
	text-align:			center;
}

.caption-left
{
	float:				left;
	margin:				0px 20px 20px 0px;
	
}

.caption-right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:				1px solid rgb(204,204,204);
}

th.thead
{
	background-color:	rgb(204,204,204);
	vertical-align:		bottom;
	text-align:			left;
	font-family:		Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	font-size:			0.72em;
	color:				black;
}

td.tdata
{
	background-color:	white;
	padding:			0.25em 0.5em;
	border-bottom:		1px solid rgb(204,204,204);
	vertical-align:		top;
	text-align:			left;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			0.65em;
	color:				black;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	white-space:	nowrap;
}

#globals
{
	float:			right;
	white-space:	nowrap;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	display:			none; */
	
	/*	Do not modify	----------------------------*/
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;

	/*	Customizeable options	--------------------*/
	border-left:		2px solid white;
	border-right:		2px solid white;
	border-bottom:		2px solid white;
	background-color:	#ADACAD;
	padding-bottom:		7px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	height:				21px;
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			12px;
	text-decoration:	none;
	color:				black;
}

ul.submenublock
{
	border-top:			2px solid white;
}

.menublock a:hover,.submenublock a:hover
{
	
	background-color:	#F7CD2A;
	color:				#0F57AA;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/
a.topnav,a.topnav-active
{
	display:			block;
	width:				150px;
	height:				25px;
	padding:			0px 8px;
	line-height:		25px;
	white-space:		nowrap;
	
	font-family:		Helvetica, Verdana, sans-serif;
	font-size:			11px;
	text-decoration:	none;
	color:				white;
	border-left:		1px solid white;
}

a.topnav:hover
{
	background-color:	#ADACAD;
}

a.topnav-active
{
	color:				white;
	background-color:	#ADACAD;
}

a.topnav:hover,a.topnav-active:hover
{
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles - delete these if side nav is not used
/*-------------------------------------------------------------------------------------------------------*/
#sidenav ul
{
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#sidenav ul.sub
{
	padding-left:		0.4em;;
	list-style-type:	none;
}

#sidenav li
{
	display:			inline;
}

#sidenav a.top
{
	display:			block;
	font-weight:		bold;
	text-decoration:	none;
	color:				#7D7D7D;
}

#sidenav a
{
	display:			block;
	text-decoration:	none;
	color:				#7D7D7D;
}

#sidenav a:hover
{
	color:				#BE7D7D;
}	

#sidenav a.active
{
	display:			block;
	text-decoration:	none;
	color:				#BE7D7D;
	font-style:			itliac;
}

#sidenav a.sub
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				gray;
}

#sidenav a.sub-active
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				blue;
}

