/* Screen layout: */


/***** Body and main container *****/

body 
{
	margin:0px;
	padding:0px;
	   
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
	letter-spacing:.5px;
}

#Body 
{
	background-color: #000000;
	background-image:url(images/hgpat03_05.gif);
	background-repeat:repeat;
	text-align: center;
}

#wrap {
margin:0px auto 0px auto;
padding:10px;
width:760px;
text-align:left;
background-color:#ffffff;
border-right:1px solid #919B26;
border-left:1px solid #919B26;
}

#ControlPanel, .ControlPanel 
{

}

.DNNEmptyPane 
{
	display:none;
}

#header 
{
	height:224px;
}

#logo 
{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#7C8335;
	padding:0px 5px 0px 5px;
}



#logotext 
{
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
}

#search 
{
	text-align:right;
	font-weight:bold;
}

#search a 
{
	color:#ffffff;
}

/***** Main Menu *****/

.TabList {
    font-size:12px;
    font-weight:bold;
}
#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:171px;
    background-color:#FFFFFF;
}

#nav li 
{
	font-size:12px;
	position: relative;
	float:left;
	width: 171px;
	list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#FFFFFF;
  	margin:-23px 0 0 172px;
	font-size:12px;
	z-index:100;
}

#nav li ul a 
{
	border:1px dotted #919B26;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
    background-color:#FFFFFF;
  	border:1px dotted #919B26;
  	font-size:12px;
}

#nav a {
	display:block;
    text-decoration:none;
    font-weight:bold;
    margin-bottom:2px;
    padding : 2px 2px 2px 6px;
    color:#000;
    border:1px dotted #ffffff;
    font-size:12px;
}
#nav li a:hover {
  border:1px dotted #919B26;
  margin-bottom:2px;
  padding : 2px 2px 2px 6px;
}
#nav li.SelectedTab a {
    border:1px dotted #919B26;
    font-size:12px;
}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: auto;
}

#navContainer {
   background-color: #FFFFFF;
   height:30em;
   width:181px;
   vertical-align:top;
   padding:10px 5px 10px 5px;
   
}


/***** Main Content *****/
#content 
{
	
}

/***** Floating Panes *****/

#dnn_ContentPane 
{
	text-align:left;
	padding:10px;
	border-left: 1px dotted #919B26;
}

/***** Three *****/
#dnn_three_left
{
	text-align:left;
	border-right: 1px dotted #6D6D6D;
	padding-right: 5px;

}
#dnn_three_center
{
	text-align:left;
	border-right: 1px dotted #6D6D6D;
	padding-right: 5px;
	padding-left:5px;

}
#dnn_three_right 
{
	text-align:left;
	padding-left:5px;
}

/***** nav Three *****/
#dnn_nav_three_left
{
	text-align:left;
	background-color: #ECF3E1;
	border-right:1px solid #008080;
	padding-left: 0px;
	padding-right: 0px;
}
#dnn_nav_three_center
{
	text-align:left;
}
#dnn_nav_three_right 
{
	text-align:left;
}

/***** nav two *****/
#dnn_nav_two_left
{
	width:181px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
}

#dnn_nav_two_right 
{
	text-align:left;
	padding:10px;
	border-left: 1px dotted #919B26;
}

/***** Two -- Large Left *****/
#dnn_two_largeleft
{
	text-align:left;
}

#dnn_two_smallright
{
	text-align:left;
}


/***** Two -- Large Right *****/
#dnn_two_smallleft
{
	text-align:left;
}

#dnn_two_largeright
{
	text-align:left;
}


/***** Two -- Split *****/
#dnn_two_smallleft
{
	text-align:left;
}

#dnn_two_largeright
{
	text-align:left;
}

/**** Bottom Menu ****/

#BottomMenu
{
	padding:10px;
	text-align:center;
	font-size:10px;
}

#BottomMenu .TabList select
{
	display:inline;
}


/***** Footer *****/


#footer 
{
	border-top: 1px dotted #919B26;
	clear:both;
	text-align:center;
	font-size:10px;
	margin-top:10px;
}

#dnn_dnnLOGIN_cmdLogin 
{
	color:#919B26;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}


#tagline 
{
	font-weight:bold;
}

/* MISC */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.img-border 
{
	border:4px solid #6D6D6D;
	margin-right:7px;
}

p 
{
	margin:0px;
	padding:0px;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   
{
	color: #000;
	font-size: 16px;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	color: #000;
	font-size: 12px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, .bodyText
{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font: inherit;
}

.NormalRed
{
	color:#ff0000;
}

.NormalBold
{
	font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	color:#000;
}

A.CommandButton:visited  
{
	color:#000;
}

A.CommandButton:hover    
{
	color:#000;
	text-decoration:underline;
}
    
A.CommandButton:active   
{
	color:#000;
	text-decoration:underline;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	color: #666644;
}

H2  
{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
	color:#000;
}

H3  
{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

H4  
{
	margin:5px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#000;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   
{
	font-size:8px;
}

BIG 
{
	font-size:14px;
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR 
{
	background-color:#000;
	color:#000;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

a:LINK {color : #919B26; Text-Decoration: underline;}

a:VISITED {color : #919B26; Text-Decoration: underline;}

a:Hover {color : #919B26; Text-Decoration: underline;}

a:Active {color : #919B26; Text-Decoration: underline;}



a.logolink:LINK {color : white; Text-Decoration: none;}

a.logolink:VISITED {color : white; Text-Decoration: none;}

a.logolink:Hover {color : white; Text-Decoration: none;}

a.logolink:Active {color : white; Text-Decoration: none;}


/*-- Quote Max -- */

#quotecontainer
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #919B26;
	background-color: transparent;
	line-height: 1.7;
	font-size: 12px;
}

.quotebody
{
	background-color: transparent;
        color: #919B26;
}

.quoteattribute
{
	background-color: transparent;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 10px;
        color: #919B26;
}


