@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------*/
/* ------------------------------ CSS RESET --------------------------------- */
body{
	font-family: Helvetica, Arial, sans-serif;
}
ul, li{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table{
	font-size: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Helvetica, Arial;
	list-style: none;
	vertical-align: baseline;
}
/* pesky classes reset */
/*.normal, .Normal{*/
/*	color: #000;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	border: 0;*/
/*	font-size: 10pt;*/
/*	font-family:Helvetica, Arial;*/
/*	vertical-align: baseline;*/
/*}*/
.required ~ span, .required, .tmar_TextLabelRequired {
	color:#DB003A;
}
.noteIcon {
  	color:white;
  	height: 19px;
  	font-size: 13px;
  	padding: 2px 6px;
  	border-radius: 20px;
  	display: inline-block;
}
.noteIcon:hover{
	background: #EEEEEE;
	cursor: pointer;
}
.noteIcon:active{
	background: #000;
}
#passwordNote{
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #666;
	display: none;
	font-size: 10pt;
	padding: 10px;
	position: absolute;
	width: 180px;
	z-index:1;
}
/* ---------------------------- END CSS RESET ------------------------------- */
/*----------------------------------------------------------------------------*/

/* BEGIN STANDARDS */
body{
	font-size: 11pt;
}
a, a:link, a:visited{
	color: #426693;
	text-decoration: none;
}
a:hover, a:active{
	color: #426693;
	text-decoration: underline;
}
h2, .Head1{
	font-size: 12pt;
	font-weight: bold;
}
h3{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
}
img{
	border:0;
}
p{
	margin-bottom: 10px;
}
span{
	font-size: inherit;
}
ul{
	list-style: none;
	padding: 0;
}
li{
	margin: 0 0 10px 20px;
}
/* END STANDARDS */

/* Login Class Definitions */
.LoginRegisterClass
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:link
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:visited
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:active
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:hover
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}

.LoginLoginClass
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:link
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:visited
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:active
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:hover
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}


/* Admin control links */
a.CommandButton
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
}

a.CommandButton:link
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
}

a.CommandButton:visited
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
}

a.CommandButton:active
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
}

a.CommandButton:hover
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
}


/* Page background image */
#Body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #9f9f9f;
	text-align: center;
	background: url("images/pagebackground2.png") fixed repeat-x #ebf3ea;
	/*background: #f4efe1;*/
}

/* Search box styles */
#searchbox .normalTextBox
{
	font-weight: normal;
	font-size: 12px;
	width: 194px;
	color: #B0B0B0;
	font-family: arial;
	vertical-align: top;
	background-color: transparent;
	margin: 0px;
	height: 24px;
	border: 0px;
	border-style: none;
	padding-top: 3px;
	padding-top: 4px\9;
	padding-left: 8px;
	padding-bottom: 0px;
	margin-left: -24px;
	margin-left: 0px\9;
}

/* Corrects Searchbox in Firefox */
@-moz-document url-prefix()
{
	#searchbox .normalTextBox
	{
		padding-top: 0px;
		margin-left: 0px;
	}
}

.termsclass
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}

.LoginClass
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
}

.PrivacyClass
{
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	font-family: arial;
}

.CopyrightClass
{
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	font-family: arial;
}



/* Breadcrumb menu styles */
.BreadcrumbClass
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:link
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:active
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

/* Searchbox styles */
.SearchClass
{
	font-weight: normal;
	font-size: 12px;
	color: #939393;
	font-family: arial;
	vertical-align: middle;
	background-color: transparent;
	margin: 0px;
	height: 24px;
	border: 0px;
	border-style: none;
	padding: 0px;
}

/* ----------------------------------------------------------------- */
/* Menu Styles */


.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	height: 20px;
}

.MainMenu_MenuItemSel
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	color: #FFF;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_MenuIcon
{
	font-size: 12px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 0px;
	height: 20px;
	background-color: transparent;
}

.MainMenu_MenuArrow
{
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	height: 20px;
	color: transparent;
	background-color: transparent;
}

.MainMenu_SubMenu
{
	font-size: 12px;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	height: 20px;
	background-color: #333;
}

.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}

