@charset "UTF-8";
/* CSS Document */


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* layout */
.bgd-wrap {
	width: 1000px;
	margin: 50px 0 0 50px;
}
#left-column {
	width: 200px;
}
.content {
	margin: 0px;
}
.contact {
	margin: 30px 0;
}
#signature-dots {
	width: 33px;
	height: 7px;
	background: url(../site_graphics/footer-dots.gif) transparent left;
}
#main-column {
	width: 650px;
	margin: 0 0 0 60px;
}
.window {
	width: 650px;
	height: 360px;
}
.window-nav {
	margin: 14px 0 0 250px;
}
.window-nav li {
	display: inline;
}
.window-nav-dots {
	margin: 0 18px;
}
.description  {
	width: 600px;
	margin: 30px 25px;
}

img.floated-thumb {
	float: left;
	border: 1px #999;
}

nav.submenu {
	display: none;
}





/* global elements */
.hide-text {
	text-indent: -9999px;
	overflow: hidden;
}
a {
	color: #5789a9;
	text-decoration: none;
	border: none;
}
.float-left {
	float: left;
	clear: right;
}
button {
	border: none;
	background: transparent;
}





/* headers */
#masthead {
	width: 192px;
	height: 71px;
	background: url(../site_graphics/bgd-logo.jpg) no-repeat left transparent;
	margin-bottom: 35px;
}




/* typography */
body {
	font-family: Helvetica, Arial, sans-serif;
}

#slider h3 {
	font: bold 24px/24px Helvetica, Arial, sans-serif;
}

#slider h3 a {
	color: #999;
}

#slider h3 a:hover {
	color: #333;
}

#slider li {
	font-size: 16px;
	line-height: 20px;
	list-style: square;
	margin: 0 0 0 16px;
	color: #5789a9;
}
#slider li a:hover {
	color: #99519a;
}
.contact {
	font-size: 13px;
	line-height: 16px;
	color: #999;
}
.contact a {
	color: #999;
}
.contact a:hover {
	color: #333;
}
.window-nav {
	font-size: 10px;
}
.window-nav a:hover {
	text-decoration: underline;
}
.description h4 {
	font-size: 14px;
	color: #666;
	margin: 0 0 20px;
}
.description {
	font-size: 11px;
	line-height: 18px;
	color: #666;
}
.description a:hover {
	text-decoration: underline;
}