@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: Justify; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	z-index: 1000;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	vertical-align: top;
	margin-top: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
	margin-top: 5px;
	margin-right: 0px;
}
.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 220px; /* was 210 */
	margin-bottom: 0px;
	margin-left: 200px;
	width: 620px; /* was not present */
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/******* Text Styles ***************************/
/***********************************************/
/*******  Link Styles *************/

a:link {
	color: #f60;
	text-decoration: none
}
a:visited {
	color: #FFCC00;
	text-decoration: none
}
a:hover {
	color: #ffa500;
	text-decoration: underline
}
a.link1 { color: #fff; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none }
a.link1:visited { color: #fff; font-family: Verdana }
a.link1:hover { color: #fff; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: underline }


/****** H tag Styles *************/
h1  { color: #ff6600; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0.67em 0 }
h2  { color: #ff6600; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0.67em 0 }

/****** Paragraphs ******************/
p   { color: #000000; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }
.floatImgLeft   { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; float: left }
.floatImgRight   { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; float: right }
.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.superscript sup{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/******* Elements *****************/
/**********************************/
#top-tabs{
	position: relative;
	left: 200px;
	width: 850px;
	height: 20px;
}
#mainContentHeader{
	background-image: url(http://www.caoh.com/images/sub-hdr-more-info-2000.gif);
	margin-left: 200px;
	height: 29px;
	width: 650px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

#sidebar2Header{
	background-image: url(http://www.caoh.com/images/sub-header-right-long.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 200px;
	background-position: right 0;
}

#recent-posts-scroller{
	height: 200px;
	width: 187px;
	vertical-align: right;
	margin-right: 0px;
	background-color: #FFCC00;
}
#bottom-tabs {
      float:left;
      width:100%;
      *background:#FFFFFF url("../images/bg5.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #bottom-tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #bottom-tabs li {
      float:left;
      background:url("../images/norm_left_v3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #bottom-tabs a {
      display:block;
      background:url("../images/norm_right_v3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    #bottom-tabs #current {
      background-image:url("../images/NormLeftOn.gif");
      }
    #bottom-tabs #current a {
      background-image:url("../images/norm_right_on3.gif");
      padding-bottom:5px;
      }        


/************ Conditional Browser Behaviours ***************************/
 /*** All browsers ***/ 
 #anyelement {} 
 /*** For IE 7 and up ***/ 
 #ie7andup #sidebar1 
 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	vertical-align: top;
	position: relative;
	top: 0px;
	padding: 0;
	margin-top: 5px;
 }
 
 #ie7andup #sidebar2 
 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
	position: relative;
	top: 0px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
 } 

/*** For IE 6 ***/ 
 #ie6only #anyelement {} 
 /*** For IE 5.5 ***/ 
 #ie5-5only #anyelement {} 
 /*** For IE 5.01 ***/ 
 #ie5-01only #anyelement {}

