@charset "utf-8";
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body { 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../images/global/headerBG.jpg) top left repeat-x #FFFFFF;
}

p {
	padding: 4px 0;
}

a img {
	border: none;
}

a {
	color: #ba483e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear { clear: both; }

.auto { width: auto; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
.b { font-weight: bold; }
.i { font-style: italic; }
.cntr { text-align: center; }

/*- -------------------------- Template Elements -------------------- */

#header {
	width: 880px;
	height: 87px;
	margin: 0 auto;
}

	#logo {
		padding: 9px 0 0 0;
		float: left;
	}
	
	#contactInfo {
		padding: 16px 0 0 0;
		float: right;
		text-align: right;
		font-family:"Times New Roman", Times, serif;
		color: #333333;
	}
	
#middle-wrapper {
	background: url(../images/global/bodyBG.gif) top left repeat-x;
	clear: both;
}

	#page-wrapper {
		width: 880px;
		margin: 0pt auto;
	}
		
		#leftColumn {
			position: relative;
			width: 221px;
			background: url(../images/global/leftColBG.jpg) bottom left no-repeat #5a5a5a;
			float: left;
		}

			#slogan {
				position: absolute;
				top: 18px;
				left: 130px;
			}
			
			#nav {
				margin: 0;
				padding: 62px 0 66px 8px;
				list-style: none;
			}
		
		#main-column {
			width: 630px;
			float: left;
			margin-left: 25px;
		}
		
			#splash { 
				color: #333333;
			}
			
				#splash .heading {
					font-size: 14px;
					color: #333333;
					font-weight: bold;
				}
				
			#content {
				clear: both;
			}
			
			.logoRight { width: 50%; float: right; }
			
				#content p.pageheading {
					color: #ba483e;
					font-size: 18px;
					font-weight:bold;
					font-style: italic;
					padding: 30px 0 4px;
				}
				
				#content .heading {
					font-size: 16px;
					font-weight: bold;
					padding: 15px 0 5px;
					color: #ba483e;
				}
				
		#bot_leftColumn {

			float: left;
			width: 221px;
			height: 15px;
			background: url(../images/global/leftCol_bottom.png) top left no-repeat;
			position: relative;
			top: 0px;
		}

#footer-wrapper {
	background: url(../images/global/footerBG.gif) top left repeat-x;
	padding: 8px 0;
	height: 50px;
	margin: 15px 0 0;
}

	#footer {
		width: 880px;
		margin: 0pt auto;
	}
	
		#footer p {
			font-family: "Times New Roman", Times, serif;
			color: #cccccc;
			size: 12px;
		}
		
		#footer p a {
			color: #CCCCCC;
		}
		
#sub-nav ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

	#sub-nav ul li {
		float: left;
		border-left: 1px solid #BA483E;
	}
	
	#sub-nav ul li.last {
		border-right: 1px solid #BA483E;
	}
	
		#sub-nav ul li a {
			float: left;
			padding: 4px 10px;
			color: #000;
		}
		
		#sub-nav ul li a:hover, #sub-nav ul li a.active {
			background: #BA483E;
			text-decoration: none;
			color: #FFFFFF;
		}
		
.flImg{float: left; margin: 0 10px 10px 0;}

dt{display: inline; font-weight: bold; font-style: italic;}
dd{display: inline; margin: 0;}
