/* Girvin & Ferlazzo CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#e2ddbf;
	margin:0;
	padding:0;
}

/* Fonts */

p,.content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
	color:#6C83AF;
}

.breadcrumbs {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0067A2;
	margin:0;
	padding:0 0 15px 0;
}

.breadcrumbs a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#6C83AF;
	text-decoration:none;
}
.breadcrumbs a:visited {
	text-decoration:none;
	color:#0067A2;
}
.breadcrumbs a:hover {
	text-decoration:underline;
	color:#6C83AF;
}
.breadcrumbs a:active {
	text-decoration:none;
	color:#6C83AF;
}


	a {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
		color:#0067a2;
	}

h1,.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.5em;
	color:#0067a2;
	margin:0;
}

h2,.h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.5em;
	color:#0067a2;
	margin:0;
}

h3,.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
	color:#0067a2;
	margin:0;
}


/* ID Tags */
#siteContainer {
	background:url(images/bg-btm.jpg) repeat-y;
	width:951px;
	margin:0 auto 0 auto;
	padding:0;
}

#logo {
	width:951px;
	height:148px;
	margin:0;
	padding:0;
}

#midContainer {
	background:url(images/contentBG1.jpg) top center repeat-y;
	width:951px;
	margin:0;
	padding:0;
}

#leftGrad {
	background-image:url(images/leftGrad.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:388px;
	margin:0;
	padding:0;
	float:left;
}

#content {
	background-color:#FFFFFF;
	width:600px;
	padding:10px 10px 0 25px;
	float:left;
}


#bubble {
	width:343px;
	margin:0 auto 0 auto;
	padding:0;
}

	#bubble p {
		margin:0;
		padding:0;
	}

#bubbleTop {
	background:url(images/bubbleTop.jpg) no-repeat;
	width:343px;
	height:12px;
}

#bubbleContent {
	background:url(images/bubbleContent.jpg) repeat-y;
	width:323px;
	padding:0 10px 0 10px;
	margin:0;
}

#bubbleBtm {
	background:url(images/bubbleBtm.jpg) no-repeat;
	width:343px;
	height:12px;
}

#sideBar {
	width:239px;
	float:right;
}

#contactContainer {
	background:url(images/contentBG1.jpg) repeat-y;
	width:901px;
	margin:0 auto 0 auto;
}

#contact {
	width:170px;
	margin:10px 35px 5px 0;
	padding:0;
	text-align:right;
	float:right;
}

	#contact p {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
	}

#rightGrad {
	background-image:url(images/rightGrad.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:388px;
	margin:0;
	padding:0;
	float:right;
}

#footerDIV {
	background-color:#0067a2;
	width:100%;
	height:57px;
	margin:0;
	padding:0;
	clear:both;
}

#footer {
	width:951px;
	height:57px;
	margin:0 auto 0 auto;
	padding:0;
	bottom:0;	
}

#footerLeft {
	padding:0 0 0 37px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#footerRight {
	padding:0 40px 0 0;
	float:right;
}

		/* Footer fonts and Links*/
		#footer p {
			font-size:11px;
			line-height:1.5em;
			color:#FFFFFF;
		}
		
		#footer a {
			text-decoration:none;
			line-height:1.5em;
			color:#FFFFFF;
		}
		
		#footer a:visited {
			text-decoration:none;
			line-height:1.5em;
			color:#FFFFFF;
		}
		
		#footer a:hover {
			text-decoration:underline;
			line-height:1.5em;
			color:#FFFFFF;
		}
		
		#footer a:active {
			text-decoration:none;
			line-height:1.5em;
			color:#FFFFFF;
		}
		
/* ##### CLASSES ##### */

.indent {
	text-indent:75px;
	color:#666666;
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0;
}

.alphabet {
	color:#cccccc;
}

.alphabet a {
	color:#0067a2;
}
		
ul.bullets li {
	background:transparent url(images/bullet.jpg) no-repeat scroll 0 7px;
	list-style-type:none;
	padding:0 0 0 18px;
}

	ul.bullets li p {
		color:#666666;
		font-weight:bold;
	}
	
ul.bullet li {
	background:transparent url(images/bullet.jpg) no-repeat scroll 0 7px;
	list-style-type:none;
	padding:0 0 0 18px;
	margin-bottom:-5px;
}

	ul.bullet li p {
		color:#666666;
		font-weight:bold;
		line-height:1.5em;
	}
