/* ************ Basic tages *******************************/
	
body, html {
	background: #cbc4c1;
	margin: 0;
	padding: 0;
	color: #464646;
	font: normal 0.97em/1.28em Calibri, Tahoma;
	padding-bottom: 0px;
}
ul, ol, dl {
	padding: 0;
*/ 	margin: 17px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: .9em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color: #00698c;
	text-decoration: none;
}
a:visited {
	color: #00698c;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
td, th {
	vertical-align: top;
	text-align: left;
}
td.overview {
	padding: 0px 10px 20px 0px;
	width: 50%;
}
td.overview ul {
	margin-left: 30px;
}
td.overview h1 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #00698c;
	background: #e0e0e0;
}
.overview2 h1 {
font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #00698c;
	background: #e0e0e0;
	margin-right:7px;
	
}
/* ************ Primary divs *******************************/	
	
#wrap {
	margin: 0 auto;
	background: #fff;
}
#header {
	background: #fff;
	text-align: right;
	padding: 8px 20px 4px;
	color: #00698c;
}
#header p {
	margin-right: 0px;
}
#darkbar {
	color: #fff;
	background: #303030;
}
#darkbar td {
	padding: 4px 36px;
}
#darkbar p {
/* padding: 6px 0px 6px 36px; */
}
#darkbar a:hover {
	color: #fff;
	background: #004157;
}
#nav {
	padding: 0px;
	background: #fff;
	clear: both;
}
#main {
	margin: 0;
	padding: 0px;
	text-align: right;
	float: right;
}
.col1 {
	width: 220px;
}
.col2 {
	padding: 0px 10px;
}
.col3 {
	background: #fff;
	width: 260px;
}
.bluebox td {
	background: #d4e5e8;
	color: #6c6054;
	padding: 10px;
	width: 50%;
	border-top: solid #fff 10px;
	border-bottom: solid #fff 10px;
}
.bluebox h1 {
	color: #00698c;
	font-size: 1.4em;
	margin-bottom: 8px;
}
#sidebar {
	float: left;
	width: 220px;
	margin-top: 0px;
}
#content {
	margin: 20px 20px 40px 220px;
}
#footer {
	background: #464646;
	color: #fff;
	clear: both;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 36px;
}
#footer a {
	text-decoration: none;
	color: #a1a1a1;
}
#footer img {
	margin-right: 10px;
}
#footer table a:hover {
	color: #fff;
}
#footer a:visited {
	color: #a1a1a1;
}
#footer th {
	width: 25%;
	font-size: 1.4em;
	padding: 8px 0px;
}
#footer td {
	color: #a1a1a1;
	font-weight: bold;
	font-size: 1.2em;
}
* html #footer {
	height: 1px;
}
	
/* ************ Searchbar and header stuff *******************************/
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
#cgslogo {
	padding-bottom: 20px;
}
}
@-moz-document url-prefix() {
 #cgslogo {
padding-bottom: 20px;
}
}
#cgslogo {
	float: left;
}
#searchbar {
	margin: 0px;
}
#searchbar p {
	margin: 0px;
	padding: 0px
}
#searchbar a {
}
/* ************ Corporate navigation *******************************/
#corpmenu {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	background: #fff;
	text-align: right;
	font: normal 100% Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
}

#corpmenu a {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	background: #fff;
	text-align: right;
	font: normal 100% Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
}


dl {
	margin-left: 17px;
	
}
/*
#corpmenu ul {
	
	margin: 0;

}
#corpmenu li {
	display: inline;
	height: 20px;
	
}
#corpmenu li a {
	text-align: center;
	background: url(/hhh/img/corporate_button.jpg) no-repeat;
	padding: 4px 36px 8px;
	color: #fff;
	width: 125px;
	text-decoration: none;
	margin: 0px;
	height: 25px;
	
}	
*/
#tabmenu {
	text-align: right;
	margin: 0px;
	margin-bottom: 10px;
	padding: 2px;
	background: #00698c;
}
#tabmenu a {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 4px 8px;
	line-height: 22px;
	margin-bottom: 8px;
}
#tabmenu a:hover {
	background: #004157;
}
#content2 ul {
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
}
#content2 ul ul {
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* *************************************************************** */
