@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg_body.gif) top repeat-x #00b6f1;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #5c6110;
	margin: 0px;
	padding: 0px;
}
#wrapped{
	margin: 0 auto;
	width: 757px;
	background: url(../images/bg_wrapped.gif) repeat-y;
}
#header{
	width: 730px;
	background: url(../images/bg_header.gif) repeat-x;
	margin: 0 14px 0 14px;
}
#top_header{
	text-align: left;
	width: 730px;
}
/*------------------Navigation-----------------*/
#nav_contact{
	background:url(../images/nav_contact.gif) no-repeat;
	width: 73px;
	height: 19px;
	float: right;
	padding-right: 5px;
	margin-top: 4px;
	position: relative;  
	text-indent: -1000px; 
	overflow: hidden;
}
#nav_contact a{
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	width: 73px;
}
#nav_contact a:hover,#nav_contact a.active{
	background: transparent url(../images/nav_contact.gif) 0 -23px no-repeat;
	top: 4px;
	right: 5px;
	width: 73px;
}

.nav_profile{
	background:url(../images/profile_btn.jpg) no-repeat;
	width: 73px;
	height: 19px;
	float: right;
	padding-right: 20px;
	margin-top: 4px;
	position: relative;  
	text-indent: -1000px; 
	overflow: hidden;
}
.nav_profile a{
	display: block;
	position: absolute;
	top: 4px;
	right: 20px;
	width: 73px;
}
.nav_profile a:hover,.nav_profile a.active{
	background: transparent url(../images/profile_btn.jpg) 0 -23px no-repeat;
	top: 4px;
	right: 20px;
	width: 73px;
}

.nav_register{
	background:url(../images/register_btn.jpg) no-repeat;
	width: 73px;
	height: 19px;
	float: right;
	padding-right: 20px;
	margin-top: 4px;
	position: relative;  
	text-indent: -1000px; 
	overflow: hidden;
}
.nav_register a{
	display: block;
	position: absolute;
	top: 4px;
	right: 20px;
	width: 73px;
}
.nav_register a:hover,.nav_register a.active{
	background: transparent url(../images/register_btn.jpg) 0 -23px no-repeat;
	top: 4px;
	right: 20px;
	width: 73px;
}

#nav{
	background:url(../images/nav.gif) no-repeat;
	width: 730px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	position: relative;  
	text-indent: -1000px; 
	overflow: hidden;
}
#nav li {
	margin: 0px; 
	list-style: none;
	position: absolute; 
	top: 0px;
}
#nav li, #nav a {
	height: 24px; 
	display: block;
}
#nav_home{
	width: 34px;
	left: 40px;
}
#nav_home a:hover, #nav_home a.active{
	background:transparent url(../images/nav.gif) -40px -24px no-repeat;
}
#nav_place{
	width: 77px;
	left: 112px;
}
#nav_place a:hover, #nav_place a.active{
	background:transparent url(../images/nav.gif) -112px -24px no-repeat;
}
#nav_space{
	width: 84px;
	left: 223px;
}
#nav_space a:hover, #nav_space a.active{
	background:transparent url(../images/nav.gif) -223px -24px no-repeat;
}
#nav_package{
	width: 91px;
	left: 332px;
}
#nav_package a:hover, #nav_package a.active{
	background:transparent url(../images/nav.gif) -332px -24px no-repeat;
}
#nav_story{
	width: 89px;
	left: 454px;
}
#nav_story a:hover, #nav_story a.active{
	background:transparent url(../images/nav.gif) -454px -24px no-repeat;
}
#nav_feedback{
	width: 135px;
	left: 571px;
}
#nav_feedback a:hover, #nav_feedback a.active{
	background:transparent url(../images/nav.gif) -571px -24px no-repeat;
}
#content{
	width: 695px;
	padding: 29px 34px 0 28px;
}
.blue_text{
	color: #00b0f0;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
}
.orange_text{
	color: #f7941d;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
}
.green_text{
	color: #a7b425;
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
}
.property{
	float: right;
	margin-left: 10px;
	border: 3px solid #f8a33d;
}
.phone{
	font-size: 14px;
	font-weight: bold;
	color: #f7941d;
}
p{
	margin: 0px;
	padding-bottom: 21px;
}
a{
	color: #00b6f1;
	text-decoration: none;
}
a:hover{
	color: #00b6f1;
	text-decoration: underline;
}
.clr{
	clear: both;
}
#content ul{
	padding: 0px 0 0 20px;
	margin: 0px;
}
#content ul li{
	line-height: 24px;
	list-style: none;
	background: url(../images/bullet.gif) top left no-repeat;
	padding: 0 0 10px 15px;
	margin: 0;	
}

