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

body {
	background-color:#dadcca;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	
}

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

a:link { text-decoration: none; color:#000000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#fc990c; }

a img { border: none; }

#menu {
	background-color:#dadcca;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    width: 200px;
    overflow: auto;
	position: fixed;
	padding: 5px 5px 5px 5px;
	margin: 120px 0 0 120px;
}

#menu ul {
	list-style: none;
}

#menu ul li.section-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight: bold;
	color: #479d0e;
}

#menu ul li.section-title:hover {
	text-decoration: none; color:#fc990c;
}

#content {
    height: 100%;
    padding: 134px 0 0 375px;
	margin: 0 0 0 0;
}

.container {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
}

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

p {
    margin: 0 0 0 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; }

*Button Style*/
.button {
    float:left;
    height:auto;
    font:76%/150% "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:10em;
    text-align:center;
    white-space:nowrap;
}
/*Button Arrow Styles*/
.arrows {
    font-size:90%;
    margin:0.2em;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}

/*Supersize Plugin Styles*/  
/* body {  
        overflow:hidden;
		z-index:1;  
}  
#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;
	z-index:1;  
}  
#supersize .activeslide, #supersize .activeslide img{  
    display:inline;
	z-index:1;  
}*/ 