/*** Framework ***/

html, body {
	margin: 0;
	height: 100%;
	min-width: 1000px;
	background: #00629a url(../img/bg_body.gif) repeat-y center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #283d47;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background: top center url(../img/bg_container.gif) no-repeat;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 988px;
	min-height: 100%;	
	text-align: left;
	background-color: #ffffff;
}

* html #main {
	height: 100%;
}


/*** Globals ***/

dfn, hr {
	display: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	color: #66c4d0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.blue {
	color: #00a6eb;
	text-decoration: none;
}

a.blue:hover {
	text-decoration: underline;
}

a.pdf {
	background: url(../img/sym_pdf.gif) no-repeat;
	padding-left: 20px;
}

a.mail {
	background: url(../img/sym_mail.gif) no-repeat;
	padding-left: 20px;
}

/***** Header *****/

#header {
	width: 988px;
	height: 88px;
	background: #d9d9d9 url(../img/bg_header.gif) repeat-x;
}

#header span {
	float: left;
	padding-left: 10px;
}

#header ul {
	margin: 22px 20px 0px 0px;
	float: right;
	list-style: none;
}

#header li {
	padding: 2px;
	float: left;
}

#header a img {
	cursor: pointer;
}


/***** Main Image *****/

#main_image {
	width: 988px;
	height: 190px;
	background: #ffffff url(../img/bg_main_image.gif) repeat-x;	
}


/***** Homepage *****/

#content.home {
	width: 988px;
	margin: 0px 0px 70px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	float: left;
}

#home_image {
	width: 988px;
	height: 320px;
	background: #ffffff url(../img/bg_home_image.gif) repeat-x;	
}

#content h1.home {
	margin: 0px 0px 30px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #007ac0;
}

#content ul.home {
	margin: 0px 0px 0px 270px;
	list-style: none;
}

#content ul.home li {
	margin: 0;
	padding: 0px 14px 0px 14px;
	text-align: center;
	float: left;
}

#content ul.home li img {
	margin-bottom: 5px;
}

#content ul.home li a {
	color: #00977a;
}


/***** Navigation *****/

#navigation {
	width: 270px;
	margin: 0px 0px 70px 0px;
	float: left;
}

#navigation ul {
	margin: 33px 0px 0px 33px;
	padding: 0;	
	list-style: none;
}

#navigation li {
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#navigation li a {
	width: 192px;
	height: 21px;
	padding: 5px 0px 0px 10px;
	background: url(../img/bg_btnnav.gif) no-repeat;
	cursor: pointer;
	font-weight: bold;
	color: #007ac0;
	text-decoration: none;
	display: block;
}

#navigation li a:hover {
	background: url(../img/bg_btnnav_over.gif) no-repeat;
}

#navigation li a.on,
#navigation li a.on:hover {
	color: #ffffff;
	background: url(../img/bg_btnnav_on.gif) no-repeat;
}



/***** Content *****/

#content {
	width: 468px;
	margin: 0px 0px 100px 0px;
	padding: 30px 30px 0px 0px;
	float: left;
}

#content a,
#teaser a {
	color: #00977a;
}

#content h1 {
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #007ac0;
}

#content h3 {
	margin: 20px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #007ac0;
}

#content p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#content ul {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	list-style: disc;
	color: #00977a;
}

#content ul.left {
	width: 200px;
	float: left;
}

#content ul.right {
	width: 200px;
	float: right;
}

#content ul li,
#content ul.left li,
#content ul.right li {
	margin-bottom: 5px;
	line-height: 18px;	
}

#content ul span {
	color: #283d47;
}

#content table {
	margin: 0;
	padding: 0;
	border: 1px solid #007ac0;
	border-bottom-width: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #283d47;
}

#content tr.alter {
	background-color: #cce4f2;
}

#content td {
	padding: 4px 10px 4px 20px;
	vertical-align: top;
	border-bottom: 1px solid #007ac0;
}

#content td.first {
	padding: 4px 24px 4px 10px;
}

#content p.gallery {
	margin: 0px 0px 20px 0px;
	float: left;
	text-align: center;
	font-size: 12px;
}

#content p.gallery img {
	padding: 0px 0px 4px 0px;
}

#content p.gallery img.alter {
	padding: 0px 12px 4px 12px;
}




/***** Contact Form *****/

#contact form,
#contact fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#contact label {
	padding-top: 4px;
	width: 150px;
	float: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;		
}

#contact select.dropdown {
	margin-bottom: 5px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;		
}

#contact input.txt {
	margin-bottom: 5px;
	width: 250px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;		
}

#contact input.submit {
	margin: 20px 0px 0px 150px;
}

#contact textarea.txtarea {
	margin-bottom: 5px;
	width: 250px;
	height: 75px;
	overflow: auto;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;		
}


/***** Teaser *****/

#teaser {
	margin: 35px 0px 70px 0px;
	padding: 45px 0px 0px 0px;
	width: 180px;
	float: left;
}

#teaser p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

#teaser p.center {
	text-align: center;
}

#teaser img {
	margin-top: 10px;
}

/***** Footer *****/

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	padding: 7px 20px 0px 20px;
	width: 948px;
	height: 70px;
	background: #ffffff url(../img/bg_footer.gif) repeat-x left bottom;
	color: #b3e0d7;
	font-size: 10px;
}

#footer .gcbg {
	margin: 5px 0px 24px 0px;
	float:right;
}

*+html #footer .gcbg {
	margin: 5px 0px 16px 0px;
	float:right;
}


#footer span {
	float: left;
}

#footer ul {
	margin: 0;
	float: right;
	list-style: none;
}

#footer li {
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #b3e0d7;
}

#footer li.last {
	float: left;
	padding: 0px 0px 0px 5px;
	border-right: none;	
}

#footer a {
	color: #b2dfd7;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

div.error,
div.contentbox  {
	border: 1px solid #00977a;
	margin: 0px 0px 20px 0px;
	padding: 5px;
}

div.error b,
div.contentbox b {
	color: #00977a;
}

