/* 2 Column CSS Document */

@import url(base.css);
@import url(type.css);

/* HTML Styles
----------------------------------------------------- */

body {
	font-family: Georgia, Times New Roman, serif;
	text-align: center;
	color: #333;
	background-color: #FEFEE1;
	background: #FEFEE1  url(bodyBorderBottom.jpg) repeat-x scroll bottom left;
}

a {
	color: #7C8F87;
	text-decoration: none;
	padding-bottom: 2px;
}

a:visited {
	color: #666;
}

a:hover {
	color: #E0EC99;
}

a:active {
	background-color: #FEFEA0;
	color: #666;
}

h1 {
	font-weight: 600;
}

h2 {
	color: #808E40;
}

em {
	font-style: italic;
	font-weight: 600;
}

strong {
	font-weight: 700;
}


/* Page Container Styles
----------------------------------------------------- */

div#container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}


/* Header Styles
----------------------------------------------------- */

div#header {
	padding: 0;
	text-align: left;
	background: #FEFEE1  url(headerBG.jpg) no-repeat scroll top center;
	height: 234px;
}

div#branding {
	color: #333;
	font-weight: 600;
	margin: 0;
	font-size: 2.25em; /* 16x2.25=36px */
	line-height: 1em;/* 36x1=36px */
	padding: 18px 0 0 18px;
}

	

div#tagline {
	color: #333;
	float: right;
	font-size: 1.5em; /* 16x1.5=24px */
	line-height: 1.5em;/* 24x1.5=36px */
	width: 480px;
	text-align: left;
	clear: right;
	height: 150px;
	margin-top: -36px;
}

span#skipToContent {
	float: right;
	clear: right;
}


div#navMain {
	margin: 108px 0 0 0;
}

div#navMain ul {
	padding-top: 3px;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #FEFEA0;
}

div#navMain ul li a {
	padding: 0 5px;
	color: #FFF;
	border: 0;
}

div#navMain ul li a:visited {
	color: #ADFEEC;
}

div#navMain ul li a:hover {
	color: #E0EC99;
}

div#navMain ul li a:active {
	background-color: #666;
}

/* Content Wrapper Style
----------------------------------------------------- */
div#content {
	width: 100%;
	text-align: left;
	padding: 18px 0 54px 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* Content Styles
----------------------------------------------------- */
div.contentMain {
	float: left;
	width: 390px;
}

div.contentMain a {
	color: #7C8F87;
	text-decoration: none;
	border-bottom: 1px solid #7c8F87;
	padding-bottom: 2px;
}

div.contentMain a:visited {
	color: #666;
}

div.contentMain a:hover {
	color: #E0EC99;
}

div.contentMain a:active {
	background-color: #FEFEA0;
	color: #666;
}

div.contentSub {
	width: 390px;
	float: right;
}



div.contentSub ul li {
	list-style: square;
}

div.contentSub ol li {
	margin-left: 25px;
}

div.contentSub a {
	color: #7C8F87;
	text-decoration: none;
	border-bottom: 1px solid #7c8F87;
	padding-bottom: 2px;
}

div.contentSub a:visited {
	color: #666;
}

div.contentSub a:hover {
	color: #E0EC99;
}

div.contentSub a:active {
	background-color: #FEFEA0;
	color: #666;
}

/* Local Navigation Styles
----------------------------------------------------- */
div.navLocal {
	float: left;
	width: 390px;
	clear: left;
}

div.navLocal a {
	color: #7C8F87;
	text-decoration: none;
	border-bottom: 1px solid #7c8F87;
	padding-bottom: 2px;
}

div.navLocal a:visited {
	color: #666;
}

div.navLocal a:hover {
	color: #E0EC99;
}

div.navLocal a:active {
	background-color: #FEFEA0;
	color: #666;
}



div.navLocal p {
	padding: 0 10px;
}

/* Additional Content Styles
----------------------------------------------------- */

div.contentAdditional {
	float: right;
	width: 390px;
}

div.contentAdditional a {
	color: #7C8F87;
	text-decoration: none;
	border-bottom: 1px solid #7c8F87;
	padding-bottom: 2px;
}

div.contentAdditional a:visited {
	color: #666;
}

div.contentAdditional a:hover {
	color: #E0EC99;
}

