/* 3 Column Nav Right 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: #FFF;
}

a {
	color: #6C8FC0;
}

a:visited {
	color: #666;
}

a:hover {
	color: #999;
}

a:active {
	color: #333;
	background-color: #EEE;
}

em {
	font-style: italic;
	font-weight: 600;
}

strong {
	font-weight: 700;
}

th {
	font-weight: 600;
}

h1 {
	font-weight: 600;
	color: #003366;
	font-family: Georgia, Times New Roman, serif;
	font-size: 200%;
}

h2 {
	color: #F68935;
}


/* Page Container Styles
----------------------------------------------------- */

div#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/* Header Styles
----------------------------------------------------- */

div#header {
	text-align: left;
	background: #FFF  url(headerBG.jpg) no-repeat scroll top left;
	height: 198px;
	margin: 0;
	padding: 0;
}

div#branding {
	font-size: 1.5em; /* 16x1.5=24px */
	line-height: 1.5em;/* 24x1.5=36px */
	font-weight: 600;
	padding-left: 200px;
	padding-top: 108px;
	color: #F68935;
}

div#tagline {
	padding: 0 0 0 18px;
	font-size: 1.125em; /* 16x1.125=18px */
	line-height: 2em;/* 18x2=36px */
	margin-top: -144px;
	color: #FFF;
}

span#skipToContent {
	float: right;
}

span#skipToContent a {
	font-size: small;
	color: #6C8FC0;
}

div#navMain {
	margin: 0 0 0 13px;
	padding: 0;
}

div#navMain ul {
	margin: 0;
	padding: 0;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navMain ul li a {
	padding: 0 5px;
	color: #FEE239;
}


/* Content Wrapper Style
----------------------------------------------------- */

div#content {
	float: left;
	width: 710px;
	text-align: left;
	background: #FFF url(contentBG.jpg) no-repeat scroll top left;
}


/* Content Styles
----------------------------------------------------- */

div.contentMain {
	float: left;
	width: 190px;
}



div.contentSub {
	width: 110px;
	float: right;
	text-align: right;
	height: 162px;
	overflow: hidden;
}

div.contentSub ul li {
	list-style: square;
}

div.contentSub ol li {
	margin-left: 25px;
}


/* Local Navigation Styles
----------------------------------------------------- */
div.navLocal {
	float: right;
	width: 230px;
	text-align: left;
	background: #FFF  url(navLocalBorder.jpg) no-repeat scroll top left;
	height: 396px;
}

div.navLocal a{
	text-align: left;
	color: #6c8fc0;
}

div.navLocal p {
	padding: 0 10px;
}


/* Additional Content Styles
----------------------------------------------------- */

div.contentAdditional {
	clear: both;
	width: 100%;
}

div.contentAdditional p {
	padding: 0 10px;
}

div.contentAdditional p:first-line {
	font-size: 1.125em; /* 16x1.125=18px */
	line-height: 2em;/* 18x2=36px */
	font-weight: 600;
}


/* Footer Styles
----------------------------------------------------- */

div#footer {
	clear: both;
	width: 100%;
	text-align: left;
}

div.navAdditional {
	padding: 15px 0 18px 0;
	border-top: 3px dotted #666;
	background-color: #EEE;
	margin: 0;
}

div.navAdditional ul {
	padding: 0 0 0 13px;
	margin: 0;
}

div.navAdditional ul li {
	display: inline;
	list-style-type: none;
}

div.navAdditional a {
	padding: 0 5px;
	color: #6c8fc0;
	
}

#login {
	color: #FFFFFF;
	}

#login a{
	color: #FFFFFF;
	}
		
#copyright {
	font-size: 0.75em; /* 16x0.75=10px */
	padding: 18px 18px;
	background-color: #6C8FC0;
	color: #FFF;
}

.note {
	background-color: #e8effb;
	color: #666;
}



/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */


/* 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;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 12px;
}

A.SelectedTab:visited  {
	font-weight: 400;
}

A.SelectedTab:hover    {
	color: #FFF;
}

A.SelectedTab:active   {
	background-color: #333;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: 600;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 12px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight: 600;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 12px;
}

A.OtherTabs:visited  {
	font-weight: 400;
}

A.OtherTabs:hover    {
	color: #FFF;
}

A.OtherTabs:active   {
	background-color: #333;
}

/* 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: #EEE;
	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;
	color: #FFD366;
	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: #333;
	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;
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Module Properties */

.moduleBox {

}

.moduleTitle {

}

.moduleContent {

}

.moduleButtons {
	text-align: right;
}





