/*** Framework ***/

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

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}

#thickborder {
	position: relative;
	margin: 0 auto;
	width: 960px;
	border: 1px solid #ededed;
	border-top-width: 0px;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 960px;
	border: 1px solid #d6dbde;
	border-top-width: 0px;
	text-align: left;
}


/*** Globals ***/

img {
	border: 0;
}

.clear {
	clear: both;
}

/*** Links ***/
a {
	color: #00a6eb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.blue {
	color: #00a6eb;
	text-decoration: none;
}
a.blue_intern {
	color: #00a6eb;
	text-decoration: none;
	background-image:url(../img/sym_blue_intern.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;
	zoom:1;
}

* html a.blue_intern {
	background-position:right 4px;
}

*+ html a.blue_intern {
	background-position:right 4px;
}

a.blue_mail {
	color: #00a6eb;
	text-decoration: none;
	background-image:url(../img/email.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	white-space:nowrap;
	zoom:1;
}

* html a.blue_mail {
	background-position:left 0px;
}

*+ html a.blue_mail {
	background-position:left 0px;
}



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;
	zoom:1;
}

* html a.grey_download {
	background-position:right 4px;
}

*+ html a.grey_download {
	background-position:right 4px;
}

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:18px;
	white-space:nowrap;
	zoom:1;
}

* html a.grey_date {
	background-position:right 4px;
}

*+ html a.grey_date {
	background-position:right 4px;
}


a.blue_extern {
	color: #00a6eb;
	text-decoration: none;
	background-image:url(../img/sym_blue_extern.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	padding-right:13px;
	white-space:nowrap;
	zoom:1;
}

* html a.blue_extern {
	background-position:right 4px;
}

*+ html a.blue_extern {
	background-position:right 4px;
}


span.blue_intern a{
	color: #00a6eb;
	text-decoration: none;

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

* html span.blue_intern a {
	background-position:right 3px;
}

*+ html span.blue_intern a {
	background-position:right 3px;
}

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: #00a6eb;
	text-decoration: none;

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

* html a.blue_intern_strong {
	background-position:right 4px;
}

*+ html a.blue_intern_strong {
	background-position:right 4px;
}


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

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

* html a.blue_download {
	background-position:right 4px;
}

*+ html a.blue_download {
	background-position:right 4px;
}

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

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

* html a.blue_download_strong {
	background-position:right 4px;
}

*+ html a.blue_download_strong {
	background-position:right 4px;
}

a.docbtn_big:hover,
a.docbtn:hover,
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_mail:hover,
a.blue_extern:hover,
a.blue_intern_strong:hover,
a.blue:hover {
	text-decoration: underline;
}



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

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

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

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


/* Quicksearch */

div.quicksearch {
	padding: 0px 10px 18px 0px;
	border: 1px solid #d6dbde;
	border-top-width: 0px;
	width: 308px;
	float: left;
	background: #ffffff url('../img/bg_quicksearch.gif') no-repeat top left;
	text-align: right;
}

div.quicksearch form,
div.quicksearch fieldset {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}

div.quicksearch fieldset {
	margin-top: 23px;
}


.qsearch input.txt {
	margin: 4px 3px 0px 19px;
	border: 1px solid #d1d3d9;
	width: 204px;
	color: #000000;
	float: left;
	padding-top:3px;
	height:18px;
	font-size:14px;
}

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

.qsearch div.textlink {
	margin-top: 5px;
}

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

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


/* my KZV */

div.my_kzv {
	margin: 0;
	padding: 50px 10px 0px 10px;
	font-size: 11px;
	width: 300px;
	float: right;
	text-align: right;
}

div.my_kzv div.button {
	margin: 10px 0px 7px 6px;
}

div.my_kzv div.textlink {
	margin: 6px 9px 0px 0px;
	position:relative;
}

a.docbtn  {
	margin-right: 20px;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #ededed;
	background: #02a7eb url('../img/doc_bg_homebtn.jpg') repeat-x top left;
	height: 100%;
}

a.docbtn_big  {
	margin-right: 19px;
	padding: 10px 42px 10px 42px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #ededed;
	background: #02a7eb url('../img/doc_bg_homebtn.jpg') repeat-x top left;
	line-height: 29px;
}

a.docbtn_big img#arrow {
 position:relative;
 top:7px;
 left:4px;
}


/***** Top Navigation *****/

#topnav {
	margin: 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav ul li {
	margin: 0;
	padding: 10px 0px 0px 20px;
	width: 140px;
	height: 25px;
	background: #ffffff url('../img/bg_topnav.gif') no-repeat bottom right;
	float: left;
}

#topnav ul li.on {
	background: #64c3cd url('../img/doc_bg_topnav_on.jpg') no-repeat bottom right;
}

