@import "menu.css";


/* PLAIN SKIN 1
-----------------------------------------------------------------------------*/

/* CHANGES FOR DEFAULT.CSS
-----------------------------------------------------------------------------*/

/* CLASS ADDED WHEN CONTENT PANE IS EMPTY */
.DNNEmptyPane {
height:0;
width:0;
}


/* SKINOBJECT CLASS ADDED TO SKIN OBJECTS */

/* DEFAULT.CSS (line 18) 
.SkinObject {
color:#003366;
font-family:Tahoma,Arial,Helvetica;
font-size:8.5pt;
font-weight:bold;
text-decoration:none; 
--------------------*/

a.SkinObject:link {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/* STYLE CHANGES REQUIRED WHEN DEFAULT.CSS HAS BEEN EDITED */
TD, DIV, P
{
	font-size: 11px;
	font-weight: normal;
}

/* MENU ITEM CHANGES... */
.MainMenu_MenuItem
{
	font-size: 9pt; /*CHANGED*/
	font-weight: bold; /*CHANGED*/
}

/* Line 798 */
.MainMenu_MenuItemSel
{
	font-size: 9pt;/*CHANGE*/
	font-weight: bold; /*CHANGE*/
}


/* GENERAL STYLES
-----------------------------------------------------------------------------*/

html, body, #body, #form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	line-height: 1.2em;
	height: 100%;
	text-align: center;
	}

body, #body {
	margin-bottom: 0px;
}

body {
	background-color: #000000;
}


form{ margin: 0}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address
li, form, fieldset, input {
	margin: 0;
	padding: 0;
	}

li, dd, blockquote {
	margin-left: 1em;
	}

table, tr, td {
	paddint-top:0px;
}


/* GENERAL TEXT STYLES
-----------------------------------------------------------------------------*/

h1, .h1, #dnn_ctr1752_Archive_lblArchive {
	font-weight: normal;
	font-size: 24px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	line-height: 1.5em;
	}

h1, .h1{
	margin: 0 0 4px 0;
}

.Head {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size:  24px;
	line-height: 1.3em;
	font-weight:  bold;
	color: #66cc00;
}

.TitleHead {}

.SubHead {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 1.3em;
}

h2, h2.blog_title, h2.blog_title a {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 4px 0;
	}

h3 {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 4px 0;
	}


p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 12px 0;
	padding-right: 5px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	}

.Normal {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

input.Normal {
	line-height: 1.3em;
	margin: 5px 0;
	text-align: center;
	padding: 0px;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

a.gray {
	color: #838383;
}

li {
	list-style:circle;
	font-size: 12px;
	margin-bottom: 4px;
}

.StandardButton {
	background: #aaaaaa none;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}

/* GENERAL TEXT STYLES - Colors
-----------------------------------------------------------------------------*/

h1, .h1{
	color: #66cc00;
}

h3 {
	color: #000000;
	}

a {
	color: #000000;
	}

a:hover {
	color: #66cc00;
}


/* Extra Content Areas & Styles
-----------------------------------------------------------------------------*/
#Copyright {
	color: #cccccc;
}

#Copyright .SkinObject {
	color: #cccccc;
}
/* GENERAL CONTENT STYLES
-----------------------------------------------------------------------------*/
#PageContent, .PageContent {
	width: 100%;
}
/*
#PageContent_Green {
	background-color: #9ccf7e;
}

#PageContent_Blue {
	background-color: #0e6abf;
}

#PageContent_White {
	background-color: #ffffff;
}

#PageContent_Black {
	background-color: #000000;
}

#PageContent_Gray {
	background-color: #414041;
}

#PageContent_Coral {
	background-color: #f9a571;
}

#PageContent_Orange {
	background-color: #e95f21;
}

#PageContent_Purple {
	background-color: #e9bbd7;
}

#PageContent_Red {
	background-color: #c9252c;
}

#PageContent_Yellow {
	background-color: #fcfb8b;
}
*/

a.SkinObject:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#UserLogin {
	margin: 5px 40px 0 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	color: #cccccc;
	padding-left: 27px;
	background: transparent url('graphics/sparkle.png') no-repeat top left;
	height: 23px;
	line-height: 23px;
}

.blue, 
#UserLogin .blue {
	color: #0099ff;
}

#StartMasterContent {
	height: 0px;
	margin: 0 auto 0 auto;
}

#MasterContent {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#UserLogin {
	width: auto;
}


#TopContent {
	width: 100%;
}

#dnn_TopLeft, #TopLeft {
	float: left;
	width: 25%;
}

#dnn_TopMain, #TopMain {
	float: left;
}

#dnn_TopRight, #TopRight {
	float: right;
	width: 25%;
}

