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

body {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium;
	color: #666;
	background: #FFF;
	background-image: url('none');
	background-repeat: repeat-x;
}

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

a:link { text-decoration: underlined; color: #333; }
a:active { text-decoration: underlined; color: #333; }
a:visited { text-decoration: underlined; background: none; color: #333; }
a:hover { background: #fff31c; color: #000000; }

a img { border: none; }


#twitter_div { width: 400px; padding: 0px 10px 0px 0px; background-color: #FFF; }
#twitter_update_list { padding: 0; margin: 0; list-style: none; }
#twitter_update_list li { font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium; font-size: 11px; line-height: 15px; color: #000; padding: 0px; margin: 10px 0 10px 0; background-color: none; }
#twitter_update_list li a { color: #000; list-style-type:none; padding-left:0px;margin-left:0px}
#twitter_update_list li span { font-style:italic; background:#E8E8E8; }


#title {
	font-size: 18px;
	font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium;
	color: #333;
	font-weight: none;
	text-transform: uppercase;
}

#sub {
	font-size: 11px;
	font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium;
	color: #666;
	font-weight: none;
	text-transform: uppercase;
}

#menu {
    width: 250px;
	background-image: url('');
	background-repeat: none;
    top: 0px;
	overflow: visible;
    bottom: 0;
	left: 0px;
	border-right: 0px solid #333;
    position:fixed;
    height: 100%;
	background-color: none;
}

	#menu .container {
	font-size: 9px;
	padding-top: 50px;
	padding-left: 20px;

}

/* Project Title */

#menu ul {
	font-size: 10px;
	font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium;
	text-transform: uppercase;
	font-weight: none;
	line-height: 16px;
	letter-spacing: 0px;
	list-style: none;
	padding: 0px;
	top: 100px;
	width: 200px;
	background-color: none;
	border-bottom: 0px solid #666;
	margin: 0 0 10px 0;
	
	
	}
	
	

	
/* Menu Title */

#menu ul li.section-title { 
	font-size: 18px;
	font-family: Microsoft Sans Serif, Helvetica, Franklin Gothic Medium;
	background-color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#333333;
	padding-left: -25px;
	padding-top: -18px;
	width: 250px;
	text-align: left;
	font-weight: none;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	margin: 0 5px 0px 0px
}


#menu ul li.section-title:hover {
	text-decoration: none;
	background-color: none;
	color: none;
	line-height: 1.5em;

}


#content {
	position: absolute;
    height: 75px;
    margin: 75px 50px 50px 400px;
    top: 3px;
}

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

#content p { width: 500px; 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; }

#once { clear: left; }