/* CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-size: 13px;
	color: #e4e4e4;
	line-height: 19px;
	font-family: Helvetica, arial, sans-serif;
	background: #453436;
}

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

a:link { 
	font-family: Helvetica, arial, sans-serif;
	text-decoration: none;
	color: #4ab9ef;
}

a:active { 
	text-decoration: underline;
	color: #4ab9ef;
}

a:visited { 
	text-decoration: none;
	color: #4ab9ef;
}

a:hover { 
	text-decoration: underline;
	color: #4ab9ef;
}

a img { 
	border: 0;
	background-color: none;
	}
	
img { 
	border: 0;
	background-color: none;
	padding-bottom: 15px;
	}
	
#break {
	margin-top:15px; 
	margin-bottom:15px;
}

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 30px;
	left: 0;
    position: fixed;
    height: 100%;
	background: #453436;
}

#menu ul {
	list-style: none;
	margin: 0px 0 15px 22px;
}

#menu ul li.section-title {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;	
	font-style: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-color: #dedede;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #dedede;
	border-top-style: solid;
	border-top-width: 2px;
}

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

#content ul {
	list-style: none;
	margin: 0px 0 15px 0;
}

#content ul li.break {
	margin-top: 5px;
	border-bottom-color: #99CCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

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

#content p { 
	width: 600px; 
	padding: 0px;
	border: 0px;
	}

p {
    margin: 0 0 9px 0;
    font-family: Georgia, Times New Roman, serif;
}
p.small{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    font-size: 11px;
    color: #e4e4e4;
    border: 0px;
    padding: 0px;
    line-height: 14px;
}
h1	{	
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;	
	width: 600px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 120px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #dedede;
	border-top: 2px solid #dedede;
	}
/*h1 { font-size: 22px; font-family: Helvetica, Arial, sans-serif; color: #e4e4e4; font-style: normal; font-weight: normal; padding-top: 122px; }*/
h2 { font-size: 28px; font-family: Helvetica, Arial, sans-serif; color: #e4e4e4; font-style: normal; font-weight: normal;  }
h3 { font-size: 14px; }
h4 { font-size: 10px;  color: #ccc; font-style: italic; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 610px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }
