html{
background:url(../images/Background/TanXSmall.jpg) top left;
	color:#001138;
	font-size:12px;
	font-family:Arial;
}
body{
	background:url(../images/Background/TanX.jpg) top left repeat-x;
	margin:0;
}

p {
	font-size:14px;
	color:#333;
	
}




a{
	color:#01A0DF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
border:none;
}

#page{
	width:717px;
	margin:0 auto 0 auto;
	border:1px solid #A0A0A0;
	background-color:#FFFFFF;
}
#header{
	position:relative;
	background:url(../images/headerTEST.jpg) top left no-repeat;
	width:717px;
	height:123px;
}

#underway{
	position:absolute;
	top: 41px;
	left: 18px;
	
}


#underway a {
	display:block;
	width:300px;
	height:50px;
	background-image: url(../images/nowunderway.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	
}

#underway a:hover {
	
	background-position: 0px -68px;
	
}













#top-menu{

	width:220px;
	padding-left:475px;
	padding-top:50px;

}
#reg-button{

	height:30px;
	width:174px;
	padding-top:26px;
	padding-left:495px;
	/*margin-top:91px;
	margin-left:495px;*/
}
a#register{
	display:block;
	height:30px;
	width:174px;
	background:url(../images/register-off.jpg) top left no-repeat;
}
a:hover#register{
	background:url(../images/register-on.jpg) top left no-repeat;
}
#nav{
	height:45px;
	border-top:2px solid #FFFFFF;
}
a#home{
	display:block;
	height:45px;
	width:80px;
	background:url(../images/home-off.jpg) top left no-repeat;
}
a:hover#home{
	background:url(../images/home-on.jpg) top left no-repeat;
}
a#lifestyle{
	display:block;
	height:45px;
	width:87px;
	background:url(../images/lifestyle-off.jpg) top left no-repeat;
}
a:hover#lifestyle{
	background:url(../images/lifestyle-on.jpg) top left no-repeat;
}
a#properties{
	display:block;
	height:45px;
	width:98px;
	background:url(../images/properties-off.jpg) top left no-repeat;
}
a:hover#properties{
	background:url(../images/properties-on.jpg) top left no-repeat;
}
a#investment{
	display:block;
	height:45px;
	width:103px;
	background:url(../images/investment-off.jpg) top left no-repeat;
}
a:hover#investment{
	background:url(../images/investment-on.jpg) top left no-repeat;
}

a#news{
	display:block;
	height:45px;
	width:63px;
	background:url(../images/news-off.jpg) top left no-repeat;
}
a:hover#news{
	background:url(../images/news-on.jpg) top left no-repeat;
}
a#gallery{
	display:block;
	height:45px;
	width:69px;
	background:url(../images/gallery-off.jpg) top left no-repeat;
}
a:hover#gallery{
	background:url(../images/gallery-on.jpg) top left no-repeat;
}
a#links{
	display:block;
	height:45px;
	width:70px;
	background:url(../images/links-off.jpg) top left no-repeat;
}
a:hover#links{
	background:url(../images/links-on.jpg) top left no-repeat;
}
a#faq{
	display:block;
	height:45px;
	width:59px;
	background:url(../images/faq-off.jpg) top left no-repeat;
}
a:hover#faq{
	background:url(../images/faq-on.jpg) top left no-repeat;
}
a#contacts{
	display:block;
	height:45px;
	width:88px;
	background:url(../images/contacts-off.jpg) top left no-repeat;
}
a:hover#contacts{
	background:url(../images/contacts-on.jpg) top left no-repeat;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
}

#nav li ul li a{
	width: 158px;
	color: #B7D5E2;

}
#nav li { /* all list items */
	float: left;
	
}
#nav li ul li{ /* all list items */
	width: 173px; /* width needed or else Opera goes nuts */
	padding: 3px 0px 3px 15px;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #142C61;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 175px;
}
#nav li:hover, #nav li.hover {  
     position: static;  
}  
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content{
	padding:30px 40px 60px 40px;
}
.fright{
	float:right;
	padding-left:5px;
}
.fleft{
	float:left;
	padding-right:5px;
}
.page-img{
	padding-bottom:20px;
}
#footer{
	font-size:11px;
	padding-bottom:30px;
}
#footer a{
	color:#001138;
}

#footer p{

	font-size:12px;
	color: #006;
	
}	
	
