@charset "utf-8";
/* CSS Document */

/* CSS Reset Start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* CSS Reset End */

@font-face {
    font-family: 'mondaregular';
    src: url('monda-regular-webfont.eot');
    src: url('monda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('monda-regular-webfont.woff') format('woff'),
         url('monda-regular-webfont.ttf') format('truetype'),
         url('monda-regular-webfont.svg#mondaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mondabold';
    src: url('monda-bold-webfont.eot');
    src: url('monda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('monda-bold-webfont.woff') format('woff'),
         url('monda-bold-webfont.ttf') format('truetype'),
         url('monda-bold-webfont.svg#mondabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('liberat0-webfont.eot');
    src: url('liberat0-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberat0-webfont.woff') format('woff'),
         url('liberat0-webfont.ttf') format('truetype'),
         url('liberat0-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansbold';
    src: url('liberationsans-bold-webfont.eot');
    src: url('liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-bold-webfont.woff') format('woff'),
         url('liberationsans-bold-webfont.ttf') format('truetype'),
         url('liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansitalic';
    src: url('liberationsans-italic-webfont.eot');
    src: url('liberationsans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-italic-webfont.woff') format('woff'),
         url('liberationsans-italic-webfont.ttf') format('truetype'),
         url('liberationsans-italic-webfont.svg#liberation_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansbold_italic';
    src: url('liberationsans-bolditalic-webfont.eot');
    src: url('liberationsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-bolditalic-webfont.woff') format('woff'),
         url('liberationsans-bolditalic-webfont.ttf') format('truetype'),
         url('liberationsans-bolditalic-webfont.svg#liberation_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_serifregular';
    src: url('liberationserif-regular-webfont.eot');
    src: url('liberationserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-regular-webfont.woff') format('woff'),
         url('liberationserif-regular-webfont.ttf') format('truetype'),
         url('liberationserif-regular-webfont.svg#liberation_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_serifbold';
    src: url('liberationserif-bold-webfont.eot');
    src: url('liberationserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-bold-webfont.woff') format('woff'),
         url('liberationserif-bold-webfont.ttf') format('truetype'),
         url('liberationserif-bold-webfont.svg#liberation_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_serifitalic';
    src: url('liberationserif-italic-webfont.eot');
    src: url('liberationserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-italic-webfont.woff') format('woff'),
         url('liberationserif-italic-webfont.ttf') format('truetype'),
         url('liberationserif-italic-webfont.svg#liberation_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_serifbold_italic';
    src: url('liberationserif-bolditalic-webfont.eot');
    src: url('liberationserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-bolditalic-webfont.woff') format('woff'),
         url('liberationserif-bolditalic-webfont.ttf') format('truetype'),
         url('liberationserif-bolditalic-webfont.svg#liberation_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0 auto;
	background-color:#000;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.line-sep{
	clear:both;
	margin:0 auto;
	padding:30px 0;
	line-height:30px;
	overflow:hidden;
	height:8px;
	width:802px;
	background-image:url(../images/line-sep.png);
	background-position:center center;
	background-repeat:no-repeat;
}
blockquote{
	margin:0;
	padding:0 0 0 35px;
	}

p{
	padding:0;
	margin:0 0 18px 0;
	line-height:22px;
	text-align:justify;
}
a{
	outline:none;
}
strong{
	font-weight:700;
	}
.required-text{
	color: #F00;
	font-weight:normal;
	font-size:10px;
	}
.required{
	color: #F00;
	font-weight:bold;
	}
.compli-right{
	padding:0 0 0 20px;
	}
	
h1{
	font-family: 'mondaregular';
	letter-spacing:-1px;
	font-size: 32px;
	line-height:34px;
	color:#FFF;
	margin:0;
	padding:0;
	}
h2{
	font-family: 'mondaregular';
	letter-spacing:-1px;
	font-style:italic;
	font-size: 22px;
	line-height:24px;
	color:#06BF06;
	margin:0;
	padding:5px 0 10px;
	}
h3{
	font-family: 'liberation_sansregular';
	width:560px;
	font-size: 22px;
	line-height:36px;
	color:#06BF06;
	margin:0;
	padding:5px 0 15px;
	}
h4{	
	font-family: 'liberation_serifregular';
	font-size: 20px;
	line-height:22px;
	color:#06BF06;
	margin:0 0 10px 0;
	padding:0 0 10px;
	}
.num{
	font-family: 'liberation_serifregular';
	font-weight:400;
	font-size: 36px;
	line-height:38px;
	color:#06BF06;
	margin:0;
	padding:0;
}
.num a{
	text-decoration:none;
	color:#FFF;
	}
h5{
	font-family: 'liberation_sansregular';
	font-size: 16px;
	line-height:18px;
	font-weight: bold;
	color:#06BF06;
	margin:0;
	padding:0 0 10px;
	}
h6{
	font-family: 'mondaregular';
	font-size: 24px;
	line-height:30px;
	font-style:italic;
	color:#FFF;
	margin:0 0 16px;
	padding:16px 0 24px;
	}
	
.left-img{
	margin:0;
	padding:5px 32px 15px 0;
	}
.right-img{
	margin:0;
	padding:0 0 0 35px;
}
.right-img-home{
	margin:0;
	padding:25px 0 0 35px;
}

.tickets{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	overflow: hidden;
}
.tickets img{
	float: left;
	padding: 0 12.5px 0 12.5px;
}

strong{
	color: #06BF06;
}

#two-banners{
	clear:both;
	margin:0 auto;
	padding:0;
	width:950px;
	height:auto;
	overflow:hidden;
}
#two-banners img{
	float:left;
	width:450px;
	height:200px;
	padding:0 10px;
	outline:none;
}


.about-list-con{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	overflow: hidden;	
}
.about-list{
	margin: 0;
	padding: 0;
	float: left;
	width: 330px;
	height: auto;
	overflow: hidden;
}

.graphic-banners{
	clear:both;
	margin:0 auto;
	padding:18px 0 0;
	width:950px;
	overflow:hidden;
	}
.graphic-banners img{
	float:left;
	border:none;
	padding:0 0 10px;
	width:310px;
	height: auto;
	}
.graphic-banners .mid-img{
	border:none;
	padding:0 10px;
	}
.graphic-banners .one-img{
	borner:none;
	padding: 0 320px;
}

#contents ul{
	font-family: 'liberation_serifbold_italic';
	font-weight: 400;
	font-size:14px;
	text-align:justify;
	color:#06BF06;
	margin:0 0 0 35px;
	padding:0 0 19px;
	list-style-position:outside;
	list-style-image:url(../images/list-img.png);
}
#contents ol{
	font-family: 'liberation_serifbold_italic';
	font-weight: 400;
	font-size:14px;
	text-align:justify;
	color:#06BF06;
	margin:0 0 0 35px;
	padding:0 0 19px;
	list-style-position:outside;
	list-style-type: lower-alpha;
}
#contents li{
	margin:0 0 0 6px;
	padding:0 0 8px 8px;
	line-height:24px;
	color: #06BF06;	
}
#contents .three-column li{
	float:left;
	width:180px;
	margin:0 0 0 6px;
	padding:0 0 8px;
	line-height:24px;	
}
#contents li a{
	text-decoration:none;
	color:#06BF06;
	font-size:16px;
	font-weight:400;
}
#contents li a:hover{
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:400;
}

#header-container{
	margin:0 auto;
	padding:0;
	width:100%;
	height:119px;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: center top;	/*height:286px;*/
	}
#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:119px;
	}

#logo{
	float:left;
	margin:0 auto;
	padding:0 0 0 15px;
	height:119px;
	width:322px;
	}	
#header-right{
	float:right;
	margin:0;
	padding:0;
	width:643px;
	height:119px;
	}

