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

body {
	font-size: 12px;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	background: #fff;
}


#logo {font-size: 50px; color:#fff; text-transform:uppercase; float:right; position:absolute; z-index:10; }
#logo a {color: #fff !important; font-family: Rockwell extra bold, 'Century Gothic', Helvetica, Arial, sans-serif;}
#logo a:visited {color: #fff !important;}
.HPheader {font-size: 36px; color:#3782ac; text-transform:uppercase; font-family: Rockwell extra bold, 'Century Gothic', Helvetica, Arial, sans-serif;}
.header {font-size: 24px; color:#3782ac; text-transform:uppercase; margin-bottom:20px; font-weight:bold; font-family: Rockwell extra bold, 'Century Gothic', Helvetica, Arial, sans-serif;}
h1 		{font-size: 24px; color:#3782ac; text-transform:uppercase; margin-bottom:20px; font-weight:bold; font-family: Rockwell extra bold, 'Century Gothic', Helvetica, Arial, sans-serif;}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3782ac;}
a:active { text-decoration: none; }
a:visited { text-decoration: none;  color: #3782ac; }
a:hover { 
	color:#FFF;
	display: inline-block;
	color: #eee121;
	}

a img { border: none; }

#menu {
    width: 270px;
    overflow: auto;
	position: fixed;
    top: 0;
    bottom: 0;
	left: 0;
    
    height: 100%;
	background-color: #3782ac;
	color:#be3760;
	
}
#menu ul {
	list-style: none;
	margin: 0 0 22px 0;
	font-size:12px;
	padding: 2px 0 !important;
	line-height: 14px;
}
#menu a {
	color:#EEE121;
	width:100%;
	
}
#menu ul a:hover {
	background-color:#f7f081;
	text-decoration: none !important;
}
#menu ul li.section-title { color: #FFF !important; font-size:21px; text-shadow:#333; font-weight:bold; text-transform:uppercase;font-family: Rockwell extra bold, 'Century Gothic', Helvetica, Arial, sans-serif; padding-bottom: 5px !important; }


#content {
    height: 100%;
    margin: 50px 100px 0 400px;
    top: 0;
}

.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; }
.invisible { display:none;}