/* gloabl reset */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	color:#fff;
	background: #000;
}

/* layout */

#container {
	width: 850px;
	margin: 0 auto;
	border-top: 7px solid #dfd63a;
}

#header {
	margin: 0 auto;
	position: relative;
	height: 175px;
}

#logo {
	margin: 10px 0 0 0;
	border: none
}

#top-box {
	position: absolute;
	right: 0px;
	top: 10px;
	text-align:right;
	width: 350px;
}

#top-box ul {
	color: #fff;
	font-size: 120%;
	margin-bottom: 15px
}

#top-box li {
	list-style: none;
	margin: 0 0 3px 0
}

#top-box span {
	color: #dfd63a;
}
#specialist-list {
	float: right
}

#specialist-list li {
	float: left;
	list-style-image: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet-yellow.gif) 0% 50% no-repeat;
	font-size: 70%;
	margin: -8px 0 0 8px;
	color: #c9c9c9

}

#content {
	width: 850px;
	margin: 20px 0 0 0;
}

#content-left {
	margin: 20px 30px 20px 0;
	float: left;
	width: 650px
}

#content-right {
	margin: 20px 0 0 0;
	float: left;
	width: 170px
}

#content-right img {
	float: right;
	margin: 0 0 10px 0
}

#content-left-narrow {
	width: 300px;
	float: left;
	margin: 20px 30px 20px 0;
}

#content-right-wide {
	width: 510px;
	float: left;
	margin: 20px 0 0 0;

}

#footer {
	margin: 20px 0 0 0;
	border-top: 1px solid #666;
	color: #666
}

#footer p {
	font-size: 80%;
	padding: 7px 0 0 0
}

/* Image Rotate */
#imgRotate {
	width: 850px;
	height: 400px;
	margin: 4px 0 0 0;
}

#imgRotate img {
	border: none;
}

#image-nav {
	background: url(../images/bg-photo-nav.gif) no-repeat;
	height: 26px;
	position: relative;
}

#output {
	padding: 7px 0 0 15px;
	font-size: 90%;

}

#next2 {
   position:absolute;
   top: 9px;
   right: 10px;
	border: none
}
#prev2 {
   position:absolute;
   top: 9px;
   right: 40px;
   border: none
}

#next2 img, #prev2 img {
	border: none;
}

/* Image gallery */

#img-gallery {
	margin: 20px 0 0 0
}

#img-gallery img {
	float: left;
	margin: 0 15px 15px 0;
	border: none
}

#img-gallery img.last {
	margin: 0 0 10px 0
}

/* navigation */
#navigation {
	background: url(../images/bg-navigation.gif) no-repeat;
	margin: 20px 0 20px 0;
	height: 30px;

}

#navigation li {
	float: left;
	list-style: none;
	padding: 7px 0 5px 0;
	font-size: 105%
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 15px
}

#navigation li a:hover, #navigation li a.current {
	color: #dfd63a
} 



/* general styles */
.green {
	color: #79a42b;
	font-size: 110%;
}

.none {
	display: none;
}

h1 {
	font-size: 200%;
	text-transform:uppercase;
	font-weight: normal;
	color: #dfd63a;
	margin: 0 0 10px 0;
}

p {
	line-height: 140%;
	margin: 0 0 10px 0
}

strong {
	color: #dfd63a;
	font-weight: normal;
}

.fl-right {
	float: right;
}

.address {
	width: 80px;
	display: block;
	float: left
}

a {
	color: #dfd63a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}