@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/body_bg.jpg) repeat-x #005595;
	color:#fff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#header{
	height:115px;
	position:relative;
	width:800px;
	margin:auto;
	}

#logo h1{
	margin:0;
	padding:0;
	}
	
#logo h1 a{
	padding-top:67px;
	height:0;
	width:450px;
	background:url('../images/dandm-logo.jpg') no-repeat;
	position:absolute;
	top:20px;
	overflow:hidden;
	border:0 none;
	text-decoration:none;
	font-size:0;
	}

#navbar{
	position:absolute;
	right:0;
	bottom:10px;
	}

#navbar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#navbar ul li{
	float:left;
	}

#navbar ul li a{
	display:block;
	float:left;
	margin:0 10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding-top:30px;
	}

#navbar ul li a.home{
	background:url(../images/home-icon.gif) no-repeat top center;
	}

#navbar ul li a.about{
	background:url(../images/about-icon.gif) no-repeat top center;
	}

#navbar ul li a.services{
	background:url(../images/services-icon.gif) no-repeat top center;
	}

#navbar ul li a.contact{
	background:url(../images/contact-icon.gif) no-repeat top center;
	}

#navbar ul li a:hover{
	color:#EABD24;
	}
	
#wrapper{
	width:800px;
	margin:auto;
	}

#container{
	background:url(../images/container_bg.jpg) repeat-x bottom #fff;
	padding:10px;
	padding-top:0;
	color:#fff;
	}

#banner{
	height:250px;
	background:url(../images/banner_bg.jpg) no-repeat;
	position:relative;
	}

#banner h1{
	font-size:20px;
	font-weight:normal;
	margin:0;
	position:absolute;
	top:50px;
	left:20px;
	color:#EABD24;
	text-align:right;
	line-height:30px;
	}

#banner h1 span{
	display:block;
	font-size:14px;
	font-style:italic;
	color:#fff;
	}

#banner div{
	position:absolute;
	top:120px;
	left:20px;
	}

#banner ul{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:24px;
	font-size:14px;
	}

#banner ul li{
	background:url(../images/tick-mark.gif) no-repeat left;
	padding-left:32px;
	}

.contentsLeft{
	width:550px;
	float:left;
	line-height:20px;
	}

.contentsLeft2{
	width:390px;
	float:left;
	line-height:20px;
	}

.contentsRight2{
	width:390px;
	float:left;
	line-height:20px;
	}

.contentsLeft h2, .contentsLeft2 h2{
	font-weight:normal;
	color:#EABD24;
	font-size:18px;
	}

.contentsLeft h1, h1{
	font-weight:normal;
	color:#fff;
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	}

.contentsRight{
	width:200px;
	float:left;
	padding:5px;
	margin-top:30px;
	margin-left:30px;
	}

.contentsRight .address{
	background:url(../images/address-icon.jpg) no-repeat left top;
	padding-left:40px;
	color:#FEDC58;
	font-weight:bold;
	margin-bottom:20px;
	}

.contentsRight .email{
	background:url(../images/at-icon.jpg) no-repeat left top;
	padding-left:40px;
	padding-bottom:3px;
	padding-top:1px;
	color:#FEDC58;
	font-weight:bold;
	margin-bottom:20px;
	}

.contentsRight .phone{
	background:url(../images/phone-icon.jpg) no-repeat left top;
	padding-left:40px;
	color:#FEDC58;
	font-weight:bold;
	margin-bottom:20px;
	padding-top:1px;
	padding-bottom:4px;
	}

.contentsRight .fax{
	background:url(../images/fax-icon.jpg) no-repeat left top;
	padding-left:40px;
	color:#FEDC58;
	font-weight:bold;
	margin-bottom:20px;
	padding-top:1px;
	padding-bottom:4px;
	}

.contentsRight p{
	margin:5px 0;
	}
.brclear{
	clear:both;
	}

#footer{
	height:15px;
	background:url(../images/footer_bg.jpg) no-repeat;
	padding:10px;
	color:#fff;
	}

#footer p{
	margin:0;
	}

.ownerMessage{
	background:url(../images/message_bg.jpg) no-repeat;
	height:228px;
	position:relative;
	}

.ownerMessage div{
	position:absolute;
	top:60px;
	left:270px;
	padding:5px;
	}

.ownerMessage div h2{
	font-size:22px;
	font-weight:normal;
	margin:0;
	}

.ownerMessage div p{
	width:300px;
	text-align:center;
	font-size:16px;
	}

.contentsLeft a{
	color:#FC0;
	}