/* 
Hometown Insurance Team
Website CSS Document

Author: Chris Jackson
Last Updated: 07/11/2008
*/

*
{
/*	border: 1px solid green; */
}

/* HTML override styles */
html
{
	font: small Arial, Helvetica, sans-serif;
	background-color: #DBE4F7;	
}
body
{
	margin: 0;
	padding: 0;
}
#Page /* body */
{
	width: 895px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
}
img
{
	border: none;
}

/* Custom HTML overrides */
#Menu ul, #SubMenu ul, #Categories ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#Menu ul li, #SubMenu ul li, #Categories ul li
{
	float: left;
}
#Text ul
{
	list-style: none;
}
#Text p
{
	margin: 10px;
	text-align: justify;
}

/* Header Styles */
#Header
{
/*	width: 895px;
	height: 100px;
	background: url(images/headerBG.jpg) repeat-x;*/
}
#Header h1{color:#335799;margin-bottom:0;padding-bottom:0;}
#Header h2{font-size:medium;color:#335799;margin-top:0;padding-top:0;}
#Logo
{

}
#Scope
{
	float: right;
	display: inline;
}

/* Menu Styles */
#Menu
{
	width: 895px;
	height: 40px;
	margin: 10px 0 0 0;
}
#MenuBar
{
	width: 655px;
	background: url(images/menuBG.jpg) repeat-x;
}
#HomeButton, #ContactButton
{
	padding-right: 1px;
}

/* Content Styles */
#Content
{
	clear: both;
	margin: 10px 0px;
	width: 895px;
}
#Content h1
{
	font-size: large;
	color: #335799;
}
#Content h2
{
	font-size: small;
	color: #0E5423;
	text-decoration: underline;
}
/*
#Content h2.Section
{
	width: 885px;
	padding: 3px;
	font-size: medium;
	color: #335799;
/ *	border-bottom: 2px solid #335799;* /
}
*/
#Content p
{

}
#Providers
{
	width: 895px;
}
#Providers col
{
	width: 25%;
}
#Providers img
{
	border: none;
}
#Providers td
{
	text-align: center;
	vertical-align: top;
}
#SubMenu
{
	float: left;
	width: 270px;
	padding: 5px 0;
}
#SubMenu h2
{
	margin: 0;
	padding: 0;
	font-size: medium;
	font-weight: bold;
/*	color: #0E5423; OLD */
}
#SubMenu a
{
	text-decoration: none;
/*	color: #0E5423; OLD */
/*	color: #335799;*/	
	color: #0069BF;
}
#SubMenu a:hover
{
	text-decoration: underline;
/*	color: #0000FF; OLD */
	color: #DBE4F7;	
}
#SubMenu p
{
	margin: 0;
	padding: 3px 0 0 0;
	color: #8D8D8D;
}
#Item1, #Item2, #Item3, #Item4, #Item5
{
	width: 250px;
	height: 60px;
	padding: 5px 10px;
}
.Item
{
	width: 180px;
	margin-left: 10px;
}
#SubContent
{
	margin-left: 275px;
	padding: 10px;
	width: 595px;
	height: 280px;
	background: url(images/contentBG.jpg) no-repeat;
}
#SubContent h1
{
	margin: 0;
	margin-left: 200px;
	padding: 0;
	font-size: x-large;
	color: #BACFF7;
}
#SubContent ul
{
	margin-top: 145px;
	margin-left: 300px;
	list-style: none;
	background-color: #6791E0;
	width: 250px;
	padding: 10px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#SubContent ul li
{
	font-size: medium;
	font-weight: bold;
/*	color: #98B3E5;*/
	color: #FFFFFF;
}
#QuoteBox
{
	margin-top: 145px;
	margin-left: 350px;
	background-color: #6791E0;
	width: 200px;
	padding: 10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}
#QuoteBox input
{
	border: 1px solid #CCCCCC;
	font-size: large;
}
#QuoteBox label, #QuoteBox input
{
	font-weight: bold;
}
#QuoteBox label
{
	color: #FFFFFF;
	font-size: medium;
	display: block;
	padding-bottom: 10px;
}
#quoteForm
{
	margin: 0px;
	padding: 0px;
}
#quoteForm #zipCode
{
	width: 60px;
	padding: 3px;
}
#quoteForm #submit
{
	background-color: #FF9900;
	color: #FFFF99;
	padding: 2px;
	margin: 0px;
}


#quoteForm, #quoteForm label, #quoteForm input, #QuoteBox
{
	/*border: 1px solid red;*/
}













/* Category Styles */
#Categories
{
	clear: both;
	width: 895px; 
/*	height: 500px;*/ /* remove */
}
.Spacer
{
	width: 10px;
}
.Category1
{
	width: 270px;
	height: 30px;
	background: url(images/category02.jpg) no-repeat;
}
.Category2
{
	width: 335px;
	background: url(images/category01.jpg) no-repeat;
}
.Category3
{
	width: 270px;
	background: url(images/category02.jpg) no-repeat;
}
#Categories h2
{
	margin: 0;
	padding: 0;
	font-size: large;
	line-height: 30px;
	text-indent: 10px;
	color: #DBE4F7;
}
#Categories h3
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: bold;
	color: #0E5423;
}
#Categories a
{
	text-decoration: none;
	color: #0E5423;
}
#Categories a:hover
{
	text-decoration: underline;
	color: #0000FF;
}
#Categories p
{
	margin: 0;
	padding: 0;
	color: #8D8D8D;
}
.CategoryItem
{
	height: 40px;
	padding: 10px;
}
.Category
{
	width: 200px;
	margin-left: 10px;
}

/* Footer Styles */
#Footer
{
	margin: 10px 0;
	width: 895px;
	height: 40px;
	line-height: 40px;
	background: url(images/footerBG.jpg) no-repeat;
	color: #DBE4F7;
	text-align: center;
}

/* Contact Form Styles */
#ContactForm
{
	width: 895px;
	border: 1px solid #335799;
	background-color: #e0e6f2;
}
#ContactForm td
{
	padding: 3px;
}
.ContactRow1 td
{
	background-color: #eef4ff;
}
.ContactRow2 td
{
	background-color: #e9f1ff;
}
.FieldName
{
	width: 150px;
}
.Required
{
	text-align: center;
	color: #FF0000;
	font-size: x-large;
	font-weight: bold;
	width: 20px;
}
.Field
{
	width: 200px;
}
.Message
{
	color: #FF0000;
}
.Supplier
{
	width: 200px;
}
label, .ContactText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #335799;
}
.Disclaimer
{
	font-size: x-small;
}
.AlignCenter
{
	text-align: center;
}
#state
{
	width: 155px;
}
.Options
{
	font-size: x-small;
}

.Address
{
	margin-left: 50px;
	font-weight: bold;
}
.Bold
{
	font-weight: bold;
}
#MainText
{
	margin: 20px 10px;
	border-top: 3px solid #DBE4F7;
	border-bottom: 3px solid #DBE4F7;
}
#MainText h1
{
	border-bottom: 3px solid #DBE4F7;
	padding-bottom: 20px;
	font-size: x-large;
}
#MainText p
{
	text-align: justify;
}
#MainText, #Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Text h2
{
 	color: #0069BF;
	text-decoration: none;
}