@import url("css/variations/stylesheetwidget.css");

*, html {
	margin: 0;
	padding: 0;
}

/*----------Universal Items----------*/
a, a:link, a:visited {
	color: #0D55A4;
	font-family: Arial,sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

ul {
	margin: 0 0 0 20px;
}

/*--------- Styles ----------*/
body {
	background: #edc485 url(graphics/bg.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans serif;
	color: #333333;
}

form, #form {
	text-align: center;
}

.Normal {
	font-size: 12px;
}

code {
	color: #666666;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}

h1 {
	color:#42689d;
	text-align: left;
}

h2 {
	text-align: left;
}

h3 {
	text-align: left;
}

h4, h5, h6 {
	text-align: left;
}

/*----Content Area Styles----*/
#PageWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#MasterContent {
	vertical-align: top;
	float: left;
	padding: 5px 35px;
	margin: 0 auto;
	background: url(graphics/page_bg.png) repeat-y;
}

/*----------Header----------*/
#Header {
	width: 100%;
	text-align: left;
	position: relative;
}

#HeaderContent {
	width: 100%;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#HeaderContentLeft {
	float: left;
	width: 525px;
	margin-left: 115px;
}

#HeaderLeft {
}

#HeaderContentRight {
	float: right;
	text-align: right;
	padding: 5px;
	width: 200px;
	position: relative;
}

#Logo {
	float:left;
	position: absolute;
	top: 10;
	left: 0;
	z-index: 500;
}

#Banner {
	height: 124px;
	background: url(graphics/homepg_banner.jpg) no-repeat;
	position: relative;
	z-index: 100;
}

#Banner_Internal {
	height: 124px;
	background: url(graphics/internal_banner.jpg) no-repeat;
	position: relative;
	z-index: 100;
}

/*----------Body classes----------*/
#SiteMenu {
	height: 25px; 
	line-height: 25px; 
	background: #eae7d0; 
	width: 100%;
	position: relative;
	z-index: 200;
}

/*----------Search Control----------*/
#search input {
	font-size: 1em;
	color: #022141;
	height: 21px;
	margin-bottom: 3px;
	margin-right: 3px;
	border: 1px solid #b9bc99;
	width: 120px;
	position: absolute;
	top: 5px;
	right: 60px;
}

#search label {
	margin-top:3px;
	margin-bottom:5px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.user {
	float: right;
}

/*----------CONTENT PANES----------*/
#MainContent_Section1 {
	float:left;
	width: 100%;
}

#dnn_ContentPane, #ContentPane {
	width: 510px;
	float: left;
	margin: 5px 10px 0 10px;
}

#dnn_ContentPaneLeft, #ContentPaneLeft {
	width: 190px;
	float: left;
}

#dnn_ContentPaneRight, #ContentPaneRight {
	width: 190px;
	float: left;
	margin-top: 7px;
}


#dnn_ContentPaneMidRight, #ContentPaneMidRight {
	width: 700px;
	float: left;
	margin: 5px 10px 0 10px;
}

/*----------Footer----------*/
#FooterContent {
	float:left;
	width: 100%;
	color: #42689d;
}

#FooterContent a, #FooterContent a:hover {
	color: #42689d;
	text-decoration: none;
}

#dnn_FooterPaneMiddle, #FooterPaneMiddle {
	width: 490px;
	float: left;
	border-top: 1px solid #b9bc99;
	margin: 0 10px;
	padding: 10px 5px;
}

#dnn_FooterPaneLeft, #FooterPaneLeft {
	width: 200px;
	float: left;
	padding: 10px 5px;
}

/*----------Navigation Menu----------*/
#navHContainer { 
	display: block; 
	width: 800px; 
} 

#nav ul, #ParentTabs ul { 
	position: absolute; 
	left: 120px; 
	top: 0;
	padding: 0; 
	margin: 0; 
	list-style: none; 
	float: left; 
	width: auto; 
} 

#nav li, #ParentTabs li { 
	position: relative; 
	float: left; 
	list-style: none; 
} 

/* second-level lists */
#nav li ul, #ParentTabs li ul { 
	position : absolute; 
	left: -999em; 
	width: 160px; 
	background-color: #eae7d0; 
	border: 1px solid #ccc; 
} 

#nav li a, #ParentTabs li a {  
	display: block; 
	text-decoration: none;
	font-weight: bold; 
	padding: 0 30px 0 0;
	color: #300; 
} 

#nav li li a, #ParentTabs li li a { 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	width: 160px;
	text-decoration: none;
	font-weight: bold; 
	padding: 2px; 
	color: #300; 
} 

#nav li a:hover, #ParentTabs li a:hover { 
	color: #42689d; 
} 

#nav li a.SelectedTab, #ParentTabs li a.SelectedTab { 
	color: #42689d; 
} 

#nav .DisabledTab, #ParentTabs .DisabledTab { 
	color: #ccc; 
} 

/* no need to change these hover classes 
unless you need more than 4 levels */ 
#nav li:hover ul ul, #ParentTabs li:hover ul ul,
#nav li:hover ul ul ul, #ParentTabs li:hover ul ul ul, 
#nav li:hover ul ul ul ul, #ParentTabs li:hover ul ul ul ul, 
#nav li.iehover ul ul, #ParentTabs li.iehover ul ul, 
#nav li.iehover ul ul ul, #ParentTabs li.iehover ul ul ul, 
#nav li.iehover ul ul ul ul, #ParentTabs li.iehover ul ul ul ul{ 
	left: -999em; 
} 

#nav li:hover ul, #ParentTabs li:hover ul, 
#nav li.iehover ul, #ParentTabs li.iehover ul { 
	top: 1.6em; 
	left:0; 
} 

#nav li li:hover ul, #ParentTabs li li:hover ul, 
#nav li li li:hover ul, #ParentTabs li li li:hover ul, 
#nav li li.iehover ul, #ParentTabs li li.iehover ul, 
#nav li li li.iehover ul, #ParentTabs li li li.iehover ul { 
	top: 0; 
	left:12.8em; 
}

#navContainerBorder, #ParentTabsContainerBorder { 
	padding: 2px; 
	border: 1px solid #ccc; 
	height: 30em; 
} 

#navContainer, #ParentTabsContainer { 
	border:1px solid #ccc; 
	background-color: #eae7d0; 
	height: 30em; 
	width: 160px; 
	vertical-align: top; 
	padding: 10px 5px; 
} 

/*----------Child Navigation Menu----------*/
#ChildTabs {
	padding: 10px 0 10px 10px;
	text-align: left;
}

#ChildTabs ul {
	list-style: none;
	margin: 0;
	padding: 0
} 

#ChildTabs li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0
}

#ChildTabs a {
	color: #42689d;
	font-weight: bold;
	text-decoration: none;
}

#ChildTabs .SelectedTab {
	background: url(graphics/arrows.gif) no-repeat left center;
	padding: 5px 0 0 10px;
	margin-left: 0px;
}