/* CSS Document */

* {
	padding: 0;
	margin: 0;
   }

html {
	background:url(../images/bgtile.gif) repeat;
	}

body {
	font:80% Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:140%;
	word-spacing:.1em;
	background:url(../images/shells.gif);
	text-align:center;
  	}

div#container {
    margin:0 auto;
	width:814px;
	text-align:left;
	background:url(../images/dr.duga_container.jpg) repeat-y 0 0;
	}

body.staff div#container {
    margin:0 auto;
	width:814px;
	background:url(../images/dr.duga_container2.jpg) repeat-y 0 0;
	}

div#header {
	margin:0 0 0 8px;
	height:281px;
	background:url(../images/dr.duga_headerbot.jpg) no-repeat 0 bottom;
	}

div#content {
	width:100%;
	position:relative;
	overflow:auto;
	background:url(../images/shell3.jpg) no-repeat 10px bottom;
	}

div#maincontent {
	width:490px;
	float:left;
	}

body.home div#maincontent h1 {
	height:41px;
	margin:20px 0 0 25px;
	}

body.faq div#maincontent h1 {
	margin:0px 0 0 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:170%;
	font-weight:normal;
	color:#086496;
	}

body.home div#maincontent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:170%;
	width:250px;
	line-height:1em;
	font-weight:normal;
	margin:20px 0 0 25px;
	color:#086496;
	}

body.home div#maincontent h2 span {
	font-size:80%;
	color:#999;
	}
	
div#maincontent h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:130%;
	margin:25px 0 0 25px;
	color:#3B8AB1;
	}

body.home div#maincontent p {
	margin:10px 0 0 25px;
	color:#333333;
	line-height: 1.5em;
	}

body.home div#maincontent p strong {
	color:#333333;
	}

body.faq div#maincontent p {
	padding:10px 0 10px 15px;
	color:#666666;
	line-height: 1.5em;
	}

body.faq div#maincontent strong {
	color:#333333;
	}

div#maincontent ul {
	margin:20px 0 0 40px;
	}

div#maincontent ul li {
	color:#176D9C;
	margin:10px 0 0 0;	
	}

div#maincontent h4 {
	text-align:right;
	margin:10px 0 0 0;
    color:#3B8AB1;	
	}

div#maincontent ul.loc {
	margin:5px 0 0 320px;	
	}

div#maincontent ul.loc li {
	margin:5px 0 0 0;
	font-style:normal;
	}

div#subcontent {
	width:319px;
	float:right;
	position:relative;
	}

body.faq div#subcontent img.first {
	padding:30px 0 0 20px;
	background:url(../images/dr.duga_subcnhd.jpg) no-repeat 0 0;
	}
	
body.faq div#subcontent img.second {
	margin:35px 0 0 28px;
	}

body.faq div#subcontent img.third {
	margin:40px 0 10px 25px;
	}
	
div#subcontent h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	color:#916B47;
	padding:210px 15px 0 15px;
	text-align: center;
	letter-spacing: -0.05em;
	word-spacing: .1em;
	font-weight:normal;
	background:url(../images/dr.duga_subcnhd.jpg) no-repeat left top;
	}

div#subcontent blockquote p {
	padding:10px 15px 0 20px;
	font-size:100%;
	line-height: 1.5em;
	color:#936EBB;
	font-style: italic;
	text-align: center;
	}

div#subcontent blockquote p.author {
	color:#CDA873;
	text-align:right;
	padding-right:30px;
	}


div#contact {
	width:100%;
	height:275px;
	padding:5px 0 5px 0;
	position:relative;
	background-image: url(../images/home/note.jpg);
	background-repeat: no-repeat;
	background-position: 35px 0;
	}

div#contact p.location {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#999999;
	position:absolute;
	bottom:3px;
	left:100px;
	}

div#contact p.location a {
	color:#3B8AB1;
	}

div#contact p.location a:hover {
	color:#9BC3D9;
	}

div#footer {
	width:797px;
	margin:0 0 0 8px;
	background:#215584;
	border-top:3px solid #E9AB4C;
	}

/******************* BEGIN Footer ***************/

ul#bottommenu {
	text-align:center;
	margin:5px 0 0 0px;
	padding: 0px;
	list-style-type:none;
	}

ul#bottommenu li {
	color:#E9AB4C;
	display:inline;
	font-size:10px;
	}
	
ul#bottommenu li a {
	color:#FFFFFF;
	font-size:9px;
	border-left:1px solid #FFFFFF;
	text-decoration: none;
	padding-left:5px;
	}

.deselected {
	color:#E9AB4C;
	display:inline;
	font-size:9px;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	}
	
ul#bottommenu li.noborder a {
	border-left:none;
	}

ul#bottommenu li a:hover {
	text-decoration: underline;
	}

div#address {
	color:#FFFFFF;
	font-size:9px;
	text-align: center;
	list-style-type:none;
	margin-top:10px;
	width:760px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
div#address #add {
	float: left;
	padding-left: 30px;
}

div#address #add a{
	color: #E9AB4C;
	text-decoration: none;
}

div#address #add a:hover{
	color: #B3D0EC;
	text-decoration: none;
}

div#address #phone {
	float: right;
	padding-right: 30px;
}

div#address p {
	clear: both;
	padding-top: 20px;
	}
	
/******************* END Footer ***************/
div#content p.breadcrumbs {
	font-size:85%;
	margin-left:12px;
	color:#999999;
	font-weight:bold;
	}

div#content p.breadcrumbs a {
	text-decoration:none;
	color:#3B8AB1;
	font-weight:normal;
	}

div#content p.breadcrumbs a:hover {
	text-decoration:underline;
	}

div#maincontent p.ask {
	text-align:right;
	}

div#maincontent p.ask a {
	color:#70A6C8;
	background:url(../images/help.gif) no-repeat right 50%;
	text-decoration:none;
	padding:0 20px 0 0;
	}

div#maincontent p.ask a:hover {
	color:#177BC5;
	text-decoration:underline;
	}

.pearlBullet {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-left: 30px;
}