body
{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}
a:link 
{
	color:#002864;
	text-decoration: none;
} 
a:visited 
{
	color:#002864;
	text-decoration: none;
} 
a:hover 
{
	color:#002864;
	text-decoration: underline; 
}
a:active 
{
	color:#002864; 
}
p.highlight 
{
	color: #666;
}
.image {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#F4FCFF;
	border:1px solid #C4EFFC;
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	text-align:center;
	width:200px;
}
#image-caption {
	color:black;
	font-size: 11px;
	font-style:italic;
	line-height:120%;
	margin:0;
	padding:3px 0;
}

/* Navigation Button Styling - Home */
	#home a
	{
		background: transparent url(../gfx/topNav/home.jpg) no-repeat top left;
		width: 50px;
	}
	#home a:hover
	{
		background-image: url(../gfx/topNav/hover/home.jpg);
	}
	#home.active a
	{
		background-image: url(../gfx/topNav/active/home.jpg);
	}
		/* instock */
	#instock a
	{
		background: transparent url(../gfx/topNav/instock.jpg) no-repeat top left;
		width: 86px;
	}
	#instock a:hover
	{
		background-image: url(../gfx/topNav/hover/instock.jpg);
	}
	#instock.active a
	{
		background-image: url(../gfx/topNav/active/instock.jpg);
	}
		/* why */
	#why a
	{
		background: transparent url(../gfx/topNav/why.jpg) no-repeat top left;
		width: 96px;
	}
	#why a:hover
	{
		background-image: url(../gfx/topNav/hover/why.jpg);
	}
	#why.active a
	{
		background-image: url(../gfx/topNav/active/why.jpg);
	}
		/* findus */
	#findus a
	{
		background: transparent url(../gfx/topNav/findus.jpg) no-repeat top left;
		width: 50px;
	}
	#findus a:hover
	{
		background-image: url(../gfx/topNav/hover/findus.jpg);
	}
	#findus.active a
	{
		background-image: url(../gfx/topNav/active/findus.jpg);
	}
		/* intouch */
	#intouch a
	{
		background: transparent url(../gfx/topNav/intouch.jpg) no-repeat top left;
		width: 82px;
	}
	#intouch a:hover
	{
		background-image: url(../gfx/topNav/hover/intouch.jpg);
	}
	#intouch.active a
	{
		background-image: url(../gfx/topNav/active/intouch.jpg);
	}
		/* guide */
	#guide a
	{
		background: transparent url(../gfx/topNav/guide.jpg) no-repeat top left;
		width: 72px;
	}
	#guide a:hover
	{
		background-image: url(../gfx/topNav/hover/guide.jpg);
	}
	#guide.active a
	{
		background-image: url(../gfx/topNav/active/guide.jpg);
	}
			/* news */
	#news a
	{
		background: transparent url(../gfx/topNav/news.jpg) no-repeat top left;
		width: 50px;
	}
	#news a:hover
	{
		background-image: url(../gfx/topNav/hover/news.jpg);
	}
	#news.active a
	{
		background-image: url(../gfx/topNav/active/news.jpg);
	}
	.leftCol h2
	{
		color:#002864;
		font-size:13px;
		margin: -5px auto;
		margin-left: -10px;
	}
	.leftCol h2#top
	{
		margin-top: -10px;
	}
	.leftCol img
	{
		margin-bottom: -3px;
	}
	.leftCol ul 
	{
		padding: 22px;
		font-size: 12px;
		padding-left:12px;
	}
	#rightCol img
	{
		border: none;
	}
	#mapList
	{	
	/*	width: 340px;*/
		margin: 0px;
	}
	#mapList li
	{
		margin-bottom: 2px;
		margin-left: 2px;
	}
#footer
{
	color:#666666;
	font-size:10px;
}
/* Form Styling */

.table-row {
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 12px;
	}
	.table-row label 
	{
		display: block;
		width: 125px;
		float: left;
		padding-top: 3px;
	}
	.table-row span 
	{
		color: #e31937;
	font-size: 12px;
	font-weight: bold;
	}

.form-dropdown 
{
	width: 206px;
	border: 1px solid #cdebf9;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.form-textbox 
	{
		width: 196px;
		border: 1px solid #cdebf9;
		padding: 4px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.form-textarea 
	{
		width: 405px;
		height: 50px;
		border: 1px solid #cdebf9;
		padding: 4px 0 4px 4px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.form-checkbox 
	{
		vertical-align: text-bottom;
	}
