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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #545454;
	color: #cccccc;
}

/******************************************************************************/
/*styles for header banner and global navigation */
.titlehead {
	position: relative;
	left: 0px;
	top: 0px;
	height: 46px;
	text-align: left;
}


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

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

a img { border: none; }

.titlehead a.title:link{
  display: block;
  font-family: helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0px  0px 12px;
	color: #cccccc;
	text-decoration: none;
}

.titlehead a.title:visited{
  display: block;
  font-family: helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0px  0px 12px;
	color: #cccccc;
	text-decoration: none;
}

.titlehead a.title:hover{
  display: block;
  font-family: helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0px  0px 12px;
	color: #cccccc;
	text-decoration: none;
}

#menu {
    position: absolute;
    top: 30px;
    left: -160px;
		height: auto;
		width: 140px;
		margin: 0px 0px 0px 0px;
    text-align: right;
}

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

#menu ul li.section-title {
	font: 11px tahoma,verdana,sans-serif;
	color: #cccccc;
	text-transform: lowercase;
}

#menu a:link { 
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #222222;
	text-transform: lowercase;
}
#menu a:active { text-decoration: none; color: #ffffff; }
#menu a:visited {
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #222222;
	text-transform: lowercase;
}

#menu a:hover { 
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #ffcc00;
	text-transform: lowercase;
}

#content {
		position: absolute;
		top: 80px;
		left: 0px;
    height: auto;
    width: 100%;
    margin: 0px  0px ;
}

.container {
		position: relative;
		width: 600px;
		margin: 0px auto 0px auto;
}

#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 {
width: 600px; 
margin: 0px 0px 0px 0px; 
padding: 0; 
}
#img-container p	{ 
	/* width: 400px; */ 
	margin: 0px 0px 0px 0px; 
	padding: 0 0 12px 0; 
	text-align: left;
}

span.texttoggle {
 display: block;
 position: absolute;
 top: 0px;
 left: 170px;
 cursor: pointer;
 color: #808080;
}

#img-container img { 
	border: 1px solid #000000; 
}

#once { clear: left; }

.nav a:link { 
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #222222;
	text-transform: lowercase;
}
.nav a:active { text-decoration: none; color: #ffffff; }
.nav a:visited {
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #222222;
	text-transform: lowercase;

}

.nav a:hover { 
	text-decoration: none;
	font: 11px tahoma,verdana,sans-serif;
	color: #ffcc00;
	text-transform: lowercase;
}

#texttest {
	position: absolute;
	display: none;
	top: 20px;
	left: 0px;
	width: 500px;
	height: auto;
	overflow: hidden;
	background-color: #545454;
	padding: 12px;
	z-index: 9999;
}

.hometext {
 position: relative;
 width: 600px;
}


.hometext p {
	text-align: center;
	margin: 0px auto 0px auto;
}

.footer {
position: fixed;
bottom: 10px;
right: 10px;
font-size: 9px;
color: #777777;
text-align: right;
}

a.fa {
color: #777777;
}

#infotext {
	padding-top: 40px;
}
