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

/* 1st link font 
 font-family: 'Tangerine', serif;
  font-size: 48px;
  text-shadow: 4px 4px 4px #aaa;
*/






body {

	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size:11px;
	
	background-image: url(../images/body-bg1.png);
	background-repeat:repeat-x;
	
	

}
h1{
	font-size:18px;
	color: #090;
}
h3{
	font-size:11px;
	color: #090;
	border-bottom:#CCC solid 1px;

}
h4{
	font-size:14px;
	color: #090;
	margin-bottom:10px;
}
h5{
	font-size:20px;
	color: #0F6;
	margin-bottom:10px;
	text-align:center;
}
h6{
	font-size:14px;
	color: #FFF;
	line-height:22px;
	border-bottom:#CCC solid 1px;
	display:block;
	background-color:#6772ac;

}
p{
	font-size:11px;
	color: #000;
	text-align:justify;
	line-height:25px;
	
}
p.li{
	color: #000;
	margin-left:15px;
}


#container{
	width:960px;
	margin:0 auto;
	

	
	
}
#header{
	height:100px;
	background-color:;

	
}
#logo{
	background-image:url(../images/logo_head.png);
	height:74px;
	width:597px; 
	margin-top:13PX;
	background-repeat:no-repeat;
	
}

#hed_right_bg{
	width:220px;
	height:100px;
	background-image:url(../images/hed_right_bg.png);
	float:right;
}
	
#toprightmenu{
	width:400px;
	height:100px;
	float:right;
		

}
#slidemenu{
	height:30px;
	color: #999;
	margin-top:75px;
	text-align:right;
	
}
#slider{
	height:350px;
	color:#666;

}

#slideshadow{
	width:871px;
	height:14px;
	background-image:url(../images/shadow.png);
	margin: 0px auto;
	clear:both;
	
}
#pageBanner{
	height:150px;
	background-color:#999;
}






#bodytext{
	}
#bodytextleft{
	
}
#bodytextright_add{

}
#bodyimg{
	text-align:right;
	
}

#menu{
	height:25px;
	color: #000;
	border-radious:6px;
	border-bottom: #666 solid 1px;
	clear:both;

	
}
#socioicon{
	display:inline;
	float:left;
	padding-top:5px;
	
}
.fbLink {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/fb_B.png);
	text-indent: -99999px;
}
.fbLink:hover {
	background: url(../images/fb_C.png);
}
.twLink {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/tweeter_B.png);
	text-indent: -99999px;
}
.twLink:hover {
	background: url(../images/tweeter_C.png);
}
.skypeLink {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/skype_B.png);
	text-indent: -99999px;
}
.skypeLink:hover {
	background: url(../images/skype_c.png);
}

/* ---- MARQUEE ---- */


.marquee {
	width: 300px;
	height: 25px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #000;

	background-color: ;

    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);
    box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);

	-webkit-transition: background-color 350ms;
	-moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

