/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	background-position: 760px 0px;
	background-repeat:no-repeat;
}
	
	
	

/*
------------------------------------------------------
Positioning

------------------------------------------------------
*/


#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
	max-width: 955px;
	width:expression(document.body.clientWidth < 780? "770px" : document.body.clientWidth > 955? "955px" : "auto");
	}
	
#top-nav {
	position:relative;
	display:block;
	margin-left: 0px;
	left:0px;
	top:0px;	
	height:68px;
	background:url(../images/nav-bg.jpg) repeat-x;		
	}
	

#main-pic{
	position:relative;
	display:block;
	margin-left: 0px;
	left:0px;
	top:0px;
	}
		
#left-nav {
	margin: 0px;
	padding: 3px 0px 0px 32px;
	width:130px;
	float:left;
	position:relative;

	}
	
#bread-crumbs{
		position: absolute;
		top:207px;
		left: 200px;
		z-index:99;
		color:#ffffff;
		}
		
#body-copy {
		margin: 3px 20px 0px 169px;
		background:url(../images/headers/header-bg.gif) no-repeat top right;
		padding: 0px 15px 10px 10px;
		}
	
#body-copy-home {
		margin: 3px 199px 0px 169px;
		background:url(../images/headers/header-bg.gif) no-repeat top right;
		padding: 0px 15px 10px 10px;
		}
		
#body-right {
		float:right;
		width:175px;
		margin: 3px 3px 10px 0px;
		position:relative;
		padding: 0px 5px 0px 10px;		
	}

#more-buttons {
		margin: 10px 20px 10px 178px;
	}				
		
#footer{
	position:relative;
	display:block;
	left:0px;
	top: 0px;
	padding: 5px 0 5px 178px;
	margin: 5px 15px 5px 0;
	background:url(../images/footer-bg.gif) repeat-y top left #eeeeee;
	}


/*
------------------------------------------------------
Headings
------------------------------------------------------
*/
h1 {

	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#247f9b;
	font-weight: bold;
}

#sitemap h1 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#247f9b;
	font-weight: bold;
	margin:10px 0 2px 0;
	padding:0;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	color:#247f9b;
	font-size: 1em;
	font-weight: bold;
	margin:5px 0px 2px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 1.3em;
	font-weight: bold;
	margin:15px 0 7px 0px;

}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #247f9b; 
	text-decoration : none; 
}
A:hover  { 
	color: #247f9b; 
	text-decoration : underline;
	
}

a.breadcrumbs {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

a.breadcrumbs:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}



/* leftnav */
#left-nav ul {

	
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:left	;
	color: #333333;
}

#left-nav li {
	line-height:15px;
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px 5px 15px;
	color: #333333;
	width: 120px;
}



/* Left Nav Link */
#left-nav a {
	color: #000000;
	text-decoration: none;
}

#left-nav a:hover {
	color:#000000;
	text-decoration: underline;
}




/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


/*
------------------------------------------------------
images / pics

------------------------------------------------------
*/
.pic-right{
float:right; 
margin: 2px 2px 15px 20px;
}

.pic-left{
float:left; 
margin: 2px 15px 10px 2px;
}

.header{
margin:0px 0px 0px -10px;
}

.sitemap-tree {
background:url(../images/sitemap-tree.gif) left no-repeat; padding-left:23px; 
}
.sitemap-tree-bottom {
background:url(../images/sitemap-tree-bottom.gif) left top no-repeat; padding-left:23px; 
}