.MainMenu_RootMenuItem
{
	font-weight: normal;
	
	color: #FFF;
	font-family: arial;
	height: 31px;
	background:url("images/Unselected.jpg");
}

.MainMenu_RootMenuItemActive
{
	font-weight: normal;
	
	color: #FFF;
	background-repeat: repeat-x;
	font-family: arial;
	height: 31px;
	background:url("images/Selected.jpg");
}

.MainMenu_RootMenuItemSel
{
	font-weight: normal;
	
	color: #FFF;
	font-family: arial;
	height: 31px;
	background:url("images/horizontalmenucenter.png");
	background-repeat: repeat-x;
}


/* ----------------------------------------------------------------- */
/*Additional XML Added Styles */

/* GENERAL Style for submenu items when not selected */
.MainMenu_Item
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	height: 20px;
	background-color: #3a463b;
	text-align: left;
	z-index: 99;
}

/* GENERAL Rollover for the Submenu */
.MainMenu_ItemSel
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #4b4b4b;
	cursor: pointer;
}

/* Styles for the submenu items when unselected */
.SubMenu
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	line-height: 20px;
	height: 20px;
	background-color: #3a463b;
	z-index: 99;
}

/* Styles for the submenu items when selected */
.SubMenu_ItemSel
{
	background-color: #576a58;
}

/* Styles for the current submenu title in menu when active */
.SubMenu_ItemActive
{
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #84af82;
}

/* Styles for the main menu items when unselected (not submenu) */
.RootMenu_Item
{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 31px;
	height: 31px;
	background-color: transparent;
}

/* Styles for the main menu items when selected (not submenu) */
.RootMenu_ItemSel
{
	padding-left: 0px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	line-height: 31px;
	height: 31px;
	padding-left: 0px;
	background-color: #4a7ae0;
	background:url("images/horizontalmenucenter.png");
	background-repeat: repeat-x;
}

/* Style for the current page title in the menu bar */
.RootMenu_ItemActive
{
	padding-left: 0px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	line-height: 31px;
	height: 31px;
	padding-left: 0px;
	background-color: #4a7ae0;
	background:url("images/horizontalmenucenter.png");
	background-repeat: repeat-x;
}

.RootMenu_leftseparator
{
	padding-left: 0px;
}

.RootMenu_rightseparator
{
	font-size: 0px;
}

/* Style for the current root tab when child page is active */
.rootmenuitem_breadcrumbcssclass
{
	padding-left: 0px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 0px;
	border-bottom-style: none;
	line-height: 31px;
	height: 31px;
	background: url("images/horizontalmenucenter.png");
	background-repeat: repeat-x;
}

/* Style for the current submenu title in menu when chile page is active */
.submenuitem_breadcrumbcssclass
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #333;
}



/* =================== Layout ==================== */

/* Centers the Page */
#center
{
/* Change the width below to change the page width, minimum 684px */
	width: 95%;
	min-width: 930px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 35px;
}


/* Top */

/* Creates Right Background Image (Curved Corner) */
#top_a
{
	background: url(images/TopRightCorner.gif) right no-repeat;
	margin-top: 24px;
	text-align: left;
	width: 100%;
	float: none;
	height: 14px;
	line-height: 0px;
	margin-bottom: -1px;
}

/* Creates Left Background Image (Curved Corner) */
#top_b
{
	background: url(images/TopLeftCorner.gif) left no-repeat;
	width: 100%;
	float: none;
	height: 14px;
	line-height: 0px;
}

#top_c
{
	background:url(images/topcenter.gif) repeat-x;
	margin-left: 12px;
	margin-right: 12px;
	float: none;
	height: 14px;
	line-height: 0px;
	font-size: 0px;
}

/* Creates the Background Color of the Logo/Register/Login Area */
#logo_a
{
	/*background:url(images/logobg.jpg) repeat;*/
	background: #7ca475;
	width: 100%;
	height: 109px;
	float: none;
}

/* Creates the Margins */
#logo_b
{
	height: 109px;
	margin-left: 12px;
	margin-right: 12px;
	float: none;
	text-align: left;
	background: url(images/wdaheader7.png) no-repeat;
}