div.contentAdditional a:active {
	background-color: #FEFEA0;
	color: #666;
}

/* Footer Styles
----------------------------------------------------- */

div#footer {
	clear: both;
	text-align: left;
	padding: 0 10px;
	border-top: 1px solid #DBDCBF;
	border-left: 1px solid #DBDCBF;
	border-right: 1px solid #DBDCBF;
	margin-top: 18px;
}

div.navAdditional {
	padding: 18px 0;
}

div.navAdditional ul li {
	display: inline;
	list-style-type: none;
}

div.navAdditional ul li a {
	margin: 0 5px;
	display: block; 
	float: left;
	padding: 3px 5px;
	border: 0;
}


div.navAdditional ul li a:hover {
	background-color: #ADFEEC;
	color: #666;
}

div.navAdditional a {
	color: #7C8F87;
	text-decoration: none;
	border-bottom: 1px solid #7c8F87;
	padding-bottom: 2px;
}

div.navAdditional a:visited {
	color: #666;
}

div.navAdditional a:hover {
	color: #E0EC99;
}

div.navAdditional a:active {
	background-color: #FEFEA0;
	color: #666;
}

#dnnNav {
	padding-left: 10px;

}

#dnnNav a {
	color: #7C8F87;
	}
	
#login {
	color: #FEFEE1;

}

#login a {
	color: #FEFEE1;

}

#login a:hover {
	color: #FEFEE1;

}

#copyright {
	font-size: 0.75em; /* 16x0.75=10px */
	padding: 0 0 0 10px;
	text-align: left;
	height: 36px;
	color: #666;
	margin: 0;
}

.note {
	background-color: #e8effb;
	color: #666;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* background/border colors for the selected tab */
.TabBg {
	background-color: #666;
	border: 0;
}

/* text style for the selected tab */
.SelectedTab {
	font-size: 12px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight: 600;


	text-decoration: none;
	font-size: 12px;
		padding: 0 5px;
	color: #FFF;
	border: 0;
}

A.SelectedTab:visited  {
	font-weight: 400;
	color: #ADFEEC;
}

A.SelectedTab:hover    {
	color: #E0EC99;
	}

A.SelectedTab:active   {
	background-color: #666;
}



/* text style for the unselected tabs */
.OtherTabs {
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	padding: 0 5px;
	color: #FFF;
	border: 0;
}
 

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	padding: 0 5px;
	color: #FFF;
	border: 0;
}

A.OtherTabs:visited  {
	font-weight: 400;
	color: #ADFEEC;
}

A.OtherTabs:hover    {
	color: #E0EC99;
}

A.OtherTabs:active   {
	background-color: #666;
}

   
   
/* GENERAL */
/* style for module titles */
.Head   {
	font-size: 14px;
	font-weight: 600;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: left;
}

.NormalRed
{
	color: #FF0000;
	font-weight: 600;
	padding: 5px;
	background-color: #DDD;
}

.NormalBold
{
	font-weight: 600;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-size: 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-size: 12px;
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
	font-size: 12px;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: left;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
}

.ModuleTitle_MenuBar {
	font-size: 14px;
	font-weight: 600;
}

.ModuleTitle_MenuItem {
	font-size: 14px;
	font-weight: 600;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #666;
	font-size: 14px;
	font-weight: 600;
}

 
.ModuleTitle_MenuArrow {

}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
/* SOLPARTMENU Styles */

.MainMenu_MenuContainer {
	border: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: 600;
	float: right;
	text-align: right;
	valign: top;
}

.MainMenu_MenuBar {
	border: 0;
	height: 18px;
	font-size: 14px;
	valign: top;
	float: right;
	text-align: right;
}

.MainMenu_MenuItem {
	font-weight: 600;
	padding: 0 5px;
	color: #FFF;
	border: 0;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	border: 0;
	valign: top;
}


.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	border: 0;
	font-size: 14px;
	background-color: #666;
}

.MainMenu_MenuBreak {
	border: 0;
}

.MainMenu_MenuItemSel {
	font-weight: 600;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #666;
	font-family: Georgia, Times New Roman, serif;
	border: 0;
}



.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

/* Login Styles */
.LoginPanel{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
}



/* Module Properties */



.moduleButtons {
	text-align: right;
}




