.bigtitle {	font-size: 22px; 
	font-weight: bold; 
	color: #1A1A1A; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #111111;
}

/* == MAIN PAGE'S SIDE SHADOWS ======== */

.shadow { width: 11px; }
.shR { background-image: url(images/sh_right.jpg); }
.shL { background-image: url(images/sh_left.jpg); }
.shtopR { background-image: url(images/sh_topright.jpg); }
.shtopL { background-image: url(images/sh_topleft.jpg); }


/* == INFO BOXES ======== */

.BoxTable {
	border: none;
	background-color: #E8E8E8;
}
.top { background-image: url(images/box_top.jpg); }
.bottom { background-image: url(images/box_bottom.jpg); }
.left { background-image: url(images/box_left.jpg); }
.right { background-image: url(images/box_right.jpg); }
.topleft { 	
	width: 10px; height: 10px;
	background-image: url(images/box_topleft.jpg);	}
.topright { 
	width: 10px; height: 10px;
	background-image: url(images/box_topright.jpg);	}
.bottomleft {
	width: 10px; height: 10px;
	background-image: url(images/box_bottomleft.jpg); 	}
.bottomright { 
	width: 10px; height: 10px;
	background-image: url(images/box_bottomright.jpg); 	}
.boxtext {
	padding: 5px;
	font-size: 10px;
	font-weight: normal;
}

/* == PHOTO BOXES ======== */

.photo_table {
	color: #666666;
	font-size: 10px;
	padding: 5px;
	border: 2px dashed #CCCCCC;
}
.photo {
	padding: 20px;
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
}
.photo:hover {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
}

/* == QUOTES/TESTIMONIALS ======== */

.quotetext {
	color: #666666;
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
	font-style: italic;
	text-align: justify;
}
.quoteleft {
	width: 50px;
	height: 41px;
	background-image: url(images/quoteleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.quoteright {
	width: 50px;
	height: 41px;
	background-image: url(images/quoteright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}




