/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	
	background-color:	rgb(170,170,136);
}

#header
{
	clear:				both;
	display:			block;
	width:				auto;
	height:				118px;
	
	background-color:	rgb(0,51,119);
	background-image:	url( /images/bg_header.gif );
	background-repeat:	no-repeat;
}

td#sidenav
{
	vertical-align:		top;
	width:				120px;
	margin:				0px 0px 100px 0px;
	padding:			20px;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

td#content
{
	vertical-align:		top;
	padding:			0px 30px 30px 0px;
}

td#sidebar
{
	vertical-align:		top;
	padding:			20px;
	background-color:	rgb(102,136,187);
	width:				150px;
	line-height:		1.7em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				white;
}

td#sidebar a
{
	color:				white;
}

#main
{
	clear:				both;
	background-color:	white;
}

#contenta
{
	display:			block;
	margin:				0px 40px 40px 160px;
	width:				auto;
	padding:			0px;
}

table#site
{
	width:				100%;
	background-color:	white;
}

#footer
{
	clear:				both;
	width:				auto;
	margin:				0px;
	border-top:			1px solid rgb(110,110,85);
	padding:			0em 1em;
	line-height:		3.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(238,238,221);
	background-color:	rgb(170,170,136);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	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;
}

/*	becaues HTML should have this as the default	*/
td
{
	vertical-align:			top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				rgb(238,238,221);
}

#footer a.active
{
	padding:			0px 0px;

	text-decoration:	none;
	color:				white;
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:				20px 0px 1.0em 0px;
	padding:			0.5em 0em 0.05em;

	font-family:		trebuchet ms,arial,sans serif;
	font-weight:		normal;
	font-size:			1.3em;
	color:				rgb(153,153,102);
}

h1 a
{
	text-decoration:	none;
	color:				rgb(153,153,102);
}

h2
{
	margin:				1.5em 0em 0em;
	padding:			0em;
	
	line-height:		1.5em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(0,51,119);
}

h2 a
{
	color:				rgb(153,153,102);
}

h3
{
	margin:				1.7em 0em 0em 0em;
	line-height:		1.7em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				black;
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:				0em 0em 1.7em 0px;
	padding:			0px;
	line-height:		1.5em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(0,51,119);
}

.bodytext2
{
	line-height:		1.4em;
	margin-bottom:		1.3em;
}

a
{
	text-decoration:	none;
	color:				rgb(170,51,51);
}

a:hover
{
	color:				rgb(221,0,0);
}

blockquote
{
	margin:			1em 3em;
	padding:		0.5em 0em;
	font-family:	verdana,sans serif;
	font-style:		italic;
	line-height:	1.4em;
	color:			rgb(102,102,102);
}

.source
{
	padding-top:	0.5em;
	font-style:		none;
	text-align:		right;
	color:			black;
}

/*********************************************************************************************************/
/*	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:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

.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
{
}

table.data th
{
	background-color:	rgb(170,170,170);
	text-align:			center;
	line-height:		2.6em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				white;
}

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:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				black;
}

td.row1
{
	padding:			6px 10px 0px;
	background-color:	rgb(221,221,221);
}

td.row2
{
	padding:			6px 10px 0px;
	background-color:	rgb(238,238,238);
}

.rating
{
	vertical-align:		-20%;
	font-family:		verdana;
	font-weight:		bold;
	font-size:			18px;
	color:				rgb(0,51,119);
}


table.legend
{
	margin-top:			20px;
	width:				100%;
}

table.legend h2
{
	padding-bottom:		8px;
}

table.legend td
{
	vertical-align:		bottom;
	line-height:		30px;
	white-space:		nowrap;
}

table.legend td.right
{
	text-align:			right;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(119,119,119);
	padding-bottom:		0px;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	width:				100%;
	height:				28px;
	background-color:	rgb(24,85,153);
	background-image:	url( /images/bg_topnav.gif );
	background-repeat:	repeat-x;
	white-space:		nowrap;
	border-bottom:		5px solid rgb(102,136,187);
}

/*	IE hack	*/
#n
{
	white-space:	nowrap;
	width:			678px;		/*	adjust to fit width of main menu items	*/
	height:			28px;
}

#topnav p
{
	float:			left;
	display:		inline;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify	----------------------------*/
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;

	/*	Customizeable options	--------------------*/
	width:				160px;
	border-bottom:		none;
	background-color:	rgb(34,85,153);
}

ul.submenublock
{
	padding:				4px 0px;
	background-color:		rgb(0,51,119);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				24px;
	border-bottom:		1px solid rgb(0,51,119);
	padding:			0px 8px;
	line-height:		24px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	text-decoration:	none;
	color:				rgb(170,221,255);
}

ul.submenublock a
{
	height:				18px;
	line-height:		18px;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:	rgb(0,51,119);
	color:				rgb(170,221,255);
}

.submenublock a:hover
{
	color:				white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
#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;
	padding:			0.8em 0em;
	margin-bottom:		0.4em;
	border-bottom:		1px solid rgb(204,204,204);
	font-weight:		bold;
	text-decoration:	none;
	color:				rgb(85,119,170);
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				rgb(85,119,170);
}

#sidenav a.active
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				black;
}

#sidenav a.sub
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				rgb(85,119,170);
}

#sidenav a.sub-active
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				black;
}

#sidenav a:hover
{
	color:				black;
}
