﻿
 * {margin:0; padding:0;}/**/

/*-------------------Reset----------------------*/

input,
textarea,
select{
font: normal normal 14px arial, sans-serif;
vertical-align:middle;
}

td 
{
padding:5px;
}

blockquote
{
margin: 12px 40px;
}

ul 
{
margin: 12px 0px 12px 40px;
list-style-type: disc; 
list-style-image: none; 
list-style-position: outside;
}

strong, th
{
font-weight: bold;
}

em
{
font-style: italic;
}

p
{
margin:12px 0;
}

h3
{
	font-size:10pt;
}

/*------------End Reset--------------*/

body 
{
	
	background: transparent url(/Images/template/bodybg_newfade.jpg) repeat-x 0 0;
}

#outer
{
	background: transparent url(/Images/template/shadowside_newbg.jpg) repeat-y 0 0;
	width: 999px;
	position: relative;
	margin: 0 auto 0 auto;
	top: 2.81em;
	left: 0;
}

#MainWrapper
{
	position: relative;
	top: 45px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
	width: 999px;
}

#BodyWrapper
{
	position: relative;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 14px 14px 0 14px;
	background: white;
	width: 949px;
	float: left;

}


/*03-03-10::Martin C.:: Removed per Client request to restore old banner
/*#HeaderImage
{
	width: 849px;
	height: 280px;
	padding: 0 0 0px 0;
	position: relative;
}

#TitleImage
{
	background: transparent url(/Images/top_image.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 1000;
	top: 176px;
	right: 0px;
}*/

/*03-03-10::Martin C.::Restored the following per client request to restore old banner*/
#TitleImage
{
	width: 949px;
	height: 115px;
	background: transparent url(/Images/top_image.jpg) no-repeat 0 0;
	
	
	/*
	kentsm: 93-15-2010:  Set position to relative; The header was out of whack with it set to absolute.
	position: absolute;
	*/
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#ContentContainer
{
	background: white url('/Images/faux_left.jpg') repeat-y left bottom;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c0c0c0;
}

#page_title
{
	left: 0;
	text-align: left;
	margin-bottom: 1em;
}

#MainContent
{
	float: left;
	width: 595px;
	margin:  0px 0px 0 0px;
	padding:  0 10px 0px 10px;
	border-right: 1px solid #c0c0c0;
	text-align: left;
	min-height: 300px;
	font: normal 11px/20px Verdana, Geneva, Arial, sans-serif;
}

#RightContainer
{
	
	background: transparent url(/Images/faux_right_152.jpg) repeat-y top right;
	margin: 5px 0 12px 170px;	
}

#RightContent
{
	float: right;
	width: 142px;
	height: 100%;
	background: #e3e1e1;
	padding: 5px;
	margin: 5px 0px 0 0;
	text-align: justify;
	position: relative;
	
}

#Footer
{
	
	text-align: center;
	border-top: 1px solid #c0c0c0;
	margin: 0px 0 20px 0;
	padding: 10px 0 10px 0;
	font: normal normal normal 10px/14px Verdana, geneva, Arial, sans serif;
	font-stretch: wider;
	color: #666;
	background: white;
	clear: both;
}

/*-------------------------------Navigation-------------------------------*/
#Menu
{
	margin: 0;
	padding: 0;
}

#combobox
{
	margin: 10px 0 0 27px;
}

#LeftPanel
{
	float: left;
	clear: both;
	width: 169px;
	background: #fff3d1;
	border-right: 1px solid #c0c0c0;
/*	border-bottom: 1px solid #c0c0c0;*/
	position: absolute;
}

/*------------------------------------------------Shadows------------------------*/


#DropShadow_menu
{
	
	height: 11px;
	width: 949px;
	clear: both;
	padding: 0;
	margin: 0;
	background: transparent url(/images/template/menu_shadow1.jpg) no-repeat 0 0;
}


#ShadowTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(/Images/template/upper_bg.jpg) no-repeat;
	width: 798px;
	height: 462px;
	z-index:0;
}

#Shadow_Bottom
{
	width: 800px;
	left: 0;
	bottom: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 10px;
}




