/* 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; }
img { border-width: 0; }

#sitecontainer
{
	margin: auto;
	border: solid 10px #F6F2E6;
	width: 918px;
	background-color: #FFFFFF;
}

#header
{
	position: relative;
	width: 918px;
	height: 127px;
	background-image: url(../images/structure/main_header.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#logo
{
	position: absolute;
	top: 6px;
	left: 92px;
}

#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: 100%;
	text-decoration: none;
	display: block;
	width: 150px;
	float: left;
	padding-left: 10px;
}

#commonlinks a.wide { width: 135px; }
#commonlinks a:hover { color: #FCF1BA; }

#main
{
	z-index: 10;
}

/***** NAVIGATION ******************************/

#navcontainer
{
	float: left;	
	display: inline;
	position: relative;
	background-image: url(../images/structure/nav_shadow.jpg);
	background-repeat: no-repeat;
	width: 246px;
	margin-left: 8px;
	top: -45px;
}

#nav
{
	width: 230px;
	margin: auto;
	margin-top: 8px;
	background-color: #4B8BE3;
	background-image: url(../images/structure/nav_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-size: 75%;
	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 { display: none; }
#nav div.selected { display: block !important; }

#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;
}

#intranet-content { display: none; }

#nav .expand { display: none; }
#nav .showexpand { display: block; }

/***** SEARCH ******************************/
#search
{
	width: 90%;
	margin: auto;
	margin-top: 75px;
}

#search h1
{
	margin: 0px;
	color: #FFDA6D;
	font-size: 110%;
	font-weight: normal;
}

.searchbox
{
	position: absolute;
	top: 0px;
	width: 150px;
	/*vertical-align: 9px;*/
	height: 24px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-size: 150%;
	color: #666666;
}

.searchbtn
{
	position: absolute;
	left: 150px;
	top: 0px;
}

#searchcontainer
{
	width: 176px;
	height: 24px;
	position: relative;
}

#contentcontainer
{
	position: relative;
	float: left;
	width: 627px;
	margin-left: 8px;
	margin-top: 10px;
	display: inline;
	padding: 8px;
	background-image: url(../images/structure/content_background.jpg);
	background-repeat: repeat-x;
	font-size: 75%;
	
	/*height: 400px;
	border: solid 1px red;*/
}

#contentcontainer h1
{
	color: #4C8BE3;
	font-family: Georgia;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

#contentcontainer h3
{
	color: #666;
	margin: 5px 0;
}

.form_section div
{
	margin:2px;
	margin-left:50px;
	clear: both;
}

.form_section label
{
	clear: left;
	display: block; 
	float: left; 
	width: 150px;
	margin-right:10px;
	color:#010101;
	text-align:right;
	padding-top:5px;
}

.form_section td label
{
	clear: none;
	display: inline; 
	float: none; 
	width: auto;
	margin-right: 0;
	color: #000;
	text-align: left;
	padding-top: 0;
}

#loader
{
	position: absolute;
	display: block;
	width: 200px;
}

#footer{
	background-color:#343b48;
	color:#b2ae98;
	display:block;
	font-size:10px;
	height:45px;
	margin-top:20px;
	padding-top:20px;
	width:100%;
}
#footer a{color:#b2ae98;text-decoration:none;}
#footer a{text-decoration:underline;}
	#footerLeft{float:left;padding-left:15px;}
	#footerRight{float:right;padding-right:15px;}


.error { color: #990000; font-weight: bold; }
.clear-both { height: 0px; overflow: hidden; clear: both; float: none; }

.sm-formfield { width: 50px; }

ul.datalist li { padding: 3px 0; }

/***** LOGIN ******************************/
.login-box { background-color: #F7F6F3; border: solid 1px #E6E2D8; padding: 4px; }
.login-button { background-color: #FFFBFF; border: solid 1px #CCC; color: #284775;}
.login-title { background-color: #5D7B9D; font-weight: bold; color: #FFF; }
.login-link-style { padding: 10px; text-align: center; }
.login-link-style a { color: #5D7B9D; text-decoration: underline; font-weight: bold; }

.left-area-callout { margin-left: 8px; margin-top: 10px; }

.archive-nav { position: absolute; right: 10px; top: 10px; color: #999; }
.archive-nav a { text-decoration: none; color: #4C8BE3; }

.messaging { background-image: url(../images/misc/intranet-welcome.jpg); background-repeat: repeat-x; height: 79px; padding: 10px; position: relative; }
.messaging h1 { font-size: 200%; font-family: Arial !important; font-weight: bold !important; }
.messaging .logged-in { color: #575757; margin: 0; padding: 0; }
.messaging a { color: #575757; }
.messaging .date { color: #88A3C0; font-weight: bold; font-size: 110%; position: absolute; right: 20px; bottom: 25px;}
