/*

	DotNetNuke Skin for Spence Hackney Design
	
	Complimentary IE6 stylesheet (skin_ie6.css) must 
	be conditionally delivered to <IE7

    Designed by Spence Hackney Design
    http://www.spencehackney.com 
    October 21, 2008

*/

/****************************/
/***** Generic Elements *****/
/****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
padding: 0em;
margin: 0em;
}

html, body 
{
    height: 100%;
}


body
{
background: #514433 url('images/body_bg.jpg');
padding: 0px 0px 0px 0px;
}

body,input
{
font-size: 10pt;
font-family: georgia, serif;
color: #333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: left;
}

ol, ul, li
{
line-height: 1.5em;
}

h3 span
{

}

h3,h4
{

}

h3
{

}

h4
{

}

img
{

}



/**********************************/
/***** DNN Styles to override *****/
/**********************************/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: georgia, serif;
    font-size: 100%;
    font-weight: normal;
    color:#333;
}

.CommandButton, .SubHead

{
    font-family: georgia, serif;
}

.SubHead 
{
	color: #64797e;
}

a.CommandButton:link, a.CommandButton:visited
{
	color: #912920;
	text-decoration: underline;
}

a.CommandButton:hover
{
	color: #90987a;
	text-decoration: underline;
	}

.StandardButton
{
	background: #728D94;
	color: #F4F4F4;
	border: solid 1px #4D4030;
	padding: 2px;
	margin:	2px;
}

.Normal, div.normal {
line-height: 1.5em;
}

.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

.Normal ul.linklist
{
list-style: none;
margin: 0;
}

.Normal ul.linklist li
{
line-height: 2.0em;
list-style: none;
}

.Normal .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.Normal ul
{
margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
clear: both;
margin: 0;
}

.Normal ul.controls li
{
display: inline;
font-size: 0.8em;
}

.Normal ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel 
{
    padding: 10px;
}


/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}

.SkinItemSearch
{
    background: #dde1d1 url('images/searchbutton_bg.jpg') repeat-x top;
    border: solid 1px #1e4478;
    font-weight: bold;
    font-size: 0.8em;
    color: #263f5a;
    vertical-align: middle;
    height: 20px;
    padding:1px 5px 3px 5px;
}





#dnn_dnnSEARCH_txtSearch
{	/*margin-right: 0.5em;*/
    background-color:#dde1d1;
    vertical-align: middle;
    border: solid 1px #1e4478;
    padding: 0px 7px 0px 5px;
    width: 150px;
    font-family: georgia, serif;
    height: 17px;
}

#dnn_ctr4050_SearchResults_dgResults tr td
{
padding: 10px;
}

.FCKImageGalleryContainer, .FCKLinkGalleryContainer 
{
    background: #fff;
}


/*****************/
/***** Links *****/
/*****************/

a:link, a:visited
{
	color: #912920;
	text-decoration: underline;
}

a:hover
{
	color: #90987a;
	text-decoration: underline;
}

a:active
{
	color: #B96D00;
	text-decoration: underline;
}

/****************/
/***** Text *****/
/****************/

.contentarea
{
	color: #222222;
	text-align: left;
}

/******************/
/***** Layout *****/
/******************/


#bodybg
{
position: absolute;
z-index: 0;
width:100%;
top: 0px;
left: 0px;
background: transparent url('images/body_bg.jpg') repeat-y top center;
margin: 0 auto 0 auto;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/

margin: 0 auto 0 auto;

}

#topmenu 
{
    width: 924px;
    background: #b1bb96 url('images/topmenu_bg.jpg') no-repeat top center;
    height: 33px;
    color:#514433; 
    margin: 0px auto 0px auto 
}

#topmenuleft 
{
    float: left;
    padding: 5px 10px 0px 20px;   
}
#topmenuright
{
    float: right;
    padding: 2px 20px 0px 10px;  
}

#topmenuleft a:link, #topmenuleft a:visited, #topmenuright a:link, #topmenuright a:visited {
    color: #514433;
    text-decoration: none;
}
#topmenuleft a:hover, #topmenuleft a:active, #topmenuright a:hover, #topmenuright a:active {
    color: #282828;
    text-decoration: underline;
}


a:link.sharesite, a:visited.sharesite {
    color: #282828;
    text-decoration: none;
}
a:hover.sharesite, a:active.sharesite  {
    text-decoration: underline;
}



#headerbg
{	
	position: absolute;
	z-index: 30;
	width:100%;
	height: 173px;
	top: 0px;
	left: 0px;
	background: transparent url('images/header_bg.png') no-repeat top center;
	margin: 18px auto 0 auto;
}

#headershadow
{	
	position: relative;
	width:100%;
	height: 173px;
	background: transparent url('images/header_shadow.png') no-repeat top center;
	margin: 0px auto 0 auto;
}

#bodyshadow 
{
	position: relative;
	width:100%;
	background: transparent url('images/body_shadow.png') repeat-y top center;
}

#footershadow 
{
	position: relative;
	width:100%;
	background: transparent url('images/footer_shadow.png') no-repeat top center;
}



#header
{
	z-index: 29;
	position: relative;
	width: 924px;
	height: 140px;
	background: transparent;

}

