html
{
	height: 100%;
}

* html #container
{
    height: 100%;
}

body
{
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

body *
{
	text-align: left;
}

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
    background: url('../img/footer_bg.jpg') right bottom no-repeat;	
}

#header {
/*	background-color: #fff; */
/*  background: url('../img/header_bg.jpg') top no-repeat; */
	height: 180px;
}

#content {
	padding: 5px 0px 5px 5px;
	margin-left: 210px;
/*	background-color: #ffffff; */
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0px;
	margin-right: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
}

#footer {
	clear: both;
/*	background-color: #ffffff; */
}

#footer .fcontent {
  	padding: 15px 5px 5px 5px;
	margin-top: 0px auto;  	
}

#footer .fcontent p {
	text-align: center;
}

/*******************************
  header styling
*******************************/

#container #header #header_nav {
	position: absolute;
	top: 40px;
	left: 220px;
}

#logo {
	padding-top: 10px;
	padding-left: 30px;
}

#header_title {
    font: bold 2.5em arial;
    margin: 0 0 0 10px;

}

/*******************************
  content styling
*******************************/

#content .content_title h1, #content .content_title h2, #content .content_title p {
    margin-left: 10px;
}

#content .content_title h2 {
    font: bold 2em arial;
    color: #004C93;
    margin: 0 0 0 10px;
    z-index: 1;
    padding: 0 0 10px 0;
    background: url('../img/h2_bg.jpg') bottom repeat-x;		    
}

#content .content_title h3 {
    font: bold 1.5em arial;
    color: #004C93;
    margin: 0 0 0 10px;
    z-index: 2;
}

.content_title {
  	margin-left: 10px;
}

#content .content_title {
    margin: 0 0 10px 0 !important;
    padding-top: 5px;
    position: relative;
}

#content .content_title th {
    font: bold 1.4em verdana; 
    color: #004C93;		
	background-color: #ececec;
}

#content .content_title td {
    font: 1em verdana; 
}

#content .content_title td h3 {
    font: bold 1.5em arial;
    color: #004C93;
    margin: 0 0 0 0px;
    z-index: 2;
}

/*******************************
  side box styling
*******************************/

#sidebar ul, #sidebar p {
    padding: 5px 5px 1em;
    margin-left: -5px;    
}

#sidebar ul { 
    list-style: none;
    margin: 0 0 20px 0; 
}

#sidebar ul ul { 
	margin-bottom: 0; 
	color: #5ba3e0;
}

#sidebar ul ul li a { 
	margin-bottom: 0; 
	text-decoration: none;	
}

#sidebar ul ul li a:hover { 
	margin-bottom: 0; 
	text-decoration: none;	
}

#sidebar ul ul ul { 
 	border-bottom: none; 
	margin-bottom: 0; 
}

#sidebar ul li ul li {
    margin-bottom: 7px; 	
	border-right: 5px solid #1958b7; 
	padding: 5px 0px 5px 0px;	
}

#sidebar ul li ul li a { 	
    display: block;
}

#sidebar ul li ul li a:hover { 	
	border-right: 5px solid #5ba3e0; 
}

/*******************************
  online form styling
*******************************/
.onlineform
{ 
	width: 300px;
	float: left;
	padding: 0em;
}

.row 
{
	clear: both;
	padding-top: 5px;
}

.row span.label 
{
	float: left;
	width: 80px;
	text-align: right;
}

.row span.formw 
{
	float: right;
	width: 200px;
	text-align: left;
} 

input.button 
{
	text-align: center;
}

p.error
{
	color: red;
	margin: 10 10 10 10;
	background-color: #FCE5DC;
}



/****************************
   Ajax Search styling
****************************/

#ajaxSearch_output
{
    margin: 10px;
    padding: 10px;	
	border-left: 2px solid #1958b7; 
}

