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

body { color: gray; font-family: verdana, sans-serif; font-size: 9px; background-color: #ffffff; margin: 20px; }

body.section-1 { }
body.section-2 { }
body.section-3 { background-color: transparent; background-color: #ffffff }

a:link { color: #989898; font-weight: normal; font-style: normal; background-color: white; background-repeat: repeat; text-decoration: none; }
a:visited { color: #989898; background-color: #fff; text-decoration: none; }
a:hover { color: white; background-color: #7ea2cb; text-decoration: none; }
a:active { color: #3cccaa; text-decoration: none; }
a img { border: none; }

#menu { background: #fff; float: left; width: 215px; position: fixed; }

#menu ul { list-style: none; margin: 15px 0 10px; }

#menu ul li.section-title { color: #989898; font-family: "trebuchet ms"; text-transform: uppercase; border-bottom: 1pt dotted #cececb; margin-bottom:5px; width:160px;}
div1 { background-color: #3cccaa; margin: 40px 300px auto 235px; }

#content { background-color: white; min-width: 700px; max-width: 700px; margin: 25px 100px auto 235px; }
.container { font-size: 12px; font-family: verdana; padding: 15px 15px 28.94px 26.01px; }

#content p { position: static; top: 0; left: 0; bottom: 0; width: 400px; height: auto; margin-bottom: 9px; }

p { margin: 0 0 9px; }
p2 { margin: 0 0 9px; padding-right: 12px; padding-left: 36px; }

h1 { color: #7ea2cb; font-size: 16pt; font-family: verdana; font-weight: lighter; }
h2 { color: #7ea2cb; font-size: 10px; font-family: verdana; text-transform: uppercase; line-height: 1.8em; border-bottom: 1pt dotted #cececb; width: 450px;}
h3 { color: #7ea2cb; font-size: 10px; font-family: verdana; text-transform: uppercase; line-height: 1.8em; border-bottom: 1pt dotted #cececb; width: 450px;}


h4 { color: #636363; font-size: 21pt; font-family: georgia; font-weight: lighter; line-height: 32pt; margin-right: 190px; padding-left: 36px; }
h4menuonder { color: #989898; font-size: 9px; font-family: verdana; font-weight: normal; text-decoration: none; }
h5menuonder { color: #989898; font-size: 9px; font-family: verdana; font-weight: normal; background-color: #ededed; text-decoration: none; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px; }
#img-container p2 { width: 600px; margin: 0; padding: 0 0 12px; }
#once { clear: left; }

#img-container a {
   border: none;
   background-color: #fff;
	padding: 3px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#img-container a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


#content a {
	border: none;
	padding: 5px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#content a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background: none;
}


