/* Defaults */
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: medium;
	color: #000;
	}

/* DNN Mods */
ul li, ul, ul ul li, ul ul ul li{list-style:none}
.SkinObject{
	color: #003366;
	font-weight:400;
	}
.Normal{
	font-size: 100%;
	color: #666666;
	}
	
.Head, #sidebar .Head, #sidebar .Normal{
	color: #FFFFFF;
	}

.SearchBox {
	text-align: left;
	background-color: #fff;
	margin: 0px;
	height: 16px;
	width: 90%;
	border: 1px solid #222;
	padding: 1px;
	color: #222;
	font-size: 80%;
	font-variant: normal;
	width: 11em;
	}

.SearchTD {
	width: 184px;
	height: 24px;
	}

.SearchBoxText {
	font-size: 80%;
	font-weight: bold;
	color: #002200;
	padding-right: 8px;
	}
	#search a {
		text-decoration: none;
		}
	
.CommandButton {
	width: 500px;
	}

/* Page */
#page {
	width: 960px !important;
	margin: 0 auto;
	background: #d7d7d7 url(images/bg.gif) top left repeat-y;
	/*border: 1px solid #000;*/
	}

/* Top of the page */
#header {
	height: 151px;
	background: url(images/header.gif) left top no-repeat;
	}

#search {
	float: left;
	margin-top: 115px;
	margin-left: 15px;
	}

/* Add gap between header and content */
#pad {
	padding-right: 15px;
	padding-top: 4px;
	}

/* General Styles */
blockquote {
	font-style: italic;
	}

img {
	border: 0;
	}

a {
	color: #000;
	}

a:hover {
	color: #23292c;
	}

h1 {
	font-size: 120%;
	color: #555;
	padding-left: 14px;
	}

h2 {
	font-size: 115%;
	color: #555;
	padding-left: 14px;
	}

h3 {
	font-size: 110%;
	color: #555;
	padding-left: 14px;
	margin-bottom: 0;
	}

h4 {
	font-size: 105%;
	color: #555;
	padding-left: 14px;
	}

h5 {
	font-size: 100%;
	color: #555;
	padding-left: 14px;
	}
	
/* H style used for container */
.title2 {
	margin: 0;
	font-size: 127%;
	font-weight: bold;
	color: #fff;
	background: #013b05;
	padding: 5px 15px 5px 15px;
	}

/* Styles for the container */
.boxed {
	/*padding: 5px 15px 5px 15px;*/
	background: #e6e6e6;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-bottom: 15px;
	}

.boxed img {
	/*padding-left: 10px;
	padding-right: 10px;*/
	}

.boxed p, .boxed ol {
	line-height: 140%;
	padding: 0 15px 0 14px;
	font-size: 12px;
	color: #333333;
	}
	
.boxed ul {
	line-height: 120%;
/*	padding: 0 15px 0 14px;*/
	color: #333;
	margin-top: 8px;
	}
.boxed li {
	margin-left: 25px;
	font-size: 77%;
	list-style: disc;
	}
	

/* Sidebar */
#sidebar {
	float: left;
	width: 12em;
	}

/* Menu */
#menu {
	background: #d7d7d7;
	margin-bottom: 205px;
	}

#LeftPane {
	width: 12em;
	}

#houseMenuVCurrentLink {
	text-decoration: none;
	color: #fff;
	}

#cards {
	padding-left: 43px;
	padding-top: 15px;
	clear: both;
	}

/* Login */
#login {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 5px;
	clear: both;
	}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
	}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

#login label {
	color: #FFFFFF;
	}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100%;
	color: #666666;
	}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100%;
	color: #666666;
	}

#login a {
	color: #fff;
	background: #235433;
	border: 2px #fff solid;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	font-weight: bold;
	}

#login a:hover {
	color: #000;
	background: #a6bba8;
	border: 2px #000 solid;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	font-weight: bold;
	}

#user {
	padding-left: 50px;
	padding-top: 10px;
	}

#user a {
	color: #666;
	text-decoration: none;
	}

#user a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* Content */
#content {
	float: right;
	width: 45em;
	padding: 0px;
	}

/* Footer */
#footer {
	width: 60em;
	height: 33px;
	/*margin: 0 auto;*/
	background: url(images/foot_bg3.gif) repeat-x;
	padding: 0;
	}

#footer p {
	margin: 0;
	font-size: 85%;
	}

#footer .img {
		padding-top: 5px;
		}
#footer p {
	padding-top: 8px;
	color: #5f5c5c;
	font-size: 98%;
	}

#footer a {
	text-decoration: none;
	/*padding-top: 8px;*/
	color: #444444;
	font-size: 98%;
	}
#footer a:hover {
	color: #fff;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: 45px;
	}
	
#footer ul li {
	display: inline;
	padding: 0 25px 0 25px;
	font-weight: bold;
	color: #444444;
	background: url(images/footdot.gif) left no-repeat;
	letter-spacing: 2px;
	}
/* End footer */

.mainimg {
	float: right;
	}

/* Drop down menu styles */
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
	}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
	}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
	}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
	}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	}

/* Unused ? */
.title1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 129%;
	color: #23292c;
	}

.title3 {
	margin: 0;
	padding: 0;
	font-size: 129%;
	font-weight: normal;
	color: #23292c;
	}

.col-one {
	float: left;
	width: 300px;
	}

.col-two {
	float: right;
	width: 300px;
	}




/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */

*:first-child+html #houseMenuV {
height: 1%;
}
*:first-child+html #houseMenuV li {
height: 1%;
}

#houseMenuV, #houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 144px;
	background: transparent;
	background: #d7d7d7;
	padding-left: 15px;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	/*width: 142px;
	 hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 136px;
	_width: 100%;  width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom: 1px #fff solid;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 152px;
	margin-top: -25px;
	z-index: 999;
	background: #BBBBBB;
	font-size: 87%;
	padding: 0;
	border: 1px #848684 solid;
}

#houseMenuV li ul li {
	border: 0;
	}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 4px 2px 4px;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

#houseMenuV li a:hover {
	color: white;
	background-color: #848684;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuVParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;/**/
	text-decoration: none;
}

a#houseMenuVParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuVCurrentLink {
	/* current link itself */
	color: #ffffff;
	background-color: #848684;
	text-decoration: none;
}

#linkbox {
	padding-left: 13px;
	padding-top: 15px;
	clear: both;
	}
	}

#linkbox p img {
	/*margin-left: 15px;
	width: 170px;*/
	}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}
#links a {
	color: #FFF;
}
