/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(menu.css);


/* ##### WEB FONTS ##### 

font-family:'Gill Sans W04 Light';
font-family:'Gill Sans W04 Book';
font-family:'GillSansW04-LightItalic';
font-family:'GillSansW04-BookItalic';
font-family:'Bauhaus W01 Light';
font-family:'Bauhaus W01 Medium';

*/

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: 'Gill Sans W04 Light', Verdana, Geneva, sans-serif;
font-size: 1em;
line-height:21px;
background: url("../images/tbd_bg.jpg") no-repeat center top transparent;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	font-weight: normal;
	color: #F17920;
	font-family:'Bauhaus W01 Light', Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size:1.7em;
	font-weight: normal;
	color: #F17920;
	font-family:'Bauhaus W01 Light',Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-size:1.5em;
	line-height: 0.8em;
	font-weight: normal;
	color: #F17920;
	font-family:'Bauhaus W01 Light', Georgia, "Times New Roman", Times, serif;
	}

h4 {
    color: #F17920;
    font-family: 'Bauhaus W01 Light', Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 0.8em;}
h5 {
	font-size:1.3em;
	font-weight: normal;
	color: #F17920;
	font-family:'Gill Sans W04 Light', Verdana, Geneva, sans-serif;
}

h6 {
	font-size:0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	font-family:'Gill Sans W04 Light', Verdana, Geneva, sans-serif;
	}

/*links*/
a:link {
	color: #F17920;
	text-decoration:none;
	}
a:visited {
	color: #F17920;
	text-decoration:none;
	}
a:hover {
	color: #3177B0;
	text-decoration:none;
	}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
