/***** Page *****/

body {
    background: #FFFFFF;
    background-image: url( 'imgs/body-bg.jpg' );
    background-position: top;
    background-repeat: repeat-x;
    color: #333;
    margin: .5em;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
}

body a:visited {
    text-decoration: none;
    border: 0;
}

/*.left {
    float: left;
    padding: 0;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    display: inline;
}

.right {
    display: inline;
    float: right;
    text-align: right;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}*/

/***** Wrapper *****/

#wrapper {
    background: #FCFBE9;
    border: 1px solid #BBD1E2;
    color: #000;
    margin: 0 auto;
    padding: 1em;
    width: 650px;
}

/***** Navigation *****/

#navigation {
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    height: 220px;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #EBCD48;
    background-image:url('imgs/burst.jpg');
    /*background-position:bottom right;*/
    background-repeat:no-repeat;
}

#navigation ul {
    margin: 0;
    padding: 0 2px 0 0;
    position: absolute;
    top:218px;
    list-style: none;
    width: 650px;
    background-color: #FCFBE9;
}

#navigation li {
    float: left;
    white-space: nowrap;
}

#navigation li a {
    float: left;
    display: block;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    background-image: url( 'imgs/tableftB.gif' );
    background-position: left top;
    background-repeat: no-repeat;
}

#navigation a span {
    float: left;
    display: block;
    background-image: url( 'imgs/tabrightB.gif' );
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 5px 15px 4px 6px;
    color: #9E8100;
}

#navigation h1 {
    margin: 0 0 0 0;
    padding: 15px 0 0 1em;
    font-size: 22px;
    letter-spacing: .1em;
    color: #ffffff;
    /*background-color:#EACE46;*/
}

#navigation h2 {
    margin: 0 0 0 0;
    padding: 35px 0 0 305px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #FFFF66;
    /*background-color:#EACE46;*/
}

#navigation a:hover span, #navigation .selected {
    color: #000;
    background-color: transparent;
}

#navigation a:hover, #navigation .selected {
    background-position: 0% -42px;
}

#navigation a:hover span, #navigation .selected span {
    background-position: 100% -42px;
    color: #000000;
    background-color: transparent;
}

/***** Content *****/

#content {
    background: #fff;
    float: left;
    padding: 15px 10px;
    width: 500px;
    border-right: 1px solid #E1BC93;
    color: #000;
}

#content h1 {
    color: #9E8100;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 5px 0 0;
    text-align: left;
    background: inherit;
    border-bottom:1px dotted #BBB;
}

#content h2 {
    color: #9E8100;
    font-size: 1.2em;
    margin: 0;
    padding: 3px 0 0 10px;
    font-weight: normal;
    background: inherit;
}

#content h3 {
    color: #9E8100;
    font-size: 12pt;
    margin: 0;
    padding: 3px 0 0 10px;
    font-weight: bold;
    background: inherit;
}

#content p {
    margin: 10px 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: inherit;
    color: inherit;
}

#content a {
    text-decoration: underline;
    color: #547699;
    background-color: #FFFFFF;
}

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

#content ul{
    list-style-type:square;
}

#content ul li{
    padding-bottom:.9em;
}

blockquote{
	line-height:20px;
	color:#888;
	font-size:11px;
	font-weight:bold;
	width:65%;
	padding-left:80px;
	text-indent:-32px;
	margin-top:-25px;
}

blockquote .bq{
	font-size:64px;
	color:#CCC;
	position:relative;
	top:30px;left:-10px;
	line-height:54px;
}

blockquote .bqauthor{
	text-align:right;
	color:#666;
}

.box {
	margin: 10px; 
	background: inherit;
	color: #663300;
	border: 1px solid #9E8100;
	padding: 5px;
}

.linea-bottom {
	border-bottom:1px dotted #BBB;
}

/***** Side Content *****/

#sidecontent {
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
    width: 125px;
    color: #000000;
    background-color: #FCFBE9;
}

#sidecontent ul {
    color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    background: inherit;
}

#sidecontent li {
    padding: 0.1ex 0;
    /*border-bottom:1px dotted #BBB;*/
}

#sidecontent li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 8px 20px;
    background: inherit;
}

#sidecontent li a:hover {
    background: #9E8100;
    color: #FFFFFF;
}

#sidecontent h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 2px 15px;
    border-bottom: 1px solid #dfd0b9;
    border-top: 1px solid #dfd0b9;
    text-transform: uppercase;
}

/***** Footer *****/

#footer {
    background: #FFFFFF;
    clear: both;
    color: #547699;
    font-size: .9em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    text-align: center;
}

#footer a {
    background: inherit;
    color: #547699;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .left {
    margin: 0 0 0 8px;

}

#footer .right {

    margin: 0 8px 0 0;
}

/***** Form *****/
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

/******* HIDE/SHOW *******/
.more {
    display: none;
    font-style: italic;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
    background: transparent url('down.gif') no-repeat left; }
a.hideLink {
    background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; }

/******* TABLE *******/
table.schedule {table-layout:auto}
th { text-align: center; font-weight: bold; }
td { vertical-align: middle; text-align: left;}
caption { caption-side: bottom; }

