@charset "utf-8";

/*
	STYLESHEET FOR CH WEBSITE
*/

.body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	color: #003366;
}
.noLineHeight {
	line-height:100%; 
	word-spacing:0; 
	margin-top:0; 
	margin-bottom:0
}
td.nowidth {
	width:0px;
}
a:link,
a:active,
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.rightAligned {
	text-align:right;
}
.centerAligned {
	text-align:center;
}


/* PAGE BORDER */
#pageBorder {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	color: #003366;
	width:900px;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
}
#pageBorder,
#pageBorder td,
#pageBorder tr {
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
}
#pageBorder td.pageBorderTopLeft,
#pageBorder td.pageBorderTopRight,
#pageBorder td.pageBorderLeft,
#pageBorder td.pageBorderRight,
#pageBorder td.pageBorderBottomLeft,
#pageBorder td.pageBorderBottomRight {
	width: 7px;
}
#pageBorder td.pageBorderTop,
#pageBorder td.pageBorderBottom {
	height:7px;
}
#pageBorder td.pageBorderHeader {
	background-image: url(../images/header.gif);
	height:165px;
	background-repeat:repeat-x;
	vertical-align:top;
}
#pageBorder td.pageBorderContent {
	vertical-align:top;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}
#pageBorder td.pageBorderContent_watermark {
	background:url(../images/bgwatermark.png) no-repeat center;
}
#pageBorder td.pageBorderTopLeft,
#pageBorder td.pageBorderTopRight,
#pageBorder td.pageBorderBottomRight,
#pageBorder td.pageBorderBottomLeft {
	background-repeat:no-repeat;
}
#pageBorder td.pageBorderRight,
#pageBorder td.pageBorderLeft {
	background-repeat:repeat-y;
}
#pageBorder td.pageBorderTop,
#pageBorder td.pageBorderBottom {
	background-repeat:repeat-x;
}
#pageBorder td.pageBorderTopLeft {
	background-image: url(../images/pageBorder/corner_tl.gif);
}
#pageBorder td.pageBorderTop {
	background-image: url(../images/pageBorder/corner_top.gif);
}
#pageBorder td.pageBorderTopRight {
	background-image: url(../images/pageBorder/corner_tr.gif);
}
#pageBorder td.pageBorderRight {
	background-image: url(../images/pageBorder/corner_right.gif);
}
#pageBorder td.pageBorderBottomRight {
	background-image: url(../images/pageBorder/corner_br.gif);
}
#pageBorder td.pageBorderBottom {
	background-image: url(../images/pageBorder/corner_bottom.gif);
}
#pageBorder td.pageBorderBottomLeft {
	background-image: url(../images/pageBorder/corner_bl.gif);
}
#pageBorder td.pageBorderLeft {
	background-image: url(../images/pageBorder/corner_left.gif);
}
/* END PAGE BORDER */


/* HEADER STYLES */
.header {
	width:100%;
	height:165px;
	padding:5px;
	margin:5px;
	color: #336699;
}
.header .logo {
	background-repeat:no-repeat;
	width:170px;
}
.header .watermark {
	background-image: url(../images/watermark.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	text-transform:uppercase;
	border-bottom:thin solid #336699;
}
.header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-transform:uppercase;
	letter-spacing:-1pt;
	line-height:100%;
	margin-bottom:-5px;
}
.header h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight:normal;
	color: #000000;
}
/* END HEADER STYLES */


/* MENU STYLES */
#navMenu, #navMenu ul {
	position:relative;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	height:30px;
	background: url(../images/menu/bg.png) repeat-x;
	z-index:1;
}
#navMenu li, #navMenu li .menuItem {
	float:left;
}
#navMenu li ul {
	position: absolute;
	left:-999em;
	float:none;
	margin-left:auto;
}
#navMenu li ul {
	position: absolute;
	left:-999em;
	float:none;
}
#navMenu li:hover ul, 
#navMenu li.sfhover ul {
	position: absolute;
	left: auto;
	font: bold 11px/16px arial, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	width:150px;
	line-height: 2;
	float:none;
	top:30px; /* firefox fix only */
}
#navMenu li ul li {
	left:auto;
	display:block;
	float:none;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background-color:#FFFFFF;
}
#navMenu li ul li a {
	margin:5px;
}



