/*** Framework ***/

html, body {
	margin: 0;
	min-width: 1000px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #283d47;
}

#container {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}



/*** Globals ***/

img {
	border: 0;
}

.clear {
	clear: both;
}


/*** Links ***/

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

a:hover {
	text-decoration: underline;
}

a.blue {
	color: #64c3cd;
	text-decoration: none;

}
a.blue_intern {
	color: #64c3cd;
	text-decoration: none;

	background-image:url(../img/sym_turquoise_intern.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;
}

a.grey_download {
	color: #75888A;
	text-decoration: none;

	background-image:url(../img/sym_grey_download.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;

}

a.grey_date {
	color: #75888A;
	text-decoration: none;

	background-image:url(../img/sym_grey_date.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;

}

a.blue_extern {
	color: #64c3cd;
	text-decoration: none;
	background-image:url(../img/sym_turquoise_extern.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;

}


span.blue_intern a{
	color: #64c3cd;
	text-decoration: none;

	background-image:url(../img/sym_turquoise_intern.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;

}

span.leftimage img{
	float:left;
	margin: 5px 10px 10px 0px;
	border: 1px solid #d6dbdc;
	background-color: #ffffff;
	padding: 3px;
	float: left;

}


span.leftimage a:hover img {
background-color:#EDEDED;
}



a.blue_intern_strong {
	color: #64c3cd;
	text-decoration: none;

	background-image:url(../img/sym_turquoise_intern_strong.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	font-weight:bold;

}


a.blue_download {
	color: #64c3cd;
	text-decoration: none;

	background-image:url(../img/sym_turquoise_download.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;

}

a.blue_download_strong {
	color: #64c3cd;
	text-decoration: none;

	background-image:url(../img/sym_turquoise_download_strong.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	font-weight:bold;

}

span.blue_intern a:hover,
a.blue_download:hover,
a.blue_download_strong:hover,
a.grey_download:hover,
a.grey_date:hover,
a.blue_intern:hover,
a.blue_extern:hover,
a.blue_intern_strong:hover,
a.blue:hover {
	text-decoration: underline;
}



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

#header {
	height: 98px;
	border: 0px solid #d6dbde;
	border-bottom-width: 1px;
}

div.logo {
	margin: 0;
	padding: 10px 0px 0px 19px;
	width: 296px;
	float: left;
}

div.claim {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}






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

#content {
	margin: 0;
	padding: 32px 0px 40px 0px;
	min-height: 480px;
	border-left: 0px solid #d6dbde;
	background: #ffffff url('../img/bg_content.jpg') no-repeat top left;
	float: left;
	text-align:left;

}

* html #content {
	 height: 480px; /* IE6 Min-height Fix */
}


#content h1 {
	margin: 0px 20px 9px 40px;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #9bc346;
	line-height:24px;
}

#content p.subline {
	margin: 11px 20px 10px 40px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

#content h2 {
	margin: 14px 20px 4px 40px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #9bc346;
}

#content h3 {
	margin: 14px 20px 8px 40px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #9bc346;
}

#content h4 {
	margin: 13px 20px 4px 40px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #75888A;
}



#content p {
	margin: 0px 20px 14px 40px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	width:600px;

}

#content ul {
	margin: 0px 20px 14px 40px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
	color: #9bc346;
}

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

#content ul li span {
	color: #283d47;
	font-size: 12px;
	line-height: 18px;

}

#content a.link_blue_symright {
	padding: 0px 14px 0px 0px;
	color: #00a6eb;
	font-size: 12px;
	text-decoration: none;
	background: url('../img/bg_sym_blue.gif') no-repeat top right;
}

#content a.link_blue_symright:hover {
	text-decoration: underline;
}


div.datepos {
	margin: 0px 20px 14px 20px;
	padding: 0;
	color: #75888a;
}

span.date {
	padding-left: 20px;
	background: url('../img/sym_date.gif') left top no-repeat;
}

span.position {
	margin-left: 5px;
	padding-left: 20px;
	background: url('../img/sym_position.gif') left top no-repeat;
}

div.author {
	padding: 14px 0px 0px 20px;
	border-top: 1px dashed #c8cfd0;
}

span.author {
	padding-left: 20px;
	color: #75888a;
	background: url('../img/sym_author.gif') left top no-repeat;
}


/* Table */

table.sort,
table.unsort {
	margin: 0px 0px 20px 40px;
	padding: 0;
	border: none;
	background-color: #ffffff;
}

div.singlerow table {
	width: 738px;
}

div.leftrow table {
	width: 458px;
}

table.sort thead,
table.unsort thead {
	border: 0px solid #cc0000;
	border-top-width: 1px;
	background: #9bc346 url('../img/pat_bg_table.jpg') repeat-x;
	color: #ffffff;
	font-weight: bold;
}

table.sort thead a,
table.unsort thead a{
	color: #ffffff;
}

table.sort thead a:hover,
table.unsort thead a:hover{
	color: #ffffff;
	text-decoration:underline;
}

table.sort thead span,
table.unsort thead span{
	padding: 0px 0px 0px 4px;
}

table.sort tr.alter,
table.unsort tr.alter {
	background-color: #f1f3f3;
}


table.sort td,
table.unsort td,
table.sort th,
table.unsort th {
	padding: 10px 8px 10px 8px;
	border-bottom: 1px solid #d6dbdc;
}

table.sort td.left,
table.unsort td.left,
table.sort th.left,
table.unsort th.left {
	text-align: left;
}

table.sort td.right,
table.unsort td.right,
table.sort th.right,
table.unsort th.right {
	text-align: right;
}

