*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #F9F9F7 url( 'images/a1.gif' ) repeat-x;
	font-size: 0.75em;
	font-family: Arial, "trebuchet ms", helvetica, sans-serif;
	color: #444 /*#8C8C73*/;
	line-height: 18px;
	text-align: left; /* required for IE5.5 */
}

/* set some defaults - without these the IE5.5 body:text-align:center makes everything central */
h1, h2, h3, h4, h5, h6, ul, ol, li, .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel
{
	text-align:left;
	font-family: Arial, "trebuchet ms", helvetica, sans-serif;
}

a
{
	color: #820B0D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

#outer
{
	position: relative;
	width: 770px;
	margin: 5px auto 0 auto ;
	padding:  0;
	background: #fff url( 'images/abg.gif' ) repeat-y;/**/
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url( 'images/upbg.gif' ) no-repeat;/**/
	width: 776px;
	height: 264px;
	z-index: 1;
}

#inner
{
	position: relative;
	padding: 0px 13px 0px 10px;
	z-index: 2;
}

#TopBorder
{
	border-top: solid 5px #820B0D;
	margin-bottom: 2px;
	text-align: left; /* required for IE5.5 */
}

#logo
{
	position: absolute;
	width: 158px;
	height: 130px;
	color: #fff;
	padding: 8px 0 0 0;
	left:35px;
	z-index: 15;
	/*top: 15px;*/
}

#imagery
{
	position: absolute;
	right: 13px;
	background: transparent url( 'images/Imagery-1.jpg' ) no-repeat;
	width: 520px;
	height: 148px;
	z-index: 10;
/* 	border: solid 1px #ddd; */
}

#shim-upper
{
	/*display: none;*/
	position: relative;
	/*background: #fff url('images/shim-upper.jpg') repeat-x bottom;
	padding: 0;*/
	height: 7px;
	line-height: 7px;
	margin: 145px 0 0 0;
	border-bottom: solid 2px #820B0D;
}

#nav
{ 
	/*margin: 160px 0px 3px 0px;*/
	margin: 6px 0 1px 0;
	position: relative;
	padding: 0;
	z-index: 999;
}

#shim-lower
{
	position: relative;
	background: #fff url( 'images/shim-lower.jpg' ) repeat-x top;
	padding: 0;
	height: 11px;
	margin-bottom: 0px;
}

#secondarycontent
{
	position: relative;
	width: 180px;
	margin-right: 15px;
	float: right;
}


#secondarycontent h3
{
	position: relative;
	margin: 10px 0;
}

#secondarycontent .Head
{
    line-height: 1.3em !important;
}

#secondarycontent p
{
	margin: 0 0 10px 0; /*without this the sidebar p in IE doesn't render quite right */
}

#primarycontent, #fullcontent
{
	position: relative;
	width: 510px;
	float: left;
	padding: 0 0 0 15px ;
	min-height: 400px;
}

#fullcontent
{
	width: 705px;
	float: none;
	padding: 0 20px 20px 20px;
}

.LowerLeftPane
{
	width: 48%;
	float:left;
	clear:both;
}

.LowerRightPane
{
	width: 48%;
	float:right;	
}

#primarycontent h3, #fullcontent h3
{
	/*position: relative;
	top: 4px;
	font-size: 20px;
	line-height: 25px;
	color: #820B0D;
	letter-spacing: -1px;
	background: url( 'images/a22.gif' ) bottom repeat-x;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;*/
}


/*
#primarycontent p
{
	margin: auto 8px 14px 8px;
	text-align: justify;
}
*/

p
{
	margin: auto 0 14px 0;
}

p a
{
 text-decoration:underline !important;
}

.date
{
	line-height: 35px;
	color: #820B0D;
	font-weight: bold;
	text-align: center;
	background: url( 'images/a22.gif' ) bottom repeat-x;
	display: block;
}

#footer
{
	position: relative;
	font-size: 0.8em;
	clear: both;
	text-align: center; 
	background-image: url('images/a50.gif' );
	color: #999;
	padding: 6px 4px;
	border: solid 1px #eee;
}

#footer a
{
	color: #8C8C73;
}

blockquote
{
	font-style: italic;
	padding: 0px 25px 10px 25px;
	display: block;
}

ul
{
	margin-bottom: 15px;
}

dl dt
{
	font-weight: bold;
	color: #444;
}

dl dd
{
	margin-bottom: 12px;
}

ol li
{
	list-style-type: lower-roman;
}

ol.numeric li
{
	list-style-type:decimal;
}

li
{
	margin-left: 35px;
}

ol li ul li
{
	list-style-type: circle !important;
	margin-left: 15px;
	margin-bottom: 0px;
}


h1
{
	font-size: 1.7em;	
	font-weight: bold;
}

h2
{
	font-size: 1.5em;	
	font-weight: bold;
}

h3
{
	font-size: 1.3em;	
	font-weight: bold;
}

h4
{
	font-size: 1.2em;	
	font-weight: bold;
}

h5
{
	font-size: 1.1em;	
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #820B0D;
	font-weight: bold;
}

h6
{
	font-size: 1.0em;	
	font-weight: bold;
}





/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -5px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#HouseMenuNav
{
	background: #820B0D url('images/nav-bg.jpg') repeat-x 0 0;
}

#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	border: none;
	padding: 0;
	width: 747px;
	height: 22px;
	_height: 20px;
	/*line-height: 12px;*/
}

