﻿body
{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

a
{
    color: #990000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*layout*/

#wrapper
{
    width: 1078px;
    margin: 0px auto 0px auto;
}

#top
{
    background-image: url(../img/background-top.jpg);
    height: 55px;
    width: 1078px;
    float: left;
}

#inner
{
    float: left;
    background-image: url(../img/background-mid.jpg);
    width: 1024px;
    padding: 0px 27px 0px 27px;
    position: relative;
}

#bot
{
    float: left;
    background-image: url(../img/background-bot.jpg);
    height: 55px;
    background-repeat: no-repeat;
    width: 1078px;
}

#backgroundImage
{
    background-image: url(../img/background-header.jpg);
    background-repeat: no-repeat;
    width: 1024px;
    float: left;
}

#header
{
    width: 1024px;
    float: left;
    height: 500px;
    position: relative;
}

#footer
{
    width: 964px;
    float: left;
    height: 115px;
    padding: 0px 30px 10px 30px;
    line-height: 20px;
    text-align: center;
    color: #040505;
}

/*Header details */

#lnkIFA
{
    position: absolute;
    width: 82px;
    height: 83px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background-image: url(../img/ifa-logo82x83.png);
    top: 290px;
    left: 920px;
}

#lnkFSA
{
    position: absolute;
    width: 82px;
    height: 78px;
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    background-image: url(../img/FSA-Logo82x78.png);
    top: 290px;
    left: 835px;
}

#topMenu
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    top: 383px;
    left: 15px;
    position: absolute;
}

#topMenu li
{
    float: left;
    position: relative;
}

#topMenu li a
{
    float: left;
    padding: 16px 60px 21px 15px;
    text-decoration: none;
    color: #000;
    z-index: 10;
    display: block;
    position: relative;
}

#topMenu li .bgTopMenu
{
    position: absolute;
    height: 49px;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
    background-image: url(../img/btn-right.jpg);
    background-position: right top;
}

#topMenu li a:hover
{
    color: #FFF;
}

/* content details */

#content
{
    background-image: url(../img/background-main.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 1024px;
    float: left;
    min-height: 450px;
}

#textColumn
{
    padding: 20px 170px 30px 30px;
    line-height: 20px;
}

#textColumn h1
{
    font-size: 18px;
}

#textColumn h2
{
    font-size: 16px;
}


/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #000000;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 220px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
}

