body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	text-align:center;
}

#container {
	width:960px;
	margin:20px auto 20px auto;
	border:1px solid #016EB1;
	background:#BCDCEB;
	text-align:left;
}

#container2 {
	width:600px;
	margin:20px;
	padding:10;
	border:1px solid #016EB1;
	background:#016EB1;
	text-align:justify;
}


#header {
	height:80px;
	/*background: #a0da2b;*/
	border-bottom:10px solid #00ADEF;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:700px;
	padding:10px;
	float:right;
	text-align:justify;
	background:#BCDCEB;
}

#content2 {
	width:700px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#006BB1;
	font-size:18pt;
	border-bottom:1px solid #006BB1;
}

#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:680px;
	height:150px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

#photos2 {
	width:680px;
	height:285px;
	margin:10px auto 10px auto;
	position:left;
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

#photos3 {
	width:680px;
	height:420px;
	margin:10px auto 10px auto;
	position:left;
	padding:10px;
	background:#f2f7e9;
	border-top:0px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:100px;
	height:100px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

.imgcaption {
	text-align:center;
	border:0px;
}


.imgbox2 {
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:right;
	display:inline;
  hspace:10px;
	
}

.imgbox3 {
	width:auto;
	height:130px;
	border:0px solid #77A13D;
	background:#f1f1f1;
	margin:10px;
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	display:inline;
	
}

.imgbox4 {
	border:0px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:right;
	display:inline;
  hspace:10px;
	
}


#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
	background:#BCDCEB;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #016EB1;
	background:#BCDCEB;
}


#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #016EB1;
	border-bottom:none;
	background:#BCDCEB;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(../images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#016EB1;
	text-indent:30px;
	text-decoration:none;
	background:#BCDCEB;
}

#sidebar ul li a:hover {
	background:url(../images/li-on.jpg) top left no-repeat #f2f7e9;
}
.widget {
	height:115px;
	border:1px solid #016EB1;
	background:#E2E2E2;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#016EB1;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#016EB1;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}

/* comment styles */

#content #contact {
	padding: 20px 0px 0px 0px;
	width: 295px;
}

#content #contact h1 {
	font-size:13px;
	display: inline;
}

#content #contact input {
	width: 200px;
}

#content #contact #contact_name, #contact_address, #contact_email, #contact_phone, #contact_subject, #contact_message {
	padding: 0px 0px 5px 0px;
}

#container #content #contact h1 {
    padding: 0px;
    width: 80px;
    height: 1em;
    float: left;
    background:#BCDCEB;
}

#content #contact #contact_message textarea {
	width: 200px;
	height: 100px;
}

#content #contact #contact_button {
	text-align: center;
}

#content #contact .error {
	color: #FF0000;
}

#content #contact #errorbox {
	border:1px solid #000;
	text-align: center;
	margin: 0px 0px 10px 0px;
	background-color: #FF0000;
}

#content #contact #confirmbox {
	border:1px solid #000;
	text-align: center;
	margin: 0px 0px 10px 0px;
	background-color: #00FF00;
}

}

#content #contact #confirmbox {
	border:1px solid #000;
	text-align: center;
	margin: 0px 0px 10px 0px;
	background-color: #00FF00;
}