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

body {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	color:#CFCFCF;
	background: #111 url(http://junoworks.com/images/junobackground1.jpg) no-repeat;
}

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

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

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	top: 150px;
	bottom: 0;
	left: 80px;
	position: absolute;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 18px;
}

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

#menu ul li.section-title { }

#content {
	height: 100%;
	width: 700px;
	margin: 0 0 0 300px;
	top: 150px;
	position: absolute;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; 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: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


.logotop {
	position: absolute;
	height: 99px;
	width: 299px;
	left: 120px;
	top: 30px;
}

.pagehead {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	color:#DDDDDD;

}
.calloutbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px;
	float: left;
	height: 480px;
	width: 600px;
	border: 3px solid #CCCCCC;
}
