﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

html, body
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #fff;
}

body, p, a, li, div, span, span.Normal
{
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

h2 {
	margin: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #036;
}

h3 {
	margin: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

p
{
	margin-top: 0;
	margin-bottom: 15px;
}

ul
{
	margin: 0;
	padding: 0 0 0 17px;
	list-style-image: url(images/orange_bullet.gif);
	list-style-position: 0 5px;
}


/* IMAGES */

img
{
	border: 0;
}

/* Header row */
#headerrow
{
	padding: 0;
	margin: 15px auto 0 auto;
	height: 110px;
	width: 1000px;
}

#headerrow #logobox
{
	background-color: #fff;
	float: left;
	height: 110px;
	margin: 0;
	padding: 0;
	width: 210px;
}

#headerrow #topbox
{
	background-color: #999;
	float: left;
	height: 80px;
	margin: 0;
	padding: 10px 110px 20px 20px;
	width: 660px;
}

#headerrow #topbox #pagetitle
{
	color: #fff;
	float: left;
	font-size: 21px;
	font-weight: normal;
	position: relative;
	top: 37px;
	width: 400px;
}

#headerrow #topbox div.pagetitlehome
{
	float: left;
	position: relative;
	top: 37px;
	width: 440px;
}

#headerrow #topbox div.pagetitlehome div
{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
}

#headerrow #topbox #pagetitlelarge
{
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 37px;
}

#headerrow #topbox #loginarea
{
	float: right;
	text-align: right;
	width: 200px;
}

#headerrow #topbox .toppane
{
	float: right;
	text-align: right;
	margin-top: 50px;
	width: 200px;
}

#headerrow #topbox .toppane div
{
	text-align: right;
}

/* Content row */

#contentrow
{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}

#contentrow #contentcontainer
{
	background: url(images/bg_contentcontainer.gif) repeat-y scroll 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#contentrow .leftpane
{
	float: left;
	margin: 0;
	padding: 35px 10px 35px 20px;
	width: 180px;
	min-height: 410px;
}

#contentrow .contentpane
{
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 35px 20px 95px 20px;
	width: 640px;
}

#contentrow .contentpane_zeropadding
{
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}

/* This is a ContentPane style only for the splash page */

div.contentpaneintro
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


div.Normal, span.Normal
{
	font-size: 14px;
	color: #666;
	line-height: 19px;
	height: 100%; width: 100%;
}

span.NormalRed
{
	font-size: 14px;
	line-height: 19px;
}

/* Bottom row */

#bottomrow
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#bottomrow #bottomcontainer
{
	background-color: rgb(232,174,74);
	float: left;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 230px;
	width: 660px;
}

/* Menu */
.menulist
{
	clear: both;
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 0 0 30px 0;
}

.menulist li
{
	list-style: none;
	padding: 0 0 7px 0;
}

.menusublist
{
	clear: both;
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 25px;
}

.menusublist li
{
	list-style: none;
	padding: 0 0 4px 0;
}

/* Text */

.toptext
{
	color: #fff;
	font-size: 14px;
	text-align: right;
}

.bottomtext
{
	color: #966926;
	font-size: 13px;
	font-weight: normal;
}

.dont_show
{
	display: none;
}

div.announcing_credit
{
	color: #333;
	font-size: 11px;
	line-height: 13px;
	padding: 10px 0 30px 0;
	width: 150px;
}

span.name_highlight
{
	font-size: 12px;
	color: rgb(232,174,74);
	font-weight: bold;
}

/* Links */
ul.menulist li a:link, ul.menulist li a:visited
{
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
}

ul.menulist li a.active:link, ul.menulist li a.active:visited
{
	color: #966926;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
}

ul.menulist ul li a:link, ul.menulist ul li a:visited
{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
}

ul.menulist ul li a.active:link, ul.menulist ul li a.active:visited
{
	color: #966926;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
}

a.specialmenuitem:link, a.specialmenuitem:visited
{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0;
}

a.specialmenuitemactive:link, a.specialmenuitemactive:visited
{
	color: #966926;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0;
}

a.speciallink:link, a.speciallink:visited
{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px!important;
}

ul.menulist li a:hover,
ul.menulist li a.active:hover,
ul.menulist ul li a:hover,
ul.menulist ul li a.active:hover,
a.specialmenuitem:hover,
a.specialmenuitemactive:hover,
a.speciallink:hover
{
	text-decoration: underline;
}

/* Login styles */

div.loginformblock
{
width: 350px;
border-bottom: dotted 1px #000;
}

div.loginformblock_row
{
margin: 0;
padding: 3px 0 3px 0;
}

div.loginformblock_buttonrow
{
	margin: 0;
	padding: 12px 0 20px 0;
}

div.extrasblock
{
	width: 350px;
	padding: 10px 0 30px 0;
}

input.LoginTextBox
{
	width: 200px;
	height: 14px;
}

div.extrasblock_bullet
{
	background-image: url(images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 6px 0 0 14px;
}

a.loginlinkbutton:link, a.loginlinkbutton:visited 
{
	font-size: 13px;
}

input.StandardButton
{
	font-size: 13px;
	height: 15px;
	width: 70px;
}