html {
	overflow: auto;
}

body {
	margin:     0;
	padding:    0;
	font-size:  11px;
	text-align: justify;
	color:      #000;
	background: #dfd7c0;
}

/* black line on top of the page */
#black-line-top {
	float:      none;
	width:      100%;
	height:     6px;
	background: #000;
}

/* centering the page */
#wrapper {
	position:   relative;
	top:        10px;
	width:      852px;
	margin:     0 auto;
	padding:    0;
	background: #fff;
}

/** first row (page title and top navigation) **/
#first-row {
	height: 85px;
}
	
	/* page title */
	#top-col-left {
		width: 572px;
		float: left;
	}
		
		#page-title {
			margin:  31px 0 0 21px;
		}
	
	/* navigation top right */
	#top-col-right {
		width: 280px;
		float: right;
	}
		
		#top-navigation ul {
			margin:  0;
			padding: 0;
		}
			
			#top-navigation li {
				list-style-type: none;
				float:           left;
				width:           auto;
				margin:          0;
				padding:         0;
				height:          19px;
			}
				
				#top-navigation ul li a {
					display:         block;
					height:          19px;
					line-height:     19px;
					padding:         0 20px;
					color:           #000;
					text-decoration: none;
				}
				
				#top-navigation ul li a:hover { text-decoration: underline; }
				
			#top-navigation ul li.current { background: #000 url('images/nav-top-current-bg-left.gif') no-repeat top left; }
				
				#top-navigation ul li.current a {
					color:      #fff;
					padding:    0 40px;
					background: url('images/nav-top-current-bg-right.gif') no-repeat top right;
				}
		
/* header photo */
#header-photo {
	clear:      both;
	width:      850px;
	height:     158px;
	border:     1px solid #606060;
}

/* left navigation */
#left-navigation {
	float:        left;
	width:        227px;
}
	
	#left-navigation ul {
		margin:  10px 0 0 17px;
		padding: 0;
	}
	
	#left-navigation ul li {
		list-style-type: none;
		margin:          0;
		padding:         0;
		line-height:     21px;
	}
	
	#left-navigation ul li.current_page_item { background-color: #d8e1db; }
	#left-navigation ul li.current_page_item a { background-color: #d8e1db; color: #3a6948; }
	#left-navigation ul li.current_page_item:hover { background-color: #d8e1db; }
	#left-navigation ul li.current_page_item a:hover { background-color: #d8e1db; color: #3a6948; }
		
		#left-navigation ul li a {
			display:         block;
			padding:         5px 0 5px 12px;
			border-bottom:   1px dotted #13692c;
			text-decoration: none;
			font-size:       14px;
			font-weight:     bold;
			cursor:          default;
		}
		
		#left-navigation ul li ul li a:hover {
			color:            #000;
			background-color: #efefef;
		}
			
			#left-navigation ul li ul {
				margin: 0 0 10px 0;
			}
			
			#left-navigation ul li ul li {
				margin-left: 15px;
				padding: 0 0 0 10px;
				/* list-style-image: url('images/nav-left-sub-arrow.gif'); */
			}
			
			#left-navigation ul li ul li:hover { background-color: #efefef; }
					
				#left-navigation ul li ul li a {
					padding:     0 10px 0 10px;
					border:      none;
					font-size:   12px;
					font-weight: normal;
					background:  url('images/nav-left-sub-arrow.gif') no-repeat center left;
					cursor:      pointer;
				}

#content {
	float:        left;
	width:        570px;
	margin:       20px 0 20px 10px;
	min-height:   500px;
	padding-left: 10px;
	border-left:  1px solid #e7e7e7;
}

#footer {
	clear:          both;
	text-align:     center;
	color:          #707070;
	margin-bottom:  25px;
}