/* Layout Area for the Logo */
#logo_c
{
	height: 69px;
	text-align: left;
	float: left;
	display: inline;
}

/* Layout Area for Register/Login */
#logo_d{
	color: #fff;
	display: inline;
	float: right;
	height: 69px;
	margin-top: -35px;
	position: relative;
	text-align: right;
	width: 190px;
	z-index: 100;
}

/* Creates the Background Color for the Horizontal Menu */
#hmenu_a
{
	width: 100%;
	height: 31px;
	background-image:url(images/HorizontalMenuCenter.png);
	background-repeat:repeat-x;
	float: none;
	margin-top: -1px;
	padding-bottom: 1px;
	clear: both;
	text-align: left;
}

/* Creates the Margins */
#hmenu_b
{
	margin-left: 12px;
	margin-right: 12px;
	float: none;
}

/* Creates the Repeating Background Image for the Horizontal Menu */
#hmenu_c
{
	width: 100%;
	height: 31px;
	float: none;
}

/* Creates the Right Background Margin */
#hmenu_d
{
	width: 100%;
	height: 31px;
	float: none;
}

/* Creates the Left Background Margin */
#hmenu_e
{
	width: 100%;
	height: 31px;
	padding-left: 7px;
	padding-right: 6px;
	float: none;
}

/* Creates the Spacing after the Horizontal Menu */
#hmenuspace_a
{
	height: 9px;
	width: 100%;
	background-color: #FFF;
	float: none;
	line-height: 0px;
	font-size: 1px;
	margin-top: -1px;
}

/* Creates the Background Color for the Breadcrumb/Search Area */
#breadcrumbsearch_a
{
	height: 24px;
	width: 100%;
	margin-top: -1px;
	background-color: #FFF;
	float: none;
}

/* Creates the Margins on the Sides of the Breadcrumb/Search Area */
#breadcrumbsearch_b{
	background: #fff;
	height: 54px;
	padding-left: 12px;
	padding-right: 12px;
	float: none;
}
#breadcrumbsearch_b p{
	color: #aaa;
	float: right;
	font-size: 10pt;
	margin: 0;
}
/* Creates the Background Imange on the Right Side of the Breadcrumb Menu */ 
#breadcrumb_a{
	height: 40px;
	width: 70%;
	background-image: url(images/BreadCrumbRight.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	display: inline;
}

