/* CSS Document */
.caption { 
	font-family: Verdana; 
	font-size: 9px; 
	color: #006D15; 
	font-weight: bold;
}


/* GENERAL */
/* style for module titles */
.Head {    font-family: Verdana;
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {    
font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {    
font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {    
font-family: Verdana;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {    
font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {    
font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #014622;
	margin-bottom:3px;
}
H2 {
    
	font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #014622;
	margin:0px;
}
H3 {    
font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #014622;
}
H4 {    
font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #014622;
}
H5, DT {    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #014622;
}
H6 {    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #014622;
}
TFOOT, THEAD {    font-family: Verdana;
    font-size:  12px;
    color: #014622;
}
TH {
    vertical-align: baseline;    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #014622;
}
a:visited,
a:link{
	color:#014622;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
list-style:square;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
}

li {
	margin-top : 4px;
	
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer {
	border: 0px solid transparent;
	background-color: transparent;
	width: 150;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #FFF; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal; 
	border: 0px transparent solid;	
	padding-bottom: 5px;
	padding-top:5px;
	padding-right: 5px;
	padding-left:5px;
	BORDER-BOTTOM:1PX #fff solid;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #01602f; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal; 
	border: 0px transparent solid;	
	padding-bottom: 5px;
	padding-top:5px;
	padding-right: 5px;
	padding-left:5px;
	background-color:#FFF;
}
.rootmenuitem {
	cursor: hand; 
	color: #ffffcc; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 0px transparent solid;	
	padding-right: 15px;
	padding-left:5px !important;
	padding-left:0px;
	padding-bottom: 5px !important;
	padding-bottom: 0px;
	padding-top:5px !important;
	padding-top:0px;
	width:120px;
}
.rootmenuitemselected {
	cursor: hand; 
	color: #97c091; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 0px transparent solid;	
	padding-right: 15px;
	padding-left:5px !important;
	padding-left:0px;
	padding-bottom: 5px !important;
	padding-bottom: 0px;
	padding-top:5px !important;
	padding-top:0px;
	background-color: transparent; 
	
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color: #fff; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 0px transparent solid;	
	padding-right: 15px;
	padding-left:5px !important;
	padding-left:0px;
}
.rootmenuitem td, .rootmenuitembreadcrumb td, .rootmenuitemselected td {
white-space:normal;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal; 
	border: 0px transparent solid;
}
.submenu {
	z-index: 1000; 
	background-color: #01602f; 
	border: 2px #fff solid;
	margin-left:1px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	display:none;
}


.MainMenu_MenuArrow {
	border-bottom: #fff 1px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	display:none;
}

.MainMenu_RootMenuArrow {
	display: none;
}
/*___________________________________________________________________________________________*/

.links_bottom {    font-family: Verdana;
    font-size:  11px;
    color: #333333;
	text-decoration:underline;	
}
a.links_bottom:visited{    font-family: Verdana;
    font-size:  11px;
    color: #333333;
	text-decoration:underline;	
}
a.links_bottom:active{    font-family: Verdana;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{    font-family: Verdana;
    font-size:  11px;
    color: #FF0000;
	text-decoration:none;	
}
a.links_bottom:link{    font-family: Verdana;
    font-size:  11px;
    color: #333333;
	text-decoration:underline;
}


.links_top {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:none;
	text-transform: uppercase;
	padding-bottom:2px;
	padding-right:15px;
}
a.links_top:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:none;
	text-transform: uppercase;
	padding-bottom:2px;	
	padding-right:15px;
}
a.links_top:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:none;
	text-transform: uppercase;
	padding-bottom:2px;	
	padding-right:15px;
}
a.links_top:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:none;
	text-transform: uppercase;
	padding-bottom:2px;
	padding-right:15px;
}
a.links_top:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:none;
	text-transform: uppercase;
	padding-bottom:2px;
	padding-right:15px;
}

.breadCrumb {
    color: #fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}
a.breadCrumb:link, a.breadCrumb:active, a.breadCrumb:visited, a.breadCrumb:hover{
    color: #fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
}

.SubLinks {
    color: #075930; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
}
a.SubLinks:visited{
    color: #075930; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 	
	text-decoration: underline;
}
a.SubLinks:active{
    color: #075930; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;	
}
a.SubLinks:hover{
    color: #0c884a; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;	
}
a.SubLinks:link{
    color: #075930; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
}


A.copyright
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	margin-top:5px;
}

.copyright
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin-top:8px;
}
a.Copyright:link, a.Copyright:visited, a.Copyright:hover,  a.Copyright:active {
	font-family: Verdana, Arial, sans-serif;
    font-size:  10px;
    color: #000;
	text-decoration:underline;	
	margin-top:5px;
}

.FooterLink {    font-family: Verdana;
	font-size: 8pt;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.google120rightbanner {

	width:  122px;
	width: auto;
	height:auto;
	height: 242px;	
	margin: 15px 10px 5px 10px;
	float:  right; /*allows main content to wrap around the google ad */
	/*note:  after this we need to use the clear class to clear the float at end of container */
	
 }

.google120leftbanner {

	width:  122px;
	height: 242px;
	margin: 15px 10px 5px 10px;
	float:  left; /*allows main content to wrap around the google ad */
	/*note:  after this we need to use the clear class to clear the float at end of container */
 }

.clear {
	clear: both;
}

/* SEARCH BOX */
.SearchButton { 
	cursor: hand; 
	border: 0px;
	display:inline;
	}
#dnn_dnnSEARCH_cmdSearch, #dnn_dnnSEARCH_cmdSearch a.link, #dnn_dnnSEARCH_cmdSearch a.active, #dnn_dnnSEARCH_cmdSearch a.hover, #dnn_dnnSEARCH_cmdSearch a.visited  {
display:inline;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox 
{ 
width: 110px; 
border:1px solid #CCCCCC; 
margin-left:-12px;
cursor:text;
margin-top:1px !important;
margin-top:0px;
margin-bottom:10px !important;
margin-bottom:5px;
bottom: 1px;
display:inline;
	}

	.mysearch {
background-image:url(_i/search.gif);
background-repeat:no-repeat;
padding:0px 0px 0px 12px;
width:175px;
}
.mysearchbg {
background:url(_i/top_right.gif) no-repeat;
}

/* my styles */

Body {
	background:url(_i/bg.gif) repeat-x #fff;
	margin: 0;
}

.mybreadcrumb {
padding-left:15px;
    color: #fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

.mytitle {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
padding-left:2px;
padding-top:4px;
font-weight:bold;
}

.headlink, a.headlink:link, a.headlink:visited, a.headlink:hover, a.headlink:active  {
color:#f3f2af;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
margin-right:0px !important;
margin-right:4px;
padding-right:0px !important;
padding-right:10px;
}

.topbanner {
padding-left:8px;
padding-bottom:18px !important;
padding-bottom:11px;
color:#fff;
}

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:11px; color:#fff;}
#xsnazzy h2 {font-size:11px;color:#06a; border:0px none;}
#xsnazzy p {padding-bottom:10px;}
#xsnazzy h2 {padding-top:10px;}
#xsnazzy {background: transparent; margin:1em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#08c; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {border-left:1px solid #08c; border-right:1px solid #08c; border-top:0px solid #08c; border-bottom:0px solid #08c; display:block; background:#08c; }

.FAQQuestion
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #333;
	padding: 3px 0 0 10px;
}

.FAQAnswer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #444;
	padding: 5px 0 0 30px;
}

/*======================================================
Apple Styled Breadcrumb Styling
======================================================*/
.SiteBreadcrumb{
	background:url(_i/bc-bg-corners.gif) no-repeat left top;padding:0 5px 0 5px;
	overflow:hidden;
	height:36px;
	border-bottom:2px #08c solid;
	margin:3 auto;
	width:725px;
}

.SiteBreadcrumb span{
	display:block;
	overflow:hidden;
}

.SiteBreadcrumb span span{
	float:left;background:url(_i/chevron.png) no-repeat left;
	display:block;
	padding:20px 9px;
}

.SiteBreadcrumb a{
	display:block;padding:10px 8px;
	float:left;
	margin-top:1px;
	color:#444;
	font-size:11px;
}

.SiteBreadcrumb a.ReturnHomeLink{
	background:url(_i/chevron-home.png) no-repeat left;
	text-indent:-9999px;
	width:25px;
}


.SiteBreadcrumb a, .SiteBreadcrumb a:visited
{
	display:block;
	padding:10px 8px;
	float:left;
	margin-top:1px;
	color:#444;
	font-size:11px;
}
		
.SiteBreadcrumb a:hover{
	text-decoration:none;
	color:#006699;
}


/*======================================================
End Apple Styled Breadcrumb Styling
======================================================*/
