/* BACKDROP CURVY CORNERS*/
.backDrop {position:relative; width:550px; background:#E5E5E5; color:#000; margin: 10px 0 0 0; height: 320px;}
#backDroptl, #backDropbl, #backDroptr, #backDropbr {position:absolute; width:20px; height:20px; color:#E5E5E5; background:#FFFFFF; overflow:hidden; font-style:normal; z-index:1;}
#backDroptl {top:0; left:0;}
#backDropbl {bottom:0; left:0;}
#backDroptr {top:0; right:0;}
#backDropbr {bottom:0; right:0;}
.backDrop em b {position:absolute; font-size:150px; font-family:arial; color:#E5E5E5; line-height:40px; font-weight:normal;}
#backDroptl b {left:-8px;}
#backDroptr b {left:-25px;}
#backDropbl b {left:-8px; top:-17px;}
#backDropbr b {left:-25px; top:-17px;}
.backDrop p {position:relative; z-index:100; padding:10px 15px; font-size:11px; padding:trbl;}

/* QUOTE CURVY CORNERS*/
.quote {position:relative; width:550px; background:#E5E5E5; color:#000; margin: 20px 0 0 0;}
#quotetl, #quotebl, #quotetr, #quotebr {position:absolute; width:20px; height:20px; color:#E5E5E5; background:#FFFFFF; overflow:hidden; font-style:normal; z-index:1;}
#quotetl {top:0; left:0;}
#quotebl {bottom:0; left:0;}
#quotetr {top:0; right:0;}
#quotebr {bottom:0; right:0;}
.quote em b {position:absolute; font-size:150px; font-family:arial; color:#E5E5E5; line-height:40px; font-weight:normal;}
#quotetl b {left:-8px;}
#quotetr b {left:-25px;}
#quotebl b {left:-8px; top:-17px;}
#quotebr b {left:-25px; top:-17px;}
.quote p {position:relative; z-index:100; padding:10px 15px; font-size:11px;}

/* LEFT CONTAINER */
#leftContainer {
	width: 160px;
	height: 200px;
	background-color:#ADADAD;
	position:absolute;
	left: 15px;
	top: 40px;
}

#middleContainer {
	width: 160px;
	height: 200px;
	background-color:#ADADAD;
	position:absolute;
	left: 200px;
	top: 40px
}

#rightContainer {
	width: 160px;
	height: 200px;
	background-color:#ADADAD;
	position:absolute;
	left: 380px;
	top: 40px
}

.smallFont {
	font-size: 9px;
	padding: 3px 0 2px 2px;
	border-bottom:thin solid #FFFFFF;
}

.smallFontCenter {
	font-size: 9px;
	color: #666666;
	padding: 0 0 0 10px;
	text-align: center;
}

.bottomFont {
	font-size: 9px;
	width: 120px;
}

.bottomHeading {
	font-size: 9px;
	color: #01449B;
}

.hrSpace {
	margin: 20px 0 20px 0;
}

.verylargeheader {
	padding: 0 0 0 25px;
}

#accordion{
font: 100%;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	color:#01449B;
}

a.bottomHeading:link, a.bottomHeading:visitied, a.bottomHeading:active {
	font-size: 9px;
	color: #01449B;
}

a.bottomHeading:hover {
	color: #000000;
}
