@charset "UTF-8";
@import url('jScrollPane.css');
@import url('facebox.css');
@import url('forms.css');
/* CSS Document */


html,body{
	margin:0;
	padding:0;
	height:100%;
	min-width:968px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#CEC29D;
}
/*---------------- Begin Pictures ----------------*/
#background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:968px;
}
#background img{
	width:100%;
	height:auto;
	position:absolute;
}
#background .hidden{
	display:none;
}
/* End Pictures */

/*---------------- Begin Body ----------------*/
#body{
	position:absolute;
	left:0;
	bottom:487px;
	width:100%;
	height:0;
	overflow:visible;
	min-width:968px;
}
#body #center{
	position:relative;
	z-index:0;
}
#body .content{
	position:relative;
	z-index:2;
}
#body .back{
	position:absolute;
	z-index:0;
	opacity:.94;
	filter:alpha(opacity=94);
}
/* End Body */

/*---------------- Begin Left Body ----------------*/
#left{
	position:relative;
	z-index:1;
	width:165px;
}
#left .back{
	width:100%;
	height:376px;
	background:#996;
}
#left .content{
	width:100%;
	height:376px;
}
#logo{
	width:166px;
	height:166px;
}
#logo span{
	background-image:url(../images/logo_button.jpg);
}
#left .foot{
	width:100%;
	height:26px;
	background:#663;
	margin:1px 0 0;
}
#summary_text{
	font-size:10px;
	color: #333300;
	display: block;
	text-align: right;
	position:absolute;
	bottom:75px;
	left:30px;
	right:10px;
}
#toggle{
	width:53px;
	height:19px;
	position:absolute;
	bottom:30px;
	right:16px;
	display:none;
}
#toggle span,
#toggle:hover span{
	background-image:url(../images/show_hide.gif);
	background-position:bottom right;
}
/* End Left Body */
/*---------------- Begin Center Body ----------------*/
#center{
	position:relative;
	z-index:0;
	width:736px;
	height:376px;
	background:#996;
	margin:0 0 0 1px;
}
#center .cap_top,
#center .cap_bottom{
	width:666px;
	height:30px;
	position:absolute;/*
	background:#996;
	opacity:.94;
	filter:alpha(opacity=94);*/
	left:35px;
	z-index:2;
}
#center .cap_top{
	top:0;
	background:url(../images/content_cap_top.png) no-repeat top center;
}
#center .cap_bottom{
	bottom:0;
	background:url(../images/content_cap_bottom.png) no-repeat bottom center;
}
#center .content{
	padding:0px 0px 0px 35px;
	width:701px;
	height:376px;
	color:#FFF;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#center .content .scroll-pane{
	width:666px;
	height:316px;
	overflow:auto;
	padding:30px 35px 30px 0;
}


/*---------------- Begin Content Formatting --------------------------------------------------------*/

#center .content{
	font-size:12px;
	line-height:30px;
}
#center .content h1{
	font-size:107px;
	line-height:110px;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	font-weight:normal;
}
#center .content h2{
	font-size:18px;
	line-height:24px;
	margin:20px 0 5px 0;
	padding:0;
	text-align:left;
	font-weight:100;
}
#center .content h3{
	font-size:14px;
	line-height:20px;
	margin:20px 0 5px 0;
	padding:0;
	text-align:left;
	font-weight:normal;
}
#center .content hr{
	color:#330;
	background:#330;
	height:1px;
	border:none;
}
#center .content p{
	margin:5px 0;
}
#center .content ul{
	list-style:none;
	padding:0;
	margin:0;
}
#center .content li{
	padding:0 0 0 10px;
	background:url(../images/bullet.gif) no-repeat 0 12px;
	line-height:20px;
	margin:15px 0;
}
#center .content a:link,
#center .content a:visited{
	color:#FFF;
	text-decoration:underline;
}
#center .content a:hover{
	color:#DDD;
}

#center .content a.launch{
	display:block;
	font-size:16px;
	text-align:right;
	text-decoration:none;
	background:url(../images/launch.gif) no-repeat right center;
	padding:0 30px 0 0;
}
#center .content a.launch:hover{
	text-decoration:underline;
}

/* End Content Formatting */


#center .foot{
	width:737px;
}
#center .foot a{
	height:26px;
	margin:1px 1px 0 0;
	float:left;
}
/* End Center Body */
/*---------------- Begin Navigation ----------------*/
#nav{
	position:absolute;
	top:-78px;
	left:17px;
	width:720px;
}
#nav .bar{
	height:54px;
	left:-183px;
	position:absolute;
	top:0;
	width:164px;
	background:#CC9;
	display:none;
	text-align:center;
}
#nav .bar span{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
}
#nav .bar img{
	position:absolute;
	top:0;
	left:0;
}
/*
#nav .bar img{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
}
*/
#nav:hover .bar{
	display:block;
}
#nav, #nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul{
	position:relative;
	left:95px;
	top:-54px;
}
#nav li{
	margin:0;
	padding:0;
	float:left;
}

#nav li,
#nav li.at li li{
	display:none;
}

#nav li.at,
#nav li.at li.at li{
	display:block;
}

