﻿@charset "utf-8";
/* CSS Document */

/* base template */
body {	
	margin: 0;
	text-align: left;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f9fcfe;
	font-family:Helvetica,Arial; font-size:13px; line-height:1.5; color:#404040;
    }
img 
{
    border-style: none;
}
/* Fonts */
h1{
font-family:Helvetica,Arial;
font-size:24px;
line-height:1.5;
color:#404040;
padding-top: 20px;
}
/* Link Colors */
a:link { 
	color: #f08b13;
	text-decoration: none;
	outline: none;
	font-weight:bold
	}
a:visited { 
	color: #f08b13;
	text-decoration: none;
	outline: none;
	font-weight:bold
	}
a:hover { 
	color: #404040;
	text-decoration: none;
	outline: none;
	font-weight:bold
	}
a:active { 
	color: #f08b13;
	text-decoration: none;
	outline: none;
	font-weight:bold
	}

/* Divs */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
}

#header 
{
    padding-top: 20px;
    margin: 0 0 15px 0;
    text-align: center;
}

#side-a {
	float: left;
	width: 250px;
}

#side-b {
	float: right;
	width: 250px;
}

#content { 
	float: left;
	width: 32%;
	padding: 0 0px 0 50px;
}
#contentInside {
	width: 100%;
	text-align:center;
}

#container 
{
    padding-left: 0px;
}
#arrow 
{
    position: relative;
    width: auto;
    height: auto;
    left: -40px;
    top: 0px;
}
p 
{
    padding-right: 20px;
}
ul 
{ 
    list-style: none;
   font-weight:bold;
}
#mainContent 
{
    padding: 60px 0px 20px 0px;
    text-align:left;
}


* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	padding-left: 40px;
	border-top: solid 1px #664526
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

 #logos {
    display: block;
    text-align: center;
 }
 #logos img {margin: -40px 20px 0px 20px}
 
 .fieldset {
	 padding: 20px;
 }
