/****************************************************************
 *							Default.css							*
 * This file defines styles used in all browsers. Any browser-	*
 * specified style rules should be placed in a separate file.	*
 ***************************************************************/

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose:	Defines default fonts for the site
 */
body, th, td, input, select, textarea
{
	font-family: Arial;
	font-size:12px;
	
}

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose:	Defines margins for the site
 */
body 
{
	margin:0px;
}

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose:	Defines attributes for the levels of navigation
 */
.navCell 
{
	color:#FFFFFF;
	font: bold 11px Arial, Verdana, Helvetica;
	text-decoration:none;
	text-transform:uppercase;	
}
.navCell a
{
	color:#FFFFFF;
	font: bold 11px Arial, Verdana, Helvetica;
	text-decoration:none;
	text-transform:uppercase;
}
.navCell a:hover
{
	color:#ffae73;
}


.navCell .selected a
{
	color:#ffae73;
}

.navRow
{
	background-image:url(/images/background_nav.jpg);
	height:24px;
	vertical-align:middle;
	width:100%;
}
#nav1Table
{
	background-image:url(/images/background_nav.jpg); 
	height:24px;
}


	
/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose: Defines attributes for the title bar
 */
#title
{
	background-image:url(/images/background_title_s.gif);
	background-repeat:repeat-x;
}
#titleTable 
{
	background-image:url(/images/background_title_s.gif);
	background-repeat:repeat-x;
}

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose: Defines attributes for the footer bar
 */
#footerBar
{
	background-image:url(/images/background_head.jpg);
	height:32px;
}

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose: Defines the background color for the site
 */
#mainBody 
{
	background-color:#FEF8DA;
}

/*
 * Author:	Channing Womack
 * Date:	4/22/2004
 * Purpose: Defines unordered list properties for the site
 */
li 
{
	color:#CC6633;
}
li.black
{
	color:#000;
}
/*
 * Author:	Channing Womack
 * Date:	4/22/2004
 * Purpose: Defines the link properties for the copy
 */
a:link.content 
{
	color:#CC6633;
	text-decoration:none;
	font-weight:bold;
}
a.content:visited
{
	color:#CC6633;
	text-decoration:none;
	font-weight:bold;
}
a.content:hover
{
	color:#CC6633;
	text-decoration:underline;
	font-weight:bold;
}


/*
 * Author:	Doug Knight
 * Date:	4/20/2004
 * Purpose: Defines margins for the main content area of the site
 */
#content 
{
	margin-top:105px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

/*
 * Author:	Doug Knight
 * Date:	4/19/2004
 * Purpose: Defines attributes for the footer bar
 */
#subfooter
{
	padding-bottom:20px;
	background-color: #FEF8DA;
}
.subfooterlink 
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

/*
 * Author:	Doug Knight
 * Date:	4/20/2004
 * Purpose: Defines attributes headers
 */
.header1 
{
	font-family:Times New Roman;
	color:#000;
	font-size:21px;
	line-height:38px;
}

.header2
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:15px;
	line-height:15px;
	font-style:italic;
	font-weight:bold;
}

.header3 {
	color:#262a5d;
	font-weight:bold;
}	

.header4 {color:#4A4F86; font-weight:bold; font-size:16px;}

/*
 * Author:	Channing Womack
 * Date:	4/21/2004
 * Purpose: Defines attributes for the site copy 
*/
.copy
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:12px;
	line-height:20px;
	margin-left:65px;
	margin-right:65px;
	margin-bottom:40px;
}

/*
 * Author:	Doug Knight
 * Date:	4/22/2004
 * Purpose: Defines the drop shadow background color under the title bar
 */
#dropshadow
{
	filter:progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=0,startx=100,starty=0,finishx=100,finishy=100);
	background-color:333333;
	height:9px;
	width:100%;
}

/*
 * Author:	Doug Knight
 * Date:	4/22/2004
 * Purpose: Defines margins for the contact areas in the contact page
 */
.contact 
{
	
	margin-bottom: 20px;
}

/*
 * Author:	Doug Knight
 * Date:	4/22/2004
 * Purpose: Defines attributes for error messages
 */
#errorMessage 
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

/*
 * Author:	Doug Knight
 * Date:	4/26/2004
 * Purpose: Defines attributes for form field labels
 */
.formLabel 
{
	margin-top:10px;
}

#wrapper { 
	margin: 0 auto;
	width: 525px;
	text-align: left;
	}

#left {
	margin: 0 0 0 0;
	width: 262px;
	float: left;
	display: inline;
	}

#right {
	width: 263px;
	float: left;
	display: inline;
	}
	
#dmxlogo 
{
padding-top:10px; vertical-align:top;
}

#dmxlogo p {display:inline; position:relative;} 

