/* ---------------------------------------------- */
/* ---------------- LAYOUT ---------------------- */
/* ---------------------------------------------- */


/* Default Settings */
body {
	background:url(../images/body_bg.jpg);
	}	

.logo {
display:block;
width:362px;
height:70px;
}

.copyright {
display:block;
width:146px;
height:22px;
}
	
/* Layout of Design */
#design {
	z-index: 1;
	color: #0b2852;
	background-color: #ffffff;
	border: 2px solid #000000;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 847px;
	min-height: 630px;
	}
	
/* Layout within Design ID */
#container {
	width: 100%;
	margin: auto;
	}
	
/* Top horizontal area */
#header {
	z-index: 2;
	color: #0b2852;
	overflow: hidden;
	width: 811px;
	height: 116px;
	padding:44px 0px 0px 36px;
	}
	
/* Middle horizontal area */
#mid {
	z-index: 2;
	color: #0b2852;
	background-color: #f5f6f6;
	background-image: url(../images/mid_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 12px 0px 12px;
	width: 990px;
	min-height: 416px;
	}
	
#midcontainer {
	width: 823px;
	overflow: auto;
	min-height: 416px;
	}
	
#nav {
	float: left;
	width: 225px;
	min-height: 416px;
	background-image: url(../images/blue_bar_bg.gif);
	background-repeat: repeat-y;
	}
	
#content {
	padding: 40px 0px 0px 0px;
	float: left;
	width: 568px;
	min-height: 416px;
	_height: 416px;
	}
	
/* Bottom horizontal area */
#footer {
	z-index: 2;
	color: #0b2852;
	background-image: url(../images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 847px;
	height: 44px;
	}
	
#ContentArrow {
	float: left;
	width: 15px;
	}
	
#ContentText {
	float: right;
	width: 553px;
	}
	
#ContentText p {
	font-size:11px;
	line-height:14px;
	}
	
	
/* ---------------------------------------------- */
/* ---------------- HOME PAGE SETTINGS ---------- */
/* ---------------------------------------------- */

	
/* Home Top horizontal area */
#homeheader {
	z-index: 2;
	color: #0b2852;
	background: transparent url(../images/tl_logo.gif) no-repeat top left;
	overflow: hidden;
	width: 847px;
	height: 433px;
	position: relative;
	}
	
#homeFlash {
	background: transparent url(../images/fl__03.jpg) no-repeat;
 	width: 547px;
	height: 409px;
	position: absolute;
	top: 12px;
	right: 12px;
}

#home_nav {
	position: absolute;
	bottom: 12px;
	left: 11px;
}

	#home_nav ul li {
		list-style: none;
		float: left;
	}
	
	#home_nav ul li a {
		display: block;
		width: 138px;
		height: 134px;
		
	}
	
	#hnav_1 {
		background: transparent url(../images/nav_1.gif) no-repeat top;
	}
	
		#hnav_1:hover {
			background-position: bottom;
		}
	
	#hnav_2 {
		background: transparent url(../images/nav_2.gif) no-repeat top;
	}
	
		#hnav_2:hover {
			background-position: bottom;
		}
	
	#hnav_3 {
		background: transparent url(../images/nav_3.gif) no-repeat top;
	}
	
		#hnav_3:hover {
			background-position: bottom;
		}
		
	#hnav_4 {
		background: transparent url(../images/nav_4.gif) no-repeat top;
	}

		#hnav_4:hover {
			background-position: bottom;
		}

/* Home Middle horizontal area */
#homemid {
	z-index: 2;
	color: #0b2852;
	background-color: #ffffff;
	padding: 0px 12px 0px 12px;
	width: 990px;
	min-height: 143px;
	}
	
#homeleft {
	float: left;
	width: 255px;
	min-height: 143px;
	overflow: auto;
	}

#homecontent {
	padding: 40px 0px 0px 0px;
	float: right;
	width: 568px;
	min-height: 143px;
	}

#homeContentArrow {
	float: left;
	width: 15px;
	}
	
#homeContentText {
	float: right;
	width: 553px;
	}
	


/* ---------------------------------------------- */
/* ------------------ CLASSES ------------------- */
/* ---------------------------------------------- */
	
.longtitle {
	color: #84170e;
	font-size: 20px;
	text-transform: none;
	font-family: "Times New Roman";
	height:37px;
	}
	
.homeleftimg {
	padding: 60px 0px 0px 20px;
	}
	
.homearrow {
	padding: 40px 0px 0px 0px;
	}
	
.arrow {
	padding: 79px 0px 0px 260px;
	}
	
#pageTitle {
width:500px;
height:37px;
}

#pageTitle h1 {
padding:0px;
}
