/* HOME PAGE STRUCTURE */
* html * {
	zoom:100%;
	}
* {
	margin:0; 
	padding:0;
	}

body  {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/chbg_comp.gif) repeat-x;
	text-align: center; /* IE6 needs this to center the layout in the browser window. Text then set to the left aligned default in the #container selector */
}

/* Page Divs */

#sitecontainer {
	width: 960px;
	height: 800px;
	background: #FFFFFF;
	margin-top:40px;
	margin-left: auto;  /* centers max'd layout in browser */
	margin-right: auto; /* centers max'd layout in browser */
	text-align: left; /* overrides the text-align: center on the body element. */
	border-width: 0px 4px 4px 0px;
	border-color:#999;
	border-style:outset;
}
#header {
	margin: 0px 0px 0px 0px;
	height:150px;
	background-image:url(../images/ch_header2.jpg);
	background-repeat:no-repeat;
}
#headphone {
	margin-left: 475px;
	padding-top:70px;
}
#title {
	background-color:#1D6CB9;
	color:#FFF;
	height:35px;
	border-bottom: 2px solid #FFF;
	padding: 15px 0px 0px 200px;
}

#intro {
	background-color:#1D6CB9;
	color:#FFF;
	height:165px;
	padding: 10px 250px 0px 200px;
}

#leftcol {
	width:170px;
	padding:40px 0px 0px 30px;
	float:left;
}
#midcol {
	width:400px;
	padding:20px 0px 0px 0px;
	float:left;
}
#rtcol {
	width:300px;
	height:410px;
	background-image:url(../images/trio_web.jpg);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	float:left;
}
#copyfooter {
	font-size:5pt;
	color:#1D6CB9;
	padding:0px 0px 0px 0px;
}

/* Fonts */

h1 {
	font-size:13pt;
	letter-spacing:1px;
}
h2 {
	font-size:10pt;
	line-height:18pt;
	font-weight:normal;
	letter-spacing:1px;
	}
h3 {
	font-size:9pt;
	color:#1D6CB9;
}
h4 {
	font-size:8pt;
	color:#1D6CB9;
}
p {font-size:9pt;}
p.copyright {font-size:7pt;}
p.phone {font-weight:bold; color:#EC4D26; padding-top:4px;}
p.phonetop {font-size:12pt; font-weight:bold; color:#EC4D26;}
p.copy {font-size:8.5pt; line-height:15px;}
a {
	font-size:8.5pt;
	color:#1D6CB9;
	text-decoration:none;
}
a:hover {color:#EC4D26;}


/*Lists */

ul {
	line-height:18px;
	list-style-position:inside;
}

li {
	font-size:8.5pt;
}
