/**
* CSS
* 
* #33cccc
*
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 19px;
	font-weight: bold;
}

a:link { text-decoration: none; color: #000; border-bottom: 1px solid #ccc; padding: 3px 0 2px 0;}
a:active { text-decoration: none; color: #000; border-bottom: 1px solid #ccc; padding: 3px 0 2px 0;}
a:visited { text-decoration: none; color: #000; border-bottom: 1px solid #ccc; padding: 3px 0 2px 0;}
a:hover { text-decoration: none; color: #000; border-bottom: 3px solid #000; padding: 3px 0 2px 0;}

a img { border: none; }

.container {
    padding: 50px 50px 55px 50px;
}


/* MENU */

#menu {
    width: 100%;
    overflow: scroll;
    top: 0px;
    bottom: 0;
	left: 650px;
	right: -1px;
    position: fixed;
    height: 100%;
    z-index: 1px;
    padding: 45px 0 0 0;
}


#menuborder {
    width: 100%;
    overflow: scroll;
    top: 61px;
    bottom: 0;
	left: 650px;
	right: -1px;
    position: fixed;
    height: 100%;
    z-index: 1px;
    padding: 0;
}



#menu ul {
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	margin: 0 0 0 0;
	text-indent: 16px;
}

#menu ul li.section-title {
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		text-indent: 3px;
		color: #ff3300;
		padding: 5px 0 0 0;

}



hr {
    border-style: solid;
    border-color: #000;
    border-width: 3px 0 0 0;
    padding: 0 0 5px 0;
    }

p {
    margin: 0 0 9px 0;
}

ul {
	list-style: none;
	line-height: 20px;
	}
	
/* CONTENT */

h1 {
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-weight: bold;
	padding: 30px 0 2px 0;
	color: #ff3300;

	}

h2 {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 30px 0;
	}

.onept {
    border-style: solid;
    border-color: #999;
    border-width: 1px 0 0 0;
    padding: 0 0 3px 0;}

span {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}

.caps {
	letter-spacing: 1px;
}

.small {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	}



#content p { width: 540px; margin-bottom: 9px; }

#content {
    height: 100%;
    margin: 30px 0 0 10px;
    top: 0;
    width: 640px;
    z-index: 5;
}

#img-container	{ margin: 0; padding: 20px 0 10px 0; }
#img-container p	{ width: 540px; margin: 0; padding: 10px 0 12px 0; }

#once { clear: left; }




/* FIXED ELEMENTS */

#centotto {
    width: auto;
    overflow: auto;
    top: 35px;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 100%;
    z-index: -1;
}

#info {
    width: 100%;
    overflow: visable;
	background-color: #FFF;
    bottom: -1px;
	left: 650px;
	right: -1px;
    position: fixed;
    height: 100px;
    z-index: 10;
}

