/* CSS Document */

body 	{
		background: #4879B4;
		background-image: url('/images/backgroundStripes.gif');
		color: #363636;
		font-family: verdana, arial, sans-serif; 
		font-size: 11px;
		line-height: 1; 
  		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
		
img {border: 0px}

div
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	}
	
ul {padding: 0px 20px 10px 15px;
	margin: 0px;}

li {margin: 3px 0px 0px 8px;
list-style-image: url('/images/bullet.gif');}

p	
	{
	padding: 0px 30px 0px 10px; 
	margin: 15px 0px 15px 0px;
	}

a
	{
	color: #737466;
	font-weight: bold;
	text-decoration: underline;
	}
	
h2
	{
	color: #2A65AE;
	font-size: 1.4em;	
	padding: 8px 0px 8px 10px;
	margin: 0 0 0 0;
	}

h3
	{
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
	margin: 0px;
	}
	
fieldset
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	}

table
	{
	padding-left: 10px;
	border: 0px;
	}
td
	{
	vertical-align: top;
	padding-bottom: 10px;
	}
/* ----------------------------------- Layout */

#wrapper				
		{
		float: none; 
  		width: 793px;
		min-height: 645px; /* IEwin does not support min-height */
		height: 632px;
		position: relative; 		
		background-repeat: repeat-y;
		clear: all;
  		}

html>body #wrapper {
  height: auto;
  background-image: url('/images/sideShadow.png');
}
/* ----------------------------------- 2 cols wrap left & right */

#columnA
	{
	width: 520px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;	
	}

#columnB
	{
	width: 273px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 520px;
	}
	
/* ----------------------------------- Header Layout and Styles */
#header
		{
		height: 81px;
		background: #fff;
		background-image: url('/images/proudlyServing.gif');
		background-repeat: no-repeat;
		text-align: right;
		overflow: hidden;
		width: 520px;
		}
		
#telephone
	{
	height: 81px;	
	color: #333;	
	background-image: url('/images/telephoneBG.png');
	background-repeat: repeat-y;
	}

#telephone P
	{
	text-align: right;
	padding: 20px 20px 0px 0px; 
	margin: 0px auto;
	}
	
	
/* -----------------------------------Main Content Layout and Styles */	
#mainCol			
		{
		width: 520px; 
		float: left;
		position: relative;
		background: #fff;
		}
		
/* -----------------------------------Navigation Styles */	

#nav 
	{
	background-image: url('/images/navbg.jpg');
	background-repeat: no-repeat;
	width: 520px;
	height: 21px;
	color: #fff;
	font-size: 11px;
	padding: 9px 0px 0px 12px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#nav a, a:visited
	{
	color: #fff;	
	font-weight: normal;
	padding-right: 7px; 
	padding-left: 7px; 
	text-decoration: none;
	}

#nav a:hover
	{
	color: #FFE169;
	}

	
/* -----------------------------------Slideshow */	
	
#slideshow
	{
	width: 520px;
	height: 68px;
	position: absolute;
	top: 30px;
	left: 0px;	
	}
	
/* -----------------------------------Main Text Styles */	

.title
	{
	display: none;
	}
	
#content
	{
	width: 520px;
	position: absolute;
	top: 99px;
	left: 0px;
	background: #fff;	
	padding: 0px 0px 0px 10px; 	
	}	
	
#content a
	{
	color: #2C63A6;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	}
#content a:hover
	{
	color: #E7A11F;
	}
#content a:visited
	{
	color: #858579;
	}

/* ----------------------------------- Sidebar Layout and Styles */

#sideCol			
	{
	width: 265px; 
	float: left;
	position: relative;		
	}
#sidebar
	{
	width: 265px; 
	min-height: 490px; /* IEwin does not support min-height */
	height: 490px;
	background-image: url('/images/tan1Stripe.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;	
	}
	
html>body #sidebar{
  height: auto;
}
	
#sidebar ul
	{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px 0px 15px 0px;
	}
#sidebar li
	{
	padding: 5px 15px 5px 10px;
	list-style-image: none;
	}
	
/* ----------------------------------- News Items */
#newsBits
	{
	width: 265px; 
height: 220px;
	background-color: #D7D6C7;	
	background-image: url('/images/tan1Stripe.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;	
	font-size: .9em;
	}
	
#newsBits ul
	{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 0px;
	}
	
#newsBits li
	{
	padding: 5px 15px 5px 5px;<br>
	list-style-image: none;
	}
	
/* ----------------------------------- Contact Content */
#contactBits
	{
	width: 265px; 
	background-color: #D7D6C7;	
	min-height:175px;
	background-image: url('/images/tan1Stripe.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	position: absolute;
	top: 390px;
	left: 0px;	
	}
	
#contactBits h3
	{
	padding: 10px 0px 0px 10px;
	font-size: 1em;
	}

#contactBits blockquote
	{
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #938E8C;
	font-size: .9em;	
	}
	
/* ----------------------------------- Extra Floaters */
#boy
	{
	position: absolute;
	top: 190px;
	left: 190px;
	}
	
#copyright
	{
	position: absolute;
	top: 560px;
	left: -1px;
	}
	
/* ----------------------------------- Form Styles */

#myForm P
	{line-height: 2em;}

#myForm label
	{padding-right: 15px;}