/* 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);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}
html, body, #page {height: 100%;}

body > #page {height: auto; min-height: 100%;}

#nonFooter {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -63px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background: url(../images/tl_fgreen.gif) 0 0 no-repeat #00693F;} 
 /* Footer Round Conners example */
#footer div {background: url(../images/tr_fgreen.gif) 100% 0 no-repeat;}
#footer div div  {background: none;}

#side h3 {	background: url(../images/tr_white.png) 100% 0 no-repeat;} 
 /* Footer Round Conners example */
#side li {background: url(../images/bl_white.png) 0 100% no-repeat;}
#side div div  {background: none;}


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #006600;}
a:hover {
	color: #00CC00;
}
a:visited {color: #006600;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
.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 */

.br {	background: url(../images/br_white.png) 100% 100% no-repeat;} 
.tr {	background: url(../images/tr_white.png) 100%  0 no-repeat;} 
.tl {	background: url( ../images/tl_white.png) 0 0 no-repeat;}
.bl {
	background: url(../images/bl_white.png) 0 100% no-repeat;
} 
