/*
	Birde Marketing
	Created 09/21/2009
*/

html {

	height:100%;
	margin-bottom:1px;
}

/* --- Layout --- */

BODY {
	color:#666666;
	font: normal 80% Helvetica, Arial, Geneva, sans-serif;
	padding: 0px 0px 0px 0px;
	text-align:left; /* IE5 centering fix */
	line-height: 140%;
	margin: auto;
	background-color:#666666;
}

.pageContainer {
	width:909px;
	margin:auto;
	padding:0px 15px 0px 15px;
	background-color:#ffffff;
}

.clear {
	clear:both;
}


/* Links */
a {
	font-size:100%;
}

a:link {
	color:#009abc;
}

a:visited {
	color:#009abc;
}

a:hover {
	color:#01bee7;
} 

a:active {
	color:#009abc;
}


/* Paragraphs */
P
{ font-size: 108%; margin:0 0 1.2em 0; line-height:1.5em }

.large /* big print */
{ font-size:103%; font-weight: bold; line-height:140% }
.small /* Fine print */
{ font-size:91% }
.big /* Large print */
{ font-size:124%; line-height:135%; color:#333333 }
.more /* More info links */
{ margin-bottom:0; text-align:right }
#updated /* Last updated field */
{ float:right; margin:-2px 0 0 0; font-size:91%; font-style:italic }
	

/* Images */
A IMG
{ border-style:none }
.floatleft /* Floating images */
{ float:left; margin:0 8px 8px 0 }
.floatright
{ float:right; margin:0 0 8px 8px }


/* Separators */
HR
	{ color:#c44d1e; background-color:#c44d1e; height:1px; margin:0 0 .4em 0; padding:0; border-style:none; overflow:hidden }


.divider {
	color:#e3e3e3; background-color:#e3e3e3; height:1px; margin:0; padding:0; border-style:none; overflow:hidden; clear:both;
}

/* Company Container */

.box {
	width:200px;
	float:left;
	padding:10px 10px 10px 10px;
}

table.grid {
	border:none;
	background-color:#ffffff;
}

table.grid td {
	vertical-align:top;
	border:solid 1px #e5e5e5;
}
	
HTML>BODY HR
	{ margin:1em 0 }



/* Headers */
h1, h2, h3, h4, h5, h6 {
	color:#c44d1e;
	margin:0 0 .6em 0;
	padding:0;
	line-height:1em
}

h1	{
	font-size:25px;
	font-weight:bold;
	color:#f89828;
	margin:15px 0px 10px 0px;
}

h2	{
	font-size:100%;
	color:#66676a;
	margin:0px 0px 14px 0px;
	padding:10px 0px 0px 0px;
	border-top:solid 1px #e5e5e5;
}
	
h1.splash {
	font-size:150%;
	font-weight:bold;
	color:#f89828;
	margin:0px 0px 16px 0px;
}	
		
h3	{
	font-size:110%;
	color:#009abc;
}

h4, h5, h6
{ font-size:100% }

h6
{ margin-bottom:.2em }


/* - Header - */

.header {
	position:relative;
	width:780px;
	height:57px;
	margin:0 auto 20px auto;
  	text-align:left; /* IE5 centering fix */
}

#logo IMG {
	float:left;
	display:inline;
	padding:53px 0px 0px 0px;
}
	
	HTML>BODY #logo IMG /* IE double-margin float fix */
	{ display:block }


/* --- lists formatting --- */

ul {
	list-style-type:disc;
	list-style-position:outside;
	margin:-2px 0px 0px 0px;
	padding:0px 0px 10px 15px;
}

li{
	color:#666666;
	font-size:105%;
	padding:0px 0px 8px 0px;
	line-height:120%;
}


#footerContainer /* Contains bottom-left corner of sidebar */
{
	font-size:120%;
	padding:20px 0px 25px 0px;
}

.fNav A {
	margin-left:0px;
	color:#999999;
	white-space:nowrap;
	text-decoration:none
}
* html #footer A {
	height:1%
}
	
.fNav A:hover
{ color:#999999; text-decoration:underline }

#copyright /* Copyright */ {
	float:left;
	color:#666666;
	text-align:right;	
}

#address {
	float:right;
	color:#666666;
}

#footerLogos {
	text-align:center;
	margin:8px 0px 0px 0px;
	border-top:solid 1px #dedede;
	padding:8px;
}


/* navigation */


.headerContainer {
	width:100%;
}
