html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}









body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font: 0.75em normal Verdana,sans-serif;
	color: #8A8A89;
}

p {
	font: 1.0em normal Verdana,sans-serif;
	color: #8A8A89;
}

li { list-style-image: none; }

h1 {
	font: normal 2em Verdana,sans-serif;
	color: #C69E29;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font: normal 2em Verdana,sans-serif;
	color: #C69E29;
	margin-top: 0;
	padding: 15px 0 0 0;
}

/* Start Custom */

#container { 
	width: 1000px;
	/* margin: 0 auto;	*/
	background: url("/_img/bgd_side.gif") repeat-y top left;
}

/* Column # 1 */

#column_one { 
	width: 151px; 
	float: left; 
	vertical-align: top; 
}

#swoosh { 
	width: 151px; 
	float: left; 
	background-color: #FFF; 
	padding: 0 0 15px 0;
}

#main_nav_shell {
	margin: 0;
	vertical-align: top;
	border-right: 1px solid #8A8A89;
	float: left;
	width: 150px;
	text-align: right;
}

#main_nav_shell ul {
	margin: 0;
	padding: 0;
}

#main_nav_shell li {
	list-style-image: none;
	display: inline;
}

#main_nav_shell li a:link { color: #A1A1A1; text-decoration: none; width: 142px; display: block; padding: 0.4em 8px 0.4em 0; }
#main_nav_shell li a:visited { color: #A1A1A1; text-decoration: none; width: 142px; display: block; padding: 0.4em 8px 0.4em 0; }
#main_nav_shell li a:hover { color: #000; text-decoration: none; width: 142px; display: block; padding: 0.4em 8px 0.4em 0; background-color: #C4D6C9; }
#main_nav_shell li a:active { color: #A1A1A1; text-decoration: none; width: 142px; display: block; padding: 0.4em 8px 0.4em 0; }


/* Column # 2 */

#column_two { 
	width: 132px; 
	float: left; 
	vertical-align: top; 
}

.thumbnail {
	float: right;
	margin: 0 0 5px 10px;
	padding:0;
}

.thumbnail img { border: 1px solid #C69E29; }


#logo {
	float: left;
	width: 132px;
}

/* Column # 3 */

#column_three {
	width: 477px; 
	float: left; 
	vertical-align: top; 
}

#support_nav {
	width: 227px;
	height: 17px;
	padding: 10px 5px 10px 245px;
	text-align: right;
	float: left;
}

#support_nav ul { 
	display: inline;
	margin: 0;
	padding: 0;
}

#support_nav li { 
	display: inline;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#support_nav li a:link { color: #29774C; text-decoration: none; }
#support_nav li a:visited { color: #29774C; text-decoration: none; }
#support_nav li a:hover { color: #C69E29; text-decoration: none; }
#support_nav li a:active { color: #29774C; text-decoration: none; }

#focal, #content {
	float: left;
	width: 717px;
}

#content { padding-bottom: 20px; }

#content ul {
	margin: 15px 25px;
	list-style: disc;
	font-size: 14px;
}

#focal { margin-bottom: 15px; }

#image_box {
	float: right;
	padding: 0;
	margin: 0.5em 0 1em 1em;
}

#image_box img {
	padding: 0;
	border: 0;
	margin: 0;
}

/* Footer Area */

#footer_container { 
	width: 1000px;
	/*  margin: 0 auto;  */
}

#logo_chba {
	width: 151px;
	float: left;
	background-color: #FFF;
}

#logo_web_address {
	float: left;
	width: 849px;
	border-top: 1px solid #8A8A89;
	background-color: #FFF;
}

#footer {
	float: left;
	width: 1000px;
	border-top: 1px solid #8A8A89;
	background-image: url(/_img/bgd_footer.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
	padding: 15px 0 15px 0;
}

#footer P { font-size: 0.9em; color: #29774C; padding: 0; margin: 0; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
