/* 3 Column 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: url(bg-blackYellowLine.jpg) repeat-x scroll top left;
}

a {
	color: #016DD0;
	font-weight: 600;
}

a:visited {
	font-weight: 400;
}

a:hover {
	color: #00396D;
}

a:active {
	color: #CCC;
}

em {
	font-style: italic;
	font-weight: 600;
}

strong {
	font-weight: 700;
}

th {
	font-weight: 600;
}



/* Page Container Styles
----------------------------------------------------- */

div#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}


/* Header Styles
----------------------------------------------------- */

div#header {
	text-align: left;
	padding: 72px 0 0 0;
	margin: 0;
	height: 54px;
}

div#header a:hover {
	color: #FFF;
}

div#branding {
	font-size: 1.375em; /* 16x1.375=22px */
	font-weight: 600;
	padding: 0;
	margin: 0 0 -72px 0;
	float: left;
	height: 72px;
}

div#tagline {
	padding: 0;
	margin: -54px 0 0 0;
	font-size: 0.875em; /* 16x0.875=14px */
	color: #FFF;
	float: left;
	clear: left;
}

span#skipToContent 
{
    margin: -72px 0 0 0;
	padding: 0;
	float: right;
}

span#skipToContent a {
	font-size: 0.625em; /* 16x0.625=10px */
	color: #999;
	text-decoration: none;
	font-weight: 400;
	font-varient: small-caps;
}

div#navMain {
	padding: 0;
	margin: -54px 0 0 260px;
	float: right;
	clear: right;
	text-align: right;
	color: #FFF;
}

div#navMain table tr td {
	height: 18px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.875em; /* 16x0.875=14px */
}

div#navMain table tr td a{
	color: #FFD366;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
}

div#navMain ul li a {
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
}



/* Content Wrapper Style
----------------------------------------------------- */

div#content {
	float: left;
	width: 630px;
	text-align: left;
	background: url(travel-fun-sun.jpg) no-repeat scroll top left;
	padding-top: 252px;
}


/* Content Styles
----------------------------------------------------- */

div.contentMain {
	float: left;
	width: 310px;
	padding-top: 10px;
}

div.contentMain .moduleBox {
	padding: 0 10px;
}

div.contentSub {
	width: 310px;
	float: right;
	background: url(bg-yellowLine.jpg) repeat-x scroll top left;
	text-align: left;
	padding-top: 10px;
}

div.contentSub ol {
	padding: 0 10px 0 25px;
}

div.contentSub ul {
	padding: 0 10px 0 0;
}

div.contentSub .moduleBox {
	padding: 0 10px;
}

/* Local Navigation Styles
----------------------------------------------------- */

div.navLocal {
	float: right;
	width: 310px;
	text-align: left;
	height: 252px;
	overflow: hidden;
}

div.navLocal .moduleContent {
	margin-top: 10px;
}

div.navLocal .moduleContent table tr td {
	margin: 0;
	padding: 0;
	valign: middle;
}

div.navLocal .moduleContent table tr td a{
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 0 5px 3px 5px;
	width: 290px;
	color: #016DD0;
	font-weight: 600;
	margin: 0;
	height: 18px;
}

div.navLocal .moduleContent table tr td a:visited {
	font-weight: 400;
}

div.navLocal .moduleContent table tr td a:hover {
	color: #00396D;
}

div.navLocal .moduleContent table tr td a:active {
	background-color: #EEEEEE;
}

div.navLocal .moduleBox {
	padding-left: 10px;
	padding-right: 10px;
}


/* Additional Content Styles
----------------------------------------------------- */

div.contentAdditional {
	float: right;
	clear: right;
	width: 310px;
	text-align: left;
	background: url(bg-testimonial.jpg) no-repeat scroll top left;
	margin-top: 5px;
	height: 121px;
	text-align: left;
}

div.contentAdditional .Head {
	padding: 0 0 0 45px;
}

div.contentAdditional .Normal {
	padding: 10px 35px 0 25px;
}


/* Footer Styles
----------------------------------------------------- */

div#footer {
	clear: both;
	width: 100%;
	text-align: left;
	font-weight: 400;	
}

div.navAdditional {
	padding: 18px 0;
	background: #333;
	color: #DDD;
	margin: 18px 0 18px 0;
}

div.navAdditional a {
	font-weight: 400;
	padding: 0 5px;
	color: #FFF;
}

div.navAdditional a:hover {
	color: #FFD366;
}

div.navAdditional ul li {
	display: inline;
	list-style-type: none;
}

div.navAdditional ul li a {
	padding: 0 5px;
	color: #FFF;
}

#dnnNav {
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}

#dnnNav a {
	text-decoration: none;
	font-weight: 400;	
}

#dnnNav a:hover {
	text-decoration: none;
}

span#login {
	color: #FFF;
}

span#login a {
	color: #FFF;
}

span#login a:visited {
	color: #FFF;
}

span#login a:hover {
	color: #FFF;
}

#copyright {
	font-size: 0.75em; /* 16x0.75=10px */
	padding: 0 10px;
	border-top: 1px solid #999;
}

.note {
	background-color: #e8effb;
	color: #666;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{

}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #666;
	border: 0;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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;
}



