﻿/* 
========================================
CSS for DOOR 23 (Tableless)
========================================
*/  

* {
	margin: 0;
	padding: 0;
}

BODY {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #0e1f50;
	/*height: 100%;*/
}

BODY {
	text-align: -moz-center;
	line-height: normal;
}

/*====================================*/
/*CUSTOM IDS AND CLASSES */
/*====================================*/

#pageHolder { /*--Sets overall width and centers page--*/ 
	width: 1024px;
	text-align: center;
	margin: auto;
	/*padding: 0 0 0 50px;*/
	}
#logo{
	width: 130px;
	height: 174px;
	float: left;
	}
#menu{
	width: 590px;
	height: 174px;
	float: right;
	text-align: right;
	padding: 55px 0 0 0;
	}
.headerPane {
	width: 100%;
	text-align: left;
	float:left;
}
#contentWrap {
	width: 100%;
	text-align: left;
	margin: 50px 0 10px 0;
	float:left;
}
#footerContainer {
   width:100%;
   background:#01518c;
   padding: 35px 35px 10px 35px;
   float:left;
	}
html>body #footerContainer {
   width:93%;
	}
.footOne {
	width: 315px;
	float: left;
	 }
.footTwo {
	width: 310px;
	float: left;
	}
.footThree {
	width: 280px;
	float: left;
	color: #fff;
	}

/*====================================*/
/*Home page unique classes
/*====================================*/
#homeBKG {
	width: 1265px;
	height: 800px;
	text-align: center;
	margin: auto;
	background-image: url(Door23_BKG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
.colOne {
	width: 320px;
	float: left;
	}
.colTwo {
	width: 320px;
	padding: 0 30px;
	float: left;
	}
.colTwoSpan {
	width: 640px;
	padding: 0 30px 0 0;
	float: left;
	}
/*====================================*/
/* GENERIC STYLES*/
/*====================================*/
.floatRight {
	float: right;
	padding: 0 30px 10px 20px;
	}

#colBKG {
	width: 1400px;
	height: 800px;
	text-align: center;
	margin: auto;
	background-image: url(Door23_Flare.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
.Normal, p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #fff;
	margin: 0;
	}
H1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 55px;
    color: #fff;
	text-align: left;
	font-weight: normal;
	line-height: 65px;
}
H2  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 24px;
    text-decoration: underline;
    color: #fff;
	line-height: normal;
}
H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
	text-align: left;
	text-transform:uppercase;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	letter-spacing: normal;
	}
H4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
    color: #508ebc;
	line-height: 24px;
	text-transform: lowercase;
	font-style: italic;
	border-top: 1px solid #1d3985;
	border-bottom: 1px solid #1d3985;
	margin: 10px 0;
	padding: 10px;
	}
H5 {}
H6 {}
HR {}
TH,DIV {}

ul li {
	list-style-type: disc;
        list-style-image: url(bullet.gif);
	padding: 2px 0;
	}


a:link, a:visited, a:active {
	color: #66ccff;
	/*text-decoration: underline;*/
	}
a:hover {
    color:#e8222a;
	text-decoration: underline;
}
.dnnElement, a.dnnElement:link, a.dnnElement:active, a.dnnElement:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
	text-align: left;
	text-transform:uppercase;
}
a.dnnElement:hover {
	text-decoration: underline;
}

/*====================================================*/
/* DNN Feedback Form Classes*/
/*====================================================*/

h2.dnnFormSectionHead {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-decoration: none;
	}
.dnnFormItem label {
	    display: block;
	    font-weight: bold;
		letter-spacing: 1px;
	    margin: 10px 0 5px 0;
		color: #fff;
    }

/*====================================================*/
/* Styles the Content Pane Headings in Edit Mode*/
/*====================================================*/
.Head {	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #fff;
}
.SubHead {	
	FONT-SIZE: 11px; 
	COLOR: #fff;
}
.SubSubHead {	
		FONT-SIZE: 11px; 
COLOR: #fff;
}
/*====================================================*/
/*Edit Mode Buttons*/
/*====================================================*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active  {	
	COLOR: #000000; 
	TEXT-DECORATION: underline;
}
A.CommandButton:hover {
	COLOR:#000000; 
	TEXT-DECORATION: none;
}

.Eventday,.Eventweekenday {
background-color:#FFFFFF
}
.Eventday,.Eventweekenday {
background-color:#FFFFFF
}
.DataGrid_Item {
background-color:#ffffff;
color:#000000;
}
.DataGrid_AlternatingItem {
background-color:#ffffff;
color:#000000;
}
/* One Column Form
-------------------------------------*/
    .form_oneCol label {
	    display: block;
	    font-weight: bold;
	    margin: 10px 0 5px 0;
    }
    .form_oneCol input , .form_oneCol textarea{ width: 94%; }