#package_listing ul
{
	padding: 0px 0 0 5px;
	margin: 0px;
}
#package_listing ul li
{
    line-height: normal;
	padding: 0px 0px 5px 5px;
	margin: 0;
	background-image:none;
	
}
/*---------------Footer---------------*/
#footer{
	background: url(../images/bg_footer.gif) ;
	width: 727px;
	height: 69px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	color: #ffce93;
	font-size: 10px;
	font-family: Arial;
}
#footer_content{
	background-color: #f7941d;
	padding: 13px 0 10px 16px;
}
#footer a{
	color: #ffce93;
	text-decoration: none;
}
#footer a:hover, #footer a.active{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-----------------Default-------------------*/
#content_default{
	width: 731px;
	padding: 0px 13px 0 13px;
}
#content_up{
	text-align: left;
}
.left{
	padding-right: 3px;
	float: left;
}
.right{
	background-image: url(../images/bg_default.jpg);
	float: right;
	text-align: left;
	padding: 42px 0 0  190px;
	width: 184px;
	height: 159px;
}
#content_up p{
	 margin: 0px;
	 padding: 0px 0 0 0;
}
.small_bluetext{
	color: #00a7ed;
}
.smalL_orangtext{
	color: #f7941d;
	font-size: 18px;
}
.form{
	color: #f7941d;
	border: 1px solid #f7941d;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	width: 117px;
}
.form_login{
	text-align: right;
	float: right;
	margin-right: 45px;
}
#content_default img{
	border: 0px;
}
#content_down{
	padding: 29px 0 0 20px;
}
#content_down img{
	padding-right: 17px;
}
#button{
	float: left;
}
#buckets{
	width: 216px;
	padding-left: 5px;
	float: right;
	font-weight: bold;
	color: #7a8119;
} 
#column1{
	width: 92px;
	float: left;
}
#column2{
	width: 96px;
	float: right;
	margin: 0px;
	padding-right: 10px;
}
#content_default ul{
	padding: 0px 0 0 0px;
	margin: 0px;
}
#content_default ul li{
	line-height: 10px;
	list-style: none;
	background: url(../images/bullet_default.gif) top left no-repeat;
	padding: 0 0 10px 15px;
	margin: 0;	
}
/*------------------Search--------------------*/
#search-bar {
	margin: 0px;
	padding: 0px;
	clear:both;
	border:1px solid #f8a33d;
}
#search-advance {
	padding:5px;
	background-color:#f7941d;
	color: #FFFFFF;
	display:none;
}
.center{
	vertical-align: middle ;
}
.content_inside{
	padding: 10px;
}
input.checkbox {
	border:1px solid #333333;
}
.red {
	color:#FF0000;
}
.info {
	border:1px solid #f8a33d;
	margin-bottom: 10px;
}
.block .info h2 {
	background-color:#f7941d;
	padding:0px;
	margin:0px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.block {
	margin-top: 10px;
}
.block h2 {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.block-title {
	margin-top:5px;
	padding:10px;
	background-color:#ccdc2e;
}
.block-title h2 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.register {
	border:1px solid #f8a33d;
	margin-bottom: 10px;
}
.block .register h2 {
	background-color:#f7941d;
	padding:0px;
	margin:0px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.top{
	vertical-align: top;
}
.submit{
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
	margin: 0px;
}
.sign-in {
	width:45%;
	border:1px solid #cccccc;
	background-color:#f7f7f7;	
	/*height:150px;*/
	float: left;
}
.sign-in h2 {
	font-size:13px;
	color: white;
	background-color:#00a4ec;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.sign-up {
	width:45%;
	border:1px solid #E66F1F;
	background-color:#FDFDE5;	
	height:150px;
	float: right;
}
.sign-up h2 {
	font-size:13px;
	color:#000000;
	background-color:#f7941d;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.class_form{
	border:1px solid #f8a33d;
	color: #5c6110;
}
#left_profile{
	width: 200px;
	float: left;
}
#right_profile{
	float: right;
	width: 480px;
}

.pager
{
	color: #a7b425;
	font-size: 24px;
	font-family: Georgia;
}

.pager a
{
	color: blue;
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;	
	text-decoration: underline;
}