/* 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{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0 auto;
}

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

/*  Heading Formatting */
h1 {font-size:10pt;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
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;}

.seoheader {font-family: verdana; font-size: 8pt; font-weight: 900; font-style: normal; text-align: center; color: #ffffff; margin: 0 0 0 0; padding: 0 0 0 0;}

/*links*/
a:link {color: #CC6600;}
a:hover {color: #CC6600;}
a:visited {color: #CC6600;}
img {border: 0 none;}

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

.joomslide {border: 0;}

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

table.blog {
width: 100%;
}

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