

/**
 * Generic elements
 */

a:link, a:visited {
	color: #027ac6;
	text-decoration: none;
}

a:hover {
	color: #0062a0;
	text-decoration: underline;
}

a:active, a.active {
	color: #5895be;
}

body {
	background: #edf5fa;
	color: #494949;
	font: 11px/170% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.normal, td {
	font: 11px/170% Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}
.normal td {
	font: 11px/170% Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}
body.leftpane  #footer {
	margin-left: -210px;
}

/* So we move the #center container over the sidebars to compensate */
body.leftpane #center {
	margin-left: -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.leftpane #squeeze {
	margin-left: 210px;
}

body.rightpane #center {
	margin-right: -210px;
}

body.rightpane #footer {
	margin-right: -210px;
}

body.rightpane #squeeze {
	margin-right: 210px;
}

body #center {
	margin: 0 -210px;
}

body #footer {
	margin: 0 -210px;
}

body #squeeze {
	margin: 0 210px;
}

dl {
	margin: 0.5em 0 1em 1.5em;
}

dl dd {
	margin: 0 0 .5em 1.5em;
}

dl dt {
}

h1 {
	font-size: 170%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 160%;
	line-height: 130%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

hr {
	background: #5294c1;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
}

img, a img {
	border: none;
}

input {
	color: #494949;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}

textarea, select {
	color: #494949;
	font: 12px/160% Verdana, Arial, Helvetica, sans-serif;
}

.content ul {
	margin: 0.5em 0 1em;
	padding: 0;
}

.content ul li {
	margin: 0.4em 0 0.4em 1.5em;
}

ul, quote, code, fieldset {
	margin: .5em 0;
}

/**
 * Primary navigation
 */
 
 #menu {
	float: right;	
 }
 /*
#HouseMenuNav, #HouseMenuNav ul {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
	list-style: none;
	line-height: 1;
}

#HouseMenuNav li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: auto;
	height: 22px;
}

#HouseMenuNav li ul ul {
	margin: -1em 0 0 10em;	
}

#HouseMenuNav li a, #HouseMenuNav li a:link, #HouseMenuNav li a:visited {
	background: transparent url("images/bg-navigation-item.png") no-repeat 50% 0;
	color: #fff;
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
}

#HouseMenuNav li ul, #HouseMenuNav li ul ul {
	left: -9999px;
	width: 100px;
	background-color: #000000;
	position: absolute;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul {
	left: auto;
}


#HouseMenuNav li:hover ul ul, #HouseMenuNav li.sfhover ul ul {
	left: -9999px;
}*/

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	border: 0px;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0px; 
	border: 0px;
	padding: 0px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#HouseMenuNav li a:hover {
	border: 0px;
}

#HouseMenuNav li li a:hover {
	border: 0px;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#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: 0px;
	top: 0px;
	z-index: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 4;
	list-style: none;
	line-height: 1;
}

#HouseMenuNav li { /* all list items */
	background: none;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: auto;
	height: 22px;
}

#HouseMenuNav li a, #HouseMenuNav li a:link, #HouseMenuNav li a:visited {
	background: url('images/bg-navigation-item.png') no-repeat 50% 0px;
	color: #fff;
	display: block;
	margin: 0 1em;
	line-height:1.2em;
	padding-left:0px; padding-right:0px; padding-top:15px; padding-bottom:0px
}

#HouseMenuNav li li a, #HouseMenuNav li li a:link, #HouseMenuNav li li a:visited {
	background: transparent no-repeat 50% 0px;
	color: #fff;
	display: block;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	line-height:1.2em;
}

#HouseMenuNav li a:hover {
	text-decoration: underline;
	background: url('images/bg-navigation-item-hover.png') no-repeat 50% 0px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
}

#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: 0px 0px 0px 0px;
	line-height: 12px;
	background-color: #69c;
	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: #69c;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	color: #E0FA09;
	line-height:1.2em;
}




