/* Generic CSS for all sites by Mike Franklin */ html,body, div,span, applet,object,iframe, h1,h2,h3,h4,h5,h6, p,blockquote,pre,a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{ margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1em; font-family: inherit; text-align: left; } 
body { background-color: #FFF; color: #000; } 
em {font-style: italic;} 
table { border-collapse: collapse; border-spacing: 0; } 
ol,ul { list-style: none; } 
q:before,q:after, blockquote:before,blockquote:after { content: ""; } 
img, a {outline: none;}


body {
	margin: 40px;
	padding: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Tahoma, "Times New Roman", Arial, Verdana; font-size: 100%; 
}
#FlashBook {
	padding: 0px;
	width: 980px;
	margin:0 auto;
}
#nojava {
	width:467px;
	margin: 150px 0 0 200px;
}


div.container div.footer 
{
    width: 770px;
    margin: 0 auto;
    padding-top: 50px;
    background-image: url(../img/footer/footertop.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
    font-family: Arial, Verdana, Tahoma, "Trebuchet MS", "Times New Roman", sans-serif;
    color: #4c4c4c;
    clear: both;
    margin-left:2px;
}

div.footercontent 
{
    width: 770px;
    margin: 0 auto;
    padding-top: 30px;
}

div.footerlogo 
{
    width: 470px;
    float: left;
    position: relative;
}

div.footerlogo p 
{
    margin-top: 6px;
    margin-left: 60px;
    font-weight: bold;
	color:#4c4c4c;
	font-size: 10px;
}

div.footerlogo span {font-style: light;}

div.footerlogo img 
{
    float: left;
}

div.footerlinks 
{
    width: 270px;
    margin-left: 20px;
    float: left;
    display: block;
    margin-top: 5px;
	font-size: 10px;
}

div.footerlinks ul li 
{
    display: inline;
}

div.footerlinks ul li a 
{
    color: #4c4c4c;
    font-weight: bold;
    padding: 0 3px; 
}

div.footerlinks ul li a:hover 
{
    color: #BEC3ED;   
}
