/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com | www.dieter.no*/

* {margin: 0;
   padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background: transparent url(images/body.jpg) no-repeat top center  ;
}

#container {
         width: 771px;
		 margin: 25px auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 208px;
}
blockquote {
	margin: 10px;
	padding: 15px;
	border: 1px solid #ffffff;
	background: #99CCFF;
	font-weight:bold;
}

#content {
	clear: none;
	float: left;
	width: 480px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
}

#contentwrapper {
	background: #3f71b2 url(images/content_bg.jpg) no-repeat;
}

#sidebar {
	float: right;
	width: 170px;
	margin-right: 37px!important;
	margin-right: 19px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-bottom: 20px;
}

#copyright{
	clear: both;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: 1px dotted white;
}


ul, ol{
	padding-left:30px;
}

a:link {color: #99CCFF; border:none;text-decoration:none;}
a:visited {color: #99CCFF; border:none;text-decoration:none;}
a:hover {color: #FFFFFF; border:none;text-decoration:none;}
a:active {color: #FFFFCC; border:none;text-decoration:none;}

img {
	border:3px solid white;
	background-color: #4C79BA;
	padding: 1px;
}

.float_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

h1{visibility:hidden;}

h2 {margin: 20px 0;
	color: #EEF2FD;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding: 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;}

h3 {
	margin: 20px 0;
	color: #EEF2FD;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding: 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: 10px;
	color: #EEF2FD;
	font-size: 1.2em;
	border-bottom: 1px solid #AEC9DE;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
	font-weight: bold;
	margin-top: 15px;
	color: #FFFFCC;
}

dd {}

.right_ul ul{
	margin-left: 6px;
	list-style-type: none;
	margin-bottom:20px;
	font-weight:bold;
	padding:0;
}


.right_ul ul li{
	padding-bottom:5px;
}

p{
margin-top:3px;
margin-bottom:20px;
}

#navlist
{
	height: 42px;
	padding: 25px 0px 0px 7px;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.3em;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 0px solid #FFFFFF;
padding: 10px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 0px solid #FFFFFF;
color: #FFFFCC;
padding: 11px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;

}

#navlist .active a {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration:underline;
}


/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	list-style-image:none;
	list-style-type:none;
	}









/*                                                    */
/*  custom code on top the default style sheet        */
/*                                                    */
@import "calendar.css";

.cform fieldset.cf-fs1 {
	background:#C2DEF5 url(../images/customform_blue_bg_top.jpg) no-repeat;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin:0px; 
	padding:0px; 
	border:none;
	background:#C2DEF5;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none; 
}

ol.cf-ol { 
	margin:20px 0 0 0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:white;
	font-size:14px;
	letter-spacing:1px;
	padding-left:120px;
	margin:6px 0!important;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color:white;
	width:110px; 
	margin:6px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	color:white;
	width:100px; /* must be the same as above!*/
	margin-left:10px; 
	display:block;
	font-size:1.2em;
	font-weight:bold;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 5px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	margin:0;
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:4px 10px 0 2px;
	width:112px;
	text-align:left;
}
label.cf-group-after span {
	margin:0;
	width:112px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	color:#97BCDF;
	font-size:8pt;
	font-weight:bold;
	padding:6px 4px 2px;
	background: white;
	border:0;
	height:21px;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	color:white;
	background:#B0D77D; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#97BCDF!important;
	background:white; 
}

.cform textarea,
.cform input {
	width:245px; 
}
.cform select {
	height:27px;		
	width:250px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:7em;
	overflow:auto;
}
.cform .cf_date {
	width:223px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	color:white;
	display:block;
	font-size:9px;
	letter-spacing:2px;
	margin:-1px 0pt 0pt 120px;
	vertical-align:top;
	line-height:15px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:white;
	font-size:14px;
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding-left:120px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none;
	background:none; 
}

input.cf-box-a 	{ 
	margin-left:120px; /* check with label 'width' incl. */
} 

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 120px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding:0!important;
	text-align:right;
	margin:0;
	background:#C2DEF5 url(../images/customform_blue_bg_bottom.jpg) no-repeat bottom left;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	color:#97BCDF;
	border:0; 
	height:25px; 
	width:auto;
	font-size:1.2em;
	font-weight:bold;
	background: white;
	margin:5px 0px 20px 0;
	padding:0 1em;
}
.cform input.resetbutton {
}
.cform input.backbutton {
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg-blue.png) repeat!important;
	border-color:0px solid #DF7D7D;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 120px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 3px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	vertical-align:text-bottom;
}

input.secinput {
	width:50px;
	vertical-align:text-bottom;
}

label.seccap {
	margin-bottom:6px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	vertical-align:text-bottom;
	height:21px;
	width:70px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_blue.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	color:#1A5E86;
	display:block;
	letter-spacing:3px;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg-blue.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: white;
	border:0;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#97BCDF;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html span.reqtxt,
*+html span.emailreqtxt {
	line-height:14px;
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
}
