/* USED TO DEFINE GLOBAL FONT-FAMILY */
body, p, table, th, td, p, span, li, h1, h2, a, input, textarea
{
	font-family: Arial;
}

body 
{
	margin: 0px;
	background-image: url(../images/structure/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #497BAC;
}

form { margin: 0px; }

#sitecontainer { margin: auto; border: solid 10px #F6F2E6; width: 918px; background-color: #FFFFFF; }

#header
{
	position: relative;
	width: 918px;
	height: 127px;
	background-image: url(../images/structure/cap_head.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#logo { position: absolute; top: 6px; left: 92px; width: 74px; height: 74px;
	background-image: url(../images/structure/cap_logo.png); background-repeat: no-repeat; }

#commonlinks { position: absolute; right: 5px; }

#commonlinks a
{
	background-image: url(../images/structure/commonlink_separator.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: none;
	display: block;
	width: 100px;
	float: left;
	padding-left: 10px;
}

#commonlinks a.wide { width: 135px; }
#commonlinks a:hover { color: #FCF1BA; }

/***** NAVIGATION ******************************/

#navcontainer
{
	float: left;	
	display: inline;
	position: relative;
	background-image: url(../images/structure/nav_shadow.jpg);
	background-repeat: no-repeat;
	width: 246px;
	top: -45px;
	margin-left: 8px;
	font-size: 75%;
}

#nav
{
	width: 230px;
	height: 500px;
	margin: auto;
	margin-top: 8px;
	background-color: #4B8BE3;
	/*background-image: url(../images/structure/nav_bottom.jpg);*/
	background-image: url(../images/structure/left_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 10px;
}

#nav a
{
	display: block;
	background-image: url(../images/structure/nav_background_section1.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

#nav a.tier1 { background-image: url(../images/structure/nav_background_section1.jpg); }
#nav a.tier2 { background-image: url(../images/structure/nav_background_section2.jpg); }
#nav a.tier3 { background-image: url(../images/structure/nav_background_section3.jpg); }
#nav a:hover, #nav a.selected { background-image: url(../images/structure/nav_background_rollover.jpg); }

#nav div.sub a
{
	background-image: url(../images/structure/nav_sub_arrow.gif);
	background-position: 42px 9px;
	height: auto;
	line-height: normal;
	padding: 5px 10px 5px 55px;
	border-bottom: solid 1px #C9C9C9;
	background-color: #F2F2F2;
	color: #666666;
}

#nav div.sub a:hover,
#nav div.sub a.selected
{
	background-image: url(../images/structure/nav_sub_arrow.gif);
	background-position: 42px 9px;
	background-color: #FFFFFF;
	color: #000000;
}

#main
{
	/*width: 884px;
	margin: 17px 0;*/
}

#contentcontainer
{
	position: relative;
	float: left;
	width: 627px;
	margin-left: 8px;
	margin-top: 10px;
	display: inline;
	padding: 8px;
	background-repeat: repeat-x;
	font-size: 75%;
	overflow: hidden;
}

#footer { background-color: #363B48; width: 100%; font-size: 70%; color: #918F83; }
#footer div { width: 45%; padding: 10px; margin: 0; }
#footer div p { margin: 0; padding: 0; }
#footer div a { color: #918F83; }


.clear-both 
{
	clear: both; 
	float: none; 
	height: 0px !important; 
	width: 0px !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	overflow: hidden; 
}

#agency-name
{
	position: absolute;
	left: 275px;
	top: 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
}
