/* Kerry Insurance Agency - Web Site Colors  
cranberry			#a72431
title + logo grey	#666666
navigation blue		#3369ab
body text grey		#010101
site stroke grey	#747474
footer grey			#bfc0c2
*/

Body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  text-align:left;
  margin:auto;
  background-image:url(../images/site-background.jpg);
  background-repeat:repeat-x;
  background-color:#f6f3e9;
}

h1	{
	color:#a72431;
	font-size:24px;
	border-bottom:1px solid #a72431;
}

h2	{
	color:#666666;
	font-size:18px;
	border-bottom:1px solid #666666;
}

h2 	a:link		{color:#3369ab; text-decoration:none;}
h2 	a:visited	{color:#3369ab; text-decoration:none;}
h2	a:hover		{color:#1e00ff; text-decoration:none;}
h2	a:active	{color:#3369ab; text-decoration:none;}

h3	{
	color:#666666;
}

.content	{
	padding:20px 20px 20px 20px;
}

.mainContainer	{
	border:1px solid #3e3e3e;
	background-color:#ffffff;
	background-image:url(../images/windmill-footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.tides	{
	float:left;
	text-align:left;
	width:230px;
}

.weather	{
	float:right;
	text-align:left;
	width:230px;
}

#info	{
	font-size:12px;
	padding:5px 0px 5px 20px;
	margin-top:5px;
}

#info 	a:link		{color:#3369ab; text-decoration:underline;}
#info 	a:visited	{color:#3369ab; text-decoration:underline;}
#info 	a:hover		{color:#1e00ff; text-decoration:underline;}
#info	a:active	{color:#3369ab; text-decoration:underline;}

.quoteSource	{
	text-align:right;
	font-weight:bold;
}

blockquote	{
	width:90%;
}


.imageBorder	{
	border:1px solid #666666;
}

/* call us */
#call	{
	height:28px;
	background-color:#990211;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
}

#phone	{
	float:right;
	padding-right:20px;
}

/* navigation + locations */
#navBackground	{
	background-image:url(../images/nav-background.jpg);
	background-repeat:repeat-y;
}

#navigation	{
	white-space:nowrap;
	padding-top:40px;
}

#navigation ul	{
	padding:0px 0px 0px 0px;
	margin: 0px;
}

#navigation ul li	{
	list-style:none;
	padding:5px 0px 5px 0px;
}

#navigation 	a:link		{color:#3369ab; text-decoration:none;}
#navigation 	a:visited	{color:#3369ab; text-decoration:none;}
#navigation 	a:hover		{color:#1e00ff; text-decoration:none;}
#navigation		a:active	{color:#3369ab; text-decoration:none;}

.indent	{
	margin-left:20px;
}

#locations	{
	padding-top:40px;
	padding-bottom:15px;
	background-image:url(../images/nav-background.jpg);
	background-repeat:repeat-y;
}

.office	{
	font-size:12px;
	padding:5px 0px 5px 20px;
}

.officeLocation	{
	font-weight:bold;
}

.floatLeft	{
	float:left;
}

.floatRight	{
	float:right;
}

.line	{
	display:block;
	margin:0px;
}

/* footer */
.FooterRow	{
	background-image:url(../images/footer-border.gif);
	background-repeat:no-repeat;
	position:relative;
	height:90px;
}

.Footer	{
	text-align:left;
	font-size:10px;
	color:#bfc0c2;
	padding-top:10px;
	padding-left:20px;	
}

.Footer 	a:link		{color:#bfc0c2; text-decoration:none;}
.Footer 	a:visited	{color:#bfc0c2; text-decoration:none;}
.Footer 	a:hover		{color:#bfc0c2; text-decoration:none;}
.Footer		a:active	{color:#bfc0c2; text-decoration:none;}

#windmill	{
	position:absolute;
	top:-90px;
	width:188px;
	right:0px;
	z-index:1;
}