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

body {
	font-size: 14px;
	color: #fff;
	font-family: Verdana, sans-serif;
	background: #242727;
}

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

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #dfdfdf; }
a:hover { text-decoration: none; color: #00b5e9; }

a img { border: none; }

.contactform {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    padding: 10px 10px 25px 10px;
}

.contactform h2 { color: #ed2290; padding-top: 30px; }
.contactform a { text-decoration: none; border-bottom: 1px dotted #fff; }
.contactform a:hover { color: #ed2290; text-decoration: none; border-bottom: 1px dotted #ed2290; }
.contactform p input, p textarea { margin-top: 5px; }

.contactform input[type="text"], .contactform textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 2px #757575;
    width: 300px;
    background-image: url( http://pages.emerson.edu/students/t/townsend_colon/tc.jpg );
    background-repeat: repeat-x;
    background-position: top;
}

.contactform input[type="text"]:focus, .contactform textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 2px #cdcdcd;
}

#menu {
    width: 225px;
    font-size: 11px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 0;
	margin-left: 10px;
    position: fixed;
    height: 100%;
	background-color: #242727;
}

#menu a { background-color: none; }

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

#menu ul li.section-title { color: #fff; font-weight: 900; border-bottom: 1px solid #fff; background-color: none; }
#menu ul li.section-title p:hover { background-color: #ed2290; }

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
}

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

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