@charset "UTF-8";
/* CSS Document */

body {
	background-color: #6c9a9a;
}

.container_24 {
	margin-top: 10px;
}
.banner  {
	background: url(../img/masthead.jpg) no-repeat;
	width: 694px;
	height: 340px;
	clear: both;
	position: relative;
	
}

.banner h2 {
	color: black;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: lighter;
	text-align: right;
	width: 280px;
	position: absolute;
	top: 0;
	right: 110px;
	padding: 0 8px;
	background: rgba(0,0,0,0);
}
	
.callout {
	background: url(../img/represent.png) no-repeat rgba(245,245,245,.15);
	position: relative;
	width: 230px;
	height: 340px;
}




/* Main */

.main {
	margin-top: 20px;
}


/* Header*/


header {
	overflow: hidden;
}

header h1{
	text-indent: -9999px;
	margin-bottom: 0;
	float: left;
}

header h1 a {
	background: url(../img/logo.png) no-repeat;
	width: 200px;
	height: 17px;
	float: left;
	margin: 10px 10px 20px;
}


/* Navigation*/

nav {
	float: right;
	padding-top: 10px;
}

nav li {
	display: inline;
	padding: 8px;	
}



/*Miscellaneous*/

a {
	color: #d2d3d5;
	text-decoration: none;
}

a:hover, .selected {
	color: black;
	font-weight: bold;
}

li {
	margin-left: 24px;
}



p {
	font-size: 14px;
	line-height: 21px;
}

h1, h2 {
	letter-spacing: -1px;
}

h3 {
	font-size: 26px;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
		
}



.button {
	background: black;
	padding: 6px;
}

.button:hover {
	color: white;
}


footer {
	clear:both;
	margin-top: 500px;
	border-top: 1px solid black;
}

form li {
	list-style: none;
	margin-bottom: 20px;
}
form ul {
	padding-left: 0;
}

label {
	display: block;
}

textarea {
	height: 200px;
	width: 400px;
}


/*Scheduling*/
.Scheduling {
background: url(../img/Scheduling.jpg) no-repeat;
width: 694px;
height: 340px;
clear: both;
position: relative;

}
/*Training*/
.Training {
background: url(../img/Training.jpg) no-repeat;
width: 694px;
height: 340px;
clear: both;
position: relative;
}
/*Consulting*/
.Consulting {
background: url(../img/Consulting.jpg) no-repeat;
width: 694px;
height: 340px;
clear: both;
position: relative;
}
/*Contact*/
.Contact {
background: url(../img/Contact.jpg) no-repeat;
width: 694px;
height: 340px;
clear: both;
position: relative;
}
/*About*/
.About {
background: url(../img/About.jpg) no-repeat;
width: 694px;
height: 340px;
clear: both;
position: relative;
}