#HeaderContent {
	overflow: hidden;
	color: #ffffff;
	padding: 0px;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	background: url('graphics/HeaderContentBG.png') no-repeat center top #000000;
}

#dnn_HeaderMainTop, #HeaderMainTop, #dnn_HeaderMain, #HeaderMain {
}

#HeaderContentLeft {
	float: left;
	width: 340px;
	overflow: hidden;
	height: 150px;
}

#dnn_HeaderLeft, #HeaderLeft {
	overflow: hidden;
	height:120px;
	text-align: left;
}

#HeaderContentRight {
	float: right;
	width: 620px;
	overflow: hidden;
}

#dnn_HeaderRight, #HeaderRight {
	overflow: hidden;
	height: 50px;
}

#HeaderRight_SiteSearch {
	overflow: hidden;
	margin-top: 18px;
	height: 42px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	width: 200px;
	float: right;
}
#HeaderRight_SiteSearch .NormalTextBox,
#HeaderRight_SiteSearch input.NormalTextBox {
	height: 23px;
	width: 185px;
	float: right;
	clear: right;
}

#HeaderRight_SiteSearch .Search, 
#HeaderRight_SiteSearch a.Search {
	display: none;
}

#contact_panel ul li{
	float: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	display: inline;
	padding: 5px 0 0 12px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

#contact_panel ul li img {
	vertical-align: middle;
}

#contact_panel ul li a, 
#contact_panel ul li a:hover {
	color:#ffffff;
}

a.contact_panel {
	color: #fff;
}
a.contact_panel:hover {
	color: #fff;
	background-color: transparent;
}

.SiteMenu td {
	font-size: 1em;
}

#SiteMenu {
	height: 40px;
	float: right;
	margin: 2px 0 0 0;
	clear: right;
	width: 620px;
}

#SubHeaderContent .ContentPanesContainer,
#MainContentPanes .ContentPanesContainer {
	padding-left: 30px;
	padding-right: 10px;
	width: 920px;
}
#SubHeaderContent {
	color: #ffffff;
	overflow: hidden;
	margin: 0;
	background: #ffffff url('graphics/SubHeaderContentBG.png') repeat-x top left;
	min-height: 10px;
	padding-top: 10px;
}

#SubHeaderContentLeft {
	color: #ffffff;
	width: 50%;
	float: left;
	text-align: left;
}

#SubHeaderContentRight {
	color: #ffffff;
	width: 49%;
	float: right;
}

#dnn_SubHeaderLeft, #SubHeaderLeft, .SubHeaderLeft, .SubHeaderLeft .SubHead {
	color: #ffffff;

}

#dnn_SubHeaderRight, #SubHeaderRight, .SubHeaderRight, .SubHeaderRight .SubHead {
	color: #ffffff;
}

#BreadcrumbLinks {
	height: 20px;
	color: #000000;
	padding-top: 10px;
}
#BreadcrumbLinks a {
	color: #000000;
	text-decoration: none;
	background: transparent url('graphics/breadcrumb-arrow.png') no-repeat top left;
	padding-left: 14px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}

#BreadcrumbLinks a:hover {
	color: #66cc00;
	text-decoration: underline;
}


#MainContentPanes {
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	min-height: 400px;
	background: #ffffff;
}

#MainContentPanes {
}

#MainContent_Bottom, .widebar_bottom {
	height: 18px;
}

.widebar_degrade {
	background: url(graphics/widebar_degrade_bg.gif) repeat-x top left;
}

#ContentLeft {
	width: 20%;
	float: left;
}

#ContentRight {
	width: 79%;
	float: right;
}

#ContentMain {
	overflow: hidden;
}


#ContentSplit {
	overflow: hidden;
}

#ContentSplitLeft {
	width: 49%;
	float: left;
	overflow: hidden;
}

#ContentSplitRight {
	width: 50%;
	float: right;
	overflow: hidden;
}

/* Note: FooterContent uses .widebar degrade in this skin */


.ContentPanesContainer
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#FooterContent {
	background: #000000 url('graphics/FooterContentBG.png') repeat-x top left;
	min-height: 206px;
	padding-top: 10px;
	color: #ffffff;
}

#FooterContentLeft {
	width: 37%;
	overflow: hidden;
	text-align: left;
	color: #000000;
	float: left;
}

#FooterContentRight {
	width: 62%;
	overflow: hidden;
	text-align: left;
	color: #000000;
	float: right;
}

#FooterContentFull, .FooterContentFull {
	overflow: hidden;
	color: #000000;
	text-align: left;
}

.FooterPaneLeft, .FooterLeft {
	margin-left:30px;
}

