@charset "UTF-8";

body {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, san-serif;
	line-height: 14px;
	color: #ffffff;
	background-color: #130803;
	background-image: url('../gfx/fl_bg_tile_2.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
a:link {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}
        /*
 * CSS ID/Classes Styles
 *
 */
#shell {
    text-align: left;
    margin: 0 auto;
    width: 950px;
}
#content {
    color: #ffffff;
    background-color: #000000;
    width: 950px;
    margin: 0 auto;
    text-align: left;
}
#footer {
   display: block;
   width: 100%;
   float: left;
   clear: both;
   color: #f4e0cf;
   background-color: #000000;
   border-top: 2px solid #f4e0cf;
   border-bottom: 2px solid #f4e0cf;
}
#footer #footer_wrapper {
    width: 850px;
    margin: 0 auto;
    text-align: left;
}
#footer div#latestnews {
   width: 390px;
   padding: 20px;
   padding-top: 20px;
   padding-bottom: 30px;
   float: left;
   clear: left;
}
#footer div#latestnews h2 {
	text-indent: -99999px;
    font-size: 30px;
	height: 75px;
	background-image: url('../gfx/latestnews.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#footer div#latestnews h3 {
    font-size: 16px;
    color: #e4c99e;
    padding-bottom: 10px;
}
#footer div#latestnews p {
    padding-bottom: 10px;
}
#footer div#projectdlform {
    width: 330px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    float: right;
    clear: right;
}
#footer div#projectdlform h2 {
	text-indent: -99999px;
    font-size: 30px;
	height: 75px;
	background-image: url('../gfx/gotanidea.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#footer div#projectdlform ol {
    width: 230px;
    float: left;
    clear: left;
}
#footer div#projectdlform ol li {
    width: 180px;
    list-style: decimal-leading-zero;
    margin-left: 30px;
    margin-bottom: 20px;
}
#footer div#projectdlform p {
    width: 90px;
    float: right;
    clear: right;
    text-align: right;
}
#smallprint {
    display: block;
    width: 100%;
    height: 300px;
    float: left;
    clear: both;
    font-size: 9px;
    background-color: #333333;
    padding-top: 20px;
}
#smallprint #smallprint_wrapper {
     width: 950px;
     height: 300px;
     margin: 0 auto;
     text-align: left;
}
#smallprint #smallprint_wrapper ul#footerlinks {
    width: 390px;
    padding-bottom: 30px;
    float: left;
    clear: left;
}
#smallprint #smallprint_wrapper ul#footerlinks li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 11px;
    line-height: 11px;
}
#smallprint #smallprint_wrapper ul#footerlinks li#firstitem {
    padding-left: 0px;
}
#smallprint #smallprint_wrapper p#copyright {
    width: 330px;
    padding-bottom: 30px;
    float: right;
    clear: right;
    text-align: right;
}
.foldshadow430lft {
    display: block;
    float: left;
    clear: left;
    width: 430px;
    height: 50px;
    background-color: transparent;
    background-image: url(foldshadow.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.foldshadow370lft {
    display: block;
    float: right;
    clear: right;
    width: 370px;
    height: 50px;
    background-color: transparent;
    background-image: url(foldshadow.png);
    background-repeat: no-repeat;
    background-position: top left;
}