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

body {
	line-height: 16px;
	letter-spacing: 0.4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #fff;
}

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

a:link { color: black; font-style: italic; font-weight: bold; border-bottom-style: solid; border-bottom-color: #009b95; border-bottom-width: 1px; text-decoration: none; }
a:active { color: black; font-style: italic; font-weight: bold; border-bottom-style: solid; border-bottom-color: #009b95; border-bottom-width: 1px; text-decoration: none; }
a:visited { color: black; font-style: italic; font-weight: bold; border-bottom-style: solid; border-bottom-color: #009b95; border-bottom-width: 1px; text-decoration: none; }
a:hover { color: black; font-style: italic; font-weight: bold; border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 1px; text-decoration: none; }

div.thumb-it a:link { border: none; color: #ffffff;}

#menu {
    width: 230px;
    overflow: auto;
    top: 0p
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	z-index:999;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 12px;
	list-style: none;
}

#menu ul li.section-title { font-weight: bold; line-height: 24px; color: black; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; }


#menu li.active a {
background-color: #009b95; color: white; font-style: italic; font-weight: bold; border-bottom-style: solid; border-bottom-color: #009b95; border-bottom-width: 1px; text-decoration: none;
}


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

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

.head{


	letter-spacing: 1px;


	font-style: italic;


	font-weight: bold;


	font-size: 13px;


	font-family: Georgia, "Times New Roman", Times, serif;


} 
#content hr { width: 400px; }


#content p { width: 400px; 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	{ padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 34px; margin: 0; position: absolute; left: 640px; top: 0 ;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#visualindex{
width: 405px;
}