#phone-social{
	font-family: 'liberation_sansregular';
	text-align:right;
	margin:0 auto;
	padding:23px 0 8px;
	height:26px;
	width:100%;
	}
#social{
	float:right;
	width:auto;
	padding:0 10px 0 6px;
	border:none;
	font-family: 'liberation_sansregular';
	color:#FFF;
	background-image: url(../images/phone-social-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	}
#social img{
	float:left;
	padding:0 5px;
	border:none;
	width:26px;
	height:26px;
	}
#phone{
	float:right;
	width:auto;
	padding:0 10px 0 30px;
	font-family: 'liberation_sansregular';
	line-height:26px;
	height:26px;
	font-size:26px;
	font-weight:400;
	color:#CCC;
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
#phone a, #phone a:hover{
	text-decoration:none;
	color:#CCC;
	}
	
/* Nav Start */	
#nav{
	margin:0 auto;	
	padding:0 0 15px 9.5%;
	width:90.5%;
	height:47px;
	font-family: 'mondaregular';
	font-size: 13px;
	color:#FFF;
	top:57px;
}
	
	#nav ul{
		margin:0 auto; 
		padding:0;
		text-align:center;
		z-index:99000;
	}
	#nav li {
		float:right; 
		margin:0 auto;
		padding:0;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		display:inline;
		height:47px;
		line-height:47px;
		list-style:none;
		z-index:1;
		position:relative;	
	}
	#nav li a{
	float:left;
	margin:0 auto;
	padding:0 10px;
	height:47px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	line-height:47px;
	display:block;
	outline:none;
	}		
	#nav li a:hover {
	color:#06BF06;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #06BF06;
	}
	
	#nav li .hover {
	width:100%;	/* width, height, left and top to fill the whole LI item */
	padding:0;
	height:47px;
	color:#06BF06;
	text-decoration:none;
	z-index:-1;		/* display under the Anchor tag	*/
	position:absolute;/* must be postion absolute */
	left:0;
	top:0;
	display:none;	/* hide it by default	*/
	}
	#nav li li .hover {
		background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:no-repeat;
		background-position:left bottom;
		
		width:100%;	/* width, height, left and top to fill the whole LI item */
		height:24px;
		color:#903690;
		text-decoration:none;
		
		z-index:-1;		/* display under the Anchor tag	*/
		position:absolute;/* must be postion absolute */
		left:0;
		top:0;
		display:none;	/* hide it by default	*/
	}
	#nav li .active {
		width:auto;
		color:#06BF06;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #06BF06;
	}
	#nav li:hover ul{
		display:block; 
		width:156px;
	}
	#nav li ul{
	background-image:url(../images/nav-li-bg.png);
	margin:0;
	padding:0;
	display:none;
	z-index:90000;
	position:absolute;
	left:0px;
	top:50px;
	background-position:center bottom;		/*border: 1px solid #9e984b;*/
	}
	#nav li li{
		list-style:none; 
		display:list-item;
		height:24px;
		width:100%;
		padding:0;
		margin:0;
	}
	#nav li li a{
	margin:0;
	padding:0 0 0 10%;
	width:90%;
	height:24px;
	font-family: 'liberation_serifregular';
	font-weight: 400;
	font-size:14px;
	color:#fff;
	text-align:left;
	text-decoration:none;
	list-style:none;
	display:list-item;
	line-height:24px;
	letter-spacing:1px;
	}
	#nav li li a:hover{
		/*color:#903690;*/
		color:#000;
		text-align:left;
		text-decoration:none;
		height:24px;
		width:90%;
		background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:repeat-x;
		background-position:left top;
		line-height:24px;
		border-bottom:none;
	}
	#nav li li .active{
		color:#06BF06;
		text-align:left;
		text-decoration:none;
		height:24px;
		width:90%;
		/*background-image:url(../images/nav-li-hover-bg.png);
		background-repeat:repeat-x;
		background-position:left top;*/
		line-height:24px;
	}