/* Creates the Background Imange on the Left Side of the Breadcrumb Menu */ 
#breadcrumb_b
{
	height: 24px;
	background-image: url(images/BreadCrumbLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Creates the Repeating Background Image Behind the Breadcrumb Menu */
#breadcrumb_c
{
	height: 24px;
	background-image: url(images/BreadCrumbCenter.jpg);
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-right: 6px;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
}

#search_a
{
	height: 24px;
	width: 225px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/SearchCenter.jpg);
	background-repeat: repeat-x;
	text-align: left;
	float: right;
	display: inline;
}

#search_b
{
	height: 24px;
	width: 225px;
	background-image: url(images/SearchLeft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
	margin-right: 0px;
	background-color: transparent;
	float: right;
	display: inline;
}

/* Creates the Background Color for the Foreground Area */
#foreground_a
{
	width: 100%;
	background-color: #FFF;
	float: left;
	display: inline;
	/*z-index: 0;*/
	margin-top: 0px;
	padding-bottom: 10px;
}

#foreground_b
{
	width: 97%;
	margin-left: 12px;
	margin-right: 4px;
	padding-top: 7px;
	float: left;
	display: inline;
	/*z-index: 0;*/
	text-align: left;
}

/* 2 Equal Panes - Left Pane Layout */
#twopane_left
{
	width: 49%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 2 Equal Panes - Right Pane Layout */
#twopane_right
{
	width: 48.5%;
	text-align: left;
	margin-left: 14px;
	float: right;
	display: inline;
	vertical-align: top;
}

/* Small Left Pane, Large Right Pane - Left Pane Layout */
#smallleftpane_left
{
	width: 29%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
	/*z-index: 0;*/
}

/* Small Left Pane, Large Right Pane - Right Pane Layout */
#smallleftpane_right
{
	width: 69%;
	text-align: left;
	margin-left: 14px;
	float: right;
	display: inline;
	vertical-align: top;
	/*z-index: 0;*/
}

/* Small Right Pane, Large Left Pane - Left Pane Layout */
#smallrightpane_left
{
	width: 68.5%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
}

/* Small Right Pane, Large Left Pane - Right Pane Layout */
#smallrightpane_right
{
	width: 29%;
	text-align: left;
	margin-left: 14px;
	float: right;
	display: inline;
	vertical-align: top;
}

/* 3 Pane, Larger Center Pane - Left Pane Layout */
#threepane_left
{
	width: 26%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 3 Pane, Larger Center Pane - Center Pane Layout */
#threepane_center
{
	width: 43.6%;
	text-align: left;
	margin-left: 14px;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 3 Pane, Larger Center Pane - Right Pane Layout */
#threepane_right
{
	width: 26%;
	text-align: left;
	margin-left: 14px;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 4 Pane Home Page - Large Top Pane Layout */
#home_top
{
	width: 100%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 4 Pane Home Page - Bottom Left Pane Layout */
#home_left
{
	width: 32%;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 4 Pane Home Page - Bottom Center Pane Layout */
#home_center
{
	width: 31.7%;
	text-align: left;
	margin-left: 14px;
	float: left;
	display: inline;
	vertical-align: top;
}

/* 4 Pane Home Page - Bottom Right Pane Layout */
#home_right
{
	width: 32%;
	text-align: left;
	margin-left: 14px;
	float: left;
	display: inline;
	vertical-align: top;
}

#shins{
	width: 100%;
	background: #fff;
	height: 50px;
	float: left;
	border-bottom: 10px solid #fff;
}
#shins img{
	width: 90%;
}

#footer_a
{
	background-image: url(images/FooterCenter.png);
	background-position: left;
	background-repeat: repeat-x;
	background-color: transparent;
	width: 100%;
	float: left;
	display: inline;
	height: 175px;
	margin-top: -1px;
}

/* Creates Right Background Image (Curved Corner) */
#footer_b
{
	background-image: url(images/FooterRight.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	float: left;
	display: inline;
	height: 175px;
}

/* Creates Left Background Image (Curved Corner) */
#footer_c
{
	background-image: url(images/FooterLeft.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	float: left;
	display: inline;
	height: 175px;
}

/* Creates Background Color (White) */
#footer_d
{
	text-align: center;
	width: 100%;
	line-height: 8px;
	margin-top: 6px;
	float: left;
	display: inline;
	height: 16px;
	color: #fff;
	font-size: 8pt;
}
#footer_d a, #footer_d a:visited{
	font-size: 8pt;
	color: #fff;
	text-decoration: underline;
}
#footer_d a:hover{
	color: #000;
	text-decoration: none;
}
#searchbuttonadj
{
	margin-top: 0px;
	position: relative;
	left: 197px;
	left: 0px\9;
	float: left;
	display: inline;
	/*z-index: 99;*/
}

/* Corrects Search Button in Firefox */
@-moz-document url-prefix()
{
	#searchbuttonadj
	{
		margin-top: -24px;
	}
}

/* ============ Blackberry 5 Optimization ============ */
@media only screen and (max-device-width: 480px)
{	
	#hmenu_f
	{	
		/* Corrects Menu Alignment for Blackberry */
		float: left;
		display: inline;
		margin-top: -13px;
		margin-left: -15px;
	}
	
	#breadcrumbsearch_a
	{
		margin-top: -5px;
		float: left;
		display: inline;
	}
	
	#search_a
	{
		margin-top: 0px;
	}
	
	#search_b
	{
		padding-top: 2px;
	}
	
	#searchbuttonadj
	{
		margin-top: -2px;
	}
	
	.MainMenu_Item
	{
		background-color: transparent;
	}

	/* Corrects Menu Item colors */
	#hmenu_f a:link, a:visited
	{
		color: #FFF;
		text-decoration: none;
	}

	#hmenu_f a:hover, a:active
	{
		color: #FFF;
		text-decoration: underline;
	}

	.txt
	{
		color: #FFF;
		text-decoration: none;
	}
}



/* ============== iPhone & Android Optimization (STANDARD SCREEN LAYOUT) ============== */
@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio:0)
{
	/* Corrects List Orientation */
	#hmenu_e UL LI
	{
		float: none;
		list-style-type: disc;
		padding-left: 0px;
		padding-right: 0px;
		font-weight: normal;
	}
	
	#hmenu_f
	{	
		/* Corrects Menu Alignment */
		float: left;
		display: inline;
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#searchbuttonadj
	{
		margin-top: -24px;
		position: relative;
		float: left;
		display: inline;
		/*z-index: 99;*/
	}
	
	/* Search box styles */
	#searchbox .normalTextBox
	{
		font-weight: normal;
		font-size: 12px;
		width: 200px;
		color: #B0B0B0;
		font-family: arial;
		vertical-align: top;
		background-color: transparent;
		margin: 0px;
		height: 24px;
		border: 0px;
		border-style: none;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin-top: -2px;
	}
	
	#breadcrumb_c
	{
		padding-top:5px;
	}
	
	.MainMenu_Item
	{
		background-color: #333;
	}
	
	.RootMenu_Item
	{
		background-color: transparent;
	}
}


/* ============ Blackberry 4 Optimization ============ */

@media all_
{

/* Menu Optimization for Blackberry */
    .MainMenu_Item
	{
		/* Corrects Menu Background Color for Blackberry */
		background-color: transparent;
	}

/* Displays Layout Adjustments for Blackberry */
	

    #hmenu_f
	{	
		/* Corrects Menu Alignment for Blackberry */
		float: left;
		display: inline;
		margin-top: -13px;
		margin-left: -16px;
	}

    #hmenuspace_a
	{
		/* Adjusts Spacing After the Horizontal Menu */
		height: 24px;
	}

    #breadcrumbsearch_a
	{
		/* Corrects Breadcrumb Bar Height for Blackberry */
		height: 28px;
	}
	
    #breadcrumbsearch_b
	{
		/* Corrects Breadcrumb Bar Height for Blackberry */
		height: 28px;
	}

    #breadcrumb_a
	{
		/* Corrects Breadcrumb Bar Height for Blackberry */
		height: 28px;
	}

    #breadcrumb_b
	{
		/* Corrects Breadcrumb Bar Height for Blackberry */
		height: 28px;
	}

    #breadcrumb_c
	{
		/* Corrects Breadcrumb Bar Height for Blackberry */
		height: 28px;
	}
	
	#search_b
	{
		padding-top: 0px;
	}
	
	/* Corrects Search Box in */
	#searchbuttonadj
	{
		/* margin-top: -27px; */
		top: 0px;
		position: relative;
		left: 197px;
		float: left;
		display: inline;
		/*z-index: 99;*/
	}

	/* Corrects Menu Item colors */
	#hmenu_f a:link, a:visited
	{
		color: #FFF;
		text-decoration: none;
	}

	#hmenu_f a:hover, a:active
	{
		color: #FFF;
		text-decoration: underline;
	}
}

/* ============== iPad FIT SCREEN Optimization ============== */
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:0)
{
	/* Centers the Page */
	#center
	{
	/* Change the width below to change the page width, minimum 684px */
		width: 750px;
	}
	
	#breadcrumb_a
	{
		/* Resizes Breadcrumb Width */
		width: 510px;
	}
	
    #searchbox .normalTextBox
	{
		/* Resizes Search Box */
		width: 185px;
	}
	
    #search_a
	{
		/* Resizes Search Box */
		margin-top: 0px;
		width: 208px;
	}
	
    #search_b
	{
		/* Resizes Search Box */
		width: 208px;
		top: 0px;
		position: relative;
	}
	
	#searchbuttonadj
	{
		position: relative;
		left: 180px;
		float: left;
		display: inline;
		/*z-index: 99;*/
	}
}

/* ============== iPhone & Android FIT SCREEN Optimization ============== */

@media only screen and (max-device-height: 960px) and (max-device-width: 540px) and (max-width:960px) and (-webkit-min-device-pixel-ratio:0)
{
	
/* Displays Layout Panes Vertically Rather than in Columns */
    #twopane_left
	{
		width: 100%;
	}
	
    #twopane_right
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
    #smallleftpane_left
	{
		width: 100%;
	}

    #smallleftpane_right
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#smallrightpane_left
	{
		width: 100%;
	}
 
    #smallrightpane_right
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
    #threepane_left
	{
		width: 100%;
	}
	
    #threepane_center
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
    #threepane_right
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
    #home_top
	{
		width: 100%;
	}
	
    #home_left
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#home_center
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#home_right
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	
	
/* Displays Layout Adjustments for iPhone & Android (FIT SCREEN LAYOUT) */
	
    #center
	{
		/* Adjusts the Width of the Site to Fill the Screen */
		width: 100%;
	}
	
    #top_a
	{
		/* Adjusts the Amount of Background Spacing at the Top of the Screen */
		margin-top: 10px;
	}
	
	#logo_d
	{
		/* Adjusts the Login/Register Area */
		width: 100px;
	}
	
	#hmenu_b
	{
		margin-left: 1px;
		margin-right: 1px;
	}
	
	#hmenu_e
	{
		/* Adjusts Margins on the Sides of Horizontal Menu */
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#hmenu_f
	{	
		/* Corrects Menu Alignment */
		margin-left: 7px;
	}
	
    #hmenuspace_a
	{
		/* Adjusts Spacing After the Horizontal Menu */
		height: 12px;
	}
	
	#breadcrumbsearch_a
	{
		/* Resizes Breadcrumb and Search Area */
		height: 52px;
	}
	
	#breadcrumb_a
	{
		/* Resizes Breadcrumb Width */
		width: 100%;
	}
	
	#breadcrumb_c
	{
		padding-top: 5px;
	}
	
    #search_a
	{
		/* Resizes Search Box */
		margin-top: 4px;
		width: 135px;
	}
	
    #search_b
	{
		/* Resizes Search Box */
		width: 135px;
		top: 0px;
		position: relative;
	}
	
	#searchbuttonadj
	{
		margin-top: -2px;
		position: relative;
		left: 108px;
		float: left;
		display: inline;
		/*z-index: 99;*/
	}
	
	/* Search box styles */
	#searchbox .normalTextBox
	{
		font-weight: normal;
		font-size: 12px;
		width: 107px;
		color: #B0B0B0;
		font-family: arial;
		vertical-align: top;
		background-color: transparent;
		margin: 0px;
		height: 24px;
		border: 0px;
		border-style: none;
		padding-top: 0px;
		padding-left: 8px;
		padding-bottom: 0px;
		margin-top: -2px;
		margin-left: -20px;
	}
	
	#foreground_b
	{
		width: 93%;
	}

	#footer_b
	{
		/* Uses Smaller Footer Image */
		background-image: url(images/FooterRightMobile.jpg);
	}
	
    #footer_c
	{
		/* Uses Smaller Footer Image */
		background-image: url(images/FooterLeftMobile.jpg);
	}
	


/* Displays Menu Adjustments for iPhone & Android */

	.RootMenu_Item
	{
		font-size: 12px;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.RootMenu_ItemSel
	{
		font-size: 12px;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.RootMenu_ItemActive
	{
		font-size: 12px;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.rootmenuitem_breadcrumbcssclass
	{
		font-size: 12px;
	}
}

/* Android X Device Optimization */
@media only screen and (max-device-height: 500px) and (min-width: 500px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio:0)
{	
	#searchbuttonadj
	{
		margin-top: -22px;
	}
}

/*BUTTON STYLES*/
.browserButton, .button, #dnn_ctr856_ManagePassword_btnUpdatePasswordChange, .standardbutton{
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 9%, rgba(219,219,219,1) 24%, rgba(237,237,237,1) 55%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(237,237,237,1)), color-stop(24%,rgba(219,219,219,1)), color-stop(55%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 9%,rgba(219,219,219,1) 24%,rgba(237,237,237,1) 55%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 9%,rgba(219,219,219,1) 24%,rgba(237,237,237,1) 55%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 9%,rgba(219,219,219,1) 24%,rgba(237,237,237,1) 55%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 9%,rgba(219,219,219,1) 24%,rgba(237,237,237,1) 55%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	padding: 5px 10px;
	border: 1px solid #aaa;
	/*float: left;*/
	margin: 10px 10px 0 0;
	color: #000;
}
.browserButton:hover, .button:hover, .standardbutton:hover, #dnn_ctr856_ManagePassword_btnUpdatePasswordChange:hover{
	color: #000;
	background: #c9c9c9;
	border: 1px solid #444;
}
.browserButton a:hover, .button a:hover, .standardbutton a:hover, #dnn_ctr856_ManagePassword_btnUpdatePasswordChange a:hover{
	color: #000;
	text-decoration: none;
}

.tmar_myor_searchBox{
	background: #fff;
}

/* ========================== START SHOPPING CART =========================== */
#shoppingCartTable{
	color: #000;
	text-align: right;
	padding: 0 20px;
}
#shoppingCartTable tr{
	background: transparent;
}
#shoppingCartTable td{
	background: #fff;
	text-align: right;
	border-bottom: solid 1px #eaeaea;
	color: #000;
	padding: 10px;
}
.deleteButton, .cartCheckout{
	margin-top: 5px;
	border: 1px solid transparent;
}
.deleteButton:hover, .cartCheckout:hover{
	border: 1px solid #666;
}
.shoppingCartTotal{
	font-weight: bold;
}
.totalNote{
	margin-top: 10px;
	max-width: 150px;
	font-size: 9pt;
	color: #759b6f;
	float: right;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
/* =========================== END SHOPPING CART ============================ */
/* ============================ START DONATIONS ============================= */
#donationList{
	/*width: 100%;*/
}
#donationList tr{
	
}
#donationList td{
	color: #000;
}
.productName{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 40px 0 0;
}
.productPrice{
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 0 20px 18px 0;
}
#donationList input{
	margin: 0;
}

