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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-image: url(../../../files/random/wood_white.jpg);
}

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

a:link { text-decoration: none; color: #2e3192; }
a:active { text-decoration: none; color: #2e3192; }
a:visited { text-decoration: none; color: #2e3192; }
a:hover { text-decoration: underline; color: #2e3192; }

a img { border: none; }

#menu {
	opacity:1;
	float:left;
	width: 235px;
	overflow: auto;
	overflow: auto;
	top: 60px;
	left: 60px;
	position: fixed;
	height: 100%;
	background: #FFFFFF;
	text-align:right;
	z-index: 9999;
	padding: 10px;
}


/* The following sets the style for the section heading */

#menu ul { list-style: none; margin: 0px 0px 10px 0px; }
	
#menu ul li a { color: #2e3192; text-decoration: none;}
#menu li.link {	text-decoration: none; background: #ffffff;}
#menu li.active { text-decoration: none; background: #00aeef;}
#menu li.visited { color: #ffffff;text-decoration: none; background: #00aeef; font-weight: bold;}
#menu ul li a:hover { color: #ffffff; text-decoration: none; background: #00aeef;}

a img { border: none; background:transparent; }

#menu ul li.section-title {
	color:#000000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:none;
	text-decoration:none;
	border-bottom: 1pt dotted;
	margin: 0px 0px 10px 0px;
	}
	
#menu ul li.section-title a:link { color: #00aeef; font-weight: bold; font-size: 10px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 10px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 10px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 10px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }


/* CONTENT AREA */

#content {
	height: 100%;
	top: 65px;
	cursor:move;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 340px;
}

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

#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	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }