/*
 * Main Styles
 */
body {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans;
	background: #f7f1e8 url(img/beige.jpg);
	color: black;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #6699ff;
}

div#main {
	margin: .5em 4em;
	border: 1px solid black;
	background: #F8F9BF url(img/gradient.gif) top repeat-x;
}

div#logo {
	padding: 10px;
	float: left;
}

div#rocks {
	margin-left: 420px;
	height: 133px;
	background: url(img/rockheader.jpg) top right no-repeat;
}

p {
	text-align: justify;
	text-align: left;
}

/*
 * Headings
 */
h1 {
	text-align: left;
	margin: 0 1em 1em 1em;
	border-bottom: 2px solid #cc3300;
	color: black;
}

/*
 * Menu
 */
div.menu {
	clear: both;
	background: #cc3300;
	text-align: right;
	border-top: 2px solid #ddcccc;
	border-bottom: 2px solid #663333;
	font-size: 10pt;
}

div.menu a {
	padding: 2px .5em 4px .5em;
	color: white;
	background: #cc3300;
	border: 1px solid black;
}

div.menu a:hover,
div.menu a.active {
	color: #6699ff;
	background: white;
}

div.submenu {
	display: none;
	position: absolute;
	font-size: 10pt;
	background: #cc3300;
	width: 9em;
	text-align: right;
	z-index: 2;
}

div.submenu a {
	display: block;
	border: 2px solid black;
	position: relative;
	top: 2px;
	margin-top: -2px;
	color: white;
	padding: .1em .3em;
}

div.submenu a:hover,
div.submenu a.active {
	color: #6699ff;
	background: white;
}

/*
 * Content
 */
div#content {
	margin: 1em;
	text-align: center;
}

div#content table td {
	padding: 1em;
	text-align: center;
}

/*
 * Home
 */
ol#mission {
	max-width: 25em;
	margin: auto;
	padding-left: 2em;
	text-align: left;
}

ol#mission li {
	margin: 0;
}

ul#services {
	max-width: 25.5em;
	margin: auto;
	padding-left: 1.5em;
	text-align: left;
}

ul#services li {
	margin: 0;
}

/*
 * The CH Difference
 */
div.difference p {
	width: 40em;
	text-align: left;
}

/*
 * Searches
 */
div.searches p {
	width: 40em;
	text-align: left;
}

div.searches ul {
	width: 40em;
	padding-left: 2em;
	text-align: justify;
}

/*
 * Client
 */
div.client ul {
	width: 35em;
	padding-left: 2em;
	text-align: justify;
}

div.client ul li {
	margin: 1em 0;
}

/*
 * Contact Us
 */
div.contact {
	width: 15em;
	margin: 0 0 0 500px;
	line-height: 18pt;
}

div.nsu {
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: -1em;
	z-index: 0;
}

/*
 * Misc
 */
div#copyright {
	clear: both;
	text-align: right;
	font-style: italic;
	font-size: 10pt;
}