select, .tmar_prde_SelectPrice{
	float: left;
	width: 280px;
}

.donation-section td {
	text-align:left!important;
	background-color:white!important;
}
.donation-section h3 {
	margin-bottom: 0px!important;
}

/* ============================= END DONATIONS ============================== */
.loginAlert{
	background: url('http://rodenbeek.com/preview/alert.png') no-repeat #f2f2f2;
	text-align: center;
	padding: 20px 60px;
	margin: 20px 40px;
	border: 1px solid #aaa;
}

/* OFFICERS PAGE */
.officers{
     border-top: 3px solid #ddd;
     float: left;
     margin-top: 10px;
     padding: 10px 0;
     width: 100%;
}
.officers .left{
	float: left;
	margin-right: 1%;
	width: 25%;
}
.officers .right{
	float: right;
	width: 74%;
}
.officers img{
	float: left;
	margin-right: 20px;
}

.officers ul{
	float: left;
	margin: 10px 0;
}
.officers li{
	margin-bottom: 5px;
}

/*NORDIC SECTION*/
#nordNav{
	width: 100%;
	height: 20px;
	background: #222;
	margin: 0 0 10px 0;
	padding: 5px;
}
#nordNav ul{
	padding: 0;
	text-align: center;
}
#nordNav li{
	display: inline;
	margin: 0;v 
}
#nordNav li a{
	padding: 5px 10px;
}
#nordNav a{
	color: #fff;
}
#nordNav li a:hover{
	background: #444;
	color: #fff;
	text-decoration: none;
}

