/**
*	Default CSS for all browsers
*/

html,body{margin:0;padding:0}
body{font: 76% calibri,sans-serif;text-align:center}
div#header{height:100px;margin:0 0 10px 0}
div#container{text-align:left}
div#container{width:995px;margin:0 auto 1em auto}
div#wrapper{float:left;width:100%}
div#content{margin:0 265px 0 245px;}
div#navigation{float:left;width:245px;margin-left:-995px}
div#extra{float:left;width:265px;margin-left:-265px}
div#footer{clear:left;width:100%}


/* Basis style */

* { color: black; }
body { background: white; color: black; }

h1 { margin:0; background-image:url('../img/logo.gif'); height:78px;
	width:150px; float:left; background-repeat:no-repeat;
	background-position:40px 13px; }
h2 { font-family:georgia,serif; color:#525252; border-bottom:1px solid #CBCCCB;
	margin:8px 24px 0 0; padding-bottom:4px; font-size:16px;
	font-weight:normal; }
h3 { }
h4 { }
h5 { }
h6 { }
abbr { border:0; }

#text { font-family:Verdana,sans-serif !important; margin:28px 24px 28px 0;
	color:black !important; font-size:9pt !important; }
#text * { font-family:Verdana,sans-serif !important;
	color:black !important; font-size:9pt !important; line-height: 12pt;}

a { color:black; }
a:hover { color:#00A650; }
a:visited { color:#00A650; }

label { font-weight:bold; }
input { border: 1px solid #aaaaaa; padding:2px; }
textarea { border: 1px solid #aaaaaa; padding:2px; }
button { border:0; background:transparent; margin:0; padding:0;
	font-weight:bold; }
button * { vertical-align:middle; }

.error input, .error textarea { border:1px solid #ff0000 !important;
	background:#ffeeee !important; }
.accessibility { display:none !important; }


/* Layout */

body { background-image:url('../img/site-bg.gif'); background-repeat:repeat-x;}

#header {position:relative; border-left:1px solid #00A650; border-right:1px solid #00A650;
	/*background-color:#00A650; background-repeat:repeat-x;
	background-image:url('../img/header-bg-fade.gif');*/ text-align:right; top:-78px; }
#header span { padding-top: 60px; }
#header span a { color:#fff; }

#container { background:url('../img/content-bg.jpg');
	background-repeat:no-repeat; background-position:bottom; }


/* Navigation */

ul#nav { margin:0 0 0 24px; padding:0; border-top:1px solid #CBCCCB;
	width:192px; }
ul#nav li { list-style-type:none; border-bottom:1px solid #CBCCCB;
	padding:1px 0; width:192px; }
ul#nav a { line-height:27px; border-left:12px solid #CBCCCB; height:27px;
	display:block; padding-left:8px; color:black; text-decoration:none; }
ul#nav a:hover { border-left-color:#00A650; }
ul#nav strong { line-height:27px; border-left:12px solid #00A650; height:27px;
	display:block; padding-left:8px; font-weight:normal; }


/* Header */

#header a { margin-right:1em; }


/* Content */

#content { min-height:600px; border-right:1px solid #CBCCCB; }


/* Extra */

#extra h2 { margin-left:24px; }

#extra .block { margin:15px 24px; width:220px; }
#extra .block-middle { background:#fff; width:176px; font-size:8pt; }
#extra .block-top { background-image:url('../img/block-border-top.gif');
	background-repeat:repeat-x; }
#extra .block-right { background-image:url('../img/block-border-right.gif');
	background-repeat:repeat-y; }
#extra .block-bottom { background-image:url('../img/block-border-bottom.gif');
	background-repeat:repeat-x; }
#extra .block-left { background-image:url('../img/block-border-left.gif');
	background-repeat:repeat-y; }

#extra div.block { padding: 0;
	background-image:url('../img/block-border-top-right.gif');
	background-position:right top; background-repeat:no-repeat;	}
#extra div.block div { padding:0;
	background-image:url('../img/block-border-bottom-right.gif');
	background-position:right bottom; background-repeat:no-repeat;	}
#extra div.block div div div { margin-right:5px; padding: 0;
	background-image:url('../img/block-border-top.gif');
	background-position:left top;
	background-repeat:no-repeat; }
#extra div.block div div div div  { padding:10px 0;
	background-image:url('../img/block-border-bottom.gif');
	background-position:left bottom;
	background-repeat:no-repeat; }
#extra div.line { padding: 0;
	background-image:url('../img/block-border-bottom-right.gif');
	background-position:left top; background-repeat:repeat-y;
	background-color:#fff; }

#extra .block ul { margin-left:0px; padding-left:15px; }
#extra .block li { list-style-image:url('../img/list-item.gif'); }



/* Footer */

#footer { background:#00A650; height:23px; line-height:23px;
	border-top:1px solid #fff; background-image:url('../img/footer-bg.gif');}
#footer * { color:#fff; font-size:8pt; text-decoration:none; }

#footer a:hover { color:#000; }

#footer .copy { display:block; width:200px; float:left; margin:0;
	padding-left:45px; }

#nav-footer { margin:0; padding:0 20px 0 0; display:block; width:700px;
	float:right; text-align:right;}
#nav-footer li { list-style-type:none; margin:0; padding:0; display:inline;
	line-height:23px; }
#nav-footer a { margin:0; padding:0 1em; display:inline;
	border-left:1px solid #fff; white-space:nowrap; }

#navigation .closed {
  display: none;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CBCCCB;
	width:192px;
}

#navigation ul ul {
  border: 0;
  margin-top: 1px;
}

#navigation li {
  list-style-type: none;
  border-top: 1px solid #CBCCCB;
	padding: 1px 0;
	width:192px;
	float: left;
}

#navigation li li a {
  border-left: 12px solid #DCDDDC;
  margin-left: 6px;
}

#navigation li li li a {
  border-left: 12px solid #EDEEED;
  margin-left: 12px;
  font-size: 7pt;
}

#navigation li li li li a {
  margin-left: 18px;
  font-size: 7pt;
}

#navigation a {
  line-height: 27px;
  border-left: 12px solid #CBCCCB;
	display: block;
	padding-left: 8px;
	color: black;
	text-decoration: none;
}

#navigation a:hover, #navigation a.active {
  border-left-color: #00A650;
}

ul#nav strong { line-height:27px; border-left:12px solid #00A650; height:27px;
	display:block; padding-left:8px; font-weight:normal; }

#gallery img {
  border: 1px solid black;
  float: left;
  margin: 3px;
}

#dt {
  width: 990px;
  position: absolute;
  left: 50%;
  margin-left: -495px;
  text-align: center;
  font-size: 10px;
  font-family: Trebuchet MS;
}



.myform label {
  font-weight: normal;
  font-style: italic;
  display: block;
  width: 150px;
  float: left;
}

.myform input, .myform textarea {
  width: 300px;
}

.myform #i_submit, .myform .padded { width: auto; margin-left: 150px; }
.myform p.error { color: red; font-size: 7pt; margin-left: 150px; }
