/**
* CSS
* 
* @modifications by arransalerno.com
* 
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Georgia, times, serif;
                	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: underline;}

a img { border: none; }

#menu {
	width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	padding: 0x 0px 20px 0px;
       font-style: italic;
	
}


#menu ul li.section-title {
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #000000;
	color: #000000;
	margin:0pt 0pt 5px;
	padding-bottom: 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align:right;
}

#menu li.active a, #menu a:active
{
	text-decoration: none;	
	color: #000000;
	background-color: #F0F0F0;
}
#menu a:hover, #menu li.active a:hover
{
	text-decoration: none;
	background-color: #DFDFDF;
}

#flashcontent {
height:720px;
}

#content {
    height: 100%;
    margin: 58px 25px 30px 250px;
    top: 0;
}

.container {
    padding: 30px 5px 25px 15px;
}

#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; }
#copy {
	color:#999999;
	font-size: 9px;
}


#once { clear: left; }