/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%;
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	background: #fff;
}

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

#logo {
	/**border-left: solid #000 1px;*/
	padding-left: 10px;
	margin-bottom: 40px;
}

#copyr {
	
	padding-left: 10px;
	color: #2D5E65;
	
}

#menu a:link { 
	color: #000;
	text-decoration:none; 
	}
#menu a:active { 
	color: #000;
	text-decoration: none; 
	}
#menu a:visited {
	color: #000;
	text-decoration: none; 
	}
#menu a:hover { 
	color: #000;
	text-decoration:line-through; 
	}
	
#content a:link { 
	color: #000;
	font-weight: bold;
	text-decoration:none; 
	}
#content a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:hover { 
	color: #000;
	font-weight: bold;
	text-decoration:line-through; 
	}

a img { border: none; }

#menu {
    width: 255px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
    margin-left: 50px;
    margin-top: 0px;
	background-color: #fff;
	font-size:1.2em;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	/**border-left: solid #000 1px;*/
	padding-left: 10px;
}

#menu ul li.section-title1 { 
	font-weight: bold;
	color: #2D5E65;
	/**color: #2D5E65;*/
	font-size: 1.5em;
}
#menu ul li.section-title2 { 
	font-weight: bold;
	color: #D65327;
	font-size: 1.5em;
}
#menu ul li.section-title3 { 
	font-weight: bold;
	color: #9ECDC8;
	font-size: 1.5em;
}
#menu ul li.section-title4 { 
	font-weight: bold;
	color: #BEBD72;
	font-size: 1.5em;
}
#menu ul li.section-title5 { 
	font-weight: bold;
	color: #8A8F8D;
	font-size: 1.5em;
}

#content {
    height: 100%;
    margin: 0px 0 0 315px;
    top: 0;
    padding-left: 10px;
    font-size:1.2em;
    line-height: 1.4em;
    border-left: solid #000 1px;
}

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

div#content .container {
    padding-top: 60px;
}

#content p { width: 500px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}

H1 {font-size:2em} 
H2 {
	font-size:1.5em;
	margin-bottom: 20px;
}  
H3 {
	font-size:1.25em;
	margin-bottom: 10px;
	margin-top: 20px;
}  
H4 {font-size:1em} 
 
H5 {font-size:.9em;
   color: #999999;
} 
H6 {font-size:.2em;
   color: #20555B;
   margin-bottom: 20px;
} 
H7 {font-weight: bold;
	color: #2D5E65;
	font-size: 1.5em;
}    
   
   
  

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



