charset "UTF-8";
/* CSS Document */





a {
	text-decoration:none;
}
body{
	background-color: #CC9;
}
body, div, p{
	font-family:Verdana, Helvetica, sans-serif;
}
#outerCont {
	margin:0 auto 0 auto;
	height: 200px;
}

#blockContainer{
	overflow:hidden;/**/
	border:solid 1px #999;
	/* border-bottom:none; */
	width:902px;
	height:545px;
	/* margin:0 0 20px 0; */
	/*border:solid 1px #66FF33;*/
	background:#fefdc0 url(../images/footer_bg.gif) 0 402px no-repeat;
	position:relative;
	z-index:1;
} 
.block { 
	position:relative;
	left:-451px;
	/* background:#fefdc0 url(../images/slider_border.gif) 0 381px repeat-x; */
	border-top:1px solid #000;
	
	overflow:hidden;
	/* width:6000px; */ 
	height:538px; 
	margin:0;
	z-index:2; 
} 
.cell, .cellLeadCont{ 
	width:600px; 
	float:left; 
	text-align:center; 
	background:#FFF; 
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	position:relative;
	line-height: 1.20em;
} 
.cell .accent, .cellLeadCont .accent{
	font-size:1.3em;
	font-family: 'CabinBold';
}
.cellInner, .cellLead{
	height:400px;
/* 	width:522px; */
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFF;
}
.cell .cellLead h1,  .cellLeadCont .cellLead h1{
	position: relative;
	background: none;
	color:rgb(155,155,219);
	margin:0 0 20px 0;
	padding: 0;
	font-size:1.45em;
	font-family:"CabinRegular";
	font-size: .95em;
	text-transform: uppercase;
}
.cell .cellLead h1 .arrow, .cellLeadCont .cellLead h1 .arrow{
	font-size:1.2em;
}
.cell p.note, .cellLeadCont p.note{
	font-family:"CabinRegular";
	font-size:.9em;
	color:rgb(144,144,84);
}
.cellLead{
	color: #333C63;
	text-align:left;
	padding: 40px 40px 0 40px;
	height: 360px;
}
.cellLead p{
	font-size:.9em;
	font-family:"VollkornRegular";
}
.cellMiniThumbs{
	height:400px;
/* 	width:522px; */
	background-position:top center;
	background-repeat:no-repeat;
	background:#666699;
}

.cell h1 {
	margin:0;
	padding:3px 0 3px 30px;
	font-size:1em;
	font-weight:bold;
	position: absolute;
	width:100%;
	text-align:left;
	left:0;
	bottom:0px;
	background:rgba(66, 66, 99, .3);
	color:#FFFFFF;
	font-family: 'CabinBold';
}
.cell h1 a{
	font-size:.85em;
	color:#FFFFD6;
	font-family: 'VollkornRegular';
	font-weight: normal;
}
.cell h1 a:hover{
	color: #FFFFFF;
}
.cellDec{
	font-size:.85em;
	text-align:left;
	color:#000;
	height:50px;
	padding:39px 3px 3px 40px;
	position:relative;
	top:401px;
	text-align:left;
		/*visibility:hidden;*/
	background: url(../images/desc_call.png) 30px -16px no-repeat;
	display: none;
	font-family:'VollkornItalic';
}
.cellDec h2{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.cellDec a, .cellDec a:hover, .cellDec a:visited {
	color:#000;
	font-weight:bold;
	font-family: CabinBold;
/* 	font-style:oblique; */
}

#header{
	margin:10px 0 0 0;
	width:902px;
	height:190px;
	border:solid 1px #999999;
	border-bottom: 3px solid #CCCC99;
	background:#fefdc0 url(../images/header_bg.gif) top left no-repeat;
	overflow: visible;
	position:relative;
	z-index:200;
}

#header #logo{
	position:absolute;
	left:15px;
	top:10px;
	height:123px;
	width: 134px;
}

#menu { 
	padding:0; 
	margin:0; 
} 
#menu li { 
	list-style-type:none;
	float:left;
} 


#footer{
	width:882px;
	height:15px;
	text-align:left;
	margin-bottom: 30px;
	padding: 0px 10px 0px 10px;
	font-size:10px;
	color:#52508a;
	position:relative;
}


.footerCell{
	float:left;
	width:380px;
	height:115px;
	background: #fefdc0;
	color: #333333;
	text-align: left;
	margin-left: 25px;
}
.footerCell h3{
	margin:0;
	padding:0;
	font-size:14px;
}

.footerCell p {
	margin:0;
	padding:0;
}
#footer .logo {
	background:url(../images/footer_logo.gif) top right no-repeat;
	width:150px;
	height:100px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, 'serif';
	font-size: 18px;
	font-style: oblique;
}
#footer .date{
	position:absolute;
	top:5px;
	left: 5px;
	color:#000;
}

#footer .moreLink{
	clear:both;
	text-align:right;
	display:block;
	width:100%;
}

