
/** FOOTER **/
#footer {
	clear:both;
	height:55px;
	font-size:11px;
	margin:0;
	padding:0; 	

}
#footer, #footer a {
	color:#343434;
}

#footer-left {
	float:left;
	width:206px;
	padding-left:10px;
	padding-top:20px;
}

#footer-middle {
	float:left;
}
	#footer-twitter, #footer-facebook {
		display:block;
		width:134px;
		height:46px;
		float:right;
		text-indent:-1000px;
		overflow:hidden;
		margin:2px 3px 0 0;
	}
	#footer-twitter {
		background:url('../images/follow_us_on_twitter.png') top left no-repeat;
	}
	#footer-facebook {
		background:url('../images/find_us_on_facebook.png') top left no-repeat;
	}
	#footer-twitter:hover, #footer-facebook:hover {
		background-position:bottom left;
	}

#footer-right {
	text-align:right;
	width:100px;
	float:right;
	padding-top:20px;
}

#footer-right ul {
	margin:0px;
	padding:0px;
}

#footer-right ul li {
	display:inline;
	padding-right:10px;	
	padding-left:10px;
}

/* CSS Document */
html {
	height: 100%; margin-bottom: 0.1px;
	overflow-y:scroll;
	overflow-x:hidden;
}


body {
	background:url('../images/background.gif') top left repeat #313131;
	margin:0px;
	padding:0px;
	font-family:Verana, Arial, Helvetica, sans-serif;	
	font-size:12px;	
}

#wrapper {
	width:701px;
	margin:auto;
	background:#666;
	padding-top:6px;
	padding-left:7px;
	padding-right:7px;
	margin-top:30px;
	margin-bottom:30px;
}

#header {
	width:700px;
	margin:auto;
	height:100px;
	background:url('../images/header.gif') top left no-repeat;
	margin-bottom:2px;
	position:relative;
}


/* Homelink */
#homelink {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-1000px;
	overflow:hidden;
	width:300px;
	height:65px;
}

/** MENU LAYOUT **/
#menu_wrapper {
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	width:214px
}

#menu_top {
	background:url('../images/menu_top.gif') top left no-repeat;
	height:20px;
	margin:0px;
	padding:0px;
}

#menu_content {
	/*min-height:350px;*/
	background:url('../images/menu_content.gif') top left repeat-y;
	padding:20px 0px 0px 0px;
}
#menu_bottom {
	margin:0px;
	padding:0px;
	background:url('../images/menu_bottom.gif') top left no-repeat;
	height:6px;	
}


/** CONTENT LAYOUT **/

#content_wrapper {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:485px;
}

#content_top {
	background:url('../images/content_top.gif') top left no-repeat;
	height:20px;
}
#content_content {
	background:url('../images/content_content.gif') top left repeat-y;
	border:none;
	padding:10px 50px 25px 50px;
	min-height:633px;
	/*border-bottom:1px solid #FFF;*/
}

#content_content div, #content_content h1, #content_content h2, #content_content h3, #content_content h4, #content_content p, #content_content ul {
	background-color:#FFF;
}

#content_bottom {
	background:url('../images/content_bottom.gif') bottom left no-repeat;
	height:20px;
}
/** TOPMENU LIST **/
#topmenu {
	margin:0px;
	padding:80px 10px 0px 0px;
}
#topmenu li {
	display:inline;
}

#topmenu li a {
	float:right;
	height:16px;
	background:#676566;
	color:#FFF;
	text-decoration:none;
	margin-right:2px;
	padding:4px 8px 0px 8px;
}


#topmenu li a:hover, #topmenu li .topmenu-act {
	color:#000;
	background-color:#FFF;
	height:18px;
	_height:16px;
}

/** MENU LIST **/

 #leftmenu {
 	margin:0px;
	padding:0px 0px 40px 0px;
	list-style:none;
	width:165px;
	margin:auto;
 }
 
 #leftmenu a {
 	color:#3C3C3C;
	text-decoration:none;
 }
 
 #leftmenu .leftmenu-no {
 	display:block;
 	height:40px;
	background:url('../images/leftmenu/menu_normal_bg.gif') top left no-repeat;
	padding-left:9px;
	padding-top:7px;
 }

 #leftmenu .leftmenu-no:hover {
 	background-color:#d3d3d3;
 }

