/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*== controls overall site width: everything is relative to this master width ==*/
html {
	height: 100%;
}
body {
	background: #716239;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;	
}
.MasterTable {
	background: #716239;
	height: 100%;
	width: 100%;
}
.SiteWidth {
	width: 934px;
	height: 100%;
}
/*== other syle sheet props ==*/
em { color: #000; }
/*.alert li { list-style-position: inside; list-style-image: url(../images_walsh/bullet_large_blue.gif); }*/

/*== done ==*/
.lefty {
	width: 47px;
 	background: url(lefty.jpg) repeat-y;
}
.righty {
	width: 47px;
 	background: url(righty.jpg) repeat-y;
}
.TopHead {
	width: 851px;
	height: 130px;
 	background: url(TopHead.jpg) no-repeat;
}
.Row1 {
	width: 851px;
	height: 22px;
 	background: url(Image3_1x2.jpg) no-repeat;
}
.a1 {
	width: 30px;
	height: 258px;
 	background: url(Image3_2x1.jpg) no-repeat;
}
.a2 {
	width: 791px;
	height: 258px;
 	background: url(Image3_2x2.jpg) no-repeat;
}
.a3 {
	width: 30px;
	height: 258px;
 	background: url(Image3_2x3.jpg) no-repeat;
}
.Row3 {
	width: 851px;
	height: 19px;
 	background: url(Image3_3x1.jpg) no-repeat;
}
.MenuRow {
	width: 851px;
	height: 30px;
 	background: url(Image3_4x1.jpg) no-repeat;
}
.MenuRow2 {
	width: 851px;
 	background: url(Image3_5x1.jpg) no-repeat;
}
.ContentRow {
	width: 851px;
 	background: url(Image3_6x1.jpg) repeat-y;
}
.ContentRow2 {
	width: 851px;
 	background: url(Image3_6x1b.jpg) repeat-y;
}
.BottomRow {
	width: 851px;
	height: 13px;
 	background: url(Image3_7x1.jpg) no-repeat;
}
/*== done ==*/
.LeftContentPane {
	width: 220px;
	padding: 0px 20px 20px 20px;
}
.MainContentPane {
	width: 520px;
	padding: 0px 20px 20px 20px;
}
.OneContentPane {
	width: 741px;
	padding: 0px 20px 20px 20px;
}
.TopContentPane {
	width: 851px;
	padding:0px;
}
table, tr, td {
	FONT-FAMILY: Arial,Helvetica;
	font-size: 12px;
	line-height: 1.2em;
}
select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}
/* skinny styles */
.BreadcrumbCell {

}
.MenuCell {
	height: 1px;
	padding: 0 0px 0px 0;
	vertical-align: top;
}
.LoginCell {
	padding-top: 19px;
	padding-right: 10px;
	text-align: right;
	color: #bbb;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
    text-decoration:    none;
    color: #FFFFFF;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #1F1F3E;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
/*== main menu styles ======================================*/
/*==========================================================*/
/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 30px;
	width: 70%;
	padding: 5px 0px 0px 4px;
	border: 0px solid #2F3438;
}
/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background: #0B6ED3;
	width: 100%;
}
/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma;
	color: #FFF;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
	font-style: normal;
	border: #0B6ED3 1px solid;
	padding: 5px 10px 5px 1px;
	font-weight: bold;
	height: 20px;
}
/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #002E96;
	border-left: #002E96 1px solid;
	border-right: #002E96 1px solid;
	padding: 5px 10px 5px 1px;
	font-weight: bold;
	height: 20px;
}
/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px 0 0 0px;
	background: #1b1ea5;
	padding: 1px;
	border: none;
	font-weight: normal;
	filter: none;
}
/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #FFF;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}
/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #000;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}
/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #000;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}
/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}
/*== module menu styles ====================================*/
/*==========================================================*/
/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}
/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
}
/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma;
	color: #888;
	font-size: 12px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #eee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 35px;
}
/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 8px 0 0 -4px;
	background: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}
/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #2F3A64;
	border-left: #2F3A64 1px solid;
	border-right: #2F3A64 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 35px;
}
/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}
/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}
/* Item titles on edit and admin pages
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #555;
	padding: 0;
	line-height: 1.2em;
}
.SubHead2    {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #555;
	padding: 0;
	line-height: 1.2em;
}
/* linky linky */
a.SubHead:link, a.SubHead:visited {
	color: #1F1F3E;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}
a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}
a.CommandButton:link, a.CommandButton:visited {
	color: #fff;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #969696;
	border-right: 1px solid #3A3A3A;
	padding: 1px 3px 2px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0476ad;
}
a.CommandButton:hover {
	color: #fff;
	padding: 1px 3px 2px 4px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #222222;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #46a4df;
}
a.Normal:link, a.Normal:visited {
	color: #5D5E58;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.Normal:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.LoginLink:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.footer {
	color: #e9ce9f;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.Footer:link, a.Footer:visited, a.Footer:active {
	color: #e9ce9f;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a.Footer:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	color: #777;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.BreadcrumbLink:hover {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.Head {
	font-size: 12px;
	font-family: tahoma;
	color: #555555;
	background: transparent;
	font-weight: bold;
	padding: 0;
}
.NormalRed {
	color: #BD8339;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	color: #555;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;

}

.xh3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.xh1 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	padding: 0px 0 0px 7px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top:22px;
	}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
/*============================================*/
/* custom classes                             */
/*============================================*/

p {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.2em;
}

h1 { 
	color: #73521f;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 0px 0; 
}
h2 { 
	color: #73521f;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 0px 0; 
}
h3 { 
	color: #946a28;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 0px 0; 
}
h4 { 
	color: #73521f;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 5px 0 0px 0; 
}
h5 { 
	color: #000000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}
h6 { 
	color: #73521f;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}

img {
	margin:0px;
	padding:0px;
}
.img-clean {
	margin:0px;
	padding:0px;
}
.img-left {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:35px;
}
a:link,a:visited,a:active {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #73521f;
	font-weight: bold; 
	line-height: 1.2em;
	text-decoration: underline;	
}
a:hover {
	color: #e9ce9f;
	font-weight: bold; 
	text-decoration: underline;	
}


.whitey {
	color:#FFFFFF;
	line-height: 1.0em;
}
a.whitey:link,a.whitey:visited,a.whitey:active {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold; 
	line-height: 1.2em;
	text-decoration: none;	
}
a.whitey:hover {
	color: #e9ce9f;
	font-weight: bold; 
	text-decoration: underline;	
}
