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

body {
	font-size: 12px;
	font-family:  'times new roman', times, serif;
	color: #000;
	line-height:1.5em;
	background: #ffffff;
}

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

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




#menu li a:link {
text-decoration: none;
width: 100%;
display: block; 
background-color: #fff;
border-top-color: #666; border-top-style: solid; border-top-width: 1px;
padding-bottom:2px;
} 

#menu li a:active {
text-decoration: none;
width: 100%;
display: block; 
background-color: #d4e7ee;
border-top-color: #666; border-top-style: solid; border-top-width: 1px;
padding-bottom:2px;
} 

#menu li a:visited {
text-decoration: none;

width: 100%;
display: block; 
background-color: #fff;
border-top-color: #666; border-top-style: solid; border-top-width: 1px;
padding-bottom:2px;
} 

#menu li a:hover {
text-decoration: none;
width: 100%;
display: block; 
background-color: #d4e7ee;
border-top-color: #666; border-top-style: solid; border-top-width: 1px;
padding-bottom:2px;
} 


#content a:link {
text-decoration: underline;
color: #000;
} 

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

#content a:active {
text-decoration: underline;
color: #d4e7ee;
} 

#content a:visited {
text-decoration: underline;
color: #000;
} 


a img { border: none; }

#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-top: 10px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;
}

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

}

#menu ul li.section-title {
padding-bottom:9px;
font-style: italic;
font-size: 15px;
}

#menu ul li {}

#content {
    height: 100%;
    padding-top: 0px;
    margin: 0 0 0 230px;
    top: 0;
}

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

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

#twitter_div ul li span {
	visibility: visible;
}
 
#twitter_div ul li span a {
	color: #D78E42;
	visibility: visible;
}
 
#twitter_div ul li a {
	visibility: hidden;
}