/*TOM THORNE IMAGE ARCHIVES*/

/*IMAGE GALLERIES*/
#wrapper{
width: 95%;
padding: 20px;
margin: 0 auto;
float: left;
}
#wrapper h3{
height: 30px;
text-align: center;
}
#wrapper h3 a{
font-size: 12pt;
color: #315c82;
}
#wrapper h3 a:hover{
color: #6699cc;
}
#leftBox{
float: left;
width: 43%;
padding: 20px;
text-align: center;
}
#rightBox{
float: right;
width: 43%;
padding: 20px;
text-align: center;
}
.imageBox{
text-align: center;
width: 250px;
height: 250px;
background: #315c82;
border: 2px solid #fff;
}
.imageBox:hover{
border: 2px solid #315c82;
}
#yogile{

}
#yogile a{
text-decoration: none;
color: #6699cc;
}
#yogile a:hover{
color: #c7e5ff;
}
#introduction{
width: 100%;
margin: 0 0 10px 0;
text-align: justify;
color: #000;
border-bottom: 2px solid #315c82;
padding-bottom: 20px;
}
#introduction p{
margin: 0;
}
#yogileContent{
width: 100%;
padding: 0 10px;
}
#yogileContent h5{
padding: 10px 0 0 20px;
background: #fff;
margin: 0;
}
#yogileContent p{
background: #fff;
text-align: justify;
padding: 0 10px;
margin: 0;
}
#yogileAlbums{
width: 30%;
color: #000;
float: left;
margin-right: 20px;
}
#yogileAlbums a{
text-decoration: underline;
}
#yogileAlbums p{
color: #315c82;
font-size: 9pt;
}
#yogileAlbums h4{
color: #315c82;
margin: 20px 0 0 0;
}
#yogileInstructions{
width: 65%;
color: #826a31;
float: left;
}
#yogileInstructions h4{
color: #826a31;
margin: 20px 0 0 0;
}
#yogileInstructions h5{
font-size: 10pt;
}
#yogileInstructions p{
font-size: 10pt;
}
#yogileInstructions li{
margin-bottom: 10px;
}
#yogileContact{
width: 100%;
float: left;
padding: 20px;
}