#nav a:link, #nav a:visited{
	width:54px;
	height:54px;
	background:#663;
	color:#FFF;
	opacity:.75;
	display:block;
	margin:0 41px 0 0;
	position:relative;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	cursor:pointer;
}
#nav a.at:link, #nav a.at:visited{
	color:#330;
	background:#330;
	opacity:1;
}
#nav a:hover,
#nav a.at:hover{
	opacity:1;
	background:#FFF;
	color:#FFF;
}
#nav a:link img, #nav a:visited img{
	display:none;
	position:absolute;
	bottom:63px;
	left:0;
	text-align:left;
	border:none;
	background:#CC9;
	padding:3px;
}
#nav a:hover img{
	display:block;
}
/* End Navigation */
/*---------------- Begin Right Body ----------------*/
#right{
	width:65px;
	height:403px;
	position:relative;
	z-index:2;
}
#right .back{
	width:100%;
	height:376px;
	background:#330;
}
#right .content{
	width:65px;
	padding:20px 0;
	position:absolute;
	bottom:27px;
	left:0;
	text-align:center;
}
#right .content a{
	margin:10px auto;
}
#right .content .temp{
	position:absolute;
	width:100%;
	text-align:center;
	overflow:visible;
	left:0;
	top:-270px;
}
#right .foot{
	width:65px;
	height:26px;
	background:#663;
	position:absolute;
	bottom:0;
	left:0;
}
#download{
	width:33px;
	height:37px;
}
#download span{
	background-image:url(../images/buttons/download.gif);
}
/* End Right Body */
/*---------------- Begin Footer ----------------*/
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:28px;
	background:#000;
	min-width:968px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#996;
	font-size:10px;
	line-height:28px;
}
#footer .left,
#footer .right{
	padding:0 10px;
}
#footer a:link, #footer a:visited{
	color:#996;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .right a{
	margin:0 0 0 18px;
}
/* End Footer */
/*---------------- Begin General ----------------*/
.right{
	float:right;
}
.left{
	float:left;
}
/* End General */
/*---------------- Begin Buttons ----------------*/
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
}
.graphical img, .button img, .button_at img{
	border:none;
}
.button_at{
	cursor:default;
}
.button{
	cursor:pointer;
}
.graphical{
	cursor:default;
}

.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	top:0;
	left:0;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	top:0;
	left:0;
}
.button:hover{
	border:none;
    text-decoration:none;
}
.button:hover span{
	background-position:right top;
}
.button:focus,
.button_at:focus{
	border:none;
}
/* End Buttons */
/*---------------- Begin Ajax ----------------*/
#loading{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:51;
}
#loading span{
	background:#FFF url(../images/facebox/loading.gif) no-repeat scroll 50% 50%;
	width:65px;
	height:65px;
	position:absolute;
	bottom:487px;
	right:0;
}
#ajax_status{
	position:fixed;
	top:5px;
	left:5px;
	width:200px;
	z-index:50;
}
#ajax_status div{
	position:relative;
	border-right:5px #996 solid;
}
#ajax_status p{
	color:#666;
	position:relative;
	padding:10px;
	margin:0 0 5px;
	font-size:10px;
}
#ajax_status p.error{
	color:#000;
}
#ajax_status b{
	font-weight:normal;
	color:#000;
}
#ajax_status .back{
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
}
/* End Ajax */




/*---------------- Begin Per Page Styles ----------------*/
#center #faq p.quote{
	margin:20px 0 0;
	line-height:14px;
}
#center #faq p.quotee{
	margin:0 0 20px 20px;
	color:#330;
}
#center #faq .to_top{
	float:right;
	margin:10px 0 0;
	text-decoration:none;
}
#center #faq li{
	padding:0;
	margin:0 0 10px;
	background:none;
	font-size:14px;
	line-height:25px;
	color:#330;
}
#center #faq li li{
	padding:0 0 0 20px;
	background:url(/images/bullet.gif) no-repeat 10px 12px;
	line-height:25px;
	margin:2px 0;
	font-size:12px;
	color:#FFF;
}
#center #faq .question{
	cursor:pointer;
	background:url(/images/plus.gif) no-repeat left center;
	padding:0 0 0 15px;
	text-decoration:none;
}
#center #faq .expanded{
	background:url(/images/minus.gif) no-repeat left center;
	color:#330;
}


#center #contact p{
	margin:5px 20px;
}


#main_nav{
}
#main_nav a:link,
#main_nav a:visited{
	color:#FFF;
	text-decoration:none;
	font-size:45px;
	line-height:45px;
	display:block;
	margin:0 0 1.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main_nav a:hover{
	color:#330;
}

#center #development_team p{
	margin:10px 0 10px 20px;
	color:#eee;
}
#center #development_team h2{
	color:#330;
	border-bottom:1px solid #330;
}

.direction{
	width:50%;
	float:left;
}
#center .direction h3{
	color:#330;
}
#center .direction ul{
	padding:0 40px 0 10px;
	margin:0;
	list-style:none;
}
#center .direction li{
	padding:0;
	margin:0 0 10px;
	line-height:14px;
	background:none;
}/*
#body #center #maps{
	background:url(images/launch.gif) no-repeat right center;
	padding:0 25px 0 0;
	margin:10px 0;
	font-size:16px; 
	line-height:16px;
	text-align:right;
	display:block;
	text-decoration:none;
}*/

#plans_photos img{
	width:90%;
	height:auto;
	margin:10px 4%;
}
#images_photos img{
	width:90%;
	height:auto;
	margin:10px 4%;
}
