@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300italic,700);

* {
	margin:0;
	padding:0;
}


body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background-color:#0d2b54;
	color: #c8ccd1;
	overflow-x:hidden;
}


a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#f1bb00;
	text-decoration:underline;
}
a:hover {
	font-size:14px;
	color:#f1bb00;
	text-decoration:none;
}

h2 {
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-weight:700; 
	padding:30px 0 10px 0;
}
p {
	font-family: 'roboto-regular';
	line-height: 150%;
	color:#A7A6A6;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	
-webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px 1px 7px 0px rgba(50, 50, 50, 0.45);
box-shadow:         0px 1px 7px 0px rgba(50, 50, 50, 0.45);
	
}

/*main menu*/
#navcontainer {
	
}
#navcontainerBox ul {
	padding:32px 0;
}
#navcontainerBox {
	list-style-type: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	width: 960px;
	height:77px;
	text-align:center;
}

#navcontainerBox h1 {

	padding:15px 0 0 0;
	font-weight:normal;
	

}
#header h1 a {

	color:#f1bb00;
	font-size:36px;
	text-decoration:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

#copyright {
	width:100%;
	margin-top:20px;
	bottom: 0;
	left: 0;
	background-color:#FFFFFF;
	position:fixed;
	
-webkit-box-shadow: 0px -1px 7px 0px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px -1px 7px 0px rgba(50, 50, 50, 0.45);
box-shadow:         0px -1px 7px 0px rgba(50, 50, 50, 0.45);
	
}
#copyright p {
	font-family: 'Roboto', sans-serif;
	width:960px;
	margin: 0 auto;
	padding: 5px 0;
	text-align:center;
	font-size:11px;
	color:#0d2b54;
}
#copyright p a {
	font-size:12px;
}
.clearer {
	clear:both;
}
/*main menu*/
#navcontainer {
	
}
#navcontainerBox ul {
	padding:32px 0;
}
#navcontainerBox {
	list-style-type: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	width: 960px;
	height:77px;
	text-align:center;
}


.content {
	max-width: 1150px;
	margin: 0 auto 5px auto;
	position: relative;
	padding: 0 0 0 0;
	display: block;
	color: #777;
	background-size: 100%;
}


.content .sub_content_main, .content .sub_content_pages {
	text-align: center;
	padding: 1px 10px 32px 10px;
	margin: 6px auto 0 auto;
	max-width: 900px;
	background-color: #0d2b54;
	min-height: 420px;
	position: relative;
	color: #666;
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 13px;
}


img#site-title {
	max-width: 150px;
}