.menuItem {
	padding:0px;
	margin:0px;
	height:30px;
}
.menuItem .menuItemLeft {
	background-image:url(../images/menu/butInactive_Left.png);
	background-repeat:repeat-x;
	background-position:top;
	width:2px;
	float:left;
	height:30px;
}
.menuItem .menuItemMid {
	background-image:url(../images/menu/butInactive_Mid.png);
	background-repeat:repeat-x;
	height:30px;
	float:left;
	vertical-align:middle;
	color:#CCCCCC;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
	font-family:"Segoe UI", Tahoma, Verdana, Arial;
	font-size:9pt;
	line-height:2;
}
.menuItem .menuItemMid a {
	color:#CCCCCC;
}
.menuItem .menuItemMid a:hover,
.menuItem .menuItemMid a.sfhover {
	color:#FFFFFF;
}
.menuItem .menuItemMid:hover,
.menuItem .menuItemMid.sfhover {
	background-image:url(../images/menu/butActive_Mid.png);
	cursor:pointer;
	color:#FFFFFF;
}
.menuItem .menuItemRight {
	background-image:url(../images/menu/butInactive_Right.png);
	background-repeat:repeat-x;
	width:2px;
	float:left;
	height:30px;
}
/* END MENU STYLES */


/* CONTENT STYLES */
.pageBorderContent {
}
.pageBorderContent p {
	font-size: 11pt;
	line-height:15pt;
}
.pageBorderContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 24pt;
	letter-spacing:.75pt;
	line-height:100%;
	text-transform:uppercase;
	
}
.pageBorderContent h2 {
	font-size: 12pt;
	color:#666666;
}
.pageBorderContent h3 {
	font-size: 10pt;
	font-weight:normal;
	color: #000000;
}

.pageBorderContent a:active,
.pageBorderContent a:link,
.pageBorderContent a:visited {
	color:#0000FF;
}
	
.listStyle {
	color: #003366;
}
.listStyle li {
	font-size: 10pt;
	line-height:15pt;
}
.listStyle li a:link,
.listStyle li a:active,
.listStyle li a:visited {
	font-size: 10pt;
	line-height:15pt;
	color: #003366;
	text-decoration:none;
}
.listStyle li a:hover {
	text-decoration:underline;
}

.profileTable {
	width:100%;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}
.profileTable td {
	text-align:center;
	vertical-align:middle;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}

table.tableStyle {
	width:100%;
	border-spacing:0px;
}
table.tableStyle td {
	vertical-align:top;
}
table.tableStyle td.leftColumn {
	text-align:right;
	width:140px;
}
table.tableStyle td.rightColumn {
	text-align:left;
}

.homeTableStyle {
	width:100%;
}
.homeTableStyle td {
	vertical-align:top;
}
.homeTableStyle .leftColumn {
	text-align:right;
	width:140px;
}
.homeTableStyle .rightColumn {
	text-align:left;
}


div.quoteblock {
	text-align:center;
}
.quote {
	font-style:italic;
}

div.floatImageRight {
	float:right;
	padding:15px;
}

/* END CONTENT STYLES */


/* FOOTER STYLES */
.pageFooter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	border-top:thin solid #CCCCCC;
	text-align:center;
	margin:20px;
	height:50px;
	color: #999999;
}
.pageFooter a:link,
.pageFooter a:active,
.pageFooter a:visited {
	color: #999999;
}
.pageFooter a:hover {
	color:#666666;
	text-decoration:underline;
}
/* END CONTENT STYLES */