html,body {
	height:100%;
}

body {
	margin:0px;
	background-color:#1D2675;
	background-image:url(bk.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
}

p { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; }

.bigtable{
	/*background-color:#ffffff;*/
}
.testimonial{
	color:#FFFFFF;
	margin:0 80px 0 10px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
.footertext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1D2675;
	margin:8px 8px 8px 10px;
	padding:0;
}
.footer{
	color:#1D2675;
	text-decoration:none;
	padding:0 1px 0 1px;
}
.footer:hover{
	color:#6CAEE0;
	text-decoration:none;
}
.copy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#282828;
	margin:8px 8px 8px 8px;
	padding:0;	
	text-align:right;
}

.menu2 {
width:802px; 
font-size:11px;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu2 ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu2 positon */
.menu2 li {
float:left;
/*width:150px;*/
position:relative;
}
/* style the links for the top level */
.menu2 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
color:#fff; 
text-decoration:none; 
height:26px; 
/*border-bottom:1px solid #fff;*/ 
line-height:26px;
text-align:left;
}
.menu2 a.m01{
	width:98px;
	background-image:url(but-home.jpg);
}
.menu2 a.m01:hover {
	width:98px;	
	background-image:url(butd-home.jpg);
}
.menu2 a.m01d, .menu2 a.m01d:hover{
	width:98px;
	background-image:url(butd-home.jpg);
}
.menu2 a.m02 {
	width:118px;
	background-image:url(but-aboutus.jpg);
}
.menu2 a.m02:hover {
	width:118px;	
	background-image:url(butd-aboutus.jpg);
}
.menu2 a.m02d, .menu2 a.m02d:hover {
	width:118px;
	background-image:url(butd-aboutus.jpg);
}
.menu2 a.m03 {
	width:119px;
	background-image:url(but-projects.jpg);
}
.menu2 a.m03:hover {
	width:119px;
	background-image:url(butd-projects.jpg);
}
.menu2 a.m03d, .menu2 a.m03d:hover {
	width:119px;
	background-image:url(butd-projects.jpg);
}
.menu2 a.m04 {
	width:119px;
	background-image:url(but-bulgaria.jpg);
}
.menu2 a.m04:hover {
	width:119px;
	background-image:url(butd-bulgaria.jpg);
}
.menu2 a.m04d, .menu2 a.m04d:hover {
	width:119px;
	background-image:url(butd-bulgaria.jpg);
}
.menu2 a.m05 {
	width:102px;
	background-image:url(but-buying.jpg);	
}
.menu2 a.m05:hover {
	width:102px;
	background-image:url(butd-buying.jpg);	
}
.menu2 a.m05d, .menu2 a.m05d:hover {
	width:102px;
	background-image:url(butd-buying.jpg);	
}
.menu2 a.m06 {
	width:110px;
	background-image:url(but-rentals.jpg);
}
.menu2 a.m06:hover {
	width:110px;
	background-image:url(butd-rentals.jpg);
}
.menu2 a.m06d, .menu2 a.m06d:hover {
	width:110px;
	background-image:url(butd-rentals.jpg);
}
.menu2 a.m07 {
	width:136px;
	background-image:url(but-contact.jpg);
}
.menu2 a.m07:hover {
	width:136px;
	background-image:url(butd-contact.jpg);
}
.menu2 a.m07d, .menu2 a.m07d:hover {
	width:136px;
	background-image:url(butd-contact.jpg);
}
/* a hack so that IE5.5 faulty box model is corrected */
/** html .menu2 a, * html .menu2 a:visited {
width:150px;
}*/

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background:#1D2675;

}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:#6CAEE0;

}
.menu2 ul ul :hover > a.drop {
background:#6CAEE0;
}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
background:#1D2675;
}
/* style the third level hover */
.menu2 ul ul ul a:hover {
background:#6CAEE0;
}
.menu2 ul ul ul :hover > a {
background:#6CAEE0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
top:26px;
t\op:26px;
}

/* position the third level flyout menu2 */
.menu2 ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu2 for a left flyout */
.menu2 ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
background:#1D2675;
color:#fff; 
height:auto; 
line-height:13px; 
padding:5px 10px; 
width:130px;
/* yet another hack for IE5.5 */
}
/*
* html .menu2 ul ul a{
width:150px;
w\idth:129px;
}
*/

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
color:#fff; 
background:#6CAEE0; 
}
.menu2 :hover > a, .menu2 ul ul :hover > a {
color:#fff;
background-color:none;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
html > body > #content {
	height:auto;
}
#content{
	margin:0 auto;
	background-color:#fff;
	background-image:url(bluewhite.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:802px;
	height:100%;
	min-height:100%;
}
.content-text {
	margin:19px 19px 50px 19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content-text2{
	margin:19px 19px 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.facts{
list-style: square; 
color:#1D2675;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 19px 19px 35px;
padding:0;
}

.blacktext{
	color:#000000;
}
.facts li{
padding-top:10px;
}
.link1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1D2675;
}
.link1:hover{
	color:#6CAEE0;
}
.labelcontact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1D2675;
	margin:3px 0 0 19px;
	padding:0;
	font-weight:bold;
}
.textbox{
	background-color:#fff;
	border: 1px #858257 solid ;
	font-size:11px;
	padding:3px;
	margin-left:15px;
}
.butsend,butsend:hover {
background-color:#1D2675;
padding:3px;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
border:0px;
margin-top:10px;
margin-left:15px;
margin-bottom:20px;
}
.butsend:hover{
background-color:#6CAEE0;
}
.floor-but,.floor-active{
	padding:5px;
	background-color:#1D2675;
	width:140px;
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.floor-but:hover,.floor-active{
background-color:#6CAEE0;
}

.specs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 5px 0px 15px;
	padding:0px;
}
.specs span {
	color:#1D2675;
	font-weight:bold;
}
.fullscreen{
	padding:5px;
	margin:10px 0px 5px 15px;
	display:block;
	background-color:#6CAEE0;
	width:145px;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.fullscreen:hover{
background-color:#1D2675;
}
.fullscreen2{
	padding:5px;
	margin:0px 0px 0px 15px;
	display:block;
	background-color:#1D2675;
	width:145px;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.fullscreen2:hover{
background-color:#6CAEE0;
}
.header { background:#fff; }
.testimonial-bk{
	background-image:url(linda-barker-signature.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#content-top {
padding:0 0;
}

.yellowleft{
	height:65px;
	padding-top:20px;
}
.redright{
	height:68px;
	padding-top:17px;
	padding-left:15px;
	color:#FFFFFF;
}
h2 {
	font-size:16px;
}
