@charset "utf-8";
/* CSS Document 
	Noell */

body {
	background: black;
}

#maincontent {
	position: relative;
	margin: 0 auto;
	width: 750px;
	background: black;
	padding: 25px 0 0 0;
}

#header {
	width: 750px;
	height: 63px;
	padding: 0 0 20px 0;
}

#space {
	height: 500px;
	width: 750px;
}

#logo {
	width: 155px;
	float: left;
	padding-right: 10px;
	border-right: solid thin #FFFFFF;
}


#maincontext {
}

#maincontext h1 {
	color:#FFFFFF;
	font-family: Mistral;
	font-size:40px;
}

.gmap {
	float: right;
	border: solid thick white;
}

#maincontext p {
	color:#FFFFFF;
	font-family: Arial;
	padding: 25px 0 0 0;
}

#iquote {
	text-align: left;	
	width: 725px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
}

#footer {
	float: right;
	font-family: Century Gothic;
	font-size: small;
	color: #666666;
}

#fls_mv {
	text-align: center;
}

/*footer*/

#footer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	color: #333333;
	font-family: Century Gothic;
	font-size: small;
	text-align: center;
	padding: 50px 0 0 0;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #333333;
}

#footer a:visited {
	color: #333333;
}	

/*navigation*/

#navigation ul {
    margin: 0;
    list-style-type: none;
    text-align: left;
	font-family: Calibri;
	line-height: 102%;
	font-size: 17px;
	padding: 0 0 0 175px;
}

#navigation ul li {  
    display: ;
}

#navigation ul li a {
    text-decoration: none;
}

#navigation a:link {
	color: white;
}

#navigation a:visited {
	color: white;
}

#navigation ul li a:hover {
	color: silver;
	border-right: white solid thin;
	padding: 0 10px 0 0;
	font-size: 17px;
}

#navigation a:active {
}

.navigationactive {
}

