/* =====================================================================
	default.css 
	
	Stylesheet prepared by Danny Dover

	Version: 7-9-09

	Format: All selectors are in the order of location on page starting from the top. All properties are in
	alaphabetical order within each selector.

 ======================================================================== */

/*----------------------------------------------------------------------- 
	Default Settings
 ------------------------------------------------------------------------ */

body{
	margin: 0px;
}

h1, h2, h3 {
	color: #27221F;
}

.box  {
	background-color: #E5E5E5;
	border: 1px solid #BBBCBC;
	float: left;
	margin-right: 10px;
	padding: 10px;
}

/*----------------------------------------------------------------------- 
	Page Settings
 ------------------------------------------------------------------------ */

#header {
	background: #27221F url(../design-images/header.png);
	height: 122px;
	margin: 0;
	padding-bottom: 0;
}

	#header-left {
		background: #27221F url(../design-images/header-left.png) no-repeat;
		height: 122px;
		width: 534px;
	}
	
	#header-left a {
		text-decoration: none;
	}

	#logo {
		border: 1px solid #000;
		float: left;
		height: 35px;
		margin: 20px;
		padding: 10pt;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		width: auto;
	}
	
	#name-in-logo {
		color: #FFF;
		font-size: 20pt;
		letter-spacing:2px;
		text-transform: uppercase;
	}
	
.container {
	background-color: #D9D9D9;
	border-left: 1px solid #BBBCBC;
	border-right: 1px solid #BBBCBC;
}

#nav_container .container {
	border: none;
} 
	
	#main-nav {
		font-weight: bold;
		height: 30px;
		line-height: 25pt;
		text-align: center;
		text-transform: uppercase;
	}

		#main-nav ul {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#main-nav li {
			display: block;
			float: left;
			height: 30px;
			width: 10em;
		}
	
		#main-nav li a {
			color: #FFF;
			display: block;
			height: 30px;
			text-decoration: none;
			width: 10em;		
		}
	
		#main-nav li.current a {
			background-color: #FFF;
			border-left: 1px solid #27221F;
			border-right: 1px solid #27221F;
			border-top: 1px solid #27221F;
			color: #27221F;
		}
	
		#main-nav li a:hover {
			background-color: #FFF;
			border-left: 1px solid #27221F;
			border-right: 1px solid #27221F;
			border-top: 1px solid #27221F;
			color: #27221F;
		}

#content {
	background-color: #FFF;
}

#title {
	height: 125px;
	margin: 20px;
	margin-left: 0;
}

#break-line {
	height: 15px;
	padding-left: 3px;
	margin-bottom: 5px;
}

#intro {
	font-size: 14pt;
	font-style: italic;
}

#right-side {
	padding-top: 20px;
	text-align: center;
}

#bottom {
	background-color: #E5E5E5;
	border-top: 1px solid #BBBCBC;
	color: #414141;
	font-size: 8pt;
	height: 30px;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-decoration: none;	
}

#bottom a {
	color: #414141;
}