#topnav ul li a {
	font-weight: bold;
	color: #64c3cd;
}

#topnav ul li.on a {
	font-weight: bold;
	color: #ffffff;
}


/***** Info Bar *****/

#infobar {
	margin: 0;
	padding: 0px 19px 0px 19px;
	height: 80px;
	background: #64c3cd url('../img/doc_bg_infobar.jpg') repeat-x bottom left;

}

div.breadcrump {
	margin-top: 50px;
	float: left;
}

div.breadcrump ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.breadcrump ul li {
	float: left;
	background: url('../img/sym_breadcrump.gif') no-repeat right;
   padding: 0px 10px 0px 5px;
}

div.breadcrump ul li.on {
	background: none;
	padding: 0px 0px 0px 5px;
}

div.breadcrump ul li.first {
   padding: 0px 10px 0px 0px;
}


div.breadcrump ul li a {
	color: #ffffff;
	text-decoration: none;
}

div.breadcrump ul li a:hover {
	text-decoration: underline;
}

div.tools {
	margin-top: 50px;
	color: #ffffff;
	float: right;
}

div.tools span.text {
	float: left;
	margin: 0px 0px 0px 10px;
}

div.tools span.sym_left {
	float: left;
	margin: 0px 0px 0px 10px;
}

div.tools span.sym_right {
	float: left;
	margin: 0px 10px 0px 3px;
}


/***** Left Navigation *****/

#leftnav {
	margin: 0;
	width: 160px;
	float: left;
}

#leftnav ul.firstlvl {
	margin: 31px 0px 0px 0px;
	padding: 0;
	list-style: none;
	text-align: left;
}

#leftnav ul.secondlvl {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	border-bottom: 1px solid #d6dbdc;
}

#leftnav ul.thirdlvl {
   margin: 0px 0px 0px 0px;
   padding: 0;
   list-style: none;
   background-color: #ffffff;
   border-bottom: 1px solid #d6dbdc;
}


#leftnav ul.firstlvl li {
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #d6dbdc;
}

#leftnav ul.firstlvl li.on {
	padding: 8px 0px 0px 0px;
	border-bottom: 0px solid #d6dbdc;
}
#leftnav ul.firstlvl li.on_alone {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #d6dbdc;
}

#leftnav ul.secondlvl li {
	padding: 8px 0px 8px 0px;
	border: none;
	border-top: 1px solid #d6dbdc;
	font-weight: normal;
}

#leftnav ul.secondlvl li.on {
   padding: 8px 0px 0px 0px;
}

#leftnav ul.secondlvl li.on_alone {
   padding: 10px 0px 0px 0px;
   border-bottom: 1px solid #d6dbdc;
}

#leftnav ul.firstlvl li a,
#leftnav ul.secondlvl li a,
#leftnav ul.thirdlvl li a {
   width: 135px;
	padding: 0px 5px 0px 20px;
	display: block;
	color: #00a6eb;
	text-decoration: none;
}

#leftnav ul.firstlvl li a {
	padding: 0px 5px 7px 20px;
}


#leftnav ul.firstlvl li a:hover,
#leftnav ul.secondlvl li a:hover,
#leftnav ul.thirdlvl li a:hover {
   font-weight: bold;
}

#leftnav ul.firstlvl li.on_alone,
#leftnav ul.firstlvl li.on {
	font-weight: bold;
	background-color: #f1f3f3;
}

#leftnav ul.secondlvl li.on_alone,
#leftnav ul.secondlvl li.on {
   font-weight: bold;
   background-color: #f1f3f3;
}


#leftnav ul.secondlvl li a {
	width: 125px;
	padding: 0px 5px 0px 30px;
}

#leftnav ul.secondlvl li.on a {
   padding-bottom: 8px;
}

#leftnav ul.secondlvl li.on_alone a{
   padding-bottom: 8px;
}



