/* CSS Document */
html{
	background:url("../_images/background.png") repeat center -290px;
}
body{
	font:12px arial, helvetica, verdana, san-serif;
	line-height:16px;
}
p{
	padding:0 30px 10px 3px;
}
em{
	font-style:italic;
}
blockquote{
	padding:0px 20px 10px 0px;
	text-align:left;
}
.caption{
	text-align:left;
	font-weight:bold;
	padding:0 20px 25px 3px;
	font-size:11px;
	line-height:12px;
}
h2{
	padding: 5px 0px 10px;
	font-family: arial, helvetica, verdana, san-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C63;
}
a{
	text-decoration:none;
	color:#cb5503;
	white-space: nowrap;
}
a:hover{
	text-decoration:underline;
	color:#cb5503;
}
strong{
	font-weight:bold;
	color: #C63;
}
#outerWrapper{
	position:relative;
	width:950px;
	margin:30px auto;
}
#header{
	background:#3b2313 url("../_images/brownBackground.jpg") repeat top left;
	height:50px;
	border-bottom:13px solid #b84f18;
}
#printLogo{
	display:none;
}
#pageHeadingText{
	display:none;
}
.headerText1{
	display:inline;
	float:left;
	padding:25px 0px 0px 40px;
}
.headerText2{
	display:inline;
	float:right;
	padding:25px 40px 0px 0px;
}
#banner{
	position:relative;
	background:url("../_images/bannerGrad.jpg") repeat-y top left;
	overflow:hidden;
	height:175px;
	width:950px;
}
#bannerImage{
	position:absolute;
	top:0px;
	right:0px;
	width:515px;
	height:163px;
	overflow:hidden;
	background:url(/_images/bannerImage-bkd.png) transparent no-repeat 0px 0px;
	background-image: url(/_images/bannerImage.png);
}
#bannerImage img{
	display:none;
}
#logo{
	float:left;
}
#mainMenu{
	display:inline;
	background: url("../_images/mainMenu.jpg") repeat top left;
	float:left;
	height:158px;
	width:200px;
	padding:5px 0px 0px;
}
#mainMenu li a,#sideNavigation a{ display: block; }
#mainMenu li.l1 a{
	background:url("../_images/mainMenuL1.jpg") no-repeat top left;
	height:22px;
	width:204px;
}

#mainMenu li.l2 a{
	background:url("../_images/mainMenuL2.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#mainMenu li.l3 a{
	background:url("../_images/mainMenuL3.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#mainMenu li.l4 a{
	background:url("../_images/mainMenuL4.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#mainMenu li.l5 a{
	background:url("../_images/mainMenuL5.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#mainMenu li.l6 a{
	background:url("../_images/mainMenuL6.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#mainMenu li.l7 a{
	background:url("../_images/mainMenuL7.jpg") no-repeat top left;
	height:22px;
	width:204px;
}
#content{
	background:#3b2313 url("../_images/brownBackground.jpg") repeat top left;
	width:950px;
	overflow:auto;
}
#left{
	width:227px;
	padding:40px 9px 0px;
	float:left;
	display:inline;
}
#quote{
	width:224px;
	height:113px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin-top:45px;
	overflow:hidden;
}
#sideNavigation li{
	margin:0px 0px 20px 0px;
}
#sideNavigation .sidel1 a{
	background: url("../_images/sidel1.jpg");
	height:26px;
	width:211px;
	display:block;
}
#sideNavigation li.sidel2 a{
	background: url("../_images/sidel2.jpg");
	height:26px;
	width:211px;
}
#sideNavigation li.sidel3 a{
	background: url("../_images/sidel3.jpg");
	height:26px;
	width:211px;
}
#sideNavigation li.sidel4 a{
	background: url("../_images/sidel4.jpg");
	height:26px;
	width:211px;
}
#right{
	float:left;
	display:inline;
	padding:0px 0px 40px 40px;
	width:665px;
	background:#f6f5f1;
}
#right ul{
	margin:0px 0px 15px 8px;
}
#right li ul{
	margin:5px 0px 10px 5px;
}
#right li{
	background:url("../_images/bullet.png") no-repeat 2px 7px;
	padding:2px 50px 2px 12px;
}
div#right .dropdown li {
	background:url("../_images/arrowUp.png") no-repeat left 6px;
	padding:2px 12px;
}
div#right .dropdown li:hover {
	cursor: pointer;
}
#right .dropdown li a{
	color:#000000;
}
.arrowDown{
	background:url("../_images/arrowDown.png") no-repeat left 6px !important;
}
div#right .dropdown li ul {
display:none;
}
div#right .dropdown li ul li {
	background:url("../_images/bullet.png") no-repeat left 6px;
	padding:2px 50px 2px 12px;
	text-decoration:none;
}
#whitecircleImage{
	width:226px;
	height:335px;
	float:right;
	padding:0 0 20px 0;
	background:#f6f5f1 url("../_images/whiteCircle.png") no-repeat top right;
}
#whitecircleImage img{
	float:right;
}
#pageHeading{
	padding:45px 0 10px 0px;
}
#footer{
	clear:both;
	background:#b84f18;
	padding:5px 0px 5px 150px;
}
