/**
* This edits the main structure of the front end appearance 
*
*CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-attachment:fixed;
	background-image: url('http://cicadaonline.com/josh/files/bgedge.jpg');
	background-position: 250px 0pt;
	background-repeat: repeat-y;
}


.support {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 1.4em;
	}
	
.news {
	font-family: Helvetica, Arial;
	font-size: 12px;
	width: 400px;
	
}


.bold {
	font-family: Helvetica, Arial;
	font-weight: bold;
	}


body.section-1 { padding-left: 20px;}
body.section-2 { padding-left: 20px;}
body.section-3 { padding-left: 20px;}

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



a img { border: none; }

#menu {
    font-size: 12px;
	font-family: Baskerville, Georgia, Arial, sans-serif;
	width: 250px;
    padding: 150px 0 0 20px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	background: url(http://cicadaonline.com/josh/files/indexhibitlogo.jpg) top left no-repeat;
	
}

#menu a:link, a:active, a:hover {
	color: #333333; text-decoration: none;
}

#menu a:hover { color: #333333; text-decoration: underline;}

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

#menu ul li.section-title { 
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 320px;
    padding-top: 20px;
    top: 0;
}

#content a:link, a:active, a:hover {
	color: red; text-decoration: none;
}

#content a:hover { color: #333333; text-decoration: underline;}

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

#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; }