﻿/*ORTONJONES CSS*/
#master{
background-color:#bfc3c6;
	width: 100%;
	height: 1200px;
	margin:0px auto;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(background.jpg);

	padding: 0px 0px 0px 0px; 
	color: #ffffff;
	}

body {
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, span, div, ul, ol, li, fieldset, input, select, blockquote, legend, table, td, label
{
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	color: #000;
}

h1 {font-size: 1.6em; color:#333366;}
h2 {font-size: 1.5em; color:#333366;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

strong
{
	color: #333366;
}

a 
{
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}




/* =========================================================================
Positional Styling
===========================================================================*/

body {
text-align: center;
background-color: #ffffff;
}
  #container
{
	text-align:center;
	background-color: #ffffff;
	padding: 15px 0 0 0px;
	width: 850px;
	}

#header
{
	padding: 133px 0 0 0;
	/*height: 128px;*/
	margin: 0;	
	background: #fff url(images/Header.jpg) no-repeat 0 0 ;
}
#nav
{
	padding: 0;
	margin:-4px 0 0 0;
	background-color: #2F2A62;
	width:100%;
	height: 23px;
}

.ContentPane
{
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	width: 675px;
}

.SecondaryContent
{
	float: left;
	width: 130px;
	padding-top: 15px;
	padding-left: 14px;
}

#footer
{
	margin-top: 15px;
	clear:both;	
}


/* =========================================================================
DotNetNuke Styling Overrides
===========================================================================*/

.ControlPanel {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #aaa;
}



/* ==========================
    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: 0px;
	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
{
  float:left;
}

#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists 
	border: solid 1px #036;
	width: 100%;*/
	height: 22px;
	_height: 20px;
	line-height: 12px;
	background-color: #2F2A62;

}

#HouseMenuNav li { /* all list items */
	width: 144px;
	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 */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #bbb;
	background-color: transparent;
	padding: 5px 20px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	background-color: #4F5682; 
	padding: 5px;
	width: 148px;
	color: #fff;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px 20px;
	color: #fff;
	background-color: #2F2A62; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #fff;
	background-color: #2F2A62; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* 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 #036;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #2F2A62;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #036;
	line-height: 12px;
	background-color: #2F2A62;
}

/* 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: ; 
	background-color: #036; 
	text-decoration: none;
}


/* End of Menu Styling */

.StandardButton {

}

/* Text Styles */
.Head {
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size:  1.6em;
	font-weight: bold;
	color: #000;
}
.SubHead {
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
.Normal {
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-weight: normal;
	color: #4B4B4B;
	font-size: 1em;
}
.NormalTextBox
{
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	color: #3C3C3C;
}


/* =========================================================================
Custom Styling
===========================================================================*/

.date
{
	color: #2F2A62;
	margin-right: 10px;
}

/* Login Styling 
.loginText, a.loginText:Link, a.loginText:Active, a.loginText:Visited, a.loginText:Hover 
{
   color: #2F2A62;
   text-decoration: none;
}
*/
