/* CSS Document */

/* HIDE EMAIL SIGNUP FORM */
#emailSignup {
	display: none
}

  /************************/
 /***** Basic Styles *****/
/************************/
body {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg.png) repeat-x 0px 315px;
	height: 100%;
}
img {
	border: 0;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	font-style: italic;
	margin: 10px 0 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-style: italic;
	margin: 0;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #09367A;
}
a {
	color: #09367A;
}
a:hover {
	color: #018B72;
}
.keyword {
	font-style: normal;
}
#text ul {
	margin: 0;
	padding: 0 0 0 30px;
}
#text ul li {
	padding: 0 0 10px 0px;
	list-style: url(images/listArrow.png);
}
#text ul li ul {
	margin: 0;
	padding: 5px 0 0 30px;
}
#text ul li ul li {
	padding: 0 0 5px 0px;
	list-style: url(images/listCheck.png);
}
.icon {
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px 5px 0 0;
}
.headerCenter {
	text-align: center;
}
.headerSpacer {
	margin: 25px 0px;
}
.clear {
	clear: left;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

  /*************************/
 /***** LAYOUT STYLES *****/
/*************************/
#wrapper {
	height: 100%;
	width: 100%;
	min-width: 1000px;
}
#subWrapper {
	width: 95%;
	min-width: 1000px;
	margin: 0 auto;
	top: 25px;
	position: relative;
}
#content {
	left: 200px;
	top: 0px;
	z-index: 501;
	width: 50%;
	min-width: 500px;
	position: relative;
}
#contact {
	position: absolute;
	width: 25%;
	min-width: 250px;
	right: 25px;
	top: 0px;
}

  /*************************/
 /***** Header Layout *****/
/*************************/
#header {
	position: relative;
	height: 315px;
	width: 100%;
	background: #09367A;
}
#lCorner {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/bgSprite.png) no-repeat 0px 0px;
	height: 250px;
	width: 150px;
}
#rCorner {
	position: absolute;
	height: 250px;
	width: 150px;
	top: 0px;
	right: 0px;
	background: url(images/bgSprite.png) no-repeat -150px 0px;
}
#logo {
	height: 250px;
	width: 700px;
	margin: 0px auto;
	background: url(images/bgSprite.png) no-repeat 0px -250px;
	position: relative;
}
#logo img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -125px;
}
#slogan {
	background: url(images/bgSprite.png) no-repeat 0px -500px;
	margin: 0 auto;
	height: 65px;
	width: 816px;
}

  /***********************/
 /***** Menu System *****/
/***********************/
.button {
	position: absolute;
	height: 60px;
	width: 210px;
	z-index: 101;
	left: 80px;
}
.button:hover {
	left: 40px;
}
#billButton {
	top: 30px;
	background: url(images/bgSprite.png) no-repeat -300px 0px;
}
#collButton {
	top: 90px;
	background: url(images/bgSprite.png) no-repeat -300px -60px;
}
#workButton {
	top: 150px;
	background: url(images/bgSprite.png) no-repeat -300px -120px;
}
#consButton {
	top: 210px;
	background: url(images/bgSprite.png) no-repeat -300px -180px;
}
#pracButton {
	top: 270px;
	background: url(images/bgSprite.png) no-repeat -510px 0px;
}
#contButton {
	top: 330px;
	background: url(images/bgSprite.png) no-repeat -510px -60px;
}

  /******************************/
 /***** Content Box Styles *****/
/******************************/
#contentL {
	background: url(images/bgSprite.png) no-repeat -720px 0px;
	height: 500px;
	width: 50px;
	float: left;
}
#contentM {
	background: url(images/lrgBrdrT.png) repeat-x;
	padding-top: 20px;
	float: left;
	width: 80%;
	min-width: 400px;
}
#contentR {
	background: url(images/bgSprite.png) no-repeat -770px 0px;
	height: 500px;
	width: 50px;
	float: left;
}
#text {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding-bottom: 100px;
}

  /******************************/
 /***** Contact Box Styles *****/
/******************************/
.center {
	text-align: center;
}
#contactBox {
	width: 250px;
	float: left;
	clear: left;
	position: relative;
	top: 15px;
}
#emailSignup {
	width: 250px;
	float: left;
	clear: left;
	position: relative;
	margin-top: 50px;
}
.smUp {
	background: url(images/bgSprite.png) no-repeat 0px -565px;
	height: 10px;
	width: 250px;
}
.smMid {
	background: url(images/smBg.png) repeat-y;
	width: 250px;
	padding: 0 10px 5px;
}
.smMid p {
	padding: 0 25px 0 0;
}
.smMid label {
	font-size: 0.8em;
}
.smMid input {
	display: block;
	margin-bottom: 10px;
	width: 80%;
}
.smMid #submit {
	width: 75px;
}
.smMid form {
	padding: 0 10px;
}
.smMid a {
	background: #018B72;
	padding: 2px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.smMid a:hover {
	background: #09367A;
}
.smLow {
	background:url(images/bgSprite.png) no-repeat 0px -575px;
	height: 10px;
	width: 250px;
}

  /*************************/
 /***** Footer Styles *****/
/*************************/
#footer {
	height: 100px;
	width: 100%;
	min-width: 1000px;
	margin-top: -55px;
	z-index: 1001;
	position: relative;
	border-top: 5px solid #09367A;
}
#fBorder {
	width: 100%;
	min-width: 1000px;
	border-top: 5px solid #018B72;
	position: relative;
}
#sitemap {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50%;
}
#sitemap p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#copyright {
	position: absolute;
	right: 130px;
	top: 40px;
}
#copyImage {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 111px;
	height: 80px;
	background: url(images/bgSprite.png) no-repeat -525px -140px;
}

  /*****************************/
 /***** END LAYOUT STYLES *****/
/*****************************/