/*top nav end*/


/*contents start*/
#contents-container{
	/*background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	background-position: center top;*/
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	overflow:hidden;
}
#contents-container-inner{
	margin:-130px 0 auto 0;
	padding:0;
	width:100%;
	overflow:hidden;
}
#contents{
	margin:0 auto;
	padding:44px 15px 15px;
	width:950px;
	height:auto;
	overflow:hidden;
	font-family: 'liberation_sansregular';
	font-size:14px;
	font-weight:normal;
	color:#CCC;
}
.contents-gallery{
	margin:0 auto;
	padding:0 0 0 50px;
	width:900px;
	height:auto;
	text-align:justify;
	overflow:hidden;
}
#contents .contents-gallery ul{
	list-style:none;
	margin:0;
	padding:0;
}	
#contents .contents-gallery ul li{
	list-style:none;
	margin:0;
	padding:0;
}
.contact-lefta{
	padding: 10px 0px 0 0;
	margin: 0;
	width: 355px;
	height: auto;
	float: left;
	overflow: hidden;
}
.contact-leftb{
	padding: 10px 0 0;
	margin: 0;
	width: 205px;
	height: auto;
	float: right;
	overflow: hidden;
}
.contact-right-home{
	float:right;
	margin:0 auto 0;
	padding:0 0 30px 50px;
	width:340px;
	overflow:hidden;
	background-image: url(../images/inquire-now-form-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.form-area-home{
	margin:0 auto;
	padding:12px 0 0;
	width:300px;
	height:690px;
	overflow:hidden;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

.contact-right-home2{
	float:right;
	margin:0 auto 0;
	padding:0 0 30px 50px;
	width:340px;
	height:610px;
	overflow:hidden;
	background-image: url(../images/inquire-now-form-bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.form-area-home2{
	margin:0 auto;
	padding:12px 0 0;
	width:300px;
	height:610px;
	overflow:hidden;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}

.contact-right {
	float:right;
	margin:0 auto;
	padding:0 0 0 50px;
	width:330px;
	height:470px;
	overflow:hidden;
	}
.contact-right2 {
	float:right;
	margin:0 auto;
	padding:0 10px 0 0;
	width:400px;
	height:auto;
	overflow:hidden;
	}	
.content-left {
	float:left;
	margin:0;
	padding:0 15px 0 0;
	width:460px;
	height:auto;
	overflow:hidden;
	}	
.content-right {
	float:left;
	margin:0;
	padding:0 0 0 15px;
	width:460px;
	height:auto;
	overflow:hidden;
	}
#sched-banner-container{
	clear:both;
	margin:0 auto;
	padding:0;
	width:950px;
	height:295px;
	text-align:center;
	font-family: 'liberation_sansregular';
	font-weight: 400;
	font-size:15px;
	color:#333;
	line-height:24px;
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
#sched-banner-container p{
	text-align:center;
	}
#sched-banner-container .sched-left{
	float:left;
	margin:0;
	padding:45px 40px 0 100px;
	width:335px;
	overflow:hidden;
	}

#sched-banner-container .sched-right{
	float:left;
	margin:0;
	padding:45px 115px 0 25px;
	width:335px;
	overflow:hidden;
	}

#home-banner{
	clear:both;
	margin:0 auto;
	padding:0;
	width:950px;
	height:296px;
	}
#home-banner div.fotf-banner{
	float:left;
	border:none;
	padding:30px 30px 0 31px;
	width:247px;
	height:266px;
	background-image: url(../images/fotf-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
#home-banner .fotf-mid-banner{
	float:left;
	border:none;
	padding:30px 43px 0 44px;
	width:247px;
	height:266px;
	background-image: url(../images/fotf-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#home-banner .title-banner{
	clear:both;
	margin:222px auto 0;
	line-height:45px;
	text-align:center;
	font-family: 'liberation_sansregular';
	color:#552D16;
	font-size:20px;
	letter-spacing:-1px;
	}
#home-banner .title-banner a{
	text-decoration:none;
	color:#552D16;
	text-align:center;
	}
	
#admin-banner{
	clear:both;
	margin:0 auto;
	padding:18px 0 35px;
	width:950px;
	overflow:hidden;
	}
