@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/background_top.jpg) repeat-x; 
	background-color:#5e4f4b;
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:12px;
	color:#666;
	padding:0px;
	margin:0px;
}
p, h1, h2, h3, h4{
	padding:0px; 
	margin:0px;
}
#topPanel{
	width:100%;
	height:100%;
	text-align:center;
	
}
#bottomPanel{
	clear:both;
	background-color:#493b37;
	height:150px;
}
#footer{
	background:url(../images/bottom_bg.gif) no-repeat right top; 
	margin:0px auto;
	text-align:center;
	width:870px; 
	padding-top:15px;
	color:#c8c4c3;
	font-size:90%;
	
}
#footer ul{ 
	list-style:none;	
	text-align:center;
}
#footer li{
	letter-spacing:1px;
	margin-top:10px;
	float: left;		
	padding:2px 15px;  
}
#mainContent{	
	margin:0px auto;
	text-align:left;
	width:870px;
	height:100%;
}
#topArea{
	height: 123px;
	width:100%;
	background:url(../images/top_logo_background.jpg) no-repeat;
}
#mainLogo{
	width:315px;
	height:90px;
	text-indent:-9000px;
	float:left;
	cursor:auto;
	float:left;
}
#topBanner{
	float:right;
	padding-right:40px;
}
#topNavigation{ 
	margin-left:230px;
	margin-right:15px;
	height:23px;
	padding-top:5px;
}
#content{
	width:100%;
	height:100% !important;
	
}
#leftContent{
	float:left;
	width:208px;
	height:100% !important; 
	background:url(../images/left_content_bg.gif) no-repeat;
	min-height:700px;
	color:#d4d1cf;
}
#leftContent h1{
	font-size:12px;
	color:#FFF;
	padding:0px 0px 15px 20px;
}
#leftContent p{  
	padding:0px 10px 5px 20px;
	line-height:20px;
}
#leftContent ul{
	list-style:url(../images/arrow1.gif);
	margin:0px; 
	padding-bottom:6px;
}
#rightContent{
	background:url(../images/right_content_bg.jpg) repeat-y left;
	float:left;
	width:642px;
	height:100% !important;
	min-height:700px;
	padding:0px 14px 5px 6px;
}
#rightContent p{
	padding:5px 15px;
	line-height:22px;
	font-size:14px;
	letter-spacing:1px;
	
}
#rightContent h1, h2, h3, h4{
	padding:10px 15px 2px 12px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#a062b6;
	margin:0px; 
}
#rightContent h1{
	font-size:17px;
	font-weight:bold;
}
#rightContent h3{
	font-size:15px;
	font-weight:bold;
}
#rightContent a{
	color:#666;	
	text-decoration:none;
}
#rightContent a:hover{ 
	text-decoration:underline;
}
#boxContact{
	height:100%;
	background:url(../images/box_contact_us.jpg) no-repeat;
	padding-top:26px;
}
#boxFindUs{
	height:100%;
	background:url(../images/box_regular_bg.jpg) no-repeat;
	padding-top:8px;
}

.generalBox{
	height:100%;
	background:url(../images/box_regular_bg.jpg) no-repeat;
	padding-top:8px;
}
#moreLinks{
	height:100%;
	background:url(../images/box_regular_bg.jpg) no-repeat;
	padding-top:8px;
}
#quickLinks{
	height:100%;
	background:url(../images/box_regular_bg.jpg) no-repeat;
	padding-top:8px;
}

.clearBoth{
	clear:both;	
}

a{
	color:#d4d1cf;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}

.imageFloatRight{
	float:right;
	padding:7px;
}
.textItalic{
	font-style:italic;
}
.textSm12{
	font-size:12px;	
}
.textSm14{
	font-size:14px;	
}
.textBlue{
	color:#a062b6;	
	font-weight:bold;
}
.bioMovie{
	float:right;
	padding:5px;
}