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

body {
	font-family: Courier, "Courier New", monospace;
	font-size: 11px;
	line-height: 15px;
	background: #fff;
	margin-top: 13px;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { }

#content {
    height: 100%;
	width: auto;
    margin: 20px 0 0 215px;
    top: 0;
}

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

#content p { 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; }


/* custom stuff */

#menu .container { margin: 20px 0 0 20px; }
#menu .container ul { margin-top: 20px; }
#menu .container a:hover { color: #F0F; background-color: #FF0; text-decoration: none; }
#menu .container a:active { background-color: #000; color:#FFF; text-decoration: none; }
#menu .container .active a { color: #F0F; background-color: #0F0; text-decoration: none; }

#menu .container #logo a { background-color:#FFF; text-decoration: none; }
#menu .container #logo a:hover { color: #F0F; text-decoration: underline; }

.mynews { margin: 40px 0 20px 0;}
.myheader { position:absolute;}
.mycontent { margin-top: 70px;}
.mynews a.thickbox { border: none; }
.mynews a.thickbox:hover { background-color: #FF0; text-decoration: none; }
.mynews a.thickbox:active { background-color: #0F0; color:#F0F; text-decoration: none; }
.mynews img { border: 3px solid #fff; margin: 0 6px 9px 0; }
.text-desc { clear:both; width: 600px;}

#img-container { width: 90%; }
#img-container strong { font-size: 15px; width: 600px;}

#TB_window {
	font-family: Courier, "Courier New", monospace;
	font-size: .8em;
	line-height: 15px;
	background: #fff;
}

.footer { width:auto; margin: 80px 0 25px 0;}    


/* newsletter */

#newsletter { padding-top:80px; overflow: hidden; }

#newsletter iframe { height: 200px; overflow: hidden; }


#signupforms {
	float: left;
	width: 170px;
	line-height: 15px; 
}

#signupmessage {
	padding: 15px 0px 40px 0px;;
	width: 165px;
	float: left;
	font-style: italic;
	height:250px;	
}

input {
	margin: 5px 0;
	width: 150px ;
}
form a:hover { color: #F0F; background-color: #FF0; text-decoration: none; }
form a:active { background-color: #000; color:#FFF; text-decoration: none; }