/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}

html,body {
	margin-top:4px;
	height: auto;
	background: #fff;
	color:#5891A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a {
	color: #076378;
	text-decoration: underline;
}

/*
a:hover {
	color: #265b00;
}
*/

/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
	margin-left:auto;
	margin-right:auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: lowercase;
	}
	
	#topbar a:hover {
		background: #ccc;
		color: #fff;
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
	background: #fff url(../images/header.jpg) top left no-repeat;
	position: relative;
	
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0;
	z-index:1;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
		list-style-type:none;
		z-index:2;
	}
	
	#navbar li {
		display: inline;
		width: auto;
		float: left;
		background-color:#fff;
		-moz-opacity:0.5;
		FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=50);		
		padding: 4px 0px 4px 0px;		
	}
	#navbar a {
		text-decoration: none;
		display: inline;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-transform: lowercase;
		height:20px;
		font-weight:bold;
	}
	#navbar a:hover {
		background: #5891A3;
		color: #fff;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 5px;
/*	background: #FFF url(../images/coreback.gif) top left repeat-y;
*/
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 155px;
/*	height: 620px; */
	height: auto;
	background: #CCE0E0;
	float: left;
/*	-moz-border-radius:6px; */
	margin-right:5px;
	overflow:hidden;
	padding-bottom:80px;
	background: #cce0e0 url(../images/backgroundcl.jpg) bottom repeat-x;	
	
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
		margin:0px;
		padding: 0px;
		margin-right:0px;
		width:100%;
	}
	#coreleft li {
		display: block;
		height: auto;
		padding:2px 0px 2px 0px;
		width:100%;
/*		margin: 2px;*/
	}

	#coreleft li a {
		display: block;
		height: 25px;
		padding: 2px 4px 2px 4px;
		color:#5891A3;
		/*
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		*/
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
		background: #EFF5F5;
		margin: 0 5px 0 0px;		
		width:100%;
		
	}

	#coreleft li a:hover {
		background: #fff; /*url(../images/readmore_over.gif) 97% center no-repeat */
		color:#5891A3;
	}

	#coreleft a {
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 0;
		margin: 0 5px 0 0px;		
		width:100%;
		
	}

	#coreleft a:hover {
	}
	
	#coreleft h3 {
		padding: 12px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
		color: #076378;
		
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 580px;
/*	height: 620px; */
	height: auto;
	float: left;
	background: #E5EDED url(../images/backgroundcc.jpg) bottom repeat-x;
	padding-bottom:80px;
/*	-moz-border-radius:6px; */
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		color:#5891A3;
		padding: 10px 0 0 10px;
	}

	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		color:#5891A3;
		padding: 10px 0 10px 10px;
	}

	#corecenter h4 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		color:#5891A3;
		padding: 10px 0 0 10px;
	}
		
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	#corecenter ul {
		margin-top:-10px;
		padding: 0 0 0 20px;
		list-style: inside url("images/yinyanglistitem.gif"); 
		
	}
	#corecenter li {
		line-height: 20px;
		font-weight:bold;
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 30px;
	background: #579191;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

#testimonials p{
/*	margin-left:-40px; */
	}
	

blockquote  {
margin: 0 20px 0 20px;
display: block;
}

blockquote:before, blockquote:after {
font-family:"Times New Roman", Times, serif;
color: #fff;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 25px;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;   
margin-left: 500px;
}