/* @group CSS Reset Reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	padding: 0;
	font: 1em/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 100%;
	background: #fff2e3 url(../images/container-bg.png) repeat-x center 587px;


}

a:link, a:visited {
	color: #714007;
	
}

div#container {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
	float: left;
	height: 518px;
	background: url(../images/container-bg.jpg) repeat-x center 550px;
}

/* @group Footer */

div#footer {
	padding: 10px;
	font-size: .7em;
	color: #714007;
	float: right;
	
}

div#footer img {
	vertical-align: middle;
}

/* @end */

div#inner {
	width: 7800px;
	height: 503px;
	background: black url(../images/inner-bg.jpg) repeat-x;
	margin: 0;

	}

/* @group Nav */

div#nav {
	float: left;
	margin: 6px 0 0 20px;
	font-size: 17px;
	vertical-align: bottom;	
}

div#nav ul {
	list-style: none;
}

div#nav ul li {
	float: left;
	height: 30px;
	padding: 0;
	margin: 0 10px 0 0;
}


div#nav ul li a {
	height: 30px;
	color: #fff;
}


div#nav ul li a:link, div#nav ul li a:visited  {
	text-align: center;
	color: #fff;
	text-decoration: none;
}

/* @group Rounded Button */

.rounded_button, .rounded_button span {
	background:url(../images/nav-bg.png) no-repeat;
	height: 30px;
}
.rounded_button {
	padding:8px 15px 8px 15px;
	background-position:right 0;
	position:relative;
}
.rounded_button span {
	background-position:left top;
	width:15px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	cursor:pointer; /* mostly needed for internet explorer */
}
.rounded_button:hover {
	background-position:right -40px;
	color:#000;
}
.rounded_button:hover span {
	background-position: left bottom;
}
/* @end */

/* @end */

.highlight {
	font-size: 1.4em;
	line-height: 140%;
}

/* @group Sections */

div.section {
	padding: 30px 30px 40px 40px;
	margin: 47px 0px 45px 30px;
	background: white url(../images/section-bg.jpg) no-repeat;
	width: 630px;
	height: 340px;
	float: left;
	display: inline;
	line-height: 125%;
	font-size: .9em;
}

div#last {
	background: url(../images/section-bg_last.jpg) no-repeat;
}

div#contact {
	background: url(../images/section-bg2.jpg) no-repeat;
}

div#about {
	background: url(../images/section-bg3.jpg) no-repeat;

}

div#home {
	background: url(../images/section-home-bg.jpg) no-repeat;
}

div.bg1 {
	background: url(../images/section-bg1.jpg) no-repeat;
}

div.bg2 {
	background: url(../images/section-bg2.jpg) no-repeat;

}

div.bg3 {
	background: url(../images/section-bg3.jpg) no-repeat;

}

div.bg4 {
	background: url(../images/section-bg4.jpg) no-repeat;

}




/* @end */

/* @group Work */

#work object {
	width:  574px;
	height:  317px;
}

div#video {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	border-top: 7px solid #714007;
}

div#video p {
	font-size: .9em;
}

img.video-frame {
	border: 4px solid  #714007;
	float: left;
	margin: 0 20px 0 0;
}

.video-desc {
	float: right;
	
}

/* @end */



/*.scrolling-content {
	height: 450px;
 width:3200px;
  position: absolute;
}*/

div#header {
	padding: 20px;
	background: transparent url(../images/header-bg.png) repeat-x 0 bottom;
	vertical-align: middle;
	height: 30px;
}


h1 {
	margin: 5px 0 20px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #714007;
	
}

h1#site-title {
	color: black;
	float: left;
	font-size: 1.5em;
	margin: 0;
}

h1 + h2 {
}

h2 {
	font-size: 1.3em;
	margin: 0px 0 10px 0;
	font-weight: bold;
	}
	
#main h2.pagetitle  {
	font-size: 1.3em;
	margin: 0px 0 10px 0;
	font-weight: bold;
	color: #000	;
}

p {
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1em 0;
	font-size: .9em;
	letter-spacing: .008em;
	width: 100%;
	text-align: left;

}

em {
	font-style: italic;
}

ul {
	font-size: .8em;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 15px 12px;
}

ul li {
	margin-bottom: 6px;
	line-height: 120%;
}

ul li h2 {
	margin: 0;
}

li h2 + li ul {
	margin: 0 0 0 30px;
}

ul ul {
	list-style: none;
	margin: 10px 0 20px 0;
}

div.column {
	width: 280px;
	float: left;
	margin: 0 30px 0 0 ;
}

div.narrow {
	width: 180px;
}

div a.next {
	position: absolute;
	right: 0px;
	top: 0;
	width: 100px;
	height: auto;
	background: gray;
	padding: 5px;
	display: block;
	opacity: .75;
	z-index: 99;
	padding: 20px;
}

div#services-list ul li ul, div#services-list ul li ul li {
	list-style-type: disc;
	
}