#HouseMenuNav li:hover {background-position: 0 0;} /*fixes "Sticky Menu" where sub-menu doesn't disappear - see http://www.houseofnuke.com/Forums/tabid/411/forumid/1/postid/27/view/topic/Default.aspx */

#HouseMenuNav li { /* all list items */
	border-right: solid 1px #fff;
	width: 164px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	border-right: none;
	width: 178px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 164px;
	_width: 174px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	padding: 2px 12px;
	/*line-height: 12px;*/
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 18px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	color: #333;
	padding: 2px 5px;
	width: 178px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 164px;
	_width: 174px;
	height: 18px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 2px 12px;
	color: #fff;
	background-color: #820B0D; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 18px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	background-color: #820B0D; 
	color: #fff;
	/*color:#820B0D ;*/
	padding: 2px 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 18px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 174px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	/*line-height: 12px;*/
	background-color: #fff;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 174px;
	border: solid 1px #999;
	/*line-height: 12px;*/
	background-color: #fff;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #036; 
	text-decoration: none;
}







/* =========================================================================
DotNetNuke Styling Overrides
===========================================================================*/
.CitricControlPanel {
/*	*/
	position: relative;
	color: #004C80;
	background-color: #fff;
	margin: 0 auto 0 auto;
	border: none;
	/*height: 0;*/
	z-index: 2;
}

.CitricControlPanel .NormalTextBox
{
	color: #004C80;
}

.CitricControlPanel table.ControlPanel
{
	border: solid 1px #004C80;
	background: #fff url(images/controlpanelheader.gif) no-repeat 0 0;
	margin-bottom: 5px;
}

.CitricControlPanel a.CommandButton:link {
    text-decoration:    underline;
    color: #004C80;
}

.CitricControlPanel a.CommandButton:visited  {
    text-decoration:    underline;
    color: #004C80;
}

.CitricControlPanel a.CommandButton:active   {
    text-decoration:    underline;
    color: #C00;
}

.CitricControlPanel a.CommandButton:hover    {
    text-decoration:    underline;
    color: #C00;
}

.CitricControlPanel label    {
    color: #004C80;
}

.CitricControlPanel .SubHead 
{
   color: #004C80;
}


/* style for module titles */
.Head   {
	/*font-family: "trebuchet ms", Arial, helvetica, sans-serif;
    font-size:  2em;*/
    font-weight:    bold;
    color: #820B0D;
	background: url( 'images/a22.gif' ) bottom repeat-x;
	display: block;
	line-height: 35px;
	margin-bottom: 10px;
}


.SideBar .Head   {

	border: none;	
	background: none;
	margin:0;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight:    bold;
    color: #820B0D;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-size: 1em;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-size: 1em;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-size: 1em;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 12px;
    font-weight: normal;
}

.ContentPane .NormalTextBox
{
	padding: 3px;
	background-color: #fff;
	color: #444;
	border: solid 1px #aaa;
}

.SkinObject {
    font-size: 1em;
    color: #aaa;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#C00;
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
	color: #222;
}

    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #444;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #C00;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #C00;
}



/* Repository Styling */
.DocumentTitle .Head 
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
}

.DocumentInfo p
{
	margin-top: 0;
}

.RepositoryHeader
{
	background-color: #f3f3f3;
	border: solid 1px #ccc;
	margin-top:5px;
}


.Border-Left, .NoBorder-Left
{
	float:left;
	margin-right: 10px; 
}

.Border-Right, .NoBorder-Right
{
	float:right;
	margin-left: 10px; 
}

.Border-Left, .Border-Right
{
	border: solid 1px #ccc;
	padding: 3px;
}