#leftmenu .leftmenu-act {
 	display:block;
	background:url('../images/leftmenu/menu_normal_active.gif') top left no-repeat;
	background-color:#000;
	color:#FFF;
	padding:7px 0px 0px 0px;
}

#leftmenu .leftmenu-act  {
	display:block;
	padding-left:9px;
	padding-bottom:20px;
}

#leftmenu .leftmenu-act1  {
		background:url('../images/leftmenu/menu_normal_subactive.gif') top left no-repeat;	
		background-color:#595959;
}

#leftmenu  ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#leftmenu .leftmenu-sub  {
	display:block; 
	padding-left:32px;
	padding-top:6px;
	padding-bottom:0px;
	height:33px;
	background:url('../images/leftmenu/menu_sub_sub_bg.gif') top left no-repeat;
}

#leftmenu .leftmenu-sub:hover {
	background:#000;
	background:url('../images/leftmenu/menu_sub_sub_bg_hover.gif') top left no-repeat;
	color:#000;
}

#leftmenu  .leftmenu-subact  {
	display:block; 
	padding-left:32px;
	padding-top:6px;
	padding-bottom:0px;
	height:33px;
	background:#000;
	background:url('../images/leftmenu/menu_sub_sub_bg_active.gif') top left no-repeat;
	color:#FFF;
}



/* CONTENT STYLES */
#content_content h1 {
	margin:0px;	
	font-size:16px;
	padding-top:10px;
	padding-bottom:0px;
}

#content_content .csc-firstHeader {
	font-size:16px;
	padding-bottom:30px;
	padding-top:10px;
}

#content_content p {
	padding-top:0px;
	padding-bottom:0px;
}

#content_content h2 {
	font-size:14px;
	padding-bottom:10px;
}

#content_content a {
color:#0085B3;
}

/*** NEWS ***/
.tx-mininews-pi1-listrowField-teaser {
padding-bottom:10px;
}

.tx-mininews-pi1-listrowField-teaser a {
color:#000 !important;
}

.tx-mininews-pi1-browsebox {
margin-bottom:0px;
}

/* FORM **/
form, fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

label {
	display:block;
	margin-top:5px;
}

/* pager */
#pager {
	margin-top:20px;
	text-align:center;
}

#pager a, .tx-ttnews-browsebox a {
	margin:0;
	font-size:15px;	
	text-decoration:none;
	padding:5px 10px 5px 10px;	font-family:Arial, Helvetica, sans-serif !important;
	letter-spacing:-1px;
	font-size:12px;

}

#pager a:hover, .tx-ttnews-browsebox a:hover {
	background-color:#e6e6e6;
}

#pager .pager-active, .tx-ttnews-browsebox-SCell a {
	background-color:#000 !important;
	color:#FFF !important;
} 

/* CASES */

.case-images {
	float:left;
	width:120px;
	margin:0 10px 0 0;
}

.case-images a {
	display:block;
	margin-bottom:10px;	
	
}

.cases-title {
	margin:15px 0 0 0 !important;
	padding:0 !important;
}
.cases-date {
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0 !important;
}

.cases-teaser {
	margin:0;
	padding:0;
	padding:5px 0 0 0 !important;
	
}

.detail-teaser {
	font-style:italic;
}

.cases-detail-title {
	padding-bottom:5px !important;
}

/* cases search */

.searchform-list {
}

.searchform-list dt {
	clear:both;
	float:left;
	width:75px;
	border-top:1px solid #d3d3d3;
	background-color:#f0f0f0;

	margin:0;
	padding:15px 0 10px 5px;
	font-weight:bold;
}


.searchform-list dd {
	border-top:1px solid #d3d3d3;		
	background-color:#f0f0f0;

	width:300px;
	float:left;
	margin:0;
	padding:10px 0 10px;
}

.cat-dt {
}

.cat-dd {
	width:145px !important;
}

.att-dt {
	width:60px !important;
	clear:none !important;
}

.att-dd {
	width:90px !important;
}

.nat-dd div {
	float:left;
	padding-right:15px;
}


