/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color: #f1f1f1;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
	height: 0px;
	width: 0px;
}

a img {
	border:0px;
}

.confirmation_box {
	color:#fff;
	padding:10px;
	text-align:left;
	background: url(../images/bg_button.gif) #5e0e00 repeat-x;
	margin-bottom:20px;
	font-weight: bold;
	display: block;
	width: 700px;	/* 720px */
}

	.confirmation_box a {
		color: #fff !important;
	}
	
	.confirmation_box a:hover {
		text-decoration: none;
	}

#container {
	width: 960px;	/* 980px */
	margin: 0px auto;
	padding: 0px 10px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}

#header {
	height: 234px;
}

/* --- NAVIGATION --- */

#navigation {
	min-height: 36px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-color: #000;
}

	#navigation ul {
		list-style: none;
		padding-top: 7px;
	}
		
		#navigation ul li {
			float: left;
			margin: 0px 20px;
		}
		
			#navigation ul li a {
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.4em;
			}
			
			#navigation ul li a:hover {
				color: #C3271C;
			}
			
			#navigation ul li a.current {
				color: #C3271C;
			}

#nav_shadow {
	height: 7px;
	background-image: url(../images/bg_nav_shadow.png);
	background-repeat: repeat-x;
}

/****************************
			CONTENT
*****************************/
		
/* --- LEFT COLUMN --- */

#left {
	width: 200px;	/* 200px */
	float: left;
	padding: 58px 0px 0px 0px;
}

	#left .sidenav {
		list-style: none;
		font-size: 1.3em;
		margin-bottom: 40px;
		padding: 0px 18px;
	}
	
		#left .sidenav li {
			margin-bottom: 8px;
		}
		
			#left .sidenav li a {
				color: #000;
				display: block;
				text-decoration: none;
			}
			
			#left .sidenav li a:hover {
				color: #C3271C;
			}
			
			#left .sidenav li a.current {
				color: #C3271C;
			}
			
	#left .right_nav {
		list-style: none;
	}
	
		#left .right_nav li {
			border-bottom: 1px solid #A49969;
			padding: 8px 20px;
			color: #fff;
			font-size: 1.4em;
			background-image: url(../images/bg_button.gif);
			background-repeat: repeat-x;
		}
		
			#left .right_nav li a {
				color: #fff;
				text-decoration: none;
			}
			
			#left .right_nav li a:hover {
				text-decoration: underline;
			}

/* --- MIDDLE COLUMN / CONTENT --- */

#content {
	width: 720px;	/* 520px */
	float: left;
	padding: 20px;
}

	#content p.breadcrumb {
		font-size: 1em;
		color: #333;
		margin-bottom: 22px;
	}
	
		#content p.breadcrumb a { color: #333; }
		
		#content p.breadcrumb a:hover { color: #C3271C; }
		
#content .text h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.6em;
	font-weight: normal;

/*	color: #A49969;*/
	color:#C22616;
	margin-bottom: 24px;
	line-height: 1;
	text-shadow: #666666 1px 1px 1px;
}
/*

#content .text .sig {
	background-image: url(../images/darby-sig.gif);
	background-repeat: no-repeat;
	padding-top: 54px;
	display: block;
}
*/

/* --- MIDDLE COLUMN / HOME PAGE --- */

#content #home_left {
	float:left;
	margin-right:20px;
	width:480px;
}

#content #home_right {
	border-left: 1px solid #9d9791;
	float:right;
	padding-left:10px;
	width:208px;
}

	#content #home_right h3 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.7em;
		font-weight: normal;
		color:#C22616;
		margin-bottom: 16px;
		line-height: 1;
	}
	
	#content #home_right p {
		border-bottom: 1px dotted #89837e;
		font-size: 0.8em;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
		#content #home_right p a {
			color: #333;
			font-weight: bold;
			text-decoration: none;
		}
		
		#content #home_right p a:hover { color: #C22616; }
		
		#content #home_right img {
			border: 0px;
			float: right;
			margin: 0px 0px 6px 6px;
			padding: 0px;
		}

/* List of links */

#content .text ul.links {
	list-style: none;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 20px;
}

	#content .text ul.links li {
		margin-bottom: 8px;
	}
	
		.header_links {
			color:#000000 !important;
		}
	
		#content .text ul.links li a {
			color: #C3271C;
		}

		/* PDF document links */
		#content .text ul.links li a[href$='.pdf'] {
			background:transparent url(../images/pdf.png) center left no-repeat;
			display:inline-block;
			padding-left:20px;
			line-height:15px;
		}
		 
		/* Excel Documents links */
		#content .text ul.links li a[href$='.xls'], #content .text ul.links li a[href$='.csv'], #content .text ul.links li a[href$='.xlw'], #content .text ul.links li a[href$='.xlt'] {
			background:transparent url(../images/excel.png) center left no-repeat;
			display:inline-block;
			padding-left:20px;
			line-height:15px;
		}
		 
		/* Word Document Links */
		#content .text ul.links li a[href$='.doc'], #content .text ul.links li a[href$='.rtf'], #content .text ul.links li a[href$='.wps'], #content .text ul.links li a[href$='.txt'] {
			background:transparent url(../images/word.png) center left no-repeat;
			display:inline-block;
			padding-left:20px;
			line-height:15px;
		}

