/*** Global Settings ***/

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
	background-color: #005B8A;
	abackground-color: #abb7C3;
	width:700px;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: black;
}

a:visited {
	color: black;
}

img {
	border: none;
}

#wholepage {
}

/*** Page Header ***/

.pagetitle {
	text-align: right;
	font-style: italic;
	float: right;
}

#pagehead {
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
	background-color: #fff;
	background-image: url(images/banner.gif);
}

#logo {
	height:50px;
}

#logo .company {
	margin: 1px 1px 1px 10px;
	padding: 0 0 0 0;
	font-size: 28pt;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1.1ex;
	color: #48488E;
}

#logo .tagline {
	margin: 10px 0 0 60px;
	padding: 0 0 0 0;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.9ex;
	color: #c30;
}

/*** Left Column ***/

#lcol {
	width: 150px;
	float: left;
	background-color: #fff;
	border: 1px black solid;
}

#lcol .box {
	padding: 0px;
	margin-bottom: 0px;
}

#menu {
	font-size: 10pt;
	padding: 0px;
}

#menu a {
	display: block;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 1px 0px 1px 10px;
	border-top: 1px #999 solid;
}

#menu a:hover {
	padding: 1px 0px 1px 5px;
	text-decoration: none;
	border-left: 5px black solid;
	border-right: 5px #00A8FF solid;
	color:black;
	background-color: #CCC;
}

#menu .selected {
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 5px black solid;
	border-right:5px black solid;
	background-color:black;
	color:#00A8FF;
}

#submenu {
	margin-left: 12px;
	padding-left: 0px;
	padding-right: 2px black solid;
	border-left: 6px black solid;
	font-size: 10pt;
}

#submenu .selected {
	font-weight: bold;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 0px black solid;

	background-color:#00A8FF;
	color:black;
}

#submenu a {
	padding: 1px 0px 1px 5px;
	text-decoration: none;
	border-left: 5px #00A8FF solid;
	border-right: 0px black solid;
	background-color:#e9e9e9;
}

#submenu a:hover {
	padding: 1px 0px 1px 5px;
	text-decoration: none;
	border-left: 5px #00A8FF solid;
	border-right: 0px black solid;
	background-color:#CCC;
	color: black;
}

.copyright {
	text-align: center;
	font-size: 10px;
	clear: both;
}

#content {
	margin-left: 160px;
	padding: 0;
	border: 1px black solid;
	background-color: #fff;
}

#content h3 {
	margin: 0;
	font-size: 16px;
	border-bottom: 5px #999 outset;
	padding: 5px 250px 5px 5px;
	color: black;
	height: 50px;
	vertical-align: center;
	background-color: #6DCDFF;
	background-repeat: no-repeat;
	background-position: top right;
}

#home {
	background-image: none;
}

#contact {
	background-image: url('images/contact.gif');
}

#diag {
	background-image: url('images/diag.gif');
}

#control {
	background-image: url('images/control.gif');
}

#post {
	background-image: url('images/posture.gif');
}

#planning {
	background-image: url('images/plan.gif');
}

#dg {
	background-image: url('images/dg.gif');
}

#study {
	background-image: url('images/study.gif');
}

#content h4 {
}

#content h5 {
	padding-left:15px;
	border-bottom:2px solid #00A8FF;
	border-left:2px solid #00A8FF;
	text-align:left;
	font-size: 12px;
	background-image: url('images/bar-drop.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #6DCDFF;
	background-color: black;

}

#content .section img {
	float: right;
	vertical-align: top;
	border: 5px #999 inset;
	margin: 5px;
}

#content .section {
	padding: 0px 20px 10px 20px;
	border-bottom: 3px #999 outset;
	clear: right;
}

#bottom {
	margin-top: 0px;
	clear: both;
}

.name {
	margin-left: 5%;
}

.stafftitle {
	font-size: 10px;
	#margin-left: 5%;
	amargin-top: -14px;
	color: navy;
}


.prTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 40px;
}

.prSubtitle {
	font-size: 14px;
}

.prDate {
	color: rgb(50%,50%,50%);
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.prContent {
}

.pressReleases ul {
	list-style-type: none;
}

.pressReleases ul li {
	margin-bottom: 1em;
}

.box .title {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	border-bottom: 1px #c30 solid;
	background-color: #CCC;
	color:black;
}

.next {
	text-align: right;
}

.tgNav {
	margin-top: 2em;
	text-align: center;
}

.tgNav img {
	margin-left: 3px;
	margin-right: 3px;
}

.missionStatement {
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

