/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/

body {
	margin: 0px;
	background: #e5e4cf;
}

img {
	border: 0px;
}

.navleft {
	background: transparent url(images/nav_left.jpg) repeat-y top;
}

#nav {
	background: transparent url(images/nav_bg.jpg) repeat-x left;
	height: 42px;
}

.lefter {
	background: transparent url(images/left_border.jpg) repeat-y top left;
}

.lefterint {
	background: transparent url(images/border_left.jpg) repeat-y top left;
}

#metal {
	background: transparent url(images/metal_bg.jpg) no-repeat top;
	padding: 15px;
}

#metalint {
	background: transparent url(images/metal_bg_int.jpg) no-repeat top;
	padding: 15px;
}

#metalfull {
	background: transparent url(images/metal_bg_int_full.jpg) no-repeat top;
	padding: 15px;
}

#maincontent_onecolumn {
	background: transparent url(images/main_bg_int.jpg) repeat-y top;
	padding: 20px;
}

#map {
	background: transparent url(images/main_bg_int.jpg) repeat-y top;
}

.mainbody {
	background: transparent url(images/main_bg_int.jpg) repeat-y top;
	padding: 20px;
}

.mainbody2 {
	background: transparent url(images/main_bg_int.jpg) repeat-y top;
}

.general_main {
	background: #fff;
	padding: 20px;
}

.general_right {
	padding: 20px;
}

#footer {
	background: transparent url(images/footer_bg.jpg) no-repeat top;
}

#footermain {
	padding: 20px 40px 0 40px;
}

#footerhighlight {
	padding: 12px 15px 0 0;
}

#footerlower {
	padding: 0 40px 0 40px;
}

#footerint {
	background: transparent url(images/footer_bg_int.jpg) no-repeat top;
	padding: 20px 40px;
}

#footergrow {
	background: transparent url(images/footer_bg_int_grow.jpg) repeat-y;
}

.white {
	background: #fff;
}

.red {
	background: #300d02;
	border-top: 1px dotted #8b7969;
}

/* SPACERS */

.padding20 {
	padding: 20px;
}

.hbuffer10 {
	width: 10px;
}

.hbuffer15 {
	width: 15px;
}

.hbuffer20 {
	width: 20px;
}

.hbuffer30 {
	width: 30px;
}

.hbuffer40 {
	width: 40px;
}

.hbuffer50 {
	width: 50px;
}

.vbuffer10 {
	height: 10px;
}

.vbuffer15 {
	height: 15px;
}

.vbuffer20 {
	height: 20px;
}

.vbuffer30 {
	height: 30px;
}

.vbuffer40 {
	height: 40px;
}

.vbuffer50 {
	height: 50px;
}

/**********************************************************************
************************** DNN Styles *********************************
***********************************************************************/

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    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, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #1c1c1c;
}

table {
	color: #1c1c1c;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    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 */

a:link {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #4D92B2;
	text-decoration: none;
}

a:active {
	color: #990033;
	text-decoration: none;
}

a:visited {
	color: #990033;
	text-decoration: none;
}

a.links_home:link {
	color: #ED8000;
	text-decoration: none;
}

a.links_home:hover {
	color: #ED6000;
	text-decoration: none;
}

a.links_home:active {
	color: #ED8000;
	text-decoration: none;
}

a.links_home:visited {
	color: #ED8000;
	text-decoration: none;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
/*___________________________________________________________________________________________*/

.links_bottom {
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #3c779a;
	text-decoration:none;
	background: transparent;
}

a.links_bottom:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #3c779a;
	text-decoration:none;
	background: transparent;
}

a.links_bottom:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #3c779a;
	text-decoration:none;	
	background: transparent;
}

a.links_bottom:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #4c97c3;
	text-decoration:none;	
	background: transparent;
}

a.links_bottom:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #3c779a;
	text-decoration:none;	
	background: transparent;
}

.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
}

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
	text-decoration:none;	
}

a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
	text-decoration:none;	
}

a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
	text-decoration:none;	
}

a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #990033;
	text-decoration:none;
}

.links_top {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FFFFFF;
	font-weight:    bold;
	text-decoration:none;
}

a.links_top:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FFFFFF;
	font-weight:    bold;
	text-decoration:none;	
}

a.links_top:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FFFFFF;
	font-weight:    bold;
	text-decoration:none;	
}

a.links_top:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FBE9B5;
	font-weight:    bold;
	text-decoration:none;	
}

a.links_top:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FFFFFF;
	font-weight:    bold;
	text-decoration:underline;
}

.HomeContainerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.HomeContainerHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E80A8;
}

/******************************************************************
************************ Main Menu ********************************/

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 100px;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	font-size: 11px;
	background-color: #fff;
}

.MainMenu_MenuItemSel {
	font-size: 11px;
}
	
.MainMenu_MenuIcon {
	display: none;
}

.rootmenuitem {	
	background: transparent;
	cursor: hand; 
	color: #f1e7d2; 
	font-family: Georgia, Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	height: 42px;
	padding: 6px 0;
	display:table-cell;
/*	border-bottom: 1px #2B4559 solid;*/
	width: 10px;	
}

.rootmenuitemselected {
	background: transparent url(images/nav_bg_on.jpg) repeat-x;
	cursor: hand; 
	color: #DDD3BE; 
	font-family: Georgia, Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	height: 42px;
	padding: 6px 0;
	display:table-cell;
	width: 10px;
}

.rootmenuitembreadcrumb {
	background: transparent url(images/nav_bg_on.jpg) repeat-x;
	cursor: hand; 
	color: #B5AB96; 
	font-family: Georgia, Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	height: 42px;
	padding: 6px 0;
	display:table-cell;
	width: 10px;
}

.rootmenuitembreadcrumbselected {
	background: transparent url(images/nav_bg_on.jpg) repeat-x;
	cursor: hand; 
	color: #B5AB96; 
	font-family: Georgia, Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	text-transform: uppercase;
	border: 0px;
	height: 42px;
	padding: 6px 0;
	display:table-cell;
	width: 10px;
}

.submenuitembreadcrumb{
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

.submenu {
	z-index: 1000;
/*	background-color: #EEEEEE; 
	border: 1px #A7A7A7 solid;
	margin: 0px;
	padding: 0px;*/
}

.MainMenu_MenuBreak {
	border: 0px; 
	background-color: transparent; 
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*********************************************************
*********************** end main menu *********************/

.footer {
	color: #85B701;
	text-decoration: none;
}

a.footer:link {
	color: #85B701;
	text-decoration: none;
}

a.footer:visited {
	color: #AFD843;
	text-decoration: none;
}

a.footer:hover {
	color: #AFD843;
	text-decoration: none;
}

a.footer:active {
	color: #AFD843;
	text-decoration: none;
}

/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/