/*TOM THORNE AND BETTY GALLERIES LANDING PAGE*/


/*PAGE SIDEBAR*/
.pageSidebar{
	/*background-color: #e6f4ff;*/
	/*border-bottom: solid 5px #a8d8ff;*/
	background-color: #ebf3ea;
	border-bottom: solid 5px #cadfc8;
	margin-top: 0;
	padding: 10px 10px 0 0;
}
.pageSidebar li, .societyServices li{
	margin-left: 10px;
	margin-top: 0;
}
.pageSidebar a, .pageSidebar a:visited, .pageSidebar a:active{
	color: #3a5f36;
	font-weight: bold;
	font-size: 11pt;
}
.pageSidebar a:hover{
	color: #3a5f36;
}

.Head{
	padding: 5px 0;
}
.Grey_Mid{
	margin: 0 auto;
}
.ModuleTitle_SubMenu{
	background: #fff;
	border: 1px solid #ffff97;
	padding: 5px;
	z-index: 99;
}
.pageSidebar ul{
	background: #d9e8d7;
	margin: 5px 0;
	padding: 10px 10px 5px 10px;
}
.pageSidebar ul li{
	margin-left: 10px;
}
.pageSidebar ul a, .pageSidebar ul a:hover, .pageSidebar ul a:active{
	font-size: 10pt;
}

