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

body {
	background-color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: left top;
}

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



.active	{ background-color: #e1e1e1; font-style: normal; font-weight: normal; }
a:link { font-family: "Lucida Grande", Verdana, Arial; color: #3f3f3f; text-decoration: none; }

a:active, a:focus { font-weight: bold; text-decoration: none;}
a:visited { text-decoration: none; color: #666; }
a:hover { color: #7f7f7f; text-decoration: none; }

a img { margin-left: 20px; border: none; }


#header {
background-color: white;
margin-left: 0;
margin-bottom: 0;
margin-top: 0px;
text-align: center;
background: none left center;
padding-top: 0px;
padding-bottom: 0px;
background-repeat: no-repeat;
height: 300px;
}

#menu {
font-size: 12px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin-left: 300px;
margin-right: 0;
margin-top: -200px;
padding-left: 0;
padding-bottom: 20px;
padding-right: 0;
height: 200px;
width:700px;
float:left;
font-style:normal;
}

#menu ul li {
font-weight: bold;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #7f7f7f;
position: relative;
padding-right: 0px;
display: block;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 0px;
list-style:none;
float:left;
font-size: 11px;
}

#menu ul li.section-title {
margin-bottom: 1px;
display: inline;
float: left;
padding-left: 5px;
padding-right: 10px;
color: #007273;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight:bold;
}

#content {
font-family:"Times New Roman", ,Georgia, Times, serif;
font-size:12px;
width:800px;
clear:both;
margin: 0px 0 20px 0;
padding: 0px 0 0 0;
background-color:#ededed;
}

.container {
background-color: transparent;
margin-left: 40px;
float: left;
position: absolute;
list-style-position: outside;
width: 690px;
height: 100px;
}



#content p { line-height: 2em; color: #7f7f7f; width: 400px; }

p {
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    color: #7f7f7f;
    font-family: sans-serif;
    font-size: 10px;
    margin: 0 0 9px 0;
}

h1 { margin-bottom: 8px; margin-left: 100px; line-height: 3em; font-style: italic;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #000000; font-size: 11px; }
h2 { margin-left: 520px; float: left; margin-top: 90px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; display: inline-block; position: relative; background-position: 700px; color: white; background-color: #007273; font-size: 9px; }
h3 { font-style: normal; font-weight: normal; font-size: 14px; }
h4 { margin-bottom: 8px; margin-left: 100px; line-height: 3em; font-style: italic;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #007273; font-size: 11px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin-left: 100px; margin-bottom: 0; margin-right: 0; margin-top: 0; width: 400px; padding: 0 0 12px 0; }
element	{ }
img	{ margin-left: 20px; }
#section-static	{ margin-top: 20px; float: right; display: block; position: absolute; background-position: 0; }
li	{ font-size: 14px; font-style: italic; color: black; border-top-width: 10px; border-top-color: white; border-top-style: solid; float: right; margin-right: 20px; display: inline; }
#footer	{ float: left; border-top-color: #cfcfcf; border-top-width: 1px; border-top-style: solid; color: #007273; font-size: 9px; font-style: normal; font-weight: normal; }
element1	{ }

