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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #6fbbb8 }
a:visited { text-decoration: none; color: #666; }



#content a:link { text-decoration: none; color: #333333;}
#content a:hover { text-decoration: none; color: #6fbbb8; background: none;}
a img { border: none; }


/* #headerlogo selector for rollover effect (mwei 2/28/2010) */
#headerlogo
{
background: url(http://www.bigday.la/logo_04.gif) no-repeat;
display: block;
width: 176px;
height: 127px;
}

/* this moves the block up on hover*/
#headerlogo:hover
{
background-position: 0 -127px;
}

/* this hides the text in the div, so search engines can still find descriptive text*/
#headerlogo span
{
display:none;
}
/* end of #headerlogo block! */

* html a:hover
{
visibility:visible
}



#menu {
    width: 176px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-left:16px;
	padding-right:20px;
}

#menu li.active a { color: #6fbbb8; text-decoration: none; 
}
#menu ul li a:link { text-decoration: none; color: #666; display: block;
}
#menu ul li a:hover { text-decoration: none; color: #666; background: #6fbbb8; display: block;
}

#menu ul li.section-title {
border-bottom-style:dotted;
border-bottom-width:1px;
}

#content {
	height: auto;
	left: 200px;
	top: 15px;
	position:absolute;
	width: auto;
	padding: 0px;
	color: #000000;
	z-index: 1;
	background-color: #FFFFFF;
}

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

#content p { 
	min-width:200px; 
	max-width:500px;
	margin-bottom: 9px;
}

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

p.nav {
	font-family:Georgia, Serif;
	font-size: 18px;
	}	

strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: normal;
	padding: 0 0 0 0;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
}

u {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration:none;
	color: #333333;
	font-style: italic;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 30px;
}

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