table.sort td.center,
table.unsort td.center,
table.sort th.center,
table.unsort th.center {
	text-align: center;
}

#content img.icon {
	padding-bottom: 1px;
	vertical-align: middle;
}


/* Contact Form */



input.submit {
	margin-right: 6px;
	position:relative;
	top:1px;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #ededed;
	background: #65c3cd url('../img/pat_bg_homebtn.jpg') repeat-x top left;
}

div.errorbox {
	margin: 10px 0px 0px 40px;;
	padding: 5px;
	text-align: center;
	border: 1px solid #b92800;
	color: #b92800;
}

.kzvform form,
.kzvform fieldset,
fieldset.kzvform  {
	margin: 0;
	border: none;
	padding-left: 40px;
	position: relative;
}

div.legend {
	margin: 10px 0px 10px 0px;
	padding-left: 5px;
	background: #ffffff url('../img/form_line.gif') left center repeat-x;
}

div.legend span {
	padding: 0px 2px 0px 2px;
	background-color: #ffffff;
	color: #9bc346;
	font-weight: bold;
}

.kzvform div.entry {
	clear: both;
	line-height: 24px;
	vertical-align: middle;
	margin-bottom: 10px;
	font-size:11px;
}

.kzvform label {
	display: block;
	width: 130px;
	float: left;
	line-height: 20px;
}

.kzvform label sup {
	color: #b92800;
}

.kzvform select {
	width: 220px;
	float: left;
}

.kzvform input.txt {
	width: 220px;
	float: left;
	border: 1px solid #d1d3d9;
}

.kzvform input.checkbox,
.kzvform input.radio {
	margin: 0px 5px 0px 0px;
	padding: 0;
}

.kzvform span.radiooption,
.kzvform span.checkboxoption {
	padding: 0px 20px 0px 0px;
}

.kzvform span.hint {
	padding: 0px 0px 10px 30px;
	vertical-align: top;
}

.kzvform span.hint2 {
	padding: 0px 0px 10px 305px;
	vertical-align: top;
}

.kzvform textarea {
	width: 350px;
	height: 120px;
	overflow: auto;
	border: 1px solid #d1d3d9;
	font-family: arial, helvetica, sans-serif;
}

.kzvform input.submit {
	float: right;
}





/*** Left Row ***/

div.leftrow {
	margin: 0;
	width: 518px;
	float: left;
}


/*** Single Row ***/

div.singlerow {
	margin: 0;
	width: 798px;
	float: left;
}


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

#footer {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d6dbde;
	height: 100px;
}


#address {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d6dbde;
	height: 60px;
	background: #9edae1 url('../img/pat_bg_address.gif') repeat-x top left;
}

#address div.left {
	margin: 10px 0px 0px 0px;
	padding: 0px 60px 0px 20px;
	color: #ffffff;
	float: left;
}

#address div.right {
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	float: left;
}


#address a {
	color: #ffffff;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}

#content div.leftrow div.csc-textpic {
	margin-left:40px;
}
#content div.csc-textpic-text p{
	margin:0px 20px 14px 40px;
	break-break-before:auto;
}

DIV.csc-textpic-border DIV.csc-textpic-single-image IMG,
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	background-color:#FFFFFF;
	border:1px solid #D6DBDC;
	float:left;
	margin:5px 10px 10px 0px;
	padding:3px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image a:hover img {
background-color:#EDEDED;
}

#rightrow div.greybox p {
	margin: 0px;
	margin-bottom:20px;
	font-size: 11px;
	line-height:14px;
}


div.csc-textpic-imagewrap {
	margin-left:40px;

}

#content ul li {
	width:580px;
}

/* Paginator */


#content ul.fdtablePaginater,
#content ul.browsebox {
   display:table;
   height:2em;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0pt auto 2em;
   padding:0pt;
   text-align:center;
   width:auto;
}

ul.fdtablePaginater li,
ul.browsebox li {
   -moz-user-select:none;
   color:#666666;
   display:table-cell;
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   padding-right:4px;
}
ul.fdtablePaginater li a.currentPage,
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
   border-color:#A84444 !important;
   color:#000000;
}
ul.fdtablePaginater li a:active,
ul.browsebox li a:active {
   border-color:#222222 !important;
   color:#222222;
}
ul.fdtablePaginater li a,
ul.browsebox li a,
ul.fdtablePaginater li div {
   border:1px solid #CCCCCC;
   color:#666666;
   display:block;
   font-family:georgia,serif;
   font-size:1em;
   margin:0pt;
   outline-color:invert;
   outline-style:none;
   outline-width:medium;
   padding:0pt;
   text-decoration:none;
   width:2em;
}
ul.browsebox li div,
ul.fdtablePaginater li div {
   opacity:0.5;
}

ul.browsebox li a span,
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
   background:#FFFFFF url(../img/pat_bg_table.jpg) repeat-x scroll 0pt 0px;
   border:1px solid #FFFFFF;
   display:block;
   line-height:2em;
}
ul.browsebox li a,
ul.fdtablePaginater li a {
   cursor:pointer;
}
ul.browsebox li a:focus,
ul.fdtablePaginater li a:focus {
   border-color:#AAAAAA;
   color:#333333;
   text-decoration:none;
}
.fdtablePaginaterWrap {
   clear:both;
   text-align:center;
   text-decoration:none;
}
ul.fdtablePaginater li .next-page span, ul.fdtablePaginater li .previous-page span, ul.fdtablePaginater li .first-page span, ul.fdtablePaginater li .last-page span {
   font-weight:bold !important;
}




#address a {
   color: #ffffff;
   text-decoration: none;
   margin-left:25px;
}

#address a:hover {
   text-decoration: underline;
}


