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

/*reset*/

html, body, div, span, applet, object, iframe,
h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h3 {font-size:26px; color: #000;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#666544;
	color:#191919;
}


#container
{
	margin: 0 auto;
	width: 960px;
	background:#fff;
}

#content-container
{
	float: left;
	width: 930px;
	background:#fff; padding:0 15px;
}

#content
{
	float:right;
	width: 620px;
	padding: 20px;
}

#header
{
	height:150px; 
	margin-top:15px;
	background-image:url(../images/header_bg.jpg);
}

#header p {font-size:50px; font-weight:bold; margin-top:0; padding-top:20px;}
#header p span {font-size:36px; font-weight:normal;}

#header img {margin:15px; float:left;}

#navigation
{
	background-image:url(../images/navbg.jpg);
	background-color: #FF0;
	color:#000;
	width: 960px;
	font-size:18px;
	text-align:center;
	height:50px;
}

#navigation ul {
 padding:15px;
margin-left:15px;
}

#navigation ul li
{
	list-style-type: none;
	float:left;
	border-left: 1px solid #000;
}

#navigation .last-child {border-right: 1px solid #000; }

#navigation li a
{
	display: inline;
	color:#000;
	text-decoration: none;
	padding:15px;
}

#navigation li a:hover {background-color:#000; color:#FFF;}

#homecontent
{
	padding: 5px;
	text-align:center;
	width: 680px;
	float: left;
}

#blocks {
	margin: 0 auto;
	width: 580px;
}

#blocks div{
	font-size: 12px;
	float:left;
	height: 260px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding:5px;
	width: 250px;
}

#blocks div img {border:0 none;}

#blocks div span {
	background-image:url(../images/navbg.jpg);
	background-color: #ffff00;
	color: #000;
	display: block;
	font-weight: bold;
	padding:10px;
	border-bottom: 1px solid #fff;
}

#blocks div h2 {margin:5px;}

#content-bottom {width:680px; padding:10px 20px 0 20px; text-align:center;}

#aside
{
	float: left;
	width: 210px;
	min-height:350px;
	padding: 10px;
	margin: 15px 20px 0 0;
}

#aside_index
{
	float: left;
	width: 180px;
	min-height:350px;
	padding-left: 30px;
	margin: 15px 20px 0 0;
}

.imgright {
	float:right;
	padding:10px;
	margin-left:15px;
	border: 1px solid #ccc;
}

.imgleft {
	float:left;
	padding:10px;
	margin-right:15px;
	border: 1px solid #ccc;
}


#gallery img {
	padding:10px;
	border: 1px solid #ccc;
	margin:5px;
}

#footer
{
	clear:both;
	background:#fff;
	text-align: center;
	padding: 20px;
	height: 1%;
}

#footer ul li {
	list-style:none:
	float:left;
	display:inline;
}

/*links*/

a {color:#0000EE; text-decoration:none;}
a:hover {color:#0000EE; text-decoration:underline;}

/*Contact*/


/*** SLIDESHOW -- set the width and height to match your images **/

#slideshow {
    position:relative;
    height:430px;
	margin-left:20px;
	margin-top:30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#form_wrapper { position:relative; }

#form {
z-index:9999;
position:absolute;
text-align:left;
}

#formsent{
z-index:100;
left:140px;
width:520px;
text-align:left;
padding-top:15px;
background-color:#fff;
margin-top:30px;
-moz-opacity:0.7;
filter:Alpha(Opacity=70);
}

.field {
-moz-opacity:0.6;
filter:Alpha(Opacity=60);
}

.submit {
background:#fff;
}

.labelcol{text-align:right;}

form p{text-align:left: background-color:#fff;}

/* Form Styles.
===================================================== */

form{margin-left:auto; margin-right:auto; margin-bottom:0px; padding:0 5px 5px 0px;}
label{
color:#000; 
background-color:#fff;  
padding:2px;
opacity:0.6;
filter:Alpha(Opacity=60);
}

input {
color:#000; 
background-color:#fff; 
opacity:0.6;
filter:Alpha(Opacity=60);
border:1px solid #000; 
padding:2px; 
font-weight:bold;
}

.select{color:#000; background-color:inherit;}
.dull{color:#999; background-color:inherit;}

textarea {
margin-top:1px; 
width:324px; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
background-color:#fff;
opacity:0.6;
filter:Alpha(Opacity=60);
}

.buttons{color:#000; background-color:inherit; border:1px solid #000;}
span.cursor{cursor: pointer; background-color:#fff; padding:2px;}
.error{font-weight:bold; color:#f00; background-color:inherit;}

#video {margin-left:-10px; width:200px;}

object {position:relative; z-index:1;}

.hide{display:none;}
