@charset "UTF-8";
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
:focus, :active { outline: 0 }

ol, ul { list-style: none }

blockquote:before, blockquote:after { content: "" }
blockquote { quotes: "" "" }

header, nav, article, aside, footer, hgroup, section { display: block }

.fright {
	float: right;
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */

/* TYPOGRAPHY */
html {
	background-color: #656565;
}
body {
	width: 700px;
	margin: 0 auto;
	color: #333;
	font: 14px/18px 'ArialMT','Arial',sans-serif;
	font-weight: 400;
}

p { margin-bottom: 18px }

strong { font-weight: bold }
em { font-style: italic }

a { color: #40B247 }
/*a:hover { border-bottom: 1px solid #40B247 }
a:active { border-bottom: 2px solid #40B247 }*/

h1 { 
	font-size: 36px;
	font-family: 'HelveticaNeue-Bold','Helvetica Neue','Arial',sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 16px;
}

.newLine { display: block }


/* HEADER */
hgroup {
	height: 96px;
	margin: 10px 0 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
}
hgroup h1 {
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 8px;
	padding: 40px 0px 0px 50px;
	color: #40B247;
	width: 500px;
	float: left;
}
hgroup img {
	float: right;
	border: 1px solid black;
	margin: 10px;
}

/* Navigation */
nav#global {
	margin: 10px 0 10px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #CDCDCD;
	background-image: -moz-linear-gradient(top, #CDCDCD, #FFFFFF);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CDCDCD),color-stop(1, #FFFFFF));
	box-shadow: inset 0 0 3px #CDCDCD, 0 0 3px #FFFFFF, inset 0 35px 35px -18px #CDCDCD;
	-moz-box-shadow: inset 0 0 3px #CDCDCD, 0 0 3px #FFFFFF;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	text-align: right;
}
nav#global ul {
	height: 35px;
	display: inline-block;
	padding: 0px 10px 0 10px;
}
nav#global ul li { position: relative; display: inline }
nav#global ul li a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 10px;
	color: #666666;
	box-shadow: inset 0 0 3px #CDCDCD, 0 0 3px #FFFFFF, inset 0 35px 35px -18px #CDCDCD;
}
nav#global ul li a:hover {
	border: none;
	color: #999999;
	box-shadow: inset 0 0 3px #EEEEEE, 0 0 3px #FFFFFF, inset 0 35px 35px -18px #EEEEEE;	
}
nav#global ul li a.active {
	color: #66ABC5;
	box-shadow: inset 0 0 3px #EEEEEE, 0 0 3px #FFFFFF, inset 0 35px 35px -18px #EEEEEE;
}
/* MAIN */
#content {
	width: 700px;
	float: left;
}
article {
	background: #ffffff;
	margin: 0 0 10px 0;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #ffffff;
	-moz-box-shadow: 0 0 3px #ffffff;
	-webkit-box-shadow: 0 0 3px #ffffff;
	width: 400px;
	float: right
}

article header {
	color: #40B247;
	height: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}
article header h1 { 
	line-height: 40px; 
	float: left 
}

.button {
	display: block;
	color: #B7614E;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 10px 0 10px;
	height: 34px;
	line-height: 34px;
	background-color: #CDCDCD;
	font-weight: bold;
}
.button:hover {
	color: #E08584;
	border: none;
}


/* SIDEBAR */
aside {
	width: 230px;
	background: #C0C0C0;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px #FFFFFF;
	-moz-box-shadow: 0 0 3px #FFFFFF;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	float: left;
}

aside nav, aside section {
	margin: 5px 10px 15px 10px;
	padding: 0;
	background: none;
}
aside section:last-child { margin-bottom: 0 }

.links li {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #81aeab;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.links li:hover { margin-left: 5px }
.links li a { color: #B7614E;}
.links li a:hover { border: none; color: #E08584;}
.links li .attention {
	margin-left: 10px;
	color: #BF2C3B;
	font-size: 14px;
}

/* FOOTER */
footer section {
	width: 260px;
	float: left;
	margin: 0  0 30px 30px;
	background: #ebe8d9;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;

}
footer section:first-child { margin-left: 0 }

.copyright {
	text-align: center;
	margin: 10px 0 30px;
	clear: both;
}
