/*

CSS Credit: http://www.templatemo.com/

*/

html {

	background: #333333;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333333;

	width: 100%;

	display: table;

}

a { color: #CCFF00; }
a:hover { color: #FFFFFF; }

#background_section_top {

	width: 100%;
	
	height:217px;

	background: url(images/background_section_top_bg.jpg) repeat-x;

}

#background_section_middle {

	width: 100%;
	
	background: #333333;
	
	clear: both;
	
	overflow:hidden;

}

#background_section_bottom {

	width: 100%;
	
	height: 327px;

	background: url(images/background_section_bottom_bg2.jpg) repeat;
	
	float: left;

}

.container {
	width: 1000px;
	margin: auto;

}

#header {

	width: 100%;
	height:168px;	
	background:url(images/header_bg.jpg) repeat-x;

}

/* Logo Area */
#logo_section {

	width:auto;
	height:auto;
	margin-top:60px;
	margin-left: 60px;
	float:left;	
	display: inline;
}


#logo_section h1 {
	padding-top: 10px;
	font-size: 36px;
	color:#9F0;
	margin:0px;
	font-family: "Myriad Pro";
		
}

#logo_section h2{
	font-size:24px;
	color:#999999;
	padding-top:5px;
	font-weight: normal;
	font-family: "Myriad Pro";
	
}
/* End Of Logo Area*/
/* Search Box*/

#search_box{
	width: 338px;
	height: 52px;
	float: right;
	margin-top: 90px;
	margin-right: 20px;
	background:url(images/search_box_bg.jpg) no-repeat;
}

#textfield{
	width: 200px;
	height: 18px;
	margin-top: 15px;
	margin-left: 15px;
	background: #000;
	color: #FFF;
	border: solid 1px #3b3b3b;
	padding-top: 5px;
	padding-left: 5px;
}

#button{
	background: url(images/button.jpg); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin-left: 10px;
	padding: 0 5px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 80px;
	color: #fff;
}

/* End Of Search Box*/
/* Menu Section */

#menu_panel{
	width:100%;
	height: 49px;	
	margin: 0 auto;
	background: url(images/menu_bg.jpg) repeat-x;
	float:left;
}

#menu_panel #menu_section{
	width: 930px;
	height: 49px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding-top: 4px;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#menu_section li a:hover, #menu_section li .current{
	color: #CCC;
	height:36px;
	background:url(images/menu_current.jpg) repeat-x;
}

/* End Of Menu */

/* Left Section */

#left_section {
	width: 560px;
	float: left;
	margin: 10px 0px 10px 35px;
	color: #9F0;
	font-family: "Myriad Pro";
	font-size: 14px;
	
}

* html #left_section {

	margin-left: 15px;
}

.post {
	
	width: 552px;
	margin-top: 5px;
	margin-bottom: 15px;
	
}

.post_top {
	width: 551px;
	height: 47px;
	background: url(images/post_top.jpg) no-repeat;
	text-align: center;
	font-family: "Myriad Pro";
	
}

* html .post_top h1{
	margin-bottom: -11px;
}

.post_top h1{
	font-size: 14px;
	color:#9F0;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
	text-align: center;
}

.post_mid {
	width: 551px;
	background: url(images/post_middle.jpg) repeat-y;
	text-align: center;
	color: #9F0;
	font-family: "Myriad Pro";

}

.post_bottom {
	
	width: 551px;
	height: 39px;
	background: url(images/post_bottom.jpg) no-repeat;
	
}

.post_mid img{
	
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;

}

.post_mid p{
	font-size: 24px;
	color:#F00;
	margin : 0px 25px 25px 25px;
	text-align: justify;

}

span.post{
	margin: 25px;
	color: #999999;
	font-size: 11px;
	
}



/* End Of Left Section */
/* Right Section */
#right_section {
	width: 310px;
	float: right;
	margin: 10px 30px 10px 0px;
	text-align: center;
	
}

* html #right_section {

	margin-right: 15px;
}

.section_box {
	
	width: 292px;
	margin-top: 5px;
	margin-bottom: 15px;

	
}



.section_box_top {
	
	width: 292px;
	height: 41px;
	background: url(images/section_box_top.jpg) no-repeat;

}

* html .section_box_top {
	margin-bottom: -11px;
}

