/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {text-align: center; margin: 0px; padding: 0px; background-image: url(images/madronabw.gif);
background-repeat: repeat;  margin-top:0px; margin-bottom:0px;font-family: 'Droid Sans',Trebuchet MS, Helvetica, 
Arial, Lucida, sans-serif; font-size:11px;
}


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

a:link    {color:#818181; background: none; text-decoration: none;} 
a:visited {color:#818181; background: none; text-decoration: none;}
a:hover   {color:red; background: none; text-decoration: none;}
a:active  {background: none; text-decoration: none;} 

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {font-size: 13px; color:red;text-transform:uppercase; }
#menu ul li ul {text-align: left}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    text-align: left;
}

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

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

p {
    margin: 9px 0 9px 0;
}

h1 { font-size: 16px; color:red;text-transform:uppercase}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; position:absolute; top: 75px;left:500px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.attribution {font-size: .75em;}