/* 
 *	general.css - main styles used through the website
 *
 */

/* import additional style sheets */

ul.fileAttachmentList {
	min-height: 40px;
	padding: 0 0 20px 0;
	margin: 0;
}

ul.fileAttachmentList li {
	list-style-type: none;
	height: 35px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: -10px;
	background-position: left;
	background-repeat: no-repeat;
}


/* ------------------ default styling ----------------- */


body	{
	background:  #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 75%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{color: #000; text-decoration: none;}
a:visited	{color: #000; text-decoration: none;}
a:hover	 	{color: #000; text-decoration: underline;}
a:active		{color: #000; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#wrapper	{
	width: 800px;
	margin: 0 auto;
	background: url(_includes/images/background-main.gif) center repeat-y;
	}

#container	{
	width: 760px;  
	margin: 0px auto;
	text-align: left;
	background: url(_includes/images/background-main.gif) repeat-y;
	}

#header		{
	background: #FFFFFF;
	height: 23px;
	width: 760px;
	margin: 0px; 
	padding: 0px;
	color: #FFFFFF;
	font-size: 90%;
	border-bottom: solid 12px #000000;
	}

#header a {font-weight: normal; color: #000000;}

#headerLeft {
	width:377px;
	float: left;
	padding-left: 3px;
}

#headerRight {
	width: 377px;
	float: left;	
	text-align: right;
	padding-right: 3px;
}

#header h1, #header h2	{display: none;}
 
#headerLogo	{
	float: left;
	width: 169px;
	min-height: 170px;
	height: 170px;
	background-image: url(_includes/images/logo.gif);
	background-repeat: no-repeat;
	}

#headerImage {
	float: right;
	width: 591px;
	min-height: 170px;
	height: 170px;
	background-image: url(_includes/images/headers/1/13.jpg);
	background-repeat: no-repeat;
}
 
#main	{ 
	width: 760px;
	margin: 0px; 
	padding: 0px;
	
	
	}
#layout {
	width: 300px;
	height: 220px;
	overflow: hidden;
	float: right;
	position: relative;
	margin-right: 20px;
  }

#fin {
	right: 0px;
	width: 300px;
	height: 220px;
	position: absolute;
  }

img.fin-img {
	position: absolute;
  }

#contentwrapper	{
	float: right;
	width: 555px;
	margin: 0px; padding: 0px;
	
	}

#menuForcer {
	height: 299px;
	float: left;
	display: block;
}

#subnav {
	float: left;
	width: 204px;
	font-weight: bold;
	background: url(images/sub_on.gif) no-repeat;
	min-height: 299px;
	}

#subnav ul {
	width: 155px;
	margin: 0px; 
	padding: 10px 0 0 10px;
	float: left;
	}
	
#subnav li {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	}


#subnav li a {
	background: url(images/sub_off.gif) 1px 3px no-repeat; 
	padding-left: 20px; 
	font-weight: normal; 
	text-decoration: none;
	display: block;
	}

#subnav li a:link			{}
#subnav li a:visited		{}
#subnav li a:hover		{background: url(images/sub_on.gif) 1px 3px no-repeat; color: #C99C00; text-decoration: none;}
#subnav li a:active		{}


#subnav a:link		{text-decoration: none;}
#subnav a:visited	{text-decoration: none;}
#subnav a:hover		{text-decoration: underline;}
#subnav a:active	{text-decoration: none;}

#breadcrumbs {
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	color: #000000;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 2px 0px 12px;
	background: url(images/arrow.gif) left  no-repeat;
	}

#breadcrumbs li.first {
	background: none;
}

#breadcrumbs a {color: #000000;}

#breadcrumbs a:link		{text-decoration: none;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#content a {
	color: #05347A;
	text-decoration: underline;
	font-weight: bold;
}


ul#inPageMenu {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;	
}

ul#inPageMenu li {
	display: inline;
}

ul#inPageMenu li a {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0 10px 0 10px;
}

ul#inPageMenu li a.first {
	border-left: none;
}

#footer	{
	background: #CC0000;
	float: right;
	width: 534px;
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
	}

#footer a	{color: #FFFFFF}

#pagebottom {
	margin: 0 auto;
	width: 800px; height: 20px;
	background: url(../images/pagebottom.gif) no-repeat;
	}


/* ------------------ start menu classes for standard menus ----------------- */

#menu	{ 
	margin: 0px;
	padding: 3px 0px;
	width: 760px;
	background:  url(./images/nav.jpg) #000000 repeat-x;
	font-size: 110%;
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
	}

#menu a {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 14px;
	}
					
#menu ul	{
	margin: 0px; padding: 0px;
	list-style: none;
	}
					
#menu li 	{
	display: inline;
	border-left: 1px solid #333333;
	}

#menu li.first 	{
	border-left: none;
	}	
									
#menu li a:hover	{
	color: #FFFFFF; 
	background:  url(./images/nav_over.jpg) #e2ae00 repeat-x;
	text-decoration: none;
	}
					
