/* CSS Document */


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:0;
	margin-right:0;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a{
	color:#666666;
	text-decoration: none;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
/* (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;
	padding-left: 7px;
	padding-right: 7px;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
/* (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: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
/*(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: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#EBEBEB;
	text-decoration: none;
}
.button_textSelected:hover {
	color:#EBEBEB;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
}
/* (CM) Footer text */
.footer_text {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#CCCCCC;
	text-decoration: none;
	text-align:center;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #FFFFFF;
	padding-left: 10px;
	background-image:url(images/site/side_nav_title.jpg);
	background-repeat:repeat-y;
	font-size: 14px;
	height:19px;
	vertical-align:middle;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom:12px;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
	padding: 8px;
}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	padding-top:4px;
	padding-bottom:6px;
	padding-left: 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;
}

