
/*

	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;
}

body, p, div.normal,  div.Normal
{
line-height: 1.8em;
margin-bottom: 1.0em;
text-align: left;
}

ol, ul, li
{
line-height: 1.8em;
}



img
{

}



/**********************************/
/***** DNN Styles to override *****/
/**********************************/

/* text style used for most text rendered by modules */
p, .Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head, blockquote
{
    font-family: georgia, serif;
    font-size: 100%;
    font-weight: normal;
    color:#333;
 }

blockquote
{
    padding: 0px 40px 0px 40px;
    line-height: 1.8em;
}

h1
{
color:#006489;
font-size:140%;

}
h2
{

}

h3
{

}

h4
{

}

.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;
    x-index:9999;
}


/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
    x-index:9999;
}

.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: 0;
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;  
    z-index:9999;
}

#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;
}

#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;
}




