/* CSS Document */

body { margin:0; padding:0; background:url(/images/utilities/bg.jpg) top center repeat-y #FFFFFF; }
p {
padding-top:0;
margin-top:0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom:5px;
	padding-bottom:0px;
	margin-top:0px;
}
h3{
	font-size: 11px;
	font-weight: bold;
	color: #69330e;
	margin-top:0;
	margin-bottom:0;
}

.repeatBg { background:url(/images/utilities/repeatBg.jpg) top left repeat-x; vertical-align:top; }
.overflowLeft { background:url(/images/utilities/overflowLeft.jpg) top right no-repeat; vertical-align:top; }
.overflowRight { background:url(/images/utilities/overflowRight.jpg) top left no-repeat; vertical-align:top; }
.logo { padding-left:14px; }
.home { vertical-align:top; text-align:right; padding:18px 107px 0 0;}
.inPagePhoto { float:left; margin-right:8px; }

.content,.menu,.footer { font:normal 11px Verdana, Arial, Helvetica, sans-serif; }
.content { color:#333333; line-height:19px; vertical-align:top; padding:26px 20px 0 10px; }
a{ color:#69330e; text-decoration:underline; }
a:hover{ color:#69330e; text-decoration:none; }
.cpBorder { line-height: 14px; }
.cta { vertical-align:top; background:url(/images/utilities/ctaBorder.jpg) 0 26px no-repeat; padding:37px 19px 0 5px; width:163px; }

.menu { color:#000000; line-height:14px; vertical-align:top; padding-top:23px; width:149px; }
.menu ul { padding:0; margin:0; list-style-type:none; background:url(/images/utilities/menuDivider.jpg) top left no-repeat; }
.menu li { background:url(/images/utilities/menuDivider.jpg) bottom left no-repeat; width:149px; }
.menu li a{ color:#000000; text-decoration:none; padding:4px 30px 9px 14px; display:block; width:105px; }
.menu li a:hover,.menu li.current a,.menu li.current a:hover{ color:#000000; text-decoration:underline; background:url(/images/utilities/menuHover.gif) top left repeat-y; }

.footer { font-size:10px; color:#666666; padding:20px 0 10px 159px; }
.footer a{ color:#666666; text-decoration:underline; }
.footer a:hover{ text-decoration:none; }

.notes {
	font-size: 10px;
	color: #999999;
	line-height:12px;
}
.tableBgBorder {
	background-color: #F2F9FF;
	border: 1px dotted #C6EBFF;
}


.textBlue {
	font-size: 11px;
	color: #0593eb;
}
.textOra {
	font-size: 11px;
	color: #E1A400;
}
.bold {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}
.tableBg {
	background-color: #FFF1CE;
}
.tableBg2 {
	background-color: #E8E7E6;
}
.lineDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69330e;
}
.smallGrey {
	color: #CCCCCC;
	font-size: 10px;
}

/* homepage */
.menuBg { background-color:#4c4c4c; }
#homepage { padding:20px 63px 0 75px; }
#homepage a { color:#333333; }
#homepage ul { padding:0; margin:0; list-style-type:none; }
#homepage ul li { background:url(/images/home/bullet.gif) 0 8px no-repeat; padding-left:11px; }
#home-cta { padding-top:13px; background-position:0 0; }
#home-footer { padding-left:75px; line-height:15px; }

