/* CSS Document */

body {
	width: 800px;
	padding:0px;
	margin: 20px auto;
}

P { 
	font-size: .85em;
}


/* Colors
		- Blue #000026
		- Lighter Blue #122252
		- Olive #968A00
		- Dark Grey #959CA1
		- Light Grey #D1D5D8
*/

/* ---- Main Colors ---- */

body {
	background-color: #000026;
}

#container {
	background-color: white;
}

#topNav,
#footer {
	background-color: #122252;
	color:white;
}

/* ---- Main Colors End ---- */

body {
	font-family:Verdana, Geneva, sans-serif;
}

#container {
}

#header {
	border-bottom: solid 1px #968A00;
	padding-top: 95px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
}

#logo h1{
	color: white;
	display:none;
	display: none;
	padding: 0px;
	margin: 5px 0px 5px 15px;
}

#topNav {
}

#topNav a:link {
	color:white;
	text-decoration:none;
}

#topNav a:visited {
	color:white;
	text-decoration:none;
}

#topNav a:hover {
	color:white;
	text-decoration:underline;
}

#topNav ul {
	margin: 0px;
	width: 100%;
	padding: 5px;
	text-align:center;
}

#topNav li {
	display: inline;
	width: 100%;
	border-left: solid 1px #000026;
	padding: 0px 15px;
	text-align:center;
	font-size:.8em;
}

#topNav li:hover {
}

#midSection {
		padding: 15px 15px 15px 10px;
}

#midSection h1 {
	font-size: 1.75em;
}

#midSection h2 {
	font-size: 1.15em;
	font-style:italic;
}

#midSection h3 {
	font-size: 1.1em;
	font-style:italic;
	color: #968A00;
	margin-top:0px;
}

#footer {
	border-top: solid 1px #968A00;
	padding: 10px 0px;
	text-align:center;
	font-size:.7em;
	font-style:italic;
}

/* --- General ---- */

.general {
}

.contactForm {
		width: 500px;
		border: dotted 1px #959CA1;
		padding: 20px;
		background-color: #D1D5D8;
		margin-left: 25px;
}

/* --- Home ---*/

.homeTable {
}

.homeTable h2 {
	color: #968A00;
}

.homeImageTable {
		width: 525px; /* -- image size is 175w --*/
		background-color:white;
}

.homeImageTable TD {
	padding: 0px;
}

.homeImageTableText {
	background-image:url(/images/template_images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 10px;
}

/* --- Company Profile ---- */

.employee_table {
	margin: 50px;
}

.employee_profile {
	padding: 0px 10px;
	margin: 0px;
	border-bottom: dotted 1px #CCC;
}

.employee_profile p {
	margin-top: 0px;
}

.employee_profile,
.employee_image {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #CCC;
}

.employee_image {
	width: 125px;
}