/**
 * Coachhouse, for Drupal 6.x
 * Version 1.0
 * 06-Apr-2008
 * Stu Gerrard
 */

/**
 * Generic elements
 */

html,body{
   margin:0px;
   padding: 2px 0 0;
   background:#FFF url(images/bg_page.png) repeat-x;
   font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
   font-size:10px;
   text-align:left;
}

h1{
   font: lighter 200% "Trebuchet MS",Verdana, Arial sans-serif;
   color: #353e44;
   font-size:22px;
   text-transform: uppercase;
}

h1,p{
   margin:0;
   padding-top:30px;
   padding-bottom:20px;
   padding-left:5px;
   padding-right:5px;
}

div#wrapper {
	width: 762px;
	margin: 0px auto;
	background:#FFF;
	color:#000;
	border: 1px solid #006729;
}

#wrapper #container .breadcrumb {
	float: right;
	margin: 0 0.15em;	
 	font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #006729;
}

div#header {
	position: relative;
	width: 762px;
	height: 170px;
	background-image: url('images/chm_logo_762.png');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-bottom: 1px solid #006729;
}

div#links {
	position: relative;
	width: 762px;
	height: 25px;
	border-bottom: 1px solid #006729;
	background-color:#FFFFFF;
	font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:16px;
}
div#footer {
	position: relative;
	width: 762px;
	clear: both;
	background-color: #CCFFFF;
	text-align: left;
}
div#site_links{
	margin: 0px auto;
	width: 762px;
	clear: both;
	text-align: right;
}

div#range {
	position: relative;
	width: 762px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #006729;
}

div#range_item {
	width: 253px;
	height: 125px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	float: left;
	border-bottom: 1px solid #006729;
	border-right: 1px dashed #006729;	
}

div#content{
	width: 502px;
	padding-left: 5px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #006729;
	border-right: 1px solid #006729;*/
	float: left;
	text-decoration: none;

}
div#content a {
	width: 502px;
	padding-left: 5px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #006729;
	border-right: 1px solid #006729;*/
	float: left;
	text-decoration: none;
}
	

div#content_button {
	height: 20px;
	float: right;
	font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:16px;
	margin: 5px 5px 5px 0px;
	padding: 2px;
	background-color: #AAFFFF;
	text-decoration: none;
	border-style: none;
	}
div#content_list{
	clear: both;
	font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:16px;

}
div#right-sidebar{
	float: right;
	margin: 10px 10px 0px 0px;
	background-color: #EEE;
}
div#sidebar_item{
	height: 59px;
	width: 200px;
	font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:16px;
	margin-bottom: 10px;
	border: 1px solid;
}
div.sidebar_button {
	height: 59px;
	width: 200px;
	font: 100.01%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:14px;
	margin-bottom: 10px;
	border: 1px solid;
	text-align: center;
}
div#sidebar_button1{
	background: url('images/button1_59.png') left no-repeat;

}
div#sidebar_button2{
	background: url('images/button2_59.png') left no-repeat;
}
div#sidebar_button3{
	background: url('images/button4_59.png') left no-repeat;
}
div#sidebar_button4{
	background: url('images/button4_59.png') left no-repeat;
}

.greenBoldText{
   font-weight:bold;
   color:#006729;
   font-size:110%;
}



table#range {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 0px;
	margin:0 auto;
}

td#range_item_img {
	width: 127px;
	height: 80px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background: #ddd;
}

td#range_item_text {
	width: 127px;
	height: 25px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background: #ddd;
}


/**
 * Primary navigation
 */

ul.primary-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.primary-links li {
	margin: 0 0.15em;
	float: left; /* LTR */
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
	/*padding: 0px 10px 0px 10px;*/
  	display: block;
  	color: #006729;
	background: url(images/bg-navigation.png)  bottom left repeat-x;
	height: 23px;
	line-height: 23px;
	float: left;
	padding: 0 0.5em;
	display: block;
	text-decoration: none;
	text-align: center;
  /*background: #006729 repeat-x 50% 0;*/
}
a, a:link, a:visited {
  	display: block;
  	color: #006729;
	display: block;
	text-decoration: none;
	text-align: center;
  /*background: #006729 repeat-x 50% 0;*/
}

ul.primary-links li a.active {
	color: #000;
	font-weight: bold;
	background: url(images/bg-navigation.png) repeat-x;
}

ul.primary-links li a:hover {
	color: #000;
	background: url(images/bg-navigation.png) repeat-x;
}
img.image-link {
	border: none;
}
img.stock {
	width: 272px;
	height: 204px;
}
table.stock_item{
	border: #000 1px solid;
	width: 500px;
	text-align: center;
	margin-top: 5px;
}
table.stock_item td{
	text-align: right;
	padding: 2px;
}
table.stock_item td.stock_title {
	text-align: center;
	font-weight: bold;
}
td.stock_price {
	font-weight: bold;
}
