/* 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;
	margin-bottom:0px;
	background-color: #dc0d05;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-bottom:0px;
	background-color: #dc0d05;
	}

/*  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 {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#container {
background-color:#FFFFFF;
width:980px;
height:auto;
margin: auto;
}

#logo{
background:url(../images/logo.jpg) no-repeat;
height:69px;
}

#topnav {
float:right;
margin-top:10px;
margin-right:20px;

}
#nav {
float:left;
background:#d50c08;
margin-top:5px;
margin-left:130px;
height:30px;
width:850px;
}

#splash {
background-color:#FFFFFF;
height:340px;
}

#colside {
background-color:#FFFFFF;
height:160px;
}

#side-a {
	float: left;
	width: 32%;
	padding: 10px 10px 10px 10px;
}

#side-c {
	float: right;
	width: 31%;
	padding: 10px 10px 10px 10px;
}

#side-b { 
	float: left;
	width: 30%;
	padding: 10px 10px 10px 10px;
}
#divider {
	background:url(../images/footer_bg.gif) repeat-x;
	height:108px;
	padding:40px 0px 0 30px;
	font-size: 10px;

}

