html, body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	background-image: url(images/ShadowBG.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
    text-align: center;

}

body, body td {
	font-size: 12px;
	color: black;
    font-family: Arial, Helvetica, sans-serif;
}


#shadow {
	margin: 0px auto;
	text-align: left;
	width: 796px;
	background-image: url(images/ShadowBG.jpg);
	background-repeat: repeat-y;

}

#page {
	width: 766px;
	margin: 0 16px;
	background-color: transparent;
	text-align: left;
	min-height: 100%;
}

#sitetitle {
	width: 259px;
	height: 130px;
	background-image: url(images/EmbassyPropertyManagement.jpg);
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1px;
	color: #fefefe;

}
#sitetitle a {
	display: block;
	width: 259px;
	height: 130px;
	color: #fefefe;
	text-decoration: none;
}

#nav {
	float: right;
	margin: 105px 24px 0 0;

}
#nav a {
	color: #649452;
	text-transform: uppercase;
	margin: 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}
#nav a:hover { text-decoration: underline; }

#headclosebar {
	background-image: url(images/GreenBar.jpg);
	height: 18px;
}

#footclosebar {
	background-image: url(images/GreenBarFooter.jpg);
	height: 50px;
    font-weight: bold;
    margin-top: 50px;
}

#footercontact {
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    line-height: 19px

}

#photosection { position: relative; }
#photosection #swoosh {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 854px;
	height: 105px;
}

#cols .col {
	width: 200px;
	padding: 0 25px;
	float: left;
	text-align: left;
	line-height: 140%;
	font-size: 12px;
}

#cols .col.c {
	margin-top: 2em;
}

#subcols .col {
	position: relative;
	width: 38%;
	margin: 1em 6% 1em 6%;
	_margin: 1em 3% 1em 3%;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #003e7e;
	line-height: 130%;
}
#subcols .col.a { float: left; }
#subcols .col.b { float: right; }

#subcols .col .firstline {
	font-size: 19px;
	display: block;
	line-height: 130%;
}
#subcols .col div.q {
	font-weight: bold;
}
#subcols .col div.an {
	margin-bottom: .5em;
}

h2
{
	font-size: 18px;
    color: #00508F;
}

h3 {
	*font-size: 1.2em;
}

img.bordered {
	border: 1px solid #003e7e;
}

#copyright {
	padding: 1.5em 25px;
	font-size: 10px;
}

#sub #copyright {
	padding: 3em 6%;
}

table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.clear {
	clear: both;
}

img.png {
	behavior: url('pngbehavior.htc');
}

.options
{
	border: 1px #000 solid;
	padding: 5px 7px 8px;
	background-color: #00508F;
	text-align:left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;

}

.options a
{
	color: #fff;
	text-decoration: none;
}

.options a:hover {text-decoration: underline;}

#sidebar {
  float:left;
  padding-left: 15px; padding-right: 15px;
  width: 503px;
}

#testimonial {
  float:right;
  padding-right:10px;
  width: 220px;
  margin-top: 50px
}

#contact_left {
  float:left;
  padding-left: 15px; padding-right: 15px;
  width: 418px;
}

#contact_right {
  float:right;
  padding-right:10px;
  width: 280px;
  margin-top: 50px
}

#mainlinks  {

}

mainlinks a: link {color: #008000; text-decoration: none}

mainlinks a: visited {color: #ffffff; text-decoration: none}

mainlinks a: active {color: #ff0000; text-decoration: underlined}

mainlinks a: hover {color: #3300ff; text decoration: underlined}


