/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 125px;
	background-color: #171717;
	color: #999;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: 250px;
	padding-left: 10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #999999;
}
a:active { text-decoration: none; }
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006699;
}

a img { border: none; }

#menu {
	width: 180px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding-top: 35px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 16px;
}
#menu a:hover {
	background-color:#069;
	color: #FFF;
	padding: 2px;
	padding-left:3px;
	padding-right:3px;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu .section-title {
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 13px;
	background-color:#F2F2F2
}

#content {
    height: 100%;
    margin: 0 0 0 190px;
    top: 0;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#img-container	{
	margin: 0;
	padding: 0;
}

#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
	border-color: #000;
}

#once { clear: left; }
.updatetxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 20px;
}
strong {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
.degree {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
}hr {
	width: 615px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.fawad {
	color: #006699;
	font-size: 11px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #DFDFDF;
	padding-bottom: 3px;
	font-weight: inherit;
}

