﻿
html, body
{
	height: 100%;
}

body
{
	margin-top: 50px;
	padding: 0px;
	background: #f6f6f6; 
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	color: #3f4453;
	text-align: justify;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Englebert', sans-serif;
	color: #3f4453;
}

h2
{
	font-weight: 400;
	font-size: 2.00em;
	color: #3f4453;
}


h3
{
	font-weight: 400;
	font-size: 1.30em;
	color: #3f4453;
}


p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	text-decoration: none;
	color: #3f4453;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	background: #f6f6f6;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.10);
	border-radius: 40px;
	border-color:#3f4453;
	border-style: solid;
	border-width: 4px;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	overflow: hidden;
	width: 920px;
	padding: 0px 40px;
}

/** LOGO */

#logo
{
	float: left;
	width: 350px;
	height: 100px;
}

#logo h1, #logo p
{
}

#logo h1 a
{
	line-height: 100px;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 400;
	color: #3f4453;
}

/** MENU */
/* green color #fffff; */

#menu
{
	float: right;
	width: 550px;
	height: 80px;
	margin-top: 20px;
	background:  #f6f6f6; 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.10);
	border-radius: 20px 20px 0px 0px;
	border-color:#3f4453;
	border-style: solid;
	border-width: 4px;
	border-bottom-width: 0px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li
{
	display: inline-block;
	padding: 0px 20px;
}

#menu a
{
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-family: 'Englebert', sans-serif;
	font-size: 1.50em;
	color: #3f4453;
}

#menu a:hover
{
	/*text-decoration: underline overline;
	font-size: 1.75em;*/
	font-weight: bold;
}

/** PAGE */

#page
{
	overflow: hidden;
	padding: 50px 40px;
}

#page h2
{
	padding-bottom: 20px;
}

/** CONTENT */

#content
{
	float: left;
	width: 600px;
}




/** SIDEBAR */

#sidebar
{
	float: right;
	width: 280px;
}

#sidebar #sbox1
{
	margin-bottom: 30px;
}

/* Footer */

#footer
{
	overflow: hidden;
	padding: 30px 0px;
	color: #3f4453;
}

#footer p
{
	text-align: center;
	font-size: 10px;

}

#footer a
{
	color: #3f4453;
}

.image-style img
{
	margin-bottom: 2em;
	border-radius: 30px;
}

/** LIST STYLE 1 */

.list-style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	color: #3f4453;
}

.list-style1 li
{
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #3f4453;
}

.list-style1 a
{
	color: #3f4453;
}

.list-style1 h3
{
	padding: 10px 0px 5px 0px;
	font-weight: 500;
	color: #3f4453;
}

.list-style1 .posted
{
	padding: 0px 0px 0px 0px;
}

.list-style1 .first
{
	border-top: 0px;
	padding-top: 0px;
}

/** LIST STYLE 2 */

.list-style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li
{
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #3f4453;
}

.list-style2 a
{
	color: #3f4453;
}

.list-style2 .first
{
	padding-top: 0px;
	border-top: 0px;
}

/*.link-style1
{
	display: inline-block;
	margin-top: 20px;
	background: #fffff;
	/*border-style: solid;
	border-width: thin;
	border-color: #323131;
	border-radius: 10px;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Englebert', sans-serif;
	font-size: 1.1em;
	color: #323131;
}
*/

.link-style1 {
	display: inline-block;
	margin-top:10px;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 5px 20px;
	text-decoration: none;
	font-family: 'Englebert', sans-serif;
	font-size: 1.1em;
	color: #3f4453;
	border-color:#3f4453;
	border-style: solid;
	border-width: 2px;
}





a:hover
{
	/*text-decoration: underline overline;
	font-size: 1.75em;*/
	font-weight: bold;
}