.nextprev {
	margin-bottom: 60px;
	margin-top: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	clear: both;
}

.commentlist {
	list-style: none;
	margin: 1em 0 3em;
	padding: 0;
}

.commentlist .alt {
	background: #edf5fa;
}

.commentlist .avatar {
	border: 1px dotted #ccc;
	float: right;
	margin-right: 25px;
	padding: 2px;
}

.commentlist cite {
	font-weight: bold;
}

.commentlist li {
	padding: 1em 2em;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li li, .item-list ul li, li.leaf, .links li {
	background: url('images/menu-leaf.gif') no-repeat 0 .35em;
	list-style-image: url('none');
	list-style-type: none;
	padding-left:13px; padding-right:0; padding-top:0; padding-bottom:.3em
}

.post {
	margin-bottom: 2em;
	overflow: hidden;
}

#breadcrumb {
	position: absolute;
	top: 15px; 
	width: 100%; 
	text-align: center;
	margin-left: -30px;
}

#header h1, #header h1 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #1659ac 0px 1px 3px;
}

#navigation {
	background: url('images/bg-navigation.png') repeat-x 50% 100%;
	height: 1em
}

#s {
	margin-bottom: 5px;
}

/* Layout and images */
#wrapper {
	background: #edf5fa url('images/body.png') repeat-x 50% 0;
	height: 600px
}

#wrapper #gcontainer {
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 20px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #gcontainer #center {
	float: left;
	width: 100%;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #gcontainer #center #squeeze {
	background: #fff url('images/bg-content.png') repeat-x 50% 0;
}

#wrapper #gcontainer #center .right-corner {
	background: url('images/bg-content-right.png') no-repeat 100% 0;
	left: 10px;
	position: relative
}

#wrapper #gcontainer #center .right-corner .left-corner {
	background: url('images/bg-content-left.png') no-repeat 0 0;
	left: -10px;
	margin-left: -10px;
	min-height: 400px;
	position: relative; padding-left:35px; padding-right:25px; padding-top:60px; padding-bottom:5em
}
#wrapper #gcontainer #footer {
	clear: both;
	color: #898989;
	float: none;
	margin: 4em 0 -3em;
	text-align: center;
}

#wrapper #gcontainer #header {
	height: 80px;
	position: relative;
}

#login {
	right: 10px;
	bottom: -35px;
	position: absolute;
}

#wrapper #gcontainer #header #logo-floater {
	position: absolute;
}

#wrapper #gcontainer #header h1, #wrapper #gcontainer #header h1 a:link, #wrapper #gcontainer #header h1 a:visited {
	font-weight: bold;
	line-height: 120px;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #gcontainer .sidebar {
	float: left;
	margin: 60px 0 5em;
	width: 198px;
	z-index: 2;
	position: static;
}
#wrapper #gcontainer .sidebar a {
	position: relative;
}
#wrapper[id] #gcontainer .sidebar td {
	position: relative;
}
#wrapper #gcontainer .sidebarright {
	float: left;
	margin: 60px 0 5em;
	width: 198px;
	z-index: 2;
	position: static;
}
#wrapper #gcontainer .sidebarright textarea {
	position: relative;
}
body > #wrapper #gcontainer .sidebar {
	position: relative;
}

#leftpane li {
	margin-right: 10px;
}

#rightpane ul {
	margin-left: 20px;
}

#rightpane li ul {
	margin-left: 0;
}

.sidebar ul {
	margin-left: 0;
	padding: 0;
}

.content img {
	margin-left: 10px;
}

#comment {
	width: 400px;
}
#portalname a { line-height:1.2em;color:white; float:left; margin-top:30px; font-weight:bold; font-size:32px;font-family:Helvetica,Arial,sans-serif;text-shadow:#1659AC 0px 1px 3px;text-decoration:none }
#dnn_leftpane { padding-right:10px }
#dnn_rightpane { padding-left:10px }