#admin-banner img{
	float:left;
	border:none;
	padding:0 10px 0 0;
	width:230px;
	height: auto;
	}
#admin-banner .last-img{
	border:none;
	padding:0;
	}

.back{
	text-align:right;
	font-family: 'liberation_sansregular';
	font-size:16px;
	font-weight:bold;
	color:#06BF06;
	text-decoration: none;
	padding-bottom:15px;
}
.back span{
	font-size:28px;
	line-height:16px;
	font-weight:bold;
	vertical-align: -2px;
	color:#06BF06;
	}
.back a{
	font-family: 'liberation_sansregular';
	text-align:right;
	color:#06BF06;
	text-decoration: none;
	height:16px;
	line-height:16px;
	display: inline-block;
}
.back a:hover{
	font-family: 'liberation_sansregular';
	color:#FFF;
	text-decoration: none;
	height:16px;
	line-height:16px;
}
.readmore{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration: none;
}
.readmore span{
	font-size:28px;
	line-height:16px;
	font-weight:bold;
	vertical-align: -2px;
	color:#333;
	}
.readmore a{
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	color:#06BF06;
	text-decoration: none;
	height:16px;
	line-height:16px;
	display: inline-block;
}
.readmore a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: none;
	/*background-image:url(../images/back-2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 45px;*/
	height:16px;
	line-height:16px;
}
.note{
	clear:both;
	font-size:11px;
	color:#666666;
	line-height:16px;
	}