.FooterPaneRight1, .FooterCenter {
	float: left;
	width: 200px;
	margin: 0 15px;
}

.FooterPaneRight2, .FooterRight {
	float: right;
	width: 336px;
	margin-right: 20px;
}



#FooterContent h1, 
#FooterContent .Head 
{
	color: #66cc00;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
}

#FooterContent p {
	color: #ffffff;
}

#FooterContent a, #FooterContent a:link,#FooterContent a:hover,#FooterContent a:visited,#FooterContent a:active {
	color: #ffffff;
}



#EndMasterContent {
}

#BottomContent {
	width: 100%;
	line-height: 1.3em;
	padding: 0px;
	color: #D6E5CA;
	font-size: 11px;
}

#BottomContentLeft {
	float: left;
	width: 33%
}

#BottomContentMain {
	float: left;
}

#BottomContentRight {
	float: right;
	width: 33%;
}

/*NOTE: Total width includes border used for testing purposes. Adjust width accordingly when removing border  Percentages can be used when border is removed. */
.MainContentTop_PaneFullWidth {
	width: 100%;
}

#dnn_ContentPane, .ContentPane {
	width: auto;
}

/* Width Classes */

.Width_25 {
	width: 25%;
}

.Width_33 {
	width: 33%;
}

.Width_34 {
	width: 34%;
}

.Width_50 {
	width: 50%;
}

.Width_67 {
	width: 67%;
}

.Width_75 {
	width: 75%;
}
/* Text alignment helpers, etc.
	often used within a table cell.Use instead of align= and valign= HTML attributes. */
.nobr { white-space: nowrap !important; }	/* Use instead of <nobr>Some text</nobr> */
.left { text-align: left !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
.right { text-align: right !important; }
.top { vertical-align: top !important; }
.middle { vertical-align: middle !important; }
.bottom { vertical-align: bottom !important; }
.floatl { clear: left; float: left !important; }
.floatr { clear: right; float: right !important;}
.clear { clear: both !important; }
.indent { margin-left: 10px !important; }
.padright { padding-right: 6px !important; }
.padleft { padding-left: 6px !important; }
.padtop { padding-top: 6px !important; }
.padbottom { padding-bottom: 6px !important; }
.padall { padding: 6px !important; }

/* Extra Content Areas & Styles
-----------------------------------------------------------------------------*/
#Copyright {
	width: 100%;
	font-size: 10px;
	line-height:1.1em;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 10px;
}

#Copyright .SkinObject {
	width: 100%;
	line-height:1.1em;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
}

/* Extra Control Panel Content */
.DataGrid_Item{color:#555555;  background-color: #FFFFFF; }
.DataGrid_AlternatingItem{background-color:#ECECEC;color:#555555;}


/* Background Image Styles
-----------------------------------------------------------------------------*/

.background_1 {
	background: url(graphics/background_image1.gif) top left no-repeat;
}

/* CONTENT PANES
-----------------------------------------------------------------------------*/
#MainContentMiddle_Section1 {
	float:left;
	width: 34%;
}

#dnn_LeftPane2, .LeftPane2 {
	float: left;
	width: 49%;
}

#dnn_RightPane2, .RightPane2 {
	float: right;
	width: 49%;
}


#MainContentMiddle_Section2 {
	float: right;
	width: 63%;
	overflow: hidden;
}

#dnn_ContentPaneMain, #ContentPaneMain {
}

#dnn_ContentPaneRight, #ContentPaneRight {
}

#dnn_ContentPaneLeft2, #ContentPaneLeft2 {
	width: 49%;
	float: left;
}

#dnn_ContentPaneRight2, #ContentPaneRight2 {
	width: 49%;
	float: right;
}

#dnn_ContentPaneMain2, #ContentPaneMain2 {
}

#News, #dnn_News, 
#MainContentMiddle_Section3 #dnn_ContentPaneLeft3,
#dnn_ContentPaneLeft3,
#ContentPaneLeft3 {
	width: 34%;
	float: left;
}

#Blog, #dnn_Blog, 
#MainContentMiddle_Section3 #dnn_ContentPaneRight3,
#dnn_ContentPaneRight3,
#ContentPaneRight3 {
	width: 63%;
	float: right;
}

#MainContentMiddle_Section4 {
}

#dnn_ContentPaneLeft4, #ContentPaneLeft4 {
	width: 49%;
	float: left;
}

#dnn_ContentPaneRight4, #ContentPaneRight4 {
	width: 49%;
	float: right;
}

#MainContentMiddle_Section4 #dnn_ContentPaneRight4,
#dnn_ContentPaneRight4,
#ContentPaneRight4 {
	width: 49%;
}

#dnn_ContentPane, #ContentPane {
}
