/* CSS Document */
body, tr, td, table, div {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

a:hover {
	color:#6A717D;
	
}
a{
	color:#05A4D3;

}

h1{
	font-size:18px;
	color:#6A717D;
	border-left:3px solid #53A800;
	padding-left:15px;
}
h2{
	font-size:16px;
	color:#333333;
	border-left:3px solid #53A800;
	padding-left:15px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	border-left:3px solid #53A800;
	padding-left:15px;
}

/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	background:url(images/btn_bkg.jpg) no-repeat top right;
	vertical-align:middle;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	background:url(images/btn_bkg.jpg) no-repeat top right;
	vertical-align:middle;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
}
/* (CM) button in when it is hovered over */
.button_up {
	background:url(images/btn_bkg.jpg) no-repeat top right;
	vertical-align:middle;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
}
/* (PG) you can implement this on the main page if you have a bar as a bkg  */
.button_bkg{

}
/*(CM) The text in the button (CM)*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #394242;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #E34C17;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#E34C17;
	text-decoration: none;
}
.button_textSelected:hover {
	color:#E34C17;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #FFF;
}
/* (CM) Footer text */
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 11px;
	text-decoration: none;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#CCC;
	text-decoration: none;
}
/* (CM) Title Cell For Non Menu Items WITH NO sub items */
.nav_title {
	vertical-align:middle;
	text-transform:uppercase;
	padding-bottom:15px;
	font-size:17px;
	font-weight:bold;
	color:#6A717D;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	padding-left: 10px;
	vertical-align:middle;
	text-transform:uppercase
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	color:#666666;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {

}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	color:#F09121;
	display:block;
	font-size:13px;
	padding-left:20px;
	padding-top:10px;
	background:url(images/news.gif) no-repeat 60% left;
	padding-bottom:7px;
	border-top:1px solid #CCC;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children_text:hover{
	color:#F09121;
	text-decoration:underline;
}
.children{
	padding-bottom:6px;
}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 12px;
}
/* (CM) Curent Selected Page in Reltated Links related link  */
.navpage{
	font-weight:bold;
}

