
/* ----------------------------------------------------------------- */
/* Global Settings      //////////////////////////////////////////// */
/* ----------------------------------------------------------------- */

body
{
	margin: 0px;
	background-color: #D1D1D1;
	background-image: url(../images/structure/background.gif);
	background-repeat: repeat;
}

form
{
	margin: 0px;
}

#header
{
	position: relative;
	width: 100%;
	height: 146px;
	margin: 0px;
}

#header_home
{
	position: relative;
	width: 100%;
	height: 147px;
	margin: 0px;
}

#header_tbl
{
	width: 1003px;
	height: 114px;
	padding-bottom: 10px;
	background-image: url(../images/structure/header6.jpg);
	background-repeat: repeat-y;
}

#header_tbl .logo
{
	margin-top: -10px;
}

#nav
{
	height: 35px;
	width: 1003px;
	background-image: url(../images/structure/navbar.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 113px;
	margin: 0px;
	padding-bottom: -1px;
}

#nav div
{
	position: absolute;
}

#primarynav
{
	left: 0px;
	top: 1px;
}

#secondarynav
{
	right: 10px;
	top: 11px;
}

#toolbar
{
	height: 35px;
	width: 1003px;
	background-image: url(../images/structure/navbar.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 113px;
	margin: 0px;
	padding-bottom: 10px;
}

#toolbar div
{
	position: absolute;
	top: 7px;
}

#toolbar_left
{
	left: 25px;
}

#toolbar_right
{
	left: 750px;
}

#flashcontainer
{
	padding-top: 1px;
	border-bottom: solid 1px #FFFFFF;
}

#body
{
	width: 1003px;
	background-color: #FFFFFF;
	background-image: url(../images/structure/background_tile.jpg);
	background-repeat:repeat-x;
}

#callout_area
{
	width: 1003px;
}

#home_body_area
{
	position: relative;
	left: auto;
	width: 1003px;
}

#footer
{
	margin: 0px 0px 10px 0px;
	width: 1003px;
	position: relative;
	height: 35px;
	background-color: #C4C9CD;
}

#footer div
{
	float: left;
	top: 8px;
}

#footer_copyright
{
	position: absolute;
	left: 30px;
}

#footer_links
{
	position: absolute;
	right: 30px;
}

#body_tbl
{
	width: 1003px;
	height: 423px;
}


/**** BEGIN CONTENT AREA ****/
#body_tbl .leftcol
{
	background: #FFFFFF url('../images/contentLeftShadow.gif') repeat-x top;
	width: 74%;
	float: left;
	padding-top: 30px;
	vertical-align: top;
}

#body_tbl .separator_cell
{
	width: 1px;
	/*background-image: url(../images/structure/vertical_separator.jpg);*/
	background-repeat: repeat-y;
}

#body_table .empty_cell
{
	width: 256px;
}

#body_separator
{
	width: 100%;
	height: 1px;
}

#inpage_nav
{
	margin-left: 30px;
}