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

@font-face { font-family: "Din"; src: url("http://www.youfoundashley.com/faces/din.otf") format("opentype"); }

/* COLORS YEAH!

light grey: EAEAEA
medium grey: DBDBDB
dark grey: C1C1C1

blue grey: AFBEC7
*/


/* #top_bar {
	width: 100%;
	height: 5px;
	background-color: #C1C1C1;
	position: fixed;
	top: 0;
	left: 50px;
	z-index: 7;
}

#bottom_bar {
	width: 100%;
	height: 10px;
	background-color: #C1C1C1;
	position: fixed;
	bottom: 0;
	z-index: 8;
	left: 50px;
} 

*/

#home {
	width: 77px;
	height: 30px;
	background-color: white;
	position: fixed;
	right: 0px;
	top: 35px;
	
	z-index: 8;
	font-size: 14px;
	padding-top: 15px;
	text-align: center;
	font-family: "Din", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	

}
body {
	background: #FFFFFF;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, sans-serif;
	color: #999999;
	background: #fff;
	position: absolute;
	left: 50px;
	top: 115px;
	z-index: 1;
}

body.section-1 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-2 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-3 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-4 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-5 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-6 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-7 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-8 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-9 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-10 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-11 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-12 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-13 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }
body.section-14 { background: #EBEBEB; margin-left: 100px; margin-top: -27px; }

a:link, a:visited {
	color: #81A7B3;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

a img { border: none; }

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


#menu ul {
	list-style: none;
	margin: 0 0 12px 15px;
}

#menu ul li.section-title {
	font-size: 12pt;
	line-height: 18pt;
	font-family: "Din", Helvetica, Geneva, sans-serif;
	color: #81A7B3;
	text-transform: uppercase;
}

#menu ul li a, #menu ul li a:visited {
	color: #999999;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

.indent {
	margin-left: 15px;	
}

h1 { font-size: 32px; }
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; }

#img-container img	{ border: 4px solid #ffffff; }

#once { clear: left; }

.contact_item {
	margin: 0 auto;
	padding: 0;
	padding-top: 2px;
	margin-bottom: 12px;
	margin-left: 5px;
	width: 325px;
	height: 22px;
	float: left;
	font-size: 20px;
}
