/**
* CSS
* 
* @version 0.1
* @author Jong
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: white;
	color:#aaa;
	margin:0;
}

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

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

a img { border: none; }
#base{
	width:100%;
	min-height:4em;
}
#menu {
    width: 100%;
	height:2.5em;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color:#222;
	z-index:99;
}
#menu hr{display:none;}
#menu p {
	display:inline;
	float:left;
	height:2.5em;
padding-left:1em;padding-right:1em;
	line-height:2.5em;
}
#menu ul {
	display:inline;
	float:left;
	list-style: none;
	height:2.5em;
	overflow:hidden;
	background-color: #222;
	padding:0;
	margin:0;
	text-align:center;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#menu ul:hover{
	color:black;
	padding-bottom:3px;
	height:auto;
	background-color:#999;}
#menu ul a{
	display:block;
	color:#666;
}
#menu ul a:visited{
	color:#06d;
}
#menu ul a:hover{
color:black;
background-color:#bbb;
text-decoration:none;
}
#menu ul li{
	line-height:2.5em;
	display:inline;
	width:100%;
	overflow:hidden;
	padding:0!important;
}
#menu ul li a{
	padding:.3em;
	padding-left:1em;
	padding-right:1em;
}
#menu ul li.section-title {line-height:2.5em; min-width:6em;padding-left:.5em;padding-right:.5em;text-transform:capitalize; }
#menu ul li[class="section-title"]{
	display:block;
	//display:inline;}
#menu ul li.section-title:hover { cursor:pointer; background-color:#bbb; color:#333; }

#content {
	margin-top:7em;
    width: 100%;
    top: 0;
    margin: 100px 0 0 80px;
    background-color: white;
}
#flashcontent{
	height: 600px;
}

hr{
	border:0;
	background-color: grey;
	height:1px;
}
#content p { width: 60%; margin-bottom: 1em; padding:1em; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