/*z-index container start*/
#z-index-container{
	width:100%;
	/*height:980px;*/
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
/*z-index container end*/

/*flash-back start*/
#flash-back{
	width:100%;
	height:575px;
	margin:0 auto;
	padding:0;
			
	z-index:-100;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#flash-back-inner{
	width:100%;
	height: 530px;
	margin:0 auto;
	padding:0;
	z-index:-999;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
/*flash-back end*/

/*slide-transition start */
#slider {
	clear:both;
	height:575px;
	background: no-repeat center top;
	margin:0 auto;
	padding:0;
	width:100%;
	z-index: 1;
	position:relative;
}
#slider.preloader {
	/*background:url(../images/preloader.gif) no-repeat center center #ffffe8;*/
}
.slides {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:575px;
	background-position:center top;
	background-repeat:no-repeat;
	display:none;
	margin:0 auto;
	padding:0;
}
.slides.current {
	z-index: 10;
	display: block;
}
.slides.prev {
	z-index: 5;
	display: block;
}
/*slide-transition end */

/*flash area start*/
#flash-area{
	clear:both;
	margin:0 auto;
	padding:0 0 0 0;
	width:980px;
	height:393px;
}
#flash-area img{
	float:left;
	}
#flash-area .letter{
	padding:29px 7px 0 0;
	}
#flash-area .appointment{
	padding:29px 312px 0 7px;
	}

#flash-area-inner{
	clear:both;
	margin:0 auto;
	padding:0;
	width:980px;
	height:400px;
	overflow:hidden;
}
/*flash area end*/

/*footer start*/	
	#footer-container{
	margin:0 auto;
	padding:6px 0 0 0;
	height:46px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
	#footer{
	margin:0 auto;
	padding:0 15px;
	width:950px;
	height:46px;
	line-height:46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
		}
		
	#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
		}
	
	#footer a:hover{
	color:#FFF;
	text-decoration:none;
		}
	
	#footer-left{
		float:left;
		width:475px;
		height:46px;
		margin:0 auto;
		padding:0;
		}
		
	#footer-left a{
		color:#06BF06;
		}
	
	#footer-right{
		float:left;
		width:475px;
		height:46px;
		margin:0 auto;
		padding:0;
		}	
	
	.image-isr{
		vertical-align:text-bottom;
	}
	
