/* CSS Document */

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;

*/


body {
	background-color:#F2F2F2;
	/*background-image: url(../images/bg/orang082.jpg);*/
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, Sans-serif;
}
#wrapper {
	width: 960px;
	margin: 10px auto;
	padding: 0 40px;
	background-color: #FFF;
}
#top {
}
#logo {
	float: left;
	margin: 10px 0 5px 0;
}
#social {
	float: right;
	margin: 40px 0;
}
#social ul li {
	display: inline;
	list-style-type: none;
}
#social p {
	text-align: right;
}
#topnav {
	clear: both;
	text-align:center;
}
#topnav ul {
	padding: 15px 0;
	margin: 0;
	border-top: 1px #000 dotted;
}
#topnav ul li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	margin: 0 40px 0 0;
}
#topnav a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}
#topnav a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}
#topnav a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}
#topnav a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #060;
	text-transform: uppercase;
}
#topnav: focus {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #060;
	text-transform: uppercase;
}
#content {
	float: left;
	width: 580px;
}
#content h2 {
	/*color: #AB5400;*/
	color: #060;
}
#content p {
	font-size: 12px;
	line-height: 180%;
}
#box1 {
	width: 265px;
	float: left;
	margin-right: 40px;
}
#box2 {
	width: 265px;
	float: left;
}
.img-right {
	float: right;
	padding: 0 0 25px 25px;
}
#rightside {
	float: right;
	width: 250px;
}
#rightside h2 {
	color: #060;
}
#rightside p {
	font-size: 12px;
	line-height: 180%;
}
#rightside li {
	font-size: 12px;
	line-height: 180%;
}
#footer {
	border-top: 1px #000 dotted;
	clear: both;
	padding: 10px 0;
}
#footer p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#video1 {
	margin:10px 0;
	
}