/*SOCIETY SERVICES*/
.societyServices{
	margin-top: 0;
	padding: 10px 10px 0 0;
	text-align: center;
}
.societyServices .button{
	margin: 0 0 20px 0;
	width: 150px;
}

.societyServices ul, .societyServices li{
	margin: 0;
	padding: 0;
}

/*button issue for renewal form*/
.RepeaterRow_NoBorderDefaultPersonifyRepeater table{
	margin: 0 !important;
	padding: 0 !important;
}

/*RSS FEED*/
.DNN_NewsFeedsContent h4, .DNN_NewsFeedsContent h4 a{
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.DNN_NewsFeedsContent h6, .DNN_NewsFeedsContent h6 a{
	margin: 0;
}
.DNN_NewsFeedsContent p{
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

/*PRODUCT LISTING*/
.ProductListingContent{
	
}

#blogNav{
	width: 100%;
	height: 20px;
	background: #222;
	padding: 5px;
}

/*renew form custom buttons*/
.dxb span{
	font-size: 9pt !important;
	font-weight: normal !important;
	text-align: center !important;
}

/*Registration red required fields */
.tmar_textlabelrequired{
	color: #DB003A!important;
}
input[id*=WebUser_Password_Confirm] {
	position:relative;
	top:-8px;
}