/*footer end*/

/*** Forms Start ***/	
.txtbold{
	font-weight:bold;
}	
.txtbold-big{	
	font-family: 'liberation_sansregular';
	font-weight:bold;
	color:#333;
	font-size:20px;
	line-height:28px;
}
.txtbold-big-contact{
	margin:-12px 0 0;	
	font-family: 'liberation_sansregular';
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	line-height:20px;
}
.txtbold-pink{
	font-family: 'liberation_sansregular';
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
	color:#FFCC00;
}

.txtbold-orange{
	font-family: 'liberation_sansregular';
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
	color:#903690;
}

.form-area{
	margin:0 auto;
	padding:0 0 16px 15px;
	width:315px;
	height:450px;
	
	font-family: 'liberation_sansbold';
	font-size:14px;
	color:#999;
}

.form-area2{
	margin:0 auto;
	padding:0 85px 16px 0;
	width:315px;
	height:430px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}

.input-container{
	margin:0 auto;
	padding:0 0 15px;
	clear:both;
	width:315px;
	height:40px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}

.input-container2{
	margin:0 auto;
	padding:0 0 8px;
	clear:both;
	width:315px;
	height:94px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}

.input-container3{
	margin:0 auto;
	padding:0 0 15px;
	clear:both;
	width:315px;
	height:40px;
	font-size:12px;
	color:#666;
	font-weight:bold;
}

.input-container3 select{
	margin:0 auto;
	padding:0;
	clear:both;
	width:300px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#333;
}

.input-container4{
	margin:0 auto;
	padding:0 0 15px;
	clear:both;
	width:315px;
	height:40px;
	font-size:12px;
	color:#666;
	font-weight:bold;
}

.input-container5{
	margin:0 auto;
	padding:0 0 5px;
	clear:both;
	width:315px;
	height:94px;
	font-size:12px;
	color:#666;
	font-weight:bold;
}

.input-captcha{
	float:left;
	margin:0 auto;
	padding:11px 0;
	clear:both;
	width:300px;
	overflow:hidden;
}

.input1{
	margin:0 auto;
	padding:0 5px;
	width:290px;
	height:26px;
	/*background-image:url(../images/input-box-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
	border:none;
	background-color:#CCC;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: rgba(0,0,0,0.62);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus, input[type=password]:focus {
	outline: none;
	background-color:#EEE;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.13), 1px 1px 0px #fff;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.13), 1px 1px 0px #fff;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.13), 1px 1px 0px #fff;
	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: black;
}

.input2{
	margin:0 auto;
	padding:5px 5px;
	width:290px;
	height:74px;
	border:none;
	background-color:#CCC;
	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: rgba(0,0,0,0.62);
}
.careers-p{
	clear: both;
	color: #E41F26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 42px;
}
.captcha-text{
	float:left;
	width:300px;
	overflow:hidden;
	}
.captcha-text p{
	clear:both;
	margin:0;
	padding:6px 0 6px 0;
	font-size:11px;
	color:#FFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.captcha-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color:#06BF06;	
}

.captcha-text a:hover{
	text-decoration:underline;
}

.captcha-text2 p{
	clear:both;
	margin:0;
	padding:6px 0 6px 0;
	font-size:11px;
	color:#666;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.captcha-text2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	color:#06BF06;	
}

.captcha-text2 a:hover{
	text-decoration:underline;
}

.submitbutton-exclusives{
		margin:0 auto;
		padding:0 0 2px 0;
		width:100px;
		height:40px;
		line-height:30px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		color:#286719;
			
		background-image:url(../images/submit-button-bg.png);
		background-repeat:no-repeat;
		background-color: transparent;
		background-position:center top;
		border:none;
		}
.submitbutton{
	margin:0;
	padding:0;
	width:100px;
	height:40px;
	line-height:40px;
	font-family: 'liberation_sansregular';
	font-size:16px;
	color:#fff;
	background-image:url(../images/submit-button-bg.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-color:transparent;
	border:none;
}

.input-submit{
	float:right;
	margin:0;
	padding:0;
	width:100px;
	height:40px;
}

.input-submit2{
	float:right;
	margin:0;
	padding:0 0 41px;
	width:100px;
	height:40px;
}

.pre-qualify-form-area{
	margin:0 auto;
	padding:0 0 16px 15px;
	width:315px;
	height:450px;
	
	font-family: 'liberation_sansbold';
	font-size:14px;
	color:#fff;
}

.contents-left2{
	float:left;
	margin:0 auto;
	padding:0 16px 10px 0;
	width:447px;
	height:auto;
}

.contents-right2{
	float:left;
	margin:0 auto;
	padding:0;
	width:447px;
	height:auto;
}


/* CEDE Form */
#mid-form-bg{
	margin:0 auto;
	background-image:url(../images/admin-cede-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

#mid-form{
	margin:0 auto;
	padding:15px 0 0 0;
	width:260px;
	height:170px;
	}
#mid-form .signupframe{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	line-height:18px;
	/*height:235px;*/
}

