body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background: #3f3f3f url(images/body.jpg) repeat;
}
		
a:link, a:visited { color: #3aa5cd; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFF00; }

p { margin: 0px; padding: 0px; }

.item {
	text-decoration: underline;
}

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }
.margin_r40 { margin-right: 40px; }
.margin_r50 { margin-right: 50px; }

.h_divider { display: block; width: 100%; height: 5px; background: url(images/divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 10px;
	width: 98px;
	height: 27px;
	background: url(images/readmore.png) no-repeat;
}

.readmore a:hover {
	background: url(images/readmore_hover.png) no-repeat;
}

#gaak_wrapper {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#_menu {
	width: 980px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	background: url(images/menu.jpg) no-repeat;
}

#_menu ul {
	width: 540px;
	margin: 0 auto;
	padding: 26px 10px 0 10px;
	list-style: none;
}

#_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#_menu ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 20px 0 20px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
}

#_menu li a:hover, #_menu li .current {
	color: #ffffff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* end of menu */

/* site title */

#_header {
	width: 980px;
	height: 128px;
	margin: 0 auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

#_header #site_title {
	padding-top: 35px;
	width: 980px;
	text-align: center;
}

#_header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* end of site title */

#_content_wrapper_outter {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#_content_wrapper {
	width: 830px;
	padding: 40px 75px 0 75px;
	background: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.content_section {
	clear: both;
	margin-bottom: 40px;
}

.content_section h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #5e6972;
	font-size: 18px;
	background: url(images/header.png) left bottom no-repeat;
}
.content_section h3 {
	font-size:12px;
	font-weight:normal;
	color: #ccc;
	margin:20px 0 0 0;
	border-bottom:1px dashed #5e6972;	
}


.section_w150 {
	float: left;
	width: 150px;
}

.section_w160 {
	float: left;
	width: 160px;
}

.section_w170 {
	float: left;
	width: 170px;
}

.section_w180 {
	float: left;
	width: 180px;
}

.section_w200 {
	float: left;
	width: 200px;
}

.section_w240 {
	float: right;
	width: 240px;
}

.section_w250 {
	float: left;
	width: 250px;
}

.section_w270 {
	float: left;
	width: 270px;
}

.section_w300 {
	float: left;
	width: 300px;
}

.section_w350 {
	float: left;
	width: 350px;
}

.section_w490 {
	float: left;
	width: 490px;
}

.section_w530 {
	float: left;
	width: 530px;
}

.section_w630 {
	float: left;
	width: 630px;
}

.section_w640 {
	float: left;
	width: 640px;
}

.project_image {
	border: 5px solid #4d5359;
	margin-bottom: 10px;
}

.news_box {
	padding-bottom:5px;
	margin-bottom:40px;
	border-bottom:1px dashed #8a9ba8;	
	color:#ccc;
}

.news_box .post_info {
	color: #999999;
}

.news_box .post_info a {
	color: #ffffff;
}

.news_box .post_info span {
	color: #ffffff;
}


.service {
	margin: 15px 0 0 20px;
	padding: 0px;
	list-style-image: url(images/list.png);
}

.service li {
	margin: 0;
	color: #3aa5cd;
	padding: 0 0 0px 5px;
}

#_footer {
	width: 840px;
	height: 105px;
	color: #666;
	padding: 5px 70px 0 70px;
	background: url(images/footer.jpg) no-repeat;
}

#_footer a {
	color: #666;
}

#_footer a:hover {
	color: #333;
}

#subscribe_button {
	width: 104px;
 	height: 29px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	white-space: pre;
	background: url(images/button_01.png) no-repeat; 
	color: #cfa937;
	border: none;
}

.input_field {
	background-color:#252a2e;
	color:#ccc;
	width:170px;
	border:1px solid #5e6972;
	margin:0 0 10px 0;
}


input.btnImg {
	border:none;
	width:98px;
	height:27px;
	background:url(images/btnSearch.png) top no-repeat;
}

input.btnImg:hover {
	background-position:0px -27px;
}

.fr {
	float:right;
	color:#5e6972;
	font-weight:normal;
	font-size: 12px;
}
.frn {
	float:right;
	color: #ccc;
	font-weight:normal;
	font-size: 12px;
}

.ns {
	font-weight:normal;
	font-size: 12px;
}

form {
	clear:both;
	width:100%;
	margin:10px 0 0 0;
}

.btnCenter {
	clear:both;
	width:100%;
	text-align:center;
}

.itm, .desc {
	margin-bottom:30px;
	border-bottom:1px dashed #5e6972;	
	color:#ccc;
}

.itm a {
	display:block;
}

.itm a:hover {
	text-decoration:none;
}


#contact_form {
	float:left;
	padding:0px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form label {
	display: block;
}

#contact_form form textarea {
	background-color:#252a2e;
	width: 490px;
	height: 100px;
	border: 1px solid #5e6972;
	color:#ccc;
	margin:0 0 10px 0;
}

#contact_form form .btnImg {
	border:none;
	width:98px;
	height:27px;
	background:url(images/btnSend.png) top no-repeat;
}


#contact_form form .btnImg:hover {
	background-position:0px -27px;
}

#dwf {
	margin:0;
	text-align:right;
}
#dwf form {
	margin:0;
	padding:0;
}
#dwf form .btnImg {
	border:none;
	width:98px;
	height:27px;
	background:url(images/btnDownload.png) top no-repeat;
}
#dwf form .btnImg:hover {
	background-position:0px -27px;
}


#dnt {
	margin:0;
	text-align:right;
}
#dnt form .btnImg {
	border:none;
	width:98px;
	height:27px;
	background:url(images/btnDonate.png) top no-repeat;
}
#dnt form .btnImg:hover {
	background-position:0px -27px;
}

