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

body {
	font-family: sans-serif;
	line-height: 14px;
	font-size: 12px;
	background: #fff;
}

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

a:link { text-decoration: none; color: #6b6b6b; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #6b6b6b; }
a:hover { background-color: #6b6b6b; text-decoration: none; font-weight: none; color: white; }

a img { border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; border-width: 0px; font-style: normal; font-weight: normal; text-transform: none; text-decoration: none;}


#menu {
	text-decoration: font-weight: bold ; font-color: #369be9;
    width: 260px;
    font-size: 11px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

/*#menu a:link { text-decoration: none; color: #f02458; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #f02458; }
#menu a:hover { background-color: #f05909; text-decoration: none; font-weight: none; color: white; }*/

#menu ul {
	border-top-color: #6b6b6b;
	border-top-style: none;
	border-top-width: 1px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0;
	list-style: none;
}

#menu ul li.section-title { border-bottom-color: #6b6b6b; border-bottom-style: none; border-bottom-width: 1px; margin-left: 0px; margin-bottom: 5px; text-transform: capitalize; margin-top: 5px; text-decoration: none; color: black; font-weight: bold; font-size: 12px}

#content {
    width: 80%;
    margin-left: 250px;
    height: 100%;
	margin-top: 40px;
    top: 0;
}

.highlight {
	color: black;
}

.logo {
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	color: #6b6b6b;
}
.logo a:link { font-size: 12px; font-weight: bold; text-decoration: none; color: black; }
.logo a:active { font-size: 12px; font-weight: bold; text-decoration: none; }
.logo a:visited { font-size: 12px; font-weight: bold; text-decoration: none; color: black; }
.logo a:hover { font-size: 12px; background-color: #6b6b6b; text-decoration: none; font-weight: none; color: white; }

.foot {
    text-transform: capitalize;
    font-family: sans-serif;
    padding-bottom: 10px;
    padding-top: 9px;
    line-height: 13px;
    font-size: 9px;
    color: #b7b7b7;
    border-top-style: none;
    border-bottom-style: none;
    
}

.container {
    margin-top: 10px;
    margin-left: 30px;
    border-style: none;
    color: #7b7b7b;
}

#content p { width: 800px; }
#content .container p { margin-top: 10px; border-style: none; width: 800px; background: #fff; }

#content .header {
	padding-top: 15px;
	font-family: sans-serif;
	padding-bottom: 10px;
	border-bottom-color: #22ec9d;
	border-bottom-style: none;
	text-transform: none;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

hr {

	width: 70%;

	border-top-color: #a9a9a9;

	border-left-style: none;

	border-bottom-style: none;

	border-right-style: none;

	border-top-style: dotted;

	border-left-width: 0px;

	border-bottom-width: 0px;

	border-right-width: 0px;

	border-top-width: 1px;

	margin-bottom: 10px;

	margin-top: 30px;

}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#img-container a.thickbox:link { border-bottom: 3px transparent solid; }
#img-container a.thickbox:hover { border-bottom-color: black; border-bottom: 3px solid; }

#img-container	{ margin-top: 10px; }
#img-container p	{ padding-bottom: 12px; padding-right: 5; width: 400px; }

#once { clear: left; }
