﻿/*********************/
/* CSS Imports       */
/*********************/

@import url('topmenu.css');
@import url('mainmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');

/*********************/
/* HTML Selectors    */
/*********************/

body
	{
	background: #D3CBC3 url('../images/body_bg.gif') repeat-x top center;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	}

h1, h2, h3, h4
	{
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 21pt;
	/*font-style: italic; */
	color: #339;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	}

h1 { margin-bottom: 10px; margin-top: 0; line-height: 1.2em;}

h2
	{
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
	color: #c63;
	}

h3
	{
	font-size: 1.3em;
	color: #c63;
	}

h4
	{
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}

img
	{
	border: none;
	}

p	{margin: 15px 0;}
 	
 
/*********************/
/* Layout Structures */
/*********************/

#TopBanner
	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 791px;
	height: 121px;
	overflow: auto;
	background: url('../images/header_bg.gif') no-repeat top center;
	}

#HeaderSearch
	{
	position: relative;
	width: 280px;
	height: 25px;
	float: left;
	top: 50px;
	left: 290px;
	text-align: center;
	}
 
#TopSubBanner
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 791px;
	height: 178px;
	overflow: visible;
	background: url('../images/topper_bg2.gif') no-repeat top center;
	text-align: left;
	}

#Content
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 791px;
	height: auto;
	overflow: auto;
	background: url('../images/content_bg.gif') repeat-y 0 0;
	}
 
#SideMenu
	{
	position: relative;
	background: url('../images/sidemenu_top_bg.gif') no-repeat 0 -1px;
	float: left;
	width: 284px;
	height: auto;
	overflow: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	} 

#Footer
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 791px;
	height: auto;
	overflow: hidden;
	background: url('../images/footer_bg.gif') no-repeat top center;
	color: #fff;
	}
	
	

/*********************/
/* Base Classes      */
/*********************/
 
.tNormal
	{
	font-weight: normal;
	}

.tBold
	{
	font-weight: bold;
	}

.tWhite
	{
	color: #fff;
	}

.tGrey
	{
	color: #666;
	}

.tRed
	{
	color: #900;
	}
	
.noShow
	{
	display: none;
	}

.clear
	{
	clear: both;
	}

.FloatR
	{
	float: right;
	}

.FloatL
	{
	float: left;
	}


/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.Instructions
	{
	display: block;
	font-family: 'trebuchet ms', georgia, serif; 
	color: #fff; 
	background-color: #969EB9; 
	text-align: left;
	width: auto;
	padding: 3px 8px;
	border: 1px solid #036;
	float: right;
	}

.ErrorMessages
	{
	display: block;
	font-family: 'trebuchet ms', georgia, serif; 
	color: #fff; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	text-align: center;
	padding: 5px 0;
	}

#ErrorAlignment, .ErrorAlignment
	{
	background: #c00;
/*	width: 95%;  */
	}

.Messages
	{
	display: block;
	border-bottom: 1px solid #339;
	font-family: 'trebuchet ms', georgia, serif; 
	color: #393; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	text-align: center; 
	width: auto;
	padding: 3px 8px;
	}

#MessageAlignment
	{
	background-color: #fff;
	}

.Inputs
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-color: #fff; 
	background-image: none; 
	}

/************************/
/* SET FONT SIZES       */
/************************/

#Content
	{
	font-size: 1em;
	}

.Messages, .Inputs, .ErrorMessages
	{
	font-size: 1em;
	}

.Instructions
	{
	font-size: 0.75em;
	}