html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}
img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}




/* ///////////////////////////////////////////////////////////////////// 
//  Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 13px;
	font-family:"Microsoft YaHei", Arial;
	width:auto; height:auto;	
	padding: 0 0 50px 0;
	margin: 0;
	color: #7d7d7b;	
	background: #e9e9e9;	
}

p {
	line-height: 1.7em;
	margin: 0 0 10px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	color: #0080ff;	
	text-decoration: none;
	outline:none;
	blr:expression(this.onFocus=this.blur());
}

a:hover {
	color: #ee0000;	
}

a img {
	border:none;
}

h1, h2, h3 {	
	color: #696969;	
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height:1.5;
}
h1 {
	font-size:26px;font-weight:bold
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
.left {
	float: left;
}

.right {
	float: right;	
}


/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* //////////////////////////////////////////////////////////////////////
//  General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 960px;
	margin: 0 auto;			
}

#header {
	width: 200px;
	float: left; 
	top:0px;
	position:fixed !important;
	position:absolute;
 top:expression(offsetParent.scrollTop+0);
}
* html, * html body /* IE6bug */ {
	background-image:url(about:blank);
	background-attachment:fixed;
}

#main {
	float: right;
	width: 720px;
	margin: 0 auto;
	padding: 0 0 0 0;			
}

#content {		
	padding: 0 0 0 0;	
	margin: 0 0px 0 0;
	position: relative;	
}

#footer {
	width: 100%;
}

.oneThird {
	width: 200px;	
}

.twoThird {
	width: 432px;	
}



/*////////////////////////////////////////////////////////////////////////
//  Header
///////////////////////////////////////////////////////////////////////*/

#header{
	text-align: center;
	padding-top: 30px;
}

#logo {		
	font-weight: bold;
}

#donate {		
	margin:30px auto 0 auto;
	width:80px;
	height:23px;
}

#header h1 {
	font-size: 55px;
	padding: 0;
	color: #575757;
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

#mainNav{		
	text-transform: uppercase;	
	font-size: 16px;
}

#mainNav li{
	margin: 0 0 10px 0;			
}

#mainNav li a{
	line-height: 35px;
	color: #666;	
}

#mainNav li a:hover {
	line-height: 35px;
	color: #515151;	
}

#mainNav li a.selected {
	color: #ffffff;padding:10px 10px 10px 10px; background:#3385ff; font-weight:bold
}


/*//////////////////////////////////////////////////////////////////// 
//  Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 30px 0px;	
}

.scrollWrap {	
	padding-top: 30px;
}

.bmSection {
	background: #fff;
}

.bmSection .inside{	
	padding: 30px 30px 10px 30px;	
}

#content .bmSection .sectionHeader{
}



/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Projects------------------*/

.projects {
	background: #e7e7e7;
	display: block;	
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #dadbdc;	
}

.projects .projectDetails{
	display: none;
	border-top: 1px solid #dadbdc;	
	position: absolute;
	top: 0;	
	width: 100%;
}

.projectHeader {
	display: block;		
}

.closeBtn {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;	
	z-index: 100;	
}

.closeBtn a{
	width: 17px;
	height: 17px;
	display: block;	
	background: transparent url(images/close_btn.png) no-repeat;
	text-indent: -99999px;	
}

.closeBtn a:hover {	
	background-position: 0 -17px;
}

.projects .projectDetails .inside {	
	position: relative;
}
.projects img {	
	border-radius: 8px;
	border:1px solid #AAA;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.slideshow img {	
	border-radius: 0;
	border: none;
	box-shadow: 0;
	-moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}
#admin p {
	padding-top:10px;
}
.projectThumbs {	
	list-style: none;
	
}

#content .projectThumbs li{
	padding: 0;
	background: none;		
}

#content .projectThumbs li{
	float: left;
	padding: 0;
	display: block;	
}

.projectThumbs li h1  {
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 5px;
}

#content .projectThumbs { 
	margin: 0 0 0 30px;
}

#content .projectThumbs li {  
  float: left;
  padding: 0;  
  margin: 0 15px 15px 0;
  overflow: hidden;
}

.projectThumbs li img,
.projectThumbs li strong {
  display: block;
}

.projectThumbs li img {
	border: 5px solid #e6e6e6;
}

#content .projectThumbs li:hover img {
	border: 5px solid #ccc;
}

#content .projectThumbs li a.selected img {
	border: 5px solid #aaa;
}

/*Slideshow------------------*/

#content .slideshow ul, #content  .slideshow li{
	margin:0;
	padding:0;
	list-style:none;
}

#content .slideshow, #content .slideshow li{ 
	width: 660px;
	height: 400px;
	overflow: hidden; 
}

.slideshowControls {
	display: block;
	background: #5d5d5d;
	color: #a2a2a2;
	padding: 13px 0 13px;
	width: 660px;
	margin: 0 0 10px 0;
	position: relative;	
	
}

.slideshowControls ol {
	list-style: none;
	display: inline-block !important;	
	padding: 3px 0 0 0 !important;
	margin: 0 0 0 16px !important;
	float: left;	
}

.slideshowControls ol li{	
	border: 0;
	margin: 0 6px 0 0 !important;
	float:left;	
}

.slideshowControls ol li a{	
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	background: transparent url(images/bullets.png) no-repeat;
	line-height: 10px;		
}

.slideshowControls ol li a:hover {	
	background-position: -10px 0;
}

.slideshowControls ol li.current a{	
	background-position: -10px 0;
}

.prevNextControls {
	float: right;
	width: 30px;
	margin: 0 16px 0 0;
}

.prevNextControls .prevBtn a{
	text-indent:-9999px;
	background: transparent url(images/slideshow_arrows.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	background-position: 0 -14px;
}

.prevNextControls .prevBtn a:hover {
	background-position: 0 0;
}

.prevNextControls .nextBtn a{
	text-indent:-9999px;
	background: transparent url(images/slideshow_arrows.png) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: right;
	background-position: -14px -14px;
}

.prevNextControls .nextBtn a:hover {
	background-position: -14px 0;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;
		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

/*Home Message------------------*/

#homeMessage {
	color: #696969;	
	padding: 30px 0 0 0;
}

#homeMessage p{	
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0;	
}



/*//////////////////////////////////////////////////////////////////// 
//  Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #ffffff;
	color: #a2a2a2;
	border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
}


#footer a {
	color: #a2a2a2;	
}

#footer a:hover {
	color: #bebebe;	
}

#footer .left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin:120px 0 0 20px;
}

#footer .right {
	float: right;
	width:127px;
	height:127px;
	margin:10px 20px;
	background: url(images/logo_footer.gif) no-repeat;
}

a.dlbtn{width:200px;height:224px;display: block;background: url(images/download.png) no-repeat; background-position: left top;}
a.dlbtn:hover{background-position: right top;}