.section_box_top h1{
	font-size: 18px;
	color:#999999;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 15px;

}

.section_box_mid {
	
	width: 292px;
	background: url(images/section_box_middle.jpg) repeat-y;
}


.section_box_mid p{
	
	font-size: 12px;
	color:#fff;
	margin : 0px 15px 15px 15px;
	text-align: justify;

}

.section_box_mid p a{
	
	font-size: 12px;
	color:#ccff00;

}

.section_box_mid img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-left: 13px;
	border:none;

}

.section_box_mid ul{
	
	margin-bottom:15px;
	margin-top:0px;
	padding-right:15px;
	color: #fff;
}

.section_box_bottom {
	
	width: 292px;
	height: 28px;
	background: url(images/section_box_bottom.jpg) no-repeat;
	margin-top: -15px;


}


/* End Of Right Section*/

.clear{
	clear:both;
	height:1px;
	text-align: center;
}

#bottom_panel {
	clear: both;
	width: 100%;
	height: 322px;
	margin: 0 auto;
	background: url(images/background_section_bottom_bg.jpg) repeat-x;	
}

#bottom_panel #bottom_section{
	width: 960px;
	margin: 0 auto;
	height: 322px;
	text-align: center;

}

#bottom_section .bottom_sectioin_box {
	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 30px;
	width: 278px;
	border: 1px solid #333333;
	background-color: #191919;
}

.bottom_sectioin_box .top{
	
	width: 263px; /* +15 for padding left and + 2 for border */
	height: 25px;
	margin-top: 5px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	background: url(images/buttom_section_box_top.jpg) no-repeat;
	
}

.bottom_sectioin_box .body{
	width: 248px;
	padding: 15px;
}

.bottom_sectioin_box .body ul{
	margin-left: 20px;
	padding: 0px;
	color: #fff;
	font-family: "Myriad Pro";
}

.bottom_section_box .body li{
	margin: 0px;
	padding: 0px;
}

.body p{
	
	text-align: justify;
	margin: 10px;
	padding: 0px;
	color: #fff;
}

#bottom_section #footer_section{
	clear: both;
	text-align: center;
	width: auto;
	margin-top: 30px;
	color: #fff;
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}
#background_section_middle .container #left_section .post .post_mid p {
	color: #9F0;
}
dfg {
	color: #FFF;
}
#background_section_middle .container #left_section .post .post_top .post_top p {
	color: #FFF;
	font-family: "Myriad Pro";
	font-size: 14px;
}
#background_section_middle .container #left_section .post .post_top p {
	color: #9F0;
}
#background_section_middle .container #left_section .post .post_top p {
	font-size: 14px;
	text-align: justify;
}
.xfg {
	color: #9F0;
}
#background_section_middle .container #left_section p {
	text-align: center;
}
#background_section_middle .container #left_section p {
	text-align: center;
	font-family: "Myriad Pro";
	font-size: 16px;
}
#background_section_middle .container #left_section p {
	color: #D6D6D6;
}
#background_section_middle .container #left_section p {
	font-size: 14px;
}
#background_section_middle .container #left_section p {
	color: #9F0;
}
#background_section_middle .container #left_section p {
	color: #FFF;
}
#background_section_middle .container #left_section pg {
	color: #9F0;
}
#background_section_middle .container #left_section p {
	color: #FFF;
}
#background_section_middle .container #left_section p {
	text-align: justify;
	color: #FFF;
}
.ou {
	color: #9F0;
	font-family: "Myriad Pro";
	font-size: 12px;
}
.dfg {
	color: #CCC;
}
.g {
	color: #9F0;
}
.e {
	color: #9F0;
}
.pp {
	color: #9F0;
}
#background_section_middle .container #left_section p {
	color: #9F0;
	font-size: 16px;
	list-style-type: circle;
	height: auto;
	width: auto;
	font-family: "Myriad Pro";
}
#background_section_middle .container #left_section p {
	font-size: 14px;
}
#background_section_middle .container #left_section pfg {
	font-family: "Myriad Pro";
}
hgngng {
	text-align: center;
}
#bottom_panel #bottom_section p {
	color: #9F0;
	text-align: center;
}
#bottom_panel #bottom_section table {
	text-align: left;
}
#bottom_panel #bottom_section table {
	text-align: center;
}
hkl {
	text-align: center;
}