.marquee p {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 25px;
	text-align: center;
	color: #F00;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	transform:translateX(100%);
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	left: 2px;
}
.marquee p:nth-child(1) {
	animation: left-one 20s ease infinite;
	-moz-animation: left-one 20s ease infinite;
	-webkit-animation: left-one 20s ease infinite;
}
.marquee p:nth-child(2) {
	animation: left-two 20s ease infinite;
	-moz-animation: left-two 20s ease infinite;
	-webkit-animation: left-two 20s ease infinite;
}
.marquee.down p {
	transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.marquee.down p:nth-child(1) {
	animation: down-one 20s ease infinite;
	-moz-animation: down-one 20s ease infinite;
	-webkit-animation: down-one 20s ease infinite;
}
.marquee.down p:nth-child(2) {
	animation: down-two 20s ease infinite;
	-moz-animation: down-two 20s ease infinite;
	-webkit-animation: down-two 20s ease infinite;
}
.marquee.up p {	
	transform:translateY(100%);
	-moz-transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.marquee.up p:nth-child(1) {
	animation: up-one 20s ease infinite;
	-moz-animation: up-one 20s ease infinite;
	-webkit-animation: up-one 20s ease infinite;
}
.marquee.up p:nth-child(2) {
	animation: up-two 20s ease infinite;
	-moz-animation: up-two 20s ease infinite;
	-webkit-animation: up-two 20s ease infinite;
}

/*================================
	Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
	0%	{
		-moz-transform:translateX(100%);
	}
	10% {
		-moz-transform:translateX(0);
	}
	40% {
		-moz-transform:translateX(0);
	}
	50% {
		-moz-transform:translateX(-100%);
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
@-moz-keyframes left-two {
	0% {
		-moz-transform:translateX(100%);
	}
	50% {
		-moz-transform:translateX(100%);
	}
	60% {
		-moz-transform:translateX(0);		
	}
	90% {
		-moz-transform:translateX(0);		
	}
	100%{
		-moz-transform:translateX(-100%);
	}
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
	0% {
		-webkit-transform:translateX(100%);
	}
	10% {
		-webkit-transform:translateX(0);
	}
	40% {
		-webkit-transform:translateX(0);
	}
	50% {
		-webkit-transform:translateX(-100%);
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}
@-webkit-keyframes left-two {
	0% {
		-webkit-transform:translateX(100%);
	}
	50% {
		-webkit-transform:translateX(100%);
	}
	60% {
		-webkit-transform:translateX(0);		
	}
	90% {
		-webkit-transform:translateX(0);		
	}
	100%{
		-webkit-transform:translateX(-100%);
	}
}





/* ---- navigation menu ---- */
#nav{
	float: right;
	text-align:right;
	color: #000;
	
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	display: inline; 
}

#nav ul li a{
	text-decoration: none;
	padding: .2em 1em;
	color: #000;
}
 #nav a:hover 
{
color: #090;
}
ul{
	padding:0px;
	margin:20px;
	text-decoration:none;
}







.padding{
	padding:5px;
}

/* ---- Content ---- */
.rowsaparation{
	height:20px;
	clear:both;
}
.clear{
	clear:both;
}
#content{
	color: #999;
	margin-top:10px;
	line-height:15px;
}
#content.padding{
	
}
#content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content li{
	margin: 0 -10px 0 -10px;
	padding: 0;
	color:#000;
}

#content a{
	color: #000;
	padding: .2em .8em;
	text-decoration: none;
}

#content a:hover
{
color: #090;
}

#active a
{
color: #CF0;
width: 9em;
padding: .2em .8em;
text-decoration: none;
}

#activities{
	text-align:center;
	
}

#Links{
	
	text-align:center;

	

}
#news_events{

}
#news {
width: 220px;
height:270px;
border:solid 1px #003366;
}
#haback {
width:220px;
height: 18px;
background-color: #CCC;
color:#FFFFFF;
text-align:center;
font-size:16px;
}




#others{
	
	text-align:right;
	}


#add290{
	width:290px;
	height:200px;
	background-image:url(../images/flatadd_b.png);
}
#add290:hover {
	background: url(../images/flatadd.png);
}
#flatforsale{
	width:168px;
	height:25px;
	margin:0 auto;
	float:left;
	display: inline-block;
}
#flatbanner{
	width:960px;
	height:204px;
	background-image:url(../images/flatbanner.png);
}

#footer{
	height:50px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin-top:10px;
}
#copyrighttxt{
	float:left;
	margin-top:30px;
	margin-left:10px;
	color:#333;
	font-size:9px;
}
#designyby{
	margin-top:30px;
	float:right;
	margin-right:10px;
	color:#333;
	font-size:9px;
}
	
	
#bottomadd{
	clear:both;
	height:50px;
	color: #666;
	text-align:center;
	font-size:16px;
}

#leftadd{
	
	height:50px;
	
	
}
#rightadd{
	
	height:50px;

	
	
}

/*----PORTFOLIO---*/
#contentbox{
	margin-top:20px;
	clear:both;
	
	
	
}

#contentbox a{
	color: #E6E6E6;
	text-decoration:none;
}
#contentbox a:hover{
	color: #9F0;
}



/*----logo Page---*/
.column1, .column2, .column3, .column4{
	text-align:center;
	margin:0 auto;
	
}

	
	
/*----Contact Form---*/	
	
	

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid  #999;
	background-color: #CCC;
	color: #000;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid  #090;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
	color: #000;
}