/* General Styles */
body, html {
  	margin: 10px 0 30px 0;
    padding: 0;
  	font-family:arial, helvetica, sans-serif;
	font-size:90%;
	cursor:default;
	color:#999999;
	line-height:17px;
	text-align: center;
}

.clear-all { 
    clear: both;
}

#index{
	margin-top:110px;
}

div {
    padding:0px;
    margin:0px;
}

img {
    border:0px none;
}

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

a{
	text-decoration:none;
  	color:#999999;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
h2{
  	font-weight:normal;
	font-size:200%;
	margin-top:10px;
}
h3{
  	font-size:100%;
  	color:#42993B;
	margin-bottom:0px;
}
h3 span{
  	font-weight:normal;
	color:#000000;
}
hr{
  	border:1px solid #c2c2c2;
	border-collapse:collapse;
	height:1px;
}
.left{
  width:250px;
  float:left;
}
.right{
  width:513px;
  float:right;
}

/* Top Links/Logo */
#header {
  	display:block;
  	margin: 0 0 10px 0;
  	padding: 0;
  	width: 770px;
	height: 60px;
	overflow: hidden;
}

#header #main-nav {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width:250px;
  	height: 60px;
}

#header #main-nav dd {
    display: block; 
    margin: 0; 
    padding: 0; 
    width: 250px;
    height: 20px;
    list-style-type: none; 
    text-indent: 0px; 
}

#header #main-nav dd a {
    float: left;
    padding: 20px 0 0 0;
    overflow: hidden;
    width: 250px;
    height: 0px !important; 
    height /**/:20px; /* for IE5/Win */
}

/* be nice to opera rule */
html>body header main-nav dd a {
    text-indent: -9000px;
}

#header #main-nav dd a:hover {
    background-position: 0 -20px;
}

#header #main-nav dd a.selected {
    background-position: 0 -20px;
}

#header #main-nav dd a.selected:hover {
    background-position: 0 0;
}
    
#nav-about a {
    width: 250px;
    height: 20px;
    background: url("../images/links/about.png") top left no-repeat;
}

#nav-portfolio a {
    width: 250px;
    height: 20px;
    background: url("../images/links/servicesport.png") top left no-repeat;
}

#nav-contact a {
    width: 250px;
    height: 20px;
    background: url("../images/links/contact.png") top left no-repeat;
}

#header #logo {
  	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 510px;
	height: 60px;
	overflow: hidden;
	background: url("../images/logo_header.gif") 0 0 no-repeat;
}

#header #logo a {
  	display: block;
	margin: 0;
	padding: 90px 0 0 0;
	overflow: hidden;
	background: url("../images/logo_header.gif") 0 0 no-repeat;
	width: 510px;
	height: 60px !important;
	height /**/:90px; /* for IE5/Win */
	color: #3398C4;
}

/* Content */

#Content {
    clear: both;
    text-align: left;
}

#page-title {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    width: 770px;
    height: 37px;
    background: #C2C2C2;
}

#page-title #fm-logo {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 260px;
    height: 37px;
}

#page-title #title {
    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    width: 490px;
    height: 22px;
    overflow: visible;
    color: white;
}

#Main {
  float: right;
  margin: 10px 0 20px 10px;
  padding: 0;
  width: 510px;
} 

#side-bar {
  float: right;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 250px;
}

#side-bar p {
 	padding-left: 10px;
}

#side-bar address {
 	padding-left: 10px;
 	font-style: normal;
}

#side-bar li {
	font-size: 10px;
	line-height: 11px;
	margin-top: 0px;
}


.apfair a {
  color:rgb(174, 47, 38);
}

td {
  font-size:13px;
}

/*footer*/
#footer {
	clear: both;
	margin: 0; 
	padding: 0; 
	color:#BDBDBD; 
	font-size:75%; 
	line-height: 1.5em;
	border-top:1px solid #3399CC; 
}

#footer #footer-right {
	float: right; 
	margin: 0;
	padding: 0;
	width: 510px;
	height: 1%;
	text-align: right;
}

#footer #footer-left {
	float: right; 
	margin: 0;
	padding: 0;
	width: 260px;
	height: 1%;
	text-align: left;
}

/*footer2*/
.footer2 {
	color:#BDBDBD; 
	font-size:75%; 
	margin:2.5em 0.2em 0.5em 0.5em; 
	padding:0.8em; 
	border-top:1px solid #537DB9; 
	text-align:left; 
	clear:both;
}
.footer2 .right {
	float:right; 
	clear:right; 
	text-align:right;
}
.footer2 p {
	margin:0;
}

/* contact-form */

#contact-form {
    display: block;
    float: left;
    width: 280px;
    height: 1%;
    font-size: 75%;
}

#contact-form label {
    display: block;
}

#contact-form input {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
}

#contact-form textarea {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
    height: 50px;
}

#contact-form submit {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
}

/* contact-map */

#contact-map {
    display: block;
    float: left;
    width: 220px;
    height: 1%;
}

#body-intro {
    margin-top: 10px;
}

#body-intro h1 {
    visibility: hidden;
    display: none;
}

#body-intro #page-title {
    background: white;
}
