/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Typography ---------------------------------------------------------- */

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #58595b;
	margin-bottom: 1em;
	}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1em; }

p {
	margin: 0 0 1.5em 0;
	margin-left: 10px;
	color: #929497;
	}

p:last-child { margin-bottom: 0; }
p img { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img { margin: 0; }
ul, ol { margin:0 1.5em 1.5em 1.5em; }
ul { list-style-type: none; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { font-style: italic; margin-top: 1.5em; }
del { color:#666; }

a:link,
a:visited,
a:active {
	color: #929497;
	text-decoration: none;
	}

a:hover {
	color: #45c3d3;
	text-decoration: none;
	}
	
blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong { font-weight: bold; }

em, dfn {
	color: #45c3d3;
	font-style: normal;
	}
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}
table { margin-bottom: 1em; }
th { border-bottom: 2px solid #ccc; font-weight: bold; }
td { border-bottom: 1px solid #ccc;}
th, td { padding: 0.2em; }

/* Containers---------------------------------------------------------- */
body#index {
	background: #DBF5F3;
}
#container {
	width: 970px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: #fff url(images/logo.jpg) center bottom no-repeat;
	width: 100%;
	height: 70px;
	margin: 0 0 20px;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff;
}

#content_left {
	width: 435px;
	height: 400px;
	float: left;
	background: #fff;
	padding: 0 0 0 50px;
}

#content_right {
	width: 485px;
	height: 400px;
	float: left;
	background: #fff;
	overflow:hidden;
}

/* Nav---------------------------------------------------------- */
#nav {
	height: 20px;
	width: 900px;
	margin: auto;
	border-bottom: 1px solid #EBEBEB;
	text-align: center;
}

#nav ul{
	padding: 0;
	width: 220px;
	margin: auto;
}

#nav ul li{
	float: left;
	padding: 0 12px;
	text-transform: uppercase;
}

#nav ul li a{
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif,"Bitstream Vera Sans";
	font-size: 9px;
}
/* Footer---------------------------------------------------------- */
#footer {
	background-color: #DBF5F3;
	clear: both;
	position: fixed; /*..keeps footer fixed at bottom of page..*/
	width:100%;
	height:60px;
	left:0;
	bottom: 0;
}

#footer p {
	padding-top: 15px;
	font-size: 0.9em;
	text-align: center;
}
#gallery{
	min-height: 400px;
	/*padding: 5px;*/
	width: 900px;
	margin: auto;
}
#gallery ul {
	margin: 0;
}

#gallery ul li{
	float: left;
	padding: 0 30px 10px 15px;
	text-align:center;
}
#slideshow_container{
	width: 900px;
	height: 500px;
	margin: auto;
	padding: 0 0 30px;
}