/* 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{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#fff;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {
	font-size:16px;
	line-height: 0.8em;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	text-decoration: none;
	background-image: none;
	color: #1B5398;
}
a:hover {
	text-decoration: none;
	color: #1B5398;
}
a:visited {
	background-image: url((URL));
	text-decoration: none;
	color: #1B5398;
}
img {border: 0 none;}


/* Pillmenus */

.pill_m {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	height: 39px;
	background: transparent url(../images/topmenu_bg.png) top center no-repeat;
}

#pillmenu {
	margin: 0;
	text-align: center;
}

#pillmenu ul {
	margin: 0;
	padding: 0 22px;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;

}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family: Arial;
	font-size: 13px;
	float: left;
	display: block;
	line-height: 20px;
	padding: 0 8px 0 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#pillmenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Pillmenus */

.pill_m {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	height: 39px;
	background: transparent url(../images/topmenu_bg.png) top center no-repeat;
}

#pillmenu2 {
	margin: 0;
	text-align: center;
}

#pillmenu2 ul {
	margin: 0;
	padding: 0 22px;
	list-style: none;
}

#pillmenu2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;

}

#pillmenu2 li:hover {

}

#pillmenu2 li a#active_menu-nav {
	
}

#pillmenu2 li a {
	font-family: Arial;
	font-size: 13px;
	float: left;
	display: block;
	line-height: 20px;
	padding: 3px 7px 0 45px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#pillmenu2 li a:hover {
	color: #fff;
	text-decoration: underline;
}

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

/* #######################  END GENERAL SETTINGS ############################ */

