@import url("css/menu.css");



body
{
	padding: 0px 0px 35px 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
	background: black;
}

body,input
{
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333;
}

p
{
	line-height: 1.5em;
	margin-top: 0.5em !important;
	margin-bottom: 1.0em !important;
}

blockquote{
	background: url('img/quote-white.png') no-repeat left top;
	width:80% !important;
	text-align:left;
	margin-right: auto !important;
	margin-left: auto !important;
	background-color:#103a50;
	padding: 10px 10px 10px 60px !important;
	color:#F0F0F0;
	margin-top: 10px !important; 
	margin-bottom: 10px !important;
}


em {font-style: italic !important;}

strong {font-weight:bold !important;}

/***** 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", "times new roman", serif;
    font-size: 100%;
    font-weight: normal;
    color:#333;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1{
	font-size:25px !important;
}
h2{
	font-size:20px !important;
}
h3{
	font-size:17px !important;
}

h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel 
{
    padding: 10px;
}
a:link.LoginSkinItem, a:link.UserSkinItem {
    color: #fff;
    text-decoration: none;
}
a:hover.LoginSkinItem, a:hover.UserSkinItem {
    text-decoration: underline;
}

#dnn_ContentPane{
/*	padding:25px;*/
}
.yui-g{
	padding-left:25px;
	padding-right:25px;
}
.yui-ge{
	padding-left:25px;
	padding-right:25px;
}
/*** end DNN styles overrides ***/

a:link, a:visited
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a:active
{
color: #B96D00;
text-decoration: underline;
}




.contentarea
{
padding-top: 1.3em;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1 {
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2 {
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.Normal .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.Normal ol{
	margin: 10px 0 10px 20px;
}

.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');
}

.box
{
	position: relative;
	background: #FDFCF6 url('images/boxbg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
}

.Normal ul.linklist {
	list-style: none;
	margin: 0;
}

.Normal ul.linklist li {
	line-height: 2.0em;
	list-style: none;
}

#outer {
	/*z-index: 2;*/
	/*position: relative;*/
	width: 952px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;

}
#blankouter
	{
	background-color: #ffffff;
	margin: 20px;
}
#headerbackground{
	background:#FFFFFF url('images/header-background.png') repeat-x top left;
	width:100%;

}
#menubackground{
	background: #7F8400 url('images/menubg.gif') repeat-x top left;
	padding-top:1px;
}
#inheader{
	text-align: left;
	width:976px;
	margin:0px auto;
}
#inmenu{
	text-align: left;	
	background: black;
}


#header
{
position: relative;
width: 100%;
height: 9.0em;
background: #2B2B2B url('images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}



#search
{
	padding-top: 60px;
	padding-right: 0.0em;
	float:right;
}

.SkinItemSearch
{
    background: #939B00 url('images/buttonbg.gif') repeat-x;
    border: solid 1px #5F6800;
    font-weight: bold;
    padding: 0.35em 0.6em;
    font-size: 0.8em;
    color: #F2F3DE;
    vertical-align: middle;
}
a.SkinItemSearch
{
    color: #fff;
    text-decoration: none;
}
a:hover.SkinItemSearch
{
    text-decoration: underline;
}
#dnn_dnnSEARCH_txtSearch
{
/*margin-right: 0.5em;*/
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 11.0em;
font-family: "georgia", "times new roman", serif;
}


#headerpic
{
position: relative;
height: 109px;
background: #fff url('images/hdrpic.jpg') no-repeat top left;
margin-bottom: 2px;
}

#menu{
	/*position: relative;*/
	height: 2.6em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}

#HouseMenuNavCurrentItem a
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
padding: 0.5em 0 0.9em 0;
}

#HouseMenuNav2
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
}

#HouseMenuNav2 a
{
    color: #808080;
    font-weight: bold;
    text-decoration: none;
    height:100px;
    border-left: 1px black dashed;
}

#HouseMenuNav2 li
{
    display: inline;
    padding-top: 7px;

}

#HouseMenuNav2 ul
{
    height:20px;
    font-weight:bold;
}

#adminmenu ul li a
{
    clear:both;

}


#HouseMenuNav2 li a:hover
{
    background: #fff url(images/barcurrent.gif) no-repeat;
    color: #000;
}
#HouseMenuNav2CurrentItem a
{
    background: #fff url(images/barcurrent.gif) no-repeat;
    color: #2C71AE;
}

/* DotNetNuke Admin Menu */
#adminmenu
{
    font-size: 1.2em;
    border: 1px solid #bbb;
    background-color: #eee;
    margin: 0 10px 20px 10px;
    padding: 10px;
    text-align:left;
}
#adminmenu  li 
{
    list-style: none;
}



#menubottom
{
	background: #fff url('images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#content
{
 /*padding: 0em 2.0em 0em 2.0em;*/
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer{
	clear: both;
	background: black;
	padding: 15px 0px 15px;
	}

#footer .left {
	width:400px;
	}

#footer .right{
	float: right;
	width: 400px;
	text-align:right;
}
#footer a{
	color: #F3F3Fe;
}

/* custom styles */
.dropCap {
	font-size: 400%;
	font-weight: bold;
	float: left;
	line-height: 85%;
}


/* overlay */

		
		div.overlay {
			padding:40px;
			width:600px;
			height: 500px;
			display:none;
			z-index:10000000000;
			position: absolute;
		}
		
		div.overlay div.close {
			background:url(img/overlay/close.png) no-repeat;
			position:absolute;
			cursor:pointer;	
			top: 15px;
			right: 10px;
			width: 36px;
			height: 36px;
		}


		div.overlaylarge {
			padding:25px;
			width:650px;
			height: 550px;
			display:none;
			z-index:10000000000;

			position: absolute;
		}
		
		div.overlaylarge div.close {
			background:url(img/overlay/close.png) no-repeat;
			position:absolute;
			cursor:pointer;	
			top: 15px;
			right: 10px;
			width: 36px;
			height: 36px;
		}














/**** blog module overwrite *****/

.blog_body {
	background-image: url('img/blogbackground.png');
	background-repeat: no-repeat;
	width:610px;
	padding: 10px 10px 60px 15px;
}

p.blog_body{
	margin-right: 50px;
}

h2.blog_title {
	padding-right:20px;
	width: 580px;
	font-size: 110%;
	font-weight: bold;
}
.blog_footer {
	width: 580px;
	margin-top: 15px;
}
.blog_head {
	width:580px;
}
.horizontalline {
	width:580px;
}






















