/* --------------------------- */
/* Override default.css Styles */
/* --------------------------- */
.DNNEmptyPane
{
  display: none;
}
.SkinObject, .Normal, .NormalDisabled
{
	font: inherit;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover, a.SkinObject:active
{
color: inherit;
text-decoration: inherit;
}

/* -------------------------- */
/* Override FAQ Module Styles */
/* -------------------------- */
.faq p { display: inline; }

/* ------------------ */
/* Set SiteLog Styles */
/* ------------------ 
.SiteLogContent table
{
	width: 100%;
	word-wrap: break-word;
}
*/

/* ------------------------------- */
/* Initialize Body & Font & Colors */
/* ------------------------------- */
body#Body
{
	margin: 0px;
	background-color: #173e89;
	text-align: center;
}
body#Body
{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
.skinBorderColor
{
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #333333;
}

/* ----------- */
/* Skin Styles */
/* ----------- */
#wrapper
{
	position: relative;
	margin: 10px auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}
#header
{
	position: relative;
	background: #ffffff url(header3.jpg) no-repeat;
	width: 800px;
	height: 177px;
}
#tagline
{
	position: absolute;
	top: 50px;
	padding-left: 23px;
	width: 250px;
	font-size: 0.85em;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
}
#menu
{
	position: relative;
	top: 152px;
	left: 0px;
	padding-left: 23px;
	padding-right: 23px;
	height: 22px; /* 25 - padding */
	padding-top: 3px;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #333366;
}
#menu a
{
}
#menu img
{
	padding: 0px 8px 0px 6px;
}
.navigation *
{
	vertical-align: middle;
}
#navParent
{
	float: left;
/*	width: 520px;*/
}

/* SignOn box */
#SignOn
{
	float: right;
	height: inherit;
	letter-spacing: 0.07em;
	text-transform: none;
}
#SignOn *
{
	display: inline-block;
	height: inherit;
}
#SignOn a:hover
{
	text-decoration: underline;
}
#SignOn .bar
{
	margin-left: 5px;
	margin-right: 5px;
}
#dnn_dnnUser_cmdRegister
{
	width: 234px;
	text-align: right;
	overflow: hidden;
/*	border-right: solid 1px;*/
}

/* Footer */
#creditline
{
	padding-left: 23px;
	font-size: 10px;
	color: #838546;
	padding-top: 5px;
}
#creditline A:link
{
	color: #838546;
	text-decoration: none;
}
#creditline A:active
{
	color: #838546;
	text-decoration: none;
}
#creditline A:visited
{
	color: #838546;
	text-decoration: none;
}
#creditline A:hover
{
	color: #b86f21;
	text-decoration: underline;
}
#container
{
	background-color: #FFFFFF;
}
.content
{
	position: relative;
	float: left;
	padding-left: 23px;
	padding-bottom: 25px;
	padding-right: 23px;
	min-height: 350px;
}
.sidebar
{
	position: relative;
	float: right;
	padding-left: 10px;
	padding-right: 23px;
	height: 100%;
	min-height: 350px;
}
.sidebar H3
{
	width: 70%;
}
div#wrapper.NarrowSidebar .content
{
	width: 67.6%;
}
div#wrapper.NarrowSidebar .sidebar
{
	width: 22.5%;	/* 175px */
}
div#wrapper.WideSidebar .content
{
	width: 54.05%;
}
div#wrapper.WideSidebar .sidebar
{
	width: 36.0%; /* 275px */
}
div#wrapper.NoSidebar .content
{
	width: 97.5%;
	padding-left: 10px;
	padding-right: 10px;
}
#footer
{
	position: relative;
	clear: both;
}
#footer #fadicalogo
{
	position: relative;
	left: 340px;
}
#xEditingArea
{
	background-color: #ffffff;
	text-align: left;
}
.titles, .subtitles
{
	font-size: 1.9em;
	line-height: 1.2em;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	color: #333333;
}
.intro
{
	/*
	font-size: 13px;
	color: #80776b;
	line-height: 18px;
	*/
}
.quote
{
	font-size: 1.5em;
	font-family: "Times New Roman" , Times, serif;
	font-style: italic;
	text-indent: -0.5em;
	padding-left: 0.5em;
	color: #000000;
}
h1
{
	font-size: 23px;
	color: #173e89;
	line-height: 26px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h1 span.Head 
{
	font: inherit;
	color: inherit;
	line-height: inherit;
}
h2
{
	font-family: inherit;
	font-size: 13px;
	color: #173e89;
	line-height: 18px;
}
h3
{
	font-size: 0.8em;
	letter-spacing: 0.2em;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #173e89;
}
a:link
{
	color: #333366;
	text-decoration: none;
}
a:active
{
	color: #333366;
	text-decoration: none;
}
a:visited
{
	color: #333366;
	text-decoration: none;
}
a:hover
{
	color: #003366;
	text-decoration: underline;
}
@media print {
	#wrapper
	{
		width: auto;
	}
	#header, #footer, table.ControlPanel, #SignOn, #AdminHostList
	{
		display: none;
	}
	.content
	{
		padding: 0px;
		min-height: 0px;
	}
}