#leftnav ul.thirdlvl li {
   border: none;
   border-top: 1px solid #d6dbdc;
   font-weight: normal;
}


#leftnav ul.thirdlvl li a {
   width: 115px;
   padding: 0px 5px 0px 40px;
}




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

#content {
	margin: 0;
	padding: 32px 0px 40px 0px;
	min-height: 480px;
	border-left: 1px solid #d6dbde;
	background: #ffffff url('../img/bg_content.jpg') no-repeat top left;
	float: 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: #64c3cd;
	line-height: 24px;

}

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

span.phone {
	background-image:url(../img/phone.gif);
	background-position:left -1px;
	background-repeat:no-repeat;
	padding-left:18px;
	white-space:nowrap;
	zoom:1;
	line-height:23px;
}

* html span.phone {
	background-position:left 2px;
}


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

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

#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;
}

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

#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;
}

#content div.dottedline {
	padding-top: 10px;
	border-top: 1px dashed #d6dbde;
}

hr {
	border: 0px;
	padding-top: 10px;
	border-top: 1px dashed #d6dbde;
}



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: #64c3cd url('../img/doc_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;
}

/* 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/doc_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;
}


/* Contact Form */

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: #64c3cd;
	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 sup {
	color: #b92800;
}

.kzvform select {
   width: 220px;
   float: left;
   font-size:11px;
}

.kzvform option {
   font-size:11px;
}

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

.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-size:11px;
	font-family: arial, helvetica, sans-serif;
}

.kzvform input.submit {
	float: right;
}



/*** Right Row Content ***/

#rightrow {
	margin: 0;
	width: 235px;
	float: left;
	padding-left: 40px;
	font-size: 11px;
	color: #75888a;
}

#rightrow div.greybox {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	width: 220px;
	background-color: #f1f3f3;
	border: 1px solid #d6dbdc;
}

#rightrow div.greybox h4 {
	margin: 0px 0px 10px 0px;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #75888a;
	border-bottom: 1px solid #d6dbdc;

}

#rightrow div.boxcontent {
	margin: 0px 20px 0px 20px;
}

#rightrow div.greybox h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

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

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

#rightrow ul {
	margin:0px 0px 14px 0px;
}

#rightrow ul li span {
	font-size: 11px;
}


/*** 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;
}

#footer div.logo {
	margin: 0;
	padding: 20px 0px 0px 20px;
}

#address {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d6dbde;
	height: 60px;
	background: #9edae1 url('../img/doc_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 ul.mainnav,
#address ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#address ul.mainnav li {
	float: left;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #ffffff;
	margin-top:2px;
	margin-bottom:2px;

}

#address ul.mainnav li.first {
	padding-left: 0px;
	border-left: none;
}

#address ul.subnav li {
	float: left;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #ffffff;
	margin-top:2px;
	margin-bottom:2px;

}

#address ul.subnav li.first {
	padding-left: 0px;
	border-left: none;
}

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

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

#content div.leftrow div.csc-textpic,
#content div.singlerow div.csc-textpic {
   margin-left:40px;
}

* html #content div.leftrow div.csc-textpic,
* html #content div.singlerow div.csc-textpic {
   margin-left:20px;
}


#content div.csc-textpic-text p{
	margin:0px 20px 14px 0px;
}
* html #content div.csc-textpic-text p{
	margin:0px 20px 14px 20px;
}


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	background-color:#FFFFFF;
	border:1px solid #D6DBDC;
	float:left;
   margin:4px 0px 0px 0px;
	padding:3px;
}
* html div.csc-textpic-border div.csc-textpic-imagewrap  {
	margin-right:-3px
}

*+ html div.csc-textpic-text {
	margin-top:5px;
}


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

#content div.csc-textpic-intext-left-nowrap h1,
#content div.csc-textpic-intext-left-nowrap h2,
#content div.csc-textpic-intext-left-nowrap h3,
#content div.csc-textpic-intext-left-nowrap h4 {
   padding-top:3px;
   margin-left:0px;
}



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

* html .csc-textpic-imagewrap {margin-left:10px;}
* html .boxcontent .csc-textpic-imagewrap {margin-left:0px;}

.csc-textpic-caption {
font-size:11px;
}
.csc-textpic-caption {
padding-bottom:10px;
}
