@charset "utf-8";
@import url(nav.css);

/* CSS Document */

html { height: 100%;  margin-bottom: 0px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFF;
}

img { border: 0px; }

p {
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

a {
	color: #336699;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

ol {
	margin-left: 10px;
	font-size: 11px;
	color: #000;
	list-style-position: inside;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #1b5789;
}

h1 {
	font-size: 16px;
	font-weight: 200; !important
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	color: #2e5b89;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #1b5789;
}

.indentmenu h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 2px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}

#container {
	position: static;
	top: 0px;
	width: 960px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	background-color: transparent;
}

.seeallsol {
	top: 50px;
	text-align: right;
	line-height: 40px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 63px;
	background: url(../images/back-header.png) #f3f3f3;
	z-index: 900;
}


	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 113px;
		height: 63px;
	}

	#header-graphic-right {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 17px;
		height: 63px;
		background: url(../images/back-header-right.png);
	}

	#tagline {
		position: absolute;
		top: 12px;
		left: 113px;
		height: 18px;
		color: #eae6af;
		background: transparent;
	}

	#email {
		position: absolute;
		top: 12px;
		right: 20px;
		height: 18px;
		color: #FFF;
		background: transparent;
	}

		#email a {
			color: #FFF;
			text-decoration:underline;
		}

		#email a:hover {
			color: #FFF;
			text-decoration:underline;
		}

	#phone {
		position: absolute;
		top: 38px;
		right: 20px;
		width: 140px;
		height: 18px;
		text-align: right;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		background: transparent;
	}

#mid {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 256px;
	border-bottom: 1px solid #FFF;
	background: #f3f3f3 url(../images/insertbackground.jpg) repeat-x;
	z-index: 500;
}

#bottom {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 286px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #FFF;
}

#bottom h3 {
	margin-top: 5px;
	line-height: 8px;
}

	#side1 {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 648px;
		height: 246px;
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 10px;
	}

	#side2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 252px;
		height: 246px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 10px;
		border-left: 1px #CCC solid;
	}

		.header {
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			height: 30px;
			color: #FFF;
			background: #1e3c59;
		}

		.header h1 {
			padding: 6px 0 0 10px;
			margin: 0 0 0 0;
			font-weight: bold;
			color: #FFF;
		}

		.content {
			position: absolute;
			top: 40px;
			width: 90%;
			height: 80%;
		}

	#bottomfoot {
		position: absolute;
		top: 265px;
		left: -1px;
		width: 960px;
		height: 25px;
		background: url(../images/roundfooter.gif);
	}

#footer {

	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	border-top: 1px solid #EEE;
}

#footer p {
	font-size: 10px;
	color: #000;
	line-height: 18px;
}

.style2 {
	font-size: 13px
}