.tosearch a, .tosearch_1 a, .tosearch_2 a {
	display:block;
	float:left;	
	text-align:center;
	padding:8px 12px 4px 26px; 
	height:20px;
	margin:10px 0 10px 0;
	text-decoration:none;
	background:url('../images/arrow.gif') center left no-repeat;
}

.tosearch_2 a {
	margin:0;
}

.tosearch a {
	margin-top:25px;
}

.tosearch a:hover, .tosearch_1 a:hover, .tosearch_2 a:hover {
	background-color:#e6e6e6;
	background:url('../images/arrow.gif') center left no-repeat #e6e6e6;
}


.search-submit {
	background:url('../images/searchbutton.gif') bottom left no-repeat;
	border:none;
	cursor:pointer;
	text-indent:-1000px;
	overflow:hidden;
	font-size:0px;
	display:block;
	line-height:0px;
	width:85px;
	height:22px;
}

.search-submit:hover {
	background-position: top left;
}

/* Report a case */
#report-a-case, #sign-up-now{
	margin-top:2px;
}

#report-a-case a , #sign-up-now a {
	display:block;
	width:215px;
	height:77px;
	background:url('../images/report_a_case.png') bottom left no-repeat;
}

#sign-up-now a {
	background:url('../images/sign_up_now.png') bottom left no-repeat;
}

#report-a-case a:hover, #sign-up-now a:hover {
	background-position: top left;	
}

/* Member of */
#member-of {
	margin-top:2px;
}

#member-of a {
	display:block;
	width:214px;
	height:108px;
	background:url('../images/member_of.png') bottom left no-repeat;
}
#member-of a:hover {
	background-position: top left;	
}

/* Search table */




.search-table {
	width:100%;	
	border-collapse:collapse;
	margin:10px 0 10px 0;
		border-bottom:1px solid #d3d3d3;		

}
.search-table td {
	vertical-align:top;
	border-top:1px solid #d3d3d3;		
	background-color:#f5f5f5;
	padding:5px 5px 5px 5px;
}

.search-label {
	font-weight:bold;
	padding-top:10px !important;
}


/* NEWS */
.tx-ttnews-browsebox {
	text-align:center;
}
.tx-ttnews-browsebox table {
	margin:auto;
}


/* Publication Buy Now Link */

#publication-1 .csc-textpic-text a {
	display:block;
	margin:auto;
	width:92px;
	height:22px;
	text-indent:-500px;
	overflow:hidden;
	background:url('../images/buy_now.gif') bottom left no-repeat;	
}

#publication-1 .csc-textpic-text a:hover {
	background:url('../images/buy_now.gif') top left no-repeat;	
}


/* Subscription Form */

#subscription-form-table {
	margin-top:10px;
}


#subscription-form-table input, #subscription-form-table select {
	width:200px !important;
}

#subscription-form-table td {
	vertical-align:top;
}
#subscription-form-table input.button {
	width:auto;
}

#subscription-form-table td.label {
	padding-top:3px;
	padding-right:5px;
}

.error {
	color:#F00;
	font-size:10px;
	padding-bottom:5px;
}


/* Popup
 */

#popup-wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	display:none;	
	background:url('../images/popup/wrapper1.png') top left repeat;
	display:none;
}

#popup {
	width:311px;
	height:235px;
	margin:200px auto 0 auto;
	background:url('../images/popup/background.png') top left no-repeat;
	position:relative;
	display:none;
	color:#45383d;	
}

#popup-close {
	display:block;
	height:25px;
	width:25px;
	margin-left:285px;
	margin-top:2px;
	cursor:pointer;
	z-index:100;
	top:2px;
	right:2px;
}
#popup-content {
	padding:0px 20px 0 25px;
}
	#popup-content h2 {
		margin:0 0 10px 0;
		padding:0;
		color:#161616;
	}
	#popup-content p {
		margin:0 0 10px 0;
		font-size:12px;
	}
	
	#popup-sign-up {
		display:block;
		width:206px;
		height:70px;
		background:url('../images/popup/sign_up.png') top left no-repeat;
		text-indent:-1000px;
		overflow:hidden;
		margin-bottom:10px;
	}

