@charset "UTF-8";


h5 {
	color: #444;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: -9px;
}
a {
	outline: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 970px;
	margin: 0 auto;

}
.content {

	padding: 10px 0;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h2 {
	 font-size:20px; color:#444; text-decoration:none;
}
h4 {
	color: #222;
	margin-bottom: 7px;
	font-size: 18px;
}


#mainLeft {
	width: 280px;
	font-size: 16px;
	float: left;
}

#mainRight {
	margin-left: 293px;
}


#main a {
	text-decoration: none;
}

.line {
	border-top: 1px solid #666;
}

.projectNav {
	margin-bottom: 20px;
}
.projectNav a {
	color: #666666;
	font-size: 0.9em;
	padding: 1px 5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.projectNav a:hover {
	background-color: #4d8142;
	color: #fff;
}
.projectNavFloat {
	float: left;
	padding-right: 65px;
}
.projectNavFloat ul{ list-style:none; padding:0px; margin:0px;}
.projectNavFloat ul li{ margin-bottom:2px;}

iframe {
	border-style: none;
}

/*------------------------------Triger---------------------------------------*/
h2.acc_trigger {
	background: url(../images/h2_trigger_a.png) no-repeat 0px -45px;
	height: 39px;	
	width: 500px;
	font-weight: normal;
	float: left;
	font-size: 20px;
	margin: 0;
	padding-right: 0;
	padding-top: 12px;
	padding-bottom: 15px;
	text-decoration:none;
	color:#444;
	text-transform:none;

}
h2.acc_trigger a {
	color: #444;
	display: block;
	padding: 0 0 0 30px;
	text-decoration:none;
	text-transform:none;

}
h2.acc_trigger.active a {
	color: #444;
	display: block;
	padding: 0 0 0 30px;
	text-decoration:none;
}

h2.acc_trigger a:hover {

	background: url(../images/h2_trigger_a.png) 0px -103px;
}
h2.active {
	background: url(../images/h2_trigger_a.png) 500px -90px;
	text-decoration:none;

}

h2.active a:hover {
	background:url(../images/h2_trigger_a.png) 500px -146px;

}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 970px;
	clear: both;
}
.acc_container .block {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 20px;
	overflow:hidden;
}

