body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin:0;
	font-smooth:always;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	height:auto;
}
#page{
	width:100%;
}
#header{
	width:auto;
	height:134px;
	background:#FFFFFF;
	float:left;
}
.logo{
	float:left;
	width:250px;
	height:134px;
}
.social{
	float:left;
	padding:5px;
	margin-top:20px;
}

#nav{
	float:left;
	width:22%;
	padding:0px 0 0 30px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:15px;
	font-style:italic;
}
#nav ul{
	margin-left:-25px;
}
#nav ul li{
	list-style:none;
	margin-bottom:10px;
}
#nav a{
	text-decoration:none;
	color:#e47b2c;
}
#nav a:hover{
	color:#333333;
}

#banner{
	float:right;
	width:70.5%;
	height:269px;
	margin:3% 1% 0 2%;
	/*background:url(../images/banner.jpg) top right;*/
	position:relative;
}
.about-banner{
	float:right;
	width:70.5%;
	height:269px;
	margin:3% 1% 0 2%;
	/*background:url(../images/banner.jpg) top right;*/
	position:relative;
}

#content{
	float:right;
	width:47%;
	margin:0 1.5% 0 1.5%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	line-height:20px;
	text-align:justify;
}
#content h2{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:22px;
	font-style:italic;
	color:#e47b2c;
	border-bottom:dashed 1px #e5e5e5;
	padding-bottom:10px;
	font-weight:normal;
}
#content a{
	color:#e47b2c;
	text-decoration:none;
	font-style:italic;
}
#content a:hover{
	color:#999999;
	text-decoration:none;
}

#content img{
	border:none;
}
#content table{
	width:auto;
}
#content td{
	padding:3px;
}
#content li{
	text-align:left;
}

.fullwidth{
	width:70% !important;	
}

#social-sidebar{
	float:right;
	width:20%;
	margin:10px 1.5% 0 1.5%;
}
#social-sidebar h3{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	border-bottom:dashed 1px #e5e5e5;
	padding-bottom:10px;
	font-weight:normal;
}

#footer{
	clear:both;
	width:95%;
	margin:0 auto;
	border-top:solid #e5e5e5 1px;
	text-align:left;
	font-size:11px;
	padding:5px 0;
}
#banner h2{
	font-weight:normal;
	margin-bottom:-10px;
	margin-top:15px;
	font-size:25px;
}
#banner h2 a{
	color:#FFFFFF;
	text-decoration:none;
}
#banner h2 a:hover{
	color:#ff6600;
	text-decoration:none;
}

.hpblocks-1{
	position:absolute;
	display:block;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius:10px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#FFFFFF;
	top:190px;
	bottom:50px;
	left:5px;
	width:230px;
	height:75px;
	text-align:center;
	font-size:11px;
}

.hpblocks-2{
	position:absolute;
	display:block;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius:10px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#FFFFFF;
	top:190px;
	bottom:50px;
	left:240px;
	width:230px;
	height:75px;
	text-align:center;
	font-size:11px;
}
.hpblocks-3{
	position:absolute;
	display:block;
	background:#000000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius:10px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#FFFFFF;
	top:190px;
	bottom:50px;
	left:475px;
	width:230px;
	height:75px;
	text-align:center;
	font-size:11px;
}



#tabContainer {
	width:100%;
	position:relative;
}

.tabs{
	/*height:30px;*/
	width:160px;
	line-height:18px;
	float:left;
	margin-right:10px;
}

.tabs > ul{
	list-style:none;
	margin:0;
	padding:0;
	/*margin-left:-35px;*/
}

.tabs > ul > li{
	margin:0 0px 0px 0;
	padding:10px 5px;
	display:block;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #e47b2c; /* old browsers */
	border-bottom:1px solid #ffcfab;
	
}

.tabs > ul > li:hover{
	background: #e5e5e5; /* old browsers */
	cursor:pointer;
	color: #666;
}

.tabs > ul > li.tabActiveHeader{
	background: #e5e5e5; /* old browsers */
	cursor:pointer;
	color: #666;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:0;
	background: #FFFFFF; /* old browsers */
	border-top:1px dashed #e5e5e5;
	margin:0;
	width:530px;
	float:left;
}
.tabpage ul{
	margin:0;
	padding:0;
}
.tabpage ul li{
	list-style:none;
	display:inline-block;
	margin-right:8px;
	margin-bottom:10px;
	vertical-align:top;
}



.contribute-box{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border:1px #e47b2c solid;
	margin:1%;
	background: #FFFFFF; /* old browsers */
	width:45%;
	height:150px;
	display:block;
	float:left;
text-align:right;
}
.contribute-box h2{
	color:#666666 !important;
	font-size:20px !important;
	margin:0px !important;
	border:none !important;
	background:#ffffff;
	padding:10px;
	text-align:left!important;
}
.fb-like{
	margin-bottom:20px;
}

iframe.twitter-follow-button{
	width:180px !important;
}