#headercontent
{
    height: 140px;   

}


#contentbg
{
background-color:#b1bb96;
width: 924px;
margin: 0px auto 0px auto
}

#content 
{
}

#primarycontainer
{
float: left;
width: 620px;
}

#primarycontent
{
margin: 0px 0px 0px 0px;
}

#menu
{
position: relative;
background: #ffffff url('images/menu_bg.jpg') no-repeat top left;
height: 44px;
margin: 0px 0px 0px 0px;
z-index: 1000;
}

#contentpanecontainer 
{
    margin: 0px;
    clear:both;
}
#bottomleftpanecontainer
{
    margin: 0px;
    width: 310px;
    float: left;
}

#bottomrightpanecontainer
{
    margin: 0px;
    width: 310px;
    float: right;
}

#secondarycontent
{
float: right;
width: 304px;
}

#nextsteps 
{
    /* width:304px; REmove Width for IE6 */
    height:235px;
    background: url(images/nextsteps_bg.jpg) no-repeat top left;
    padding:80px 50px 20px 50px;
}
#nextsteps li
 {
    list-style-type: none;
	line-height: 12px;
 }
 

#nextsteps img 
{
    vertical-align:middle;
}

#nextsteps a
{
    text-decoration:none;
    color: #212121;
    font-size: 16px;
    margin-left:12px;
}

#nextsteps a:hover {
    text-decoration: underline;
}

/* messes up with PNGs in IE7, so had to ditch this

.nextstep_hovers:hover {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
*/


#footertop
{
position: relative;
clear: both;
}

#footer
{
z-index: 10;
min-height: 100%;
width:100%;
background: transparent url('images/footer_bg.png') no-repeat top center;
color: #aeb7c4;
margin: 0 auto 0 auto;
}

#footercontent 
{
    width: 924px;
    height: 100%;
    padding-top:20px;
    margin-left:auto;
    margin-right:auto;
}
    

#footer .left
{
float:left;
padding: 10px 20px 10px 20px;
}

#footer .right
{
float:right;
padding: 10px 20px 10px 20px;
}

#footer .center
{
width:100%;
padding-top: 80px
}
p.footercenterp
{
text-align: center;
color: #aeb7c4;
}

#footer a:link, #footer a:visited {
    color: #aeb7c4;
    text-decoration: none;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}

/***********************/
/***** Wide Layout *****/
/***********************/

#widemenu
{
position: relative;
background: #ffffff url('images/wide_menu_bg.jpg') no-repeat top left;
height: 44px;
margin: 0px 0px 0px 0px;
}

#wideprimarycontainer
{
    width: 924px;
}

#widebottomleftpanecontainer
{
    margin: 0px;
    width: 462px;
    float: left;
}

#widebottomrightpanecontainer
{
    margin: 0px;
    width: 462px;
    float: right;
}
#widebottomcontainer
{
    margin: 0px;
    clear:both;
}

/***********************/
/***** Ecom Layout *****/
/***********************/


#ecombottomleftpanecontainer
{
    margin: 0px;
    width: 310px;
    float: left;
}

#ecombottomrightpanecontainer
{
    margin: 0px;
    width: 614px;
    float: right;
}


/****************/
/***** Menu *****/
/****************/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 4px 0px 0px 20px;
	margin: 0 0 0 0;
	border-top: 0px;
	border-bottom: 0px;
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 43px;
	background-color: transparent;
}

#HouseMenuNav ul { /* all submenu lists */
	padding-bottom: 30px;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	/*need to use transparent PNG instead of "opacity" as this hides the theird level menus*/
	background: url('images/menu_sub_bg.png'); 
	z-index: 99999;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	color : #ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	background-color: transparent;
	padding: 8px 8px 10px 8px;
	width: auto;
	height: 12px; /*controls distance between primary and secondary nav*/
	margin: 0; 
	border: 0;
}


#HouseMenuNav li { /* all list items */
    position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	height: 28px;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	padding: 8px 8px 10px 8px;
	color: #35444b; 
	background-color: transparent; 	
}

*:first-child+html #HouseMenuNav 
{
    /* This corrects the "sticky" submenu bug in IE7 */
    /* ref:  http://forums.devshed.com/css-help-116/son-of-suckerfish-ie7-just-a-little-hack-395117.html */
height: 1%;
}
*:first-child+html #HouseMenuNav li {
height: 1%;
} 

#HouseMenuNav li ul, #HouseMenuNav li li ul { /* second-level lists */
	position: absolute;
	width: 200px; /* 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: 0px;
	padding: 0;
	margin: -2px 0 0 0;
	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 200px;
	white-space: nowrap;
	line-height: 12px;
}

#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 li li, #HouseMenuNav li li li  { /* all items under the top level */
	list-style-type: none;
	width: 200px;

	z-index: 11113;
}

#HouseMenuNav li li a, #HouseMenuNav li li li a { /* all item links under the top level */
    color: #fff;
    font-size: 11px;
    text-transform   :none;
	width: 200px;
}

#HouseMenuNav 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. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #ffffff; 
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 8px 8px 10px 8px;
	color: #eee; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}





