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

body { font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1; background-color: #fff; background-position: 0 0; }

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

a:link { color: gray; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { color: gray; text-decoration: none; }
a:hover { color: black; background-color: silver; text-decoration: none; }

a img { border: thin; }

#menu { width: 250px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; line-height: 15px; background-color: #fff; background-repeat: no-repeat; background-position: 0 12pt; }
#menu li { list-style:none; }
#menu ul { margin: 0 0 12px;
};list-style-type: none;list-style-position: outside; 

#menu ul li.section-title { list-style:none; }

#content { height: 100%; top: 0; margin: 38px 0 0 250px; }
#content li { list-style:none; }
.container { padding: 25px 5px 25px 25px; }

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif; width: 400px; border-bottom-style: solid; border-bottom-width: 0.5pt; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }

/* contact form additions */

#contact-form {
width:400px;
}

#contact-form input, #contact-form label {
width:180px;
margin-bottom:2px;
}
#contact-form label.error {
display:block;
color:#CC3300;
width:180px;
}

#contact-form input {
margin-top:4px;
margin-bottom:8px;
}

#contact-form .left {
float:left;
}

#contact-form .right {
float:right;
}

.submit {
clear:both;
margin-top:10px;
display:block;
}
#id { }
