@import url(https://fonts.googleapis.com/css?family=Armata|Pathway+Gothic+One|Monda|Ropa+Sans|Roboto+Condensed:400,300,700,300italic,400italic,700italic);


* {
    margin: 0;
    padding: 0;
}


body {

    background: #ddd url("../images/header_bg.png") top center no-repeat;
    text-align: center;
    font-family: Arial;
	width: 100%;
	margin: 0px auto;
    font-size: 10px;
	
	
	
}
body, html {
min-height: 100.1%;

}

 a {
 text-decoration:none;
 color: #39f;
 }

#main_content {
    display: block;
    margin-top: 0px;
	background: transparent;
    text-align: left;
}
#header {
    
    margin-bottom: 50px;
    padding-top: 50px;
	text-align: center;
	
    
}
#header_inner {
	width:950px;
	text-align: center;
	display: inline-block;
}
.container {
    display: block;
    padding: 20px;
    background: #ddd;
    height: 300px;
    margin-top: 5px;
}

#menu {
    margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	background: rgba(0,0,0,0.0);
}

#menu_list {
    list-style: none;
	text-align: left;
	display: inline-block;
	width: 950px;
    background: #1b1b1b;
    /*box-shadow: 0px 0px 5px 0px #000;*/
}

#menu_list li {
    display: inline-block;
    
}
#menu_list li a {
    display: block;
    padding: 10px 18px;
	color: rgba(255,255,255,0.8);
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-right: -3px;
    text-decoration: none;
}
#menu_list li a:hover {
    background: rgba(0,0,0,0.3);
}
#menu_list li a.active {
	color: #8dbe19 !important;
	background: rgba(0,0,0,0.4);
}

.gray_line {
    height: 10px;
    display: block;
    background: url("../images/gray_line.png") top left repeat-x;
    margin: 50px 0px;
}


h1 {
    font-family: "Armata", "Arial";
    font-size: 25px;
    color: #666;
    font-weight:400;
	margin-top: 10px;
	margin-bottom: 30px;
}

h1 strong {
	color: #8dbe19;
	font-weight: 400;
}


h2 {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-bottom: 3px;
	font-size: 19px;
	font-weight: 400;
	color: #666;
}

h3 {
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #888;
}

p,body {
    /*font-family: "Arial";*/
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 100;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

#footer {
margin-top: 0px;
color: #fff;
background: #ddd;

margin-bottom: 10px;
text-align: center;
font-family: "Monda";

}

#footer_content {
background: #7aa417;
width: 950px;
display: inline-block;
padding: 20px 0px;
}

#footer a {
text-decoration: none;
color: #333;
}
.content {
text-align: center;
padding: 0px 0px;
background: #ddd;
font-family: "Monda";


}


/*
.green_content {
background: #8dbe19;
}
.blue_content {
background: #2da4cb;
}	
.green2_content {
background: #26b756;
}
*/
.inner_content {
	display: inline-block;
	text-align: left;
	width: 900px;
	color: #999;
    background: #fff;
    padding: 25px;
    padding-top: 30px;
}


.profile_content {

padding: 30px 0;
margin-bottom: 0px;
color: #777;
display: block;
/*background: #ccc;*/

position: relative;
padding-left: 150px;
}

.profile_content h2 {
margin-top: 0;

font-size: 21px;
}

hr {
    border: 0;
    height: 2px;
    background: #7aa417;
    /*margin: 30px 0;*/
    clear: both;

}

.profile_title_desc {margin-top: -12px;display:block;color: #aaa;}

.profile_img {
	/*float: left;*/
	margin-right: 30px;
	/*height: 340px;*/
	position: absolute;
    top: 0;
    left: 0;
    /*right: 0;*/
    bottom: 0;
	display: inline-block;
    /*border-right: 2px solid #eee;*/
	padding-bottom: 10px;
	padding-right: 20px;
    padding-left: 0;
    padding-top: 30px;
	
}
.profile_img_inner  {
    width: 120px;
}



.form_element {
width: 700px;
border: 1px solid #ccc;
background: #fff;
padding: 10px;
font-family: Arial;
font-size: 12px;
outline: none !important;
}
.form_element:focus {
border-color: #3399ff !important;
}

.form_submit {
padding: 8px 30px;
font-family: "Monda";
font-size: 14px;
color: #fff;
background: #666;
border: 0;
cursor: pointer;
}
.form_submit:hover {
background: #444;
}
.form_label {
font-size: 14px;
display: inline-block;
margin-bottom: 3px;
}


.subjects {
display: inline-block;
padding: 4px 10px;
font-size: 14px;
font-family: Arial;
background: rgba(255,255,255,0.4);
color: #333;
border-radius: 2px;
}


.index_box {
	display: inline-block;
	width: 260px;
	padding-right: 25px;
	/*border-right: 2px solid #ddd;*/
	margin-right: 24px;
	height: 230px;
	text-align: justify;
	vertical-align: top;
}

.index_box h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 0;
}