@charset "utf-8";
* {
	margin: 0;
	padding: 0;	
}

body {
	text-align: center;
	height: 100%;
	max-height: 100%;
	background: #e0e0ce;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin: 25px auto;
	background-color: #fff;
	border: 1px #333 solid;	
}

img {
	margin: 15px;	
	margin-top: 10px;
	border: none;
}

a {
	color: #013300;
	text-decoration: none;
	transition: color 200ms ease;
}


a:hover {
	color: #222;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;}

/* nav */
#nav {
	text-align: right;
	padding: 3px 5px;
	padding-right: 40px;
	font-size: 12px;
	text-transform: uppercase;
	background: #336633;
	color: #fff;
}

#nav a {
	padding: 0 20px;
	color: #fff;
	background: none;
}

#nav a:hover, #nav a.current {
	color: #EAEAD0;
}
/* end nav */

/* skyline part */
div#skyline {
	background-image: url(../images/skyline.jpg);
	background-repeat: no-repeat;
	border-bottom: 6px #336633 solid;
	height: 200px;	
}

div#skyline p {
	color: #013300;
	font-style:italic;
	font-size: 24px;
	line-height: 1.2;	
	font-weight: 500;
	display: block;
	width: 350px;
	padding: 25px 25px;
}

/* header */
#header {
	font: Georgia, "Times New Roman", Times, serif;
	
	background: #fff;
	height: 80px;
}

#header div#logo {
	float: left;
	margin: 10px 75px 0 30px;
	width: 80px;
	height: 68px;
	background: url(../images/logo.png) no-repeat;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	font-size: 40px;
	padding: 10px 0 0 20px;
	font-weight: lighter;
	display: inline-block;
	margin:0;
}

#header h2 a {
	padding: 0px;
	margin: 0 0 0 29px;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

#header hr {
	border:none;
	border-bottom: 1px #013300 solid;
	background: #013300;
	width: 350px;
	margin-left: 30px;
	margin-top: -6px;
	margin-bottom: 5px;
	margin-right: auto;
}

#header div#facebook, #header div#linkedin {
	margin: 25px 10px 0 10px;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;	
	background-repeat: no-repeat;
	float: right;
}

#header div#facebook {
	background-image: URL(../images/facebook2.png);
}
	
#header div#linkedin {
	background-image: URL(../images/linkedin2.png);
	margin-right: 50px;
}

/* end header */

/*content */
#content {
	padding: 30px;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#content.main {
	float: right;
	width: 640px;
}

#content p {
	padding: 10px 0;
	line-height: 1.2;
}

#content h1 {
	padding: 0px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

#content h2 {
	text-align: left;
	padding: 8px 0px;
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	padding:5px;
}

#content li {
	margin: 10px 18px;	
}

div.main strong {
	display: block;
	padding-left: 15px;
	padding-top: 20px;
}


/* end content */

/* left_divs*/

#sidebar {
	float: left;
	margin: 0 0 0 20px;
	width: 205px;
	//color: #013300;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	//background: #c7c9a1;
	background:#669966;
	height: 370px;
	padding: 10px;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 5px;
	padding-top: 18px;
}

#sidebar ul {
	padding:0;margin:0;
	margin-left: 20px;
}

#sidebar li {
	list-style: none;
	margin: 8px 0;
}

#sidebar div {
	padding: 30px 15px;	
}

#sidebar hr {
	border:none;
	border-bottom: 1px #013300 solid;
	background: #013300;
	margin: 40px 20px;
}

#sidebar p {
	font-size: 22px;	
	line-height: 1.5;
	text-align: center;
	font-style: italic;
}

#sidebar div.one {
	background: #b5b488;
	padding: 25px 15px;
}

#sidebar div.one p {
	font-size: 18px;
	margin:0;padding:0;
	font-style:italic;
}

#sidebar div.two {background: #c6c599;}
#sidebar div.three {background: #d6d5a5;}

#sidebar h3 {
	text-transform: uppercase;	
	padding: 5px;
	padding-left:0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

#sidebar div p {
	margin-left: 8px;
	font-size: 13px;
	color: #013300;
	line-height: 1.3;
}

#sidebar div a {
	font-style: italic;	
}

/* left_divs


/* random */
.clear {
	clear: both;	
}
div.clear {
	height: 0;
	padding:0;margin:0;	
}

/*  end random */


/* footer */
#footer {
	padding: 10px;
	background: #fff;
	border-top: 8px solid #336633;
}

#footer p {	
	text-align: right;
	font-size: 16px;
	color: #336633;
}

#footer a {
	color: #444;
	font-style: italic;
}

#footer a.no-link-dec {
	color: inherit;
	font-style:normal;
}

#footer a:hover {
	color: #222;
}

/* end footer */
