@charset "utf-8";
/* CSS Document */

html,body{ margin-top:0px; margin-left:0px; margin-bottom:0px; margin-right:0px; padding: 0px; background-color: #eaeaea;}

.header_repeat {
background-image:url(images/top-repeat.gif); background-repeat:repeat-x; background-position:top;
}

.header_graphic {
background-image: url(images/cbts-header.gif);
background-repeat: no-repeat;
width: 905px;
height: 144px;
text-align: center;
margin: 0px auto;
}

.nav {
padding-top: 10px;
height: 30px;
width: 905px;
text-align: center;
margin: 0px auto;
}

.nav_repeat {
background-image:url(images/nav-repeat.gif);
background-repeat: repeat-x;
height: 40px;
}

.content {
background-color: #FFFFFF;
}

#wrapper {
text-align: center;
margin: 0px auto;
padding-top: 20px;
width: 780px;
padding-bottom: 10px;
}

.full_pane {
text-align: center;
margin: 0px auto;
padding: 20px 130px 10px 60px;
width: 590px;
}

.c_pane {
text-align: left;
float: left;
background-image:url(images/vert-divider.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 435px;
padding: 0 20px 0 60px;
min-height:440px;
}

/* IE fix */

* html .c_pane {
height:460px;
}

.r_pane {
text-align: left;
width: 250px;
padding: 0 0 0 10px;
float: right;
}

.Normal, .NormalDisabled {
font-family:"lucida grande",verdana,sans-serif;
font-size: 12px;
color: #424242;
}

.login_mod {
float:right;
padding-right: 200px;
padding-top: 30px;
color: #FFFFFF;
}

.login_txt {
font-family:"lucida grande",verdana,sans-serif;
font-size: 11px;
color: #fff;
}

a:link {
color: #424242;
text-decoration: underline;
}

a:visited {
color: #1670a6;
text-decoration: underline;
}

a:hover {
color: #424242;
text-decoration: none;
}

a:active {
color: #424242;
text-decoration: none;
}

a.login_txt:link {
color: #FFFFFF;
text-decoration: underline;
}

a.login_txt :visited {
color: #FFFFFF;
text-decoration: none;
}

a.login_txt:hover {
color: #FFFFFF;
text-decoration: none;
}

a.login_txt:active {
color: #FFFFFF;
text-decoration: underline;
}

.footer_txt {
font-family:"lucida grande",verdana,sans-serif;
font-size: 11px;
color: #6a6767;
}

p {
margin: 0;
padding:0;
font-family:"lucida grande",verdana,sans-serif;
line-height: 20px;
font-size: 12px;
}

td {
font-family:"lucida grande",verdana,sans-serif;
line-height: 20px;
font-size: 12px;
}

li {
list-style-type: circle;
margin: 0 0 0 0;
padding: 0 0 0 10px;
}


.copyright_txt {
font-family:"lucida grande",verdana,sans-serif;
font-size: 10px;
color: #6a6767;
}

a.copyright_txt:link {
color: #6a6767;
text-decoration: none;
}

a.copyright_txt:visited {
color: #6a6767;
text-decoration: none;
}

a.copyright_txt:hover {
color: #6a6767;
text-decoration: underline;
}

a.copyright_txt:active {
color: #6a6767;
text-decoration: none;
}

#vl_logo {
padding-top: 10px;
padding-right: 5px;
width: 50px;
margin: 0px auto;
text-align:right;
float: right;
font-family:"lucida grande",verdana,sans-serif;
font-size: 10px;
color: #6a6767;
}

.CategoryTitle    {
font-family:"lucida grande",verdana,sans-serif;
font-weight:    bold;
font-size: 12px;
color: #424242;
}

.CategoryDesc    {
font-family:"lucida grande",verdana,sans-serif;
font-size: 12px;
color: #424242;
}


<!-- Menu -->

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #f1f2f2; 
	font-size: 12px; 
	font-style: normal; 
	background-color: Transparent;
	font-family:"lucida grande",verdana,sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 5px 5px 5px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #f1f2f2; 
	font-size: 14px; 
	font-style: normal; 
	background-color: Transparent;
	font-family:"lucida grande",verdana,sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 9px 12px 11px 12px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #797777; 
}

.main_dnnmenu_itemhover td {  
	background-color: #797777; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #6c6c6c;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 2px 1px 2px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

<!-- End Menu -->
