/* Copyright 2009 Footbridge Meida */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E2EBEE url('images/bg-grad.jpg') repeat-x top left;
}

a {
	color: #447BA5;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #8CC819;
	text-decoration:underline;
}
bread {
	font-size: 9px;	font-weight:bold;
	
}

p {
	margin: 0;
	padding: 5px 0;
}

h1 {
	font-size: 150%;
	color: #328AA6;
	padding: 10px 0;
	margin:0;
}
h2 {
	font-size: 125%;
	color:#333333;
	padding: 5px 0;
	margin:0;
}
h3 {
	font-size: 104%;
	color: #328AA6;
	padding: 5px 0;
	margin:0;
}
h4 {
	font-size: 102%;
	color:#333333;
	padding: 2px 0;
	margin:0;
}
h5 {
	font-size: 8px;}

#wrap {
	border: 1px solid #D8D8D8;
	width: 865px;
	margin: 0 auto;
}

#header {
	background: url('images/header-grad.jpg') repeat-x top left;
	position:relative;
	height: 112px;
	width:100%
}

	#header #headLinks {
		position:absolute;
		top: 5px;
		right: 5px;
	}
		#header #headLinks a {
	color: #447BA5;
	margin: 0 5px;
	text-decoration:none;
		}

		#header #headLinks a:hover {
			text-decoration:underline;
		}

	#header #logo {
		position:absolute;
		top: 24px;
		left: 30px;
	}
	
	#header #topNav {
		position:absolute;
		bottom: 1px;
		left:0;
		width: 100%;
		z-index: 99999;
	}
		#header #topNav ul {
			margin:0;
			padding:0;
		}
			#header #topNav ul li {
				list-style:none;
				float: left;
				display:inline;
			}
		
			#header #topNav ul li a {
				display:block;
				font-size: 11px;
				width:140px;
				background:url('images/navButton.png') no-repeat;
				text-align:center;
				line-height:14px;
				color:#FFFFFF;
				font-weight:bold;
				margin: 0 2px; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
			}
			
			#header #topNav ul li a .blog {
				background:url('images/navButton-blog.png') no-repeat;
			}
			
			#header #topNav ul li a:hover {
				background:url('images/navButton-hover.png') no-repeat;
				text-decoration:none
			}

	#topNav li div {
		position: absolute;
		visibility: hidden;
		margin: 0 0 0 2px;
		padding: 0;
		background: #2875DE;
		width:140px;
		border-top: 1px solid #333;
		}
		
	#topNav li div a {
		position: relative;
		display: block;
		width: 130px !important;
		padding: 5px !important;
		margin:0 !important;
		border-bottom: 1px solid #AAA !important;
		background: #385975 !important;
		}
		
	#topNav li div a:hover {
		background: #6A8EAD !important;
		color: #FAFD05 !important;
		}

	#contentWrap {
		background: #39778A;
		padding: 5px 10px;
		border-bottom: 4px solid #000000;
	}
	
	#contentWrap #content {
		background:#FFFFFF;
		padding: 5px 10px 10px 10px;
	}

		#content #ileftCol {
			margin-right: 240px;
			width: 540px;

		}

		#content #irightCol {
			float:right;
			
			width: 235px;
			padding: 10px;
			background:#F0F4F6;
		}

		#content #irightCol p {
			font-size:95%;
			}

		#content #irightCol ul {
			margin: 0;
			padding: 0 0 0 25px;
			list-style:circle;
		}
	
		#homepage #leftCol {
			float:left;
		}
		
		#homepage #rightCol {
			margin-left: 544px;
			height:287px;
			text-align:right;
		}
		
		#homepage #action {
			border: 1px outset #328AA6;
		}
		
		#homepage #action .title {
			background: url('images/action-Title.jpg') repeat-x;
			height: 24px;
			
			padding-left: 10px
		}
		
		#homepage #action h2 {
			color: #FFFFFF;
			font-weight:bold;
			line-height:24px;
			font-size: 12px;
			margin:0;
			padding:0;
		}
		
		#homepage #action h3 {
			color:#333333;
			font-size: 105%;
			margin:5px 0 0 5px;
			padding:0;
		}
		
		#homepage #action p {
			font-size: 11px;
			margin: 5px;
		}
#staff-container {
	width: 540px;
	padding: 3px;
	border: 1px solid #ACC8D3;
}
#staff-title {
	height: 25px;
	margin-bottom: 5px;
	font-size: 16px;
}
#staff-bio {
	width: 540px;
	font-size: 14px;
	line-height: 18px;
	min-height: 250px;
}
#staff-bio img {
	margin:10px 10px 5px 5px;
	border: #a1aab1 3px solid;
}
.staff-blue {
	color: #4A759A;
}



	#copyright {
		color:#FFFFFF;
		font-size: 95%;
		width:100%;
		text-align:center;
		margin: 0;
		padding: 5px 0;
	}

	#copyright a {
		color: #FFFFFF;
		text-decoration:underline;
		}

#footer {
	background: #F0F4F6;
	padding: 5px 10px;
	font-size: 95%;
}

.vr {
	display:block;
	border-right: 1px solid #888;
	width: 0px;
	height: 100px;
	margin:0 auto;
}
.facebook-back {
	background: url(images/facebook-back.png);
	display: block;
	height: 65px;
	width: 378px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}

