/* CSS Document */


/*	<100percentheight>	*/
* {
    padding: 0;
    margin: 0;
}


body a {
	color:#000000;
	text-decoration:none;
}


html, body {
	height: 100%;
	background-color:#e3eaef;	
}

body img {
	border:none;
}


#workspace {
	min-height: 100%;
	width: 100%;
	position:relative;
	z-index:6;
	background-image:url(../images/background/workspace.jpg);
	background-position:bottom center;
	
}
* html #workspace {
	height: 100%;
}
/*	</100percentheight>	*/



body, p {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
}





ul.floatlist {
	list-style:none;
	margin:0px;
	padding:0px;
}

	ul.floatlist ul {
		list-style:none;
	}

	ul.floatlist li {
		float:left;
		margin:0px;
		padding:0px;
	}
	
		ul.floatlist li ul li {
			float:none;
		}
		
		
		
		
		
		body #site {
			width:936px;
			margin:auto;
			padding-top:36px;
			position:relative;
		}
		
			body #site #header {
				background-image:url(../images/background/header.png);
				background-position:top left;
				
				padding-left:178px;
				padding-bottom:54px;
				padding-top:18px;
			}
			
				body #site #header #logo {
					background-image:url(../images/logo-opaque.png);
					background-position:center center;
					background-repeat:no-repeat;
					background-position:left center;
				}
			
				body #site #header #logo img {
					margin-bottom:-3px;
					filter:alpha(opacity=1);
					opacity: 0.01;
					-moz-opacity:0.01;
				}
			
			
			
			body #body {
				background-color:#FFFFFF;
			}
			
			
			#main-navigation-wrap {
				width:180px;
				float:left;
				padding-top:36px;
			}
			
				#main-navigation-wrap ul {
					list-style:none;
				}
			
				#main-navigation-wrap li a {
					padding-left:18px;
					display:block;
					line-height:36px;
				}
			
			
				#main-navigation-wrap li.active a {
					border-left:5px solid #000000;
					padding-left:13px;
					text-decoration:underline;
				}
				
				#main-navigation-wrap li.active li a{
					border:none;
					text-decoration:none;
				}
				
					#main-navigation-wrap li li a{
						font-size:12px;
						line-height:18px;
					}
				
				
				#main-navigation-wrap li ul {
					display:none;
				}
					
				#main-navigation-wrap li.active ul {
					margin:0px 0px 0px 18px;
					display:block;
				}
				
					#main-navigation-wrap li.active ul * {
						font-size:12px;
					}
					
						#main-navigation-wrap li.active li.active a {
							text-decoration:underline;
						}
			
			
			#content-wrap {
				margin-left:180px;
				margin:0px 54px 0px 180px;
			}
			
			
				#content-wrap, #content-wrap * {
					font-size:14px;
					line-height:18px;
				}
			
			
			
				#content-wrap h1{
					font-size:16px;
					color:#6f6f6f;
					margin-bottom:18px;
					font-weight:normal;
				}
				
					body #content-wrap ul {
						margin-left:36px;
						list-style:disc;
					}
			
			
			
			
			body #mood-image-wrap {
			}


				body #mood-image-wrap img {
					margin-bottom:-3px;
				}
			
			
			


		body #contact-form {
		}
			
		body #contact-form fieldset {
			margin:0px 0px 16px 0px;
			border:none;
		}
		
			body #contact-form legend {
				font-weight:bold;
				padding-bottom:8px;
				display:block;
			}
		
			body #contact-form label {
				width:90px;
				display:block;
				float:left;
			}


			body #contact-form .row {
				margin-bottom:8px;
			}
			
			body #contact-form .row input, body #contact-form .row select {
				float:left;
				margin-right:18px;
				width:230px;
			}
			
			body #contact-form .row select {
				width:234px;
			}
			
			body #contact-form .street input {
				width:572px;
			}
			
				body #contact-form .zipcity input {
					width:100px;
				}
				
				body #contact-form .zipcity #form-contact-city {
					width:450px;
				}
				
				
				body #contact-form .row #form-contact-subject {
					width:572px;
				}

				body #contact-form .row #form-contact-message {
					width:572px;
					height:150px;
				}
				
				body #contact-form .submit {
					text-align:right;
					padding:0px 120px 0px 0px;
				}
			
		
		body #contact-form textarea {
			height:100px;
		}

		
		
		
		body #references-list ul {
			list-style:none;
			margin:18px 0px 0px 0px;
		}
		
		
		
			body #references-list ul li {
				margin:0px 0px 0px 36px;
				padding:0px;
			}
			
			body #references-list ul li:first-child {
				margin-left:0px;
			}





		body #content-wrap .content-split {
			margin-bottom:54px;
		}
		
		
		body #content-wrap .content-split #content-txt-value {
			float:left;
			width:432px;
		}
		
		body #content-wrap .content-split #content-annotations {
			margin-left:432px;
		}
		
		body #content-wrap .content-split #content-annotations #callback-txt {
			padding-left:18px;
			margin-bottom:36px;
		}
		
		
		/*
		body #content-wrap .content-split #content-annotations #callback-txt a {
			color:#666666;
			font-size:12px;
			display:block;
			border-bottom:1px dotted #999999;
			font-weight:bold;
		}
		
		
		body #content-wrap .content-split #content-annotations #callback-txt p {
			font-size:12px;
			line-height:18px;
			color:#666666
		}
		*/

		body #content-wrap #content-annotations #callback-txt h4 {
			border-bottom:1px dotted #999999;
		}		
		
		body #content-wrap #content-annotations #callback-txt * {
			color:#666666;
			font-size:12px;
			line-height:18px;
		}
		
		
		body #content-wrap #content-annotations .article-recommendations {
			padding-left:18px;
		}
		
		body #content-wrap #content-annotations .article-recommendations *{
			font-size:12px;
			line-height:18px;
			color:#666666;
		}
		
		body #content-wrap #content-annotations .article-recommendations h4 {
			border-bottom:1px dotted #999999;
		}
		
		
		body #content-wrap #content-annotations .article-recommendations .item {
			margin:9px 0px 9px 0px;
			padding-left:72px;
			padding-bottom:18px;
			padding-top:18px;
			background-image:url(../images/content-annotation-bullet.png);
			background-position:center left;
			background-repeat:no-repeat;
		}
		
		
		body #content-wrap #content-annotations .article-recommendations .item .wrap {
			
		}
		
		body #content-wrap #content-annotations .article-recommendations .item h5 {
			font-weight:normal;
			line-height:18px;
			font-size:12px;
		}
		
		body #content-wrap #content-annotations .article-recommendations .item a {
			color:#000099;
		}
		
		
		
		
		
		

