/* ABOUT CSS
5E2219 - RED
E6D595 - TAN
*/
/* TOP */
html {
  padding: 0px;
  width: 100%;
  margin: 0px;
  border: 0px;
}
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border: 0px;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #404040;
  background-color: #D51F2C;
}
div{
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #404040;
}
/* CONTENT PANES */
.pagemaster {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  color: #404040;
}
.skinmaster {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 1000px;
  color: #404040;
  background-image: url(background.jpg);
  background-repeat: repeat-y;
  background-color: transparent;
}
.paneHeader {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 1000px;
  color: #FFFFFF;
  background-color: transparent;
  line-height: 0px;
}
.paneTop {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 949px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  line-height: 0px;
}
.paneTopLeft {
  padding-top: 7px;
  margin: 0px;
  border: 0px solid #404040;
  width: 731px;
  background-color: transparent;
  line-height: 0px;
}
.paneTopRight {
  padding: 0px;
  margin: 0px;
  border-top: 0px solid #404040;
  border-left: 0px solid #404040;
  border-right: 0px solid #404040;
  border-bottom: 0px solid #404040;
  width: 220px;
  background-color: transparent;
  text-align: left;
  line-height: 0px;
}
.paneNav {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 1000px;
  height: 73px;
  color: #FFFFFF;
  background-image: url(behindlinks.jpg);
  background-repeat: no-repeat;
  line-height: 20px;
}
.NavLinks {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  border: 0px;
  color: #FFFFFF;
  background: transparent;
  line-height: 20px;
}
.paneCenter {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 70px;
  width: 960px;
  color: #FFFFFF;
  background: transparent;
  line-height: 0px;
}
.paneContent {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 729px;
  background-color: transparent;
  text-align: left;
  line-height: 20px;
}
.paneRightContent {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 228px;
  background-color: transparent;
  text-align: left;
  line-height: 20px;
}
.paneMiddle {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  background-color: transparent;
  text-align: left;
  line-height: 20px;
}

.ContentPane {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #404040;
  background-image: url(whitepage-background.jpg);
  background-repeat: repeat-y;
  background-color: transparent;
  width: 730px;
}
.ContentPane-container {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #404040;
  background-color: transparent;
  width: 690px;
}
.paneBottom {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #404040;
  text-align: center;
  font-size: 10px;
  background-color: transparent;
}
.paneVB {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 21px;
  color: #404040;
  text-align: center;
  background-color: transparent;
}

/* BASIC HTML*/
a:link, a:visited, a:active {
  font-weight: bold;
  font-size: 12px;
  color: #d51f2c;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  font-size: 12px;
  color: #d51f2c;
  text-decoration: none;
}

address {
}
h1 {
  font-weight: bold;
  font-size: 24px;
  color: #d51f2c;
}
h2 {
  font-weight: bold;
  font-size: 16px;
  color: #404040;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
HR
{
	color: #D51F2C;
	height: 1px;
	text-align: center;
}
img {
}
p {  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #404040;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #404040;
}
li {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #404040;
}

/* style for module titles */
.Head   {
    font-size:  24px;
    font-weight: bold;
    color: #d51f2c;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  12px;
    font-weight:    bold;
    color: #404040;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: #404040;
}
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* Module Menus ------------------------ */

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer
{
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar
{
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #555;
	font-weight: normal;
	background: #f7f7f7;
	border: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu
{
	font-family: verdana, sans-serif;
	z-index: 1000;
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 0px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon
{
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow
{
	display: none;
}

/* Main Menu */
/* idle state of submenu items */
.MainMenu_MenuItem
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	background: #f8f8f8;
	border: #f8f8f8 0px solid;
	padding: 3px 2px 4px 0px;
}

/* hover state for submenu items */
.MainMenu_MenuItemSel
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #D51F2C;
	border: #CBCBCB 0px solid;
	padding: 3px 2px 4px 0px;
}

/* box for submenu */
.MainMenu_SubMenu
{
	z-index: 1000;
	margin: 1px 0px 0px -2px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-left: 3px solid #D51F2C;
	padding: 0px;
}

/* menu arrows for DNN version 4.4.1 and newer - controls the pixel shift on hover */
.MainMenu_MenuArrow
{
	padding: 0 2px 0 0px;
	border: 0;
	text-align: right;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 850px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:18px;
	background-color: Transparent;

}
/* hover state of main menu items */
.MainMenu_Selected td
{
	margin: 0;
	padding: 0;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: Transparent;
	
}
.MainMenu_Selected td span
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: Transparent;
}
/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td
{
	margin: 0;
	padding: 0;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: Transparent;
}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: Transparent;
}
/* items we don't need to see */
.MainMenu_RootMenuArrow
{
	display: none;
}
.MainMenu_MenuBreak
{
	width: auto;
	border: 0;
}


/* CONTAINERS */
.container1 {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  text-align: left;
}
.container1 {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  text-align: center;
}
.dnnLogin
{
	color: #FFFFFF
}

/* Form Styles */

table.formContact {
	width:389px;
}

	table.formContact tr td {
		width:auto;
	}

	table.formContact tr td div {
		width:100%;
	}
	
.fieldLabel {
	display:block;

	padding:1.0em 0 0.3em 0;

	color:#2A2A2A;
	font-weight:bold;
	line-height:1.0em;
}

.fieldInput, .fieldText, .fieldList, .fieldDate {
	display:block;
	width:150px;
	
	margin-left:12px;
	
	color:#616A70;
}

	.fieldDate { display:inline; margin-right:4px; }
	.fieldReq { color:#D51F2C; }

input[type="radio"], input[type="checkbox"] {
	margin-left:12px;
}	
	
.fieldText {
	height:60px;
	width:344px;
	
	overflow:hidden;
}

.fieldError {
	display:block;
	
	padding-top:2px;
	padding-left:12px;
	
	color:#C11416;
	font-style:italic;
	line-height:16px;
}

	.fieldError[style="display: inline;"] {
		display:block !important;
	}

	.fieldError br {
		display:none;
	}
	
.fieldSubmit {
	display:block;
	width:auto;

	background:#F5F5F5 none no-repeat scroll 6px center;
	background-image:url(graphics/accept.png);
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	margin:20px auto;
	padding:5px 23px 6px 23px;

	color:#529214;
	color:#565656;
	cursor:pointer;
	font-size:1.0em;
	font-weight:bold;
	line-height:130%;
	text-decoration:none;
}

.fieldSubmit:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}