@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffdb7f;
    background-color: black;
    background-image:url(../images/bigbg.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

img, div, a, input { behavior: url(/css/iepngfix.htc) }

a {
    color: #F6F1BE;
    font-weight: bold;
    text-decoration: none;
}

a:focus, a:hover {
    color: white;
    text-decoration: none;
}

h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#ffdb7f;
    
}

h4 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color:#ffdb7f;
}

#menu {
    text-align: right;
    margin-bottom: 5px;
}

#logo {
    background-image: url(../images/mflogo_new.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 150px;
}

#slidercontainer {
    height: 320px;
    position: relative;
}

#intro p{
    font-size: 1.2em;
}
#about p{
    font-size: 1.2em;
}
#articles p{
    font-size: 1.2em;
}


/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */


/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
    /*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
    width:870px;
    height:320px;
    overflow:hidden;
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
    display:block;
    width:30px;
    height:60px;
    position:absolute;
    left:-31px;
    top:130px;
    z-index:1000;
}	
#nextBtn, #slider1next{ 
    left:870px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
    display:block;
    position:relative;
    width:30px;
    height:60px;
    background:url(../images/btn_prev.gif) no-repeat 1px 0;
}	
#nextBtn a, #slider1next a{ 
    background:url(../images/btn_next.gif) no-repeat 1px 0;
}	

/* numeric controls */	

ol#controls{
    margin:1em 0;
    padding:0;
    height:28px;
}
ol#controls li{
    margin:0 10px 0 0;
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
}
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#DAF3F8;
    color:#555;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a{
    background:#5DC9E1;
    color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#slider li span {display: block; width: 400px; height:40px; background: transparent url(../images/slide.png) repeat 0 0; margin-top: -40px; position: relative; }

/* // Easy Slider */

#slider h1{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#ffdb7f;
    font-weight: normal;
}

#slider p{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 13px;
}

.pic{	/* divs that hold all the pictures in the gallery */
      float:left;
      margin:0 15px 15px 0;
      border:5px solid white;
      width:200px;
      height:150px;
}

.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
        width:200px;
        height:150px;
        text-indent:-99999px;
        display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}


#footer-left p {
    padding:20px 0 0 12px;
}

#footer-left img {
    float:left;
    padding:6px;
}

#footer-left a {
    color:#FF6600;
    text-decoration:none;
}

#footer-right  {
    padding:8px 0 0;
}

#footer-right p {
    margin:0;
    padding:12px 0 0;
    float: right;
}

#header-menu {
    text-align: right;
    float:right;
    margin-bottom: 5px;
}

#header-menu p{
    margin-bottom: 0px;
}

#footer-menu {
    text-align: right;
    float:right;
    margin-bottom: 5px;
}

#footer-menu p{
    margin-bottom: 0px;
}


.pic{	/* divs that hold all the pictures in the gallery */
      float:left;
      margin:0 15px 15px 0;
      border:0px solid white;
      width:250px;
      height:150px;
}

.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
        width:250px;
        height:150px;
        text-indent:-99999px;
        display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}

div.nomargin{	/* our special nomargin class */
	margin-right:0px;
}

.articlepara {
        padding-left: 30px;
}

.smalltext {
    font-size: 0.9em;
}

#logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.landing {
    height:285px;
    margin:0 8px 0 0;
    width:285px;
}