#mid-form .signupframe .required{
	font-size: 18px;
	color:#f00;
}

#mid-form .asterisk{
	font-size:18px;
	color:#f00;
}

#mid-form .reqtext{
	font-size:10px;
	color:#f00;
}


/** LMP Start **/
#lmp-form-bg{
	margin:0 auto;
	background-image:url(../images/admin-lmp-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
/** PM Start **/
#pm-form-bg{
	margin:0 auto;
	background-image:url(../images/admin-pm-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
/** Email Exclusives Form **/
#monthly-newsletter{
	padding:85px 0 0 24px;
	/*padding:119px 62px 0 62px;*/
	width:276px;
	height:255px;
	
	background-image:url(../images/al-hendrickson-service-email-exclusives-form-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

#monthly-newsletter .signupframe{
	color: #286719;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#monthly-newsletter .inputbox{
		margin:0 auto;
		padding:0 13px;
		width:224px;
		height:37px;
		line-height:37px;
			
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:normal;
		color:#333;
		border:none;
		}

/* financing form */	
#mid{
	margin:0 auto 0 auto;
	width:860px;
	padding:28px 20px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align:justify;
	line-height:22px;
}
#mid td{
	vertical-align:middle;
	}
#mid select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:22px;
	text-align:justify;
	}
#mid_terms{
	margin:0 auto 0 auto;
	width:410px;
	padding:28px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align:justify;
	line-height:22px;
	background-color: #000;
	opacity:0.6;filter:alpha(opacity=60)
}

#mid_form{
	margin:0 auto 0 auto;
	width:860px;
	color:#FFF;
}

#mid_form .title{
	font-family: 'coolvetica_rgregular';
	font-size:18px;
	color:#FFF;
}	
#mid_form a{
	color:#286719;
	text-decoration:none;
}	

#mid_form a:hover{
	text-decoration:underline;
}

#mid_form b{
	color:#fff;
	font-size:9px;
}

#mid_form strong{
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#mid_form .required{
	color:#ff0000;
}

#info{
	width:340px;
	padding-right:10px;
	height:100px;
	overflow-y:scroll;
}

.iframe{
	overflow-y:scroll;
}

.small_text{
	color:#fff;
	text-align:justify;

	font-size:10px;
	line-height:14px;
}

/*** Forms End ***/

/*image fade hover start*/
div.directory-logo img{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
	}
div.fotf-banner{
	width:247px;
	height:266px;
	}
span.fadehover {
	position: relative;
	}
		
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border:none;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	border:none;
	}
/*image fade hover end*/
