/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia;
	font-size:13px;
	background: #fff;
	line-height:165%;
	color:#333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:visited { text-decoration: none; color: #0066ff; font-weight:normal; }
a:hover {  background: #ffff00; color: #333; font-weight:normal; }
a:active { text-decoration: none; color: #fff; background: #000; font-weight:normal; }

a.grey:link, a.grey:visited { text-decoration: underline; color: #666; }
a.topLinks:link, a.topLinks:visited { font-size:10px; color:#999; }

.title { line-height:150%; font-family: Arial; font-size:15px; font-weight:bold; color:#000; }
.description { line-height:150%; font-family: Georgia; font-size:13px; color:#333; }
.big { line-height:150%; font-family: Georgia; font-size:30px; font-weight:normal; color:#000; }
.small { line-height:150%; font-family: Georgia; font-size:11px; font-style:italic; color:#666; }

.highlight {  background:#ff0; }
.whitelight {  background:#fff; padding: 3px; }

.avatar { float:left; padding-right: 10px; padding-top: 4px; }

a img { border: none; }

.active { background-color:#f2f2f2; padding: 0px 0px 0px 0px; }

.header { font-family: Arial; font-size:15px; font-weight:bold; color:#000; }
.topLinks { width:600px; height:107px; text-align:right; font-size:10px; color:#666; }
.huge { font-family: Georgia; font-size:60px; font-style:italic; color:#fff; line-height:100%; }
.team { padding: 0px 15px 15px 0px; }

#menu {
    font-size:12px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	margin-left:20px;
	margin-top:20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

ul { margin: 0 0 0 40px; width:600px; }

hr { padding: 10px 0px 10px 0px; border:0; }

#menu ul li.section-title { font-family:arial; font-size:11px; font-weight:bold; }

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 0;
    margin-top:20px;
}

.container {
    padding: 0px 5px 25px 0px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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; }

#once { clear: left; }

#white-left {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 20px;
background: white;
}

#white-right {
height: 100%;
position: fixed;
top: 0;
right: 0;
width: 20px;
background: white;
}

#white-top {
height: 20px;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
}

#white-btm {
height: 20px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: white;
}