/* CSS Document */
body, td, p, div, span {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color:#4A4A4A;
	margin:0;
}
p{
	line-height:18px;
	padding:7px 0 7px 0;
	text-align:justify;
}
a{
	color:#008AB0;
	text-decoration:none;
} 
a:hover{
	color:#818181;
	text-decoration:none;
}

ul{
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
	padding-left:10px;
	margin:0px 0 0 18px;
}
li{
	margin-bottom:4px;
}


h1{ 
	font-size:34px;
	text-transform:lowercase;
	font-weight:normal; 
	font-family:"Courier New", Courier, monospace;
	margin:0;
	padding:0 0 10px 0;
	visibility:hidden;
}
h2{
	font-size:19px;
	font-weight:lighter;
	margin:0;
	padding:0 0 15px 0;
	visibility:hidden;
	
}
.title_home_blue{
	font-size:23px;
	color:#008AB0;
}
.title_home_gold{
	font-size:23px;
	color:#92870B;
}
.title_blue{
	color:#48A0B7;
	font-size:16px;
}
.content{
	background-color:#F1E7CD;
	padding:25px 120px 20px 60px;
	border-right:4px solid #FFFFFF;
	text-align:justify;
}
.gold{
	color:#92870B;
}
.orange{
	color:#FEB529;
}
.green{
	color:#807715;
}
.red{
	color:#9E163A;
}
.blue{
	color:#48A0B7;
}
.quote{
}
.q_name{
	padding-top:0;
	margin-top:-7px;
	color:#48A0B7;
}
/* footer */
.footer {
	border-left:1px solid #48A0B7;
	padding:0 7px 0 7px;
}
.footer_first{
	border:none;
}
.footer_text{
	color:#494949;
	font-size:11px;
}
.footer_text a{
	color:#494949;
	font-size: 11px;
	text-decoration: none;
}


/* (CM) button in regular state - This is for the catagory button in the include menu */
.button {
	vertical-align:middle;
	text-align: center;
	padding:0 30px 0 30px;
	background:url(images/nav_div.gif) no-repeat left top;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	vertical-align:middle;
	text-align: center;
	background:url(images/nav_div.gif) no-repeat left top;
}
/* (CM) button in when it is hovered over */
.button_first{
	background:none;
	padding:0 30px 0 10px;	
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	text-transform:lowercase;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_text_selected {
	font-size: 14px;
	text-decoration: none;
	color: #FEC029;
	text-transform:lowercase;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#FEC029;
	text-decoration: none;
	text-transform:lowercase;
}
.button_textSelected:hover {
	color:#FFF;
	text-decoration: none;
	text-transform:lowercase;
}
/* (CM) Footer can be used to do a bar footer or text */
