﻿/*  John Scott Consulting CSS Template

This is the standard css for the site
if there are site-specific CSS requirements, they will be included 
in the [SiteName].css file

*/



/*  DEFAULT COLOR SCHEME */
/*
#81340A - BRONZE
#5D4924 - LIGHT BROWN
#362710 - DARK BROWN
#005916 - GREEN
#E2E3D9 - LIGHT GRAY
#82875A - OLIVE-DRAB
*/

*
{ margin: 0; }

body
{ background-position: 0 1; }

html, body, form
{
	height: 99%;
	width: 100%;
	font-family: Verdana, Arial, Tahoma;
	font-size: .95em;
	color: #000000;
	margin: 0 auto;
	background-color: #81340A;
	text-align:center;
}

form
{
	background-color: #ffffff;	
}

#xwrapper
{	
	width:100%;		
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */	
}

#bodyTable
{
	background-image:url(images/header_background.jpg);
	background-repeat: repeat-x;
	min-height:400px;			
}


#footer, #push 
{
	height: 25px; /* .push must be the same height as .footer */
	font-size: .9em;
}

#footer a:link, #footer a:hover, #footer a:visited
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
	color: #ffffff;
}



h1 
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #81340A;
}

h1
{
	font-size: 1.1em;
}

h2
{
	font-size: 1em;
	color:#005916;
}

h3
{
	font-size: .95em;
	color:#000000;
	display:inline;
}


a:link, a:hover
{
	text-decoration: underline;
	font-family: Verdana, Arial, Tahoma;
	color: #005916;
}




/*  styles for the rounded corners */

#bodyLeft
{
	background-image:url(images/body_left_slice.jpg);
	background-repeat: repeat-y;
	width:15px;	
}

#bodyRight
{
	background-image:url(images/body_right_slice.jpg);
	background-repeat: repeat-y;	
}

#bodyText
{
	min-height:400px;
	height:100% !important;	
	background:#ffffff;
	text-align:left !important;
	margin: 0 auto;
}