@charset "utf-8";

@font-face {
    font-family: 'futura_mdmedium';
    src: url('ftramd_-webfont.eot');
    src: url('ftramd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('ftramd_-webfont.woff') format('woff'),
         url('ftramd_-webfont.ttf') format('truetype'),
         url('ftramd_-webfont.svg#futura_mdmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {margin:0; padding:0;}
img {border:none;}
html {overflow-y: scroll;}

h1 {font-size:1.3em; padding-bottom:20px; color:#ffff00;}
h2 {font-size:1.1em; padding-bottom:20px; color:#ffff00;}
h3 {font-size:1.1em; padding-bottom:20px; color:#ffff00;}
h4 {font-size:1em; padding-bottom:20px; color:#ffff00;}
p {font-size:0.9em; padding-bottom:20px;}
p.link {font-size:1em; padding-bottom:20px; color:#ffff00; text-align:right;}
span {color:#ffff00; font-weight:bold;}

ul {margin-left:10px; margin-bottom:20px; font-size:1em; color:#ffff00; list-style:disc;}
li {padding-bottom:5px;}
a:link {color:#ffff00;}
a:visited {color:#cccccc;}


body  {
	font: 100% futura_mdmedium, FuturaMd, "Trebuchet MS", Arial, sans-serif;
	background: #6699cc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #336699;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #336699; 
	padding: 0px;  
} 
#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#ffff00;
	float:right;
	text-align:right;
	font-weight:normal;
}
#menu {background-color:#ffff00; width:100%; height:auto;}
#banner {width:100%; height:auto;}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.sidebox {width:285px; height:auto; background-color:#6699cc; margin-top:20px;}
.sidebox h2, .sidebox h3, .sidebox p {padding:10px;}
.sidebox ul {margin-left:20px; padding:10px;}

#mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#homeboxes {width:100%; height:auto; padding-left:40px;}
.homebox { position:relative; width:265px; height:300px; padding:10px; margin-right:40px; margin-bottom:15px; float:left; background-color:#6699cc;}
.homeboxlast { position:relative; width:265px; height:300px; padding:10px; margin-bottom:20px; float:left; background-color:#6699cc;}
.homebox img, .homeboxlast img {margin-bottom:5px;}
.homebox img.arrow, .homeboxlast img.arrow {position:absolute; bottom:5px; right:5px;}
#footer { 
	padding: 0 25px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#CCC;
	font-size:0.8em;
}
#footer .rightcol {float:right; width:400px; height:auto; text-align:right;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*menu*/

.tabs{
width: 100%;
overflow: hidden;
background-color:#ffff00;
position:relative;
float:left;
}

.tabs ul{
margin: 0;
padding: 0;
font-family: futura_mdmedium, FuturaMd, "Trebuchet MS", sans-serif;
font-size:0.9em;
font-weight:bold;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 40px; /*padding inside each tab*/
background: #ffff00; /*background of tabs (default state)*/
color:#336699;
}
.tabs li a:visited{
color:#336699;
}

.tabs li a:hover, .tabs li.selected a{
color: #FFF;
background-color:#336699;
}

/*feedbackform*/

form {padding-top:20px;}
td {font-size:0.9em;}
label {font-size:0.9em; color:#FFF;}
textarea {font-family: "Myriad Pro", Tahoma, "Trebuchet MS", sans-serif; font-size:0.9em;}

.formfield {
		border: #666 1px solid; font-weight:normal; font-family: "Myriad Pro", Tahoma, "Trebuchet MS", sans-serif; font-size:0.9em; color: #666; background-color:#ffffff; padding:2px;}
		
.formbutton {
		border: #ffff00 1px solid; font-family: "Myriad Pro", Tahoma, "Trebuchet MS", sans-serif; font-weight:bold; font-size:1em; background-color: #ffff00; color: #009; padding:4px;}
		