/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Monaco, courier, Arial;
	background: #fff;
	line-height: 18px;
	color: #000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	text-decoration: none;
	color: #000;
	font-family: Monaco, courier, Arial;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003acf;
	font-style: normal;
text-transform: uppercase;
line-height: 20px;
}
a:hover {
	text-decoration: none;
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ef006b;
}

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 18;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	font-family: monaco, courier, arial;
	font-size: 12px;
	color: #000000;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ababab;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}

.container {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 15px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-bottom: 3px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.footer {
	font-size: 12px;
	color: #BABABA;
}
hr {
	size:1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
  }