#lCntrl{
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	height:402px;
	width:150px;
	background-color:#000000;
}
#left{
	display:block;
	position:absolute;
	font-size:42px;
	color:orange;
	text-decoration:none;
	top:300px;
	left:90px;
	height:29px;
	width:29px;
	z-index:4;
	text-align:center;
	overflow: hidden;
	background: url(../images/slider-buttons.png) top left no-repeat;	
}
#left:hover{
	color:white;
	background-position: bottom left;
}
#right:hover{
	background: url(../images/slider-buttons.png) bottom right no-repeat;
}
#rCntrl{
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	height:402px;
	width:150px;
	background-color:#000000;
}

/*FOR SECTION HOMPAGES */
#rPanel{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	height:400px;
	width:150px;
	overflow: hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


#lPanel{
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	height:400px;
	width:150px;
	overflow: hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#mPanel{
	position:absolute;
	top:0;
	left:150px; 
	font-size: 12px;
	z-index:5;
	height:340px;
	width:500px;
	padding:50px 50px 10px 50px;
	overflow: hidden;
	background: #fff;
	border:1px solid #000;
}
#mPanel div p, #mPanel div h1{
	color: #000;
}

.minithumb{
	width: 75px;
	height: 80px;
	overflow: hidden;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -80px;
}
.minithumbEmtpy{
	width: 75px;
	height: 80px;
	float: left;
	display: block;
}
.minithumb:hover{
	cursor: pointer;
}
/*FOR SECTION HOMPAGES*/
#right {
	display:block;
	position:absolute;
	font-size:42px;
	color:orange;
	text-decoration:none;
	top:300px;
	height:29px;
	width:29px;
	right:90px;
	z-index:6;
	text-align:center;
	overflow: hidden;
	background: url(../images/slider-buttons.png) top right no-repeat;
}
#rCntrl a:hover, #lCntrl a:hover {
	cursor:pointer;

}



/*mainNav styles*/
#navWrap{
	width: 540px;
	margin: 170px auto 0px;
	font-size:12px;
/* 	background: rgba(100,100,100,.4); */
	position: relative;
	top:-16px;
}

#navWrap .navLink {
	color:#333C63;
	font-family: Georgia, Times, serif;
	padding: 3px 3px 20px 3px;
	height:16px;
	width: 92px;
	background:url(../images/tabs.png) 50% -40px no-repeat;
	display: inline-block;
	padding: 20px 0 0 10px;
/* 	border: solid 1px #ccc; */
	text-align:center;
	position: relative;
}
#navWrap .navLink a{
	text-decoration:none;
	position: absolute;
	top:13px;
	left: 2px;
	width:87px;
	height:28px;
	margin-left:8px;
	color: #000;
}

#navWrap .navLink a:hover{
	color:#FFF;
}
#navWrap a:hover, #navWrap a.active{
	color:#000;
/* 	text-decoration: underline; */
}
#navWrap .active{
	background: url(../images/tabs.png) 50% 0px no-repeat;
}
#navWrap .active a{
	background: #FFF;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	left:0px;
}
#navWrap .active a:hover{
	color:#000;
}
#topRnav{
	position:absolute;
	top:15px;
	right:25px;
	font-size:11px;
}
#topRnav a{
	text-decoration:none;
	color:#333C63;
}
#topRnav a:hover{
	color:#000;
}
#topRnav span{
	border-right:solid 1px #CCC;
	width:1px;
	margin:0 9px 0 6px;
	padding:0;
	overflow:hidden;
}
.spacerClear10{
	clear:both; height:10px;
}
.spacerClear20{
	clear:both; height:20px;
}
.spacerClear30{
	clear:both; height:30px;
}
.spacerClear40{
	clear:both; height:40px;
}
.spacerClear50{
	clear:both; height:50px;
}
.clearBoth {
	clear:both;
}
#contBlock{
	background:url(../images/text_page_bg.jpg) top left repeat-y;
	position:relative;
	border-bottom: solid 1px #999;
	padding-top:0px;
}
#contBlock img{
	float:left;
}
#cont{
	float:left;
	padding:0 20px 10px 20px;
	width:590px;
	font-size: 12px;
	border-left: solid 1px #CCC;
	margin: 25px 0 25px 0;
}
#cont h1{
	font-size:32px;
	text-align:left;
	margin:0;
	padding:0;
}

.contSub{
	width:100%;
	padding:10px 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 13px;
	color: #525252;
}

#callAction{
	position:relative;
	top:10px;
	left:25px;
	text-align:right;
	width: 325px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
.contFL{
	float:left;
	margin:0 0 0 20px;
}

.contAddr{
	margin:0 0 20px 20px;
	line-height:16px;
}
p.note{
	font-style:oblique;
	font-size:.75em;
	line-height: 1.4em;
	color: #777777;
}
.uploadButton{
	color:#FFF;
	padding:8px 10px 8px 30px;
	margin: 10px 0;
	display: block;
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	background: #575757 url(/images/upload/upload-arrow.png) center left no-repeat;
}
.alert{
	border:solid 1px #3D398F;
	background-color: #F23C3B;
	color:#FFFFFF;
	padding: 5px;
	margin: 5px 0 0 0;
	font-size:1.3em;
}

.flr{
	float:right;
	margin: 10px 0 10px 10px;
}
.fll{
	float:left;
	margin: 10px 10px 10px 0px;
}