/* Gallery */

#content .text .galleries {
	list-style: none;
}

	#content .text .galleries li {
		float: left;
		margin: 5px;
		width: 110px;
		text-align: center;
	}
	
		#content .text .galleries li a img {
			padding: 4px;
			border: 1px solid #ccc;
			background-color: #fff;
			margin: 0px !important;
		}
		
		#content .text .galleries li a:hover img {
			border-color: #666;
		}
		
		#content .text .galleries li a {
			font-size: 1.2em;
			color: #333;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content .text .galleries li a:hover {
			color: #C3271C;
		}

#content .text .thumbnails {
	list-style: none;
}

	#content .text .thumbnails li {
		float: left;
		margin: 5px;
		width: 110px;
	}
	
		#content .text .thumbnails li a img {
			padding: 4px;
			border: 1px solid #ccc;
			background-color: #fff;
			margin: 0px !important;
		}
		
		#content .text .thumbnails li a:hover img {
			border-color: #666;
		}

/* Staff Info */

ul#staff {
	list-style: none;
}

	ul#staff li {
		margin-bottom: 16px;		
	}
	
		ul#staff li span {
			/*font-size: 1.2em;*/
			color: #333;
			width: 600px;
			float: left;
		}
		
			ul#staff li span em {
				color: #666;
			}
		
		ul#staff li img {
			float: right;
		}

/* Form Styling */

#warning {
	
	padding:10px;
	text-align:left;
	border:1px solid #C33;
	background-color:#FDE3E3;
	margin-bottom:20px;
}

	#warning p {
		color:#CC2310;
		margin-bottom: 0px !important;
	}
/*
.form {
	font-size:1.2em;
}
*/
	.form label {
		display: block;
		width: 140px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #333;
	}
	
		.form label.label_radio {
			display: block;
			width: 50px;
			float: left;
			margin-bottom: 0px;
			padding-right: 0px;
			text-align: left;
			color: #333;
		}
	
		.form label.lbl {
			display: block;
			width: auto;
			float: none;
			margin-bottom: 0px;
			padding-right: 0px;
			text-align: left;
			color: #333;
		}
	
	.form input.text {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		background-color:#FFDB6E;/*#E3E943;*/
	}

	.form input.text:focus{
		border:1px solid #A41F12;
	}
	
	.form input.text_small {
		display: block;
		width: 60px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		background-color:#FFDB6E;/*#E3E943;*/
	}
	
	.form input.text_small:focus{
		border:1px solid #A41F12;
	}
	
	.form select {
		float:left;
		margin-right:5px;
	}
	
	.form input[type="hidden"] {
		display:none;
	}
	
	.form textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		background-color:#FFDB6E;/*#E3E943;*/
	}

	.form textarea:focus{
		border:1px solid #A41F12;
	}
	
	.form input.radio {
		float: left;
		margin-right: 6px;
	}
	
	.form br {
		clear:left;
	}
	
/* --- RIGHT COLUMN --- */

#right {
	width: 240px;
	float: left;
	padding-top: 58px;
}

	#right .right_nav {
		list-style: none;
/* 		border-top: 1px solid #560A00; */
	}
	
		#right .right_nav li {
			border-bottom: 1px solid #d1cac3;
			padding: 8px 20px;
			color: #fff;
			font-size: 1.4em;
/* 			background-color: #751306; */
			background-image: url(../images/bg_button.gif);
			background-repeat: repeat-x;
		}
		
			#right .right_nav li a {
				color: #fff;
				text-decoration: none;
			}
			
			#right .right_nav li a:hover {
				text-decoration: underline;
			}
			
			#right .right_nav li p.title {
				margin-bottom: 10px;
			}
			
			#right .right_nav li p.heading {
				font-weight: bold;
				line-height: 1;
			}
			
			#right .right_nav li p.text {
				font-size: 0.8em;
			}
			
			#right .right_nav li a.info {
				font-size: 0.8em;
				float: right;
				text-decoration: underline;
			}

/* --- BOTTOM NAVIGATION - IMAGES --- */

#bottom_nav {
	margin-top: 30px;
}

	#bottom_nav ul {
		list-style: none;
		margin-left: 40px;
	}
	
		#bottom_nav ul li {
			width: 160px;
			height: 132px;
			margin-right: 10px;
			float: left;
		}
		
/* --- FOOTER --- */

#footer {
	width: 960px;
	padding: 9px 0px 3px;
	margin-top: 40px;
	min-height: 16px;
	background-color: #2e2e2e;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position-y: bottom;
}

	#footer ul {
		list-style: none;
	}
	
		#footer ul li {
			float: left;
			margin: 0px 9px;
			color: #fff;
			font-size: 1.1em;
		}
		
			#footer ul li a {
				color: #fff;
				text-decoration: none;
			}
			
			#footer ul li a:hover {
				text-decoration: underline;
			}

#footer_shadow {
	height: 28px;
	width: 980px;
	margin: 0px auto;
	background-image: url(../images/bg_footer_shadow.gif);
	background-repeat: no-repeat;
}
	
	#footer_shadow p {
		text-align: right;
		padding: 10px 10px 0px 0px;
		color: #666;
	}
		
		#footer_shadow p a {
			color: #9EBE45;
		}