/* Global Styles 
-----------------------------------------------------
This set the global sites for the site.  Works for both 
screen and print. 
-----------------------------------------------------
*/

/* Resets all margins and padding
-----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-style: none;
	}

/* Sets body font styles
-----------------------------------------------------*/	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #333333;
	background-color: #ffffff;
	background: url(../images/body_bg.jpg) repeat-x;
	}
	
/* Used to set body width and center
-----------------------------------------------------*/	
.wrap {
	width: 960px;
	margin: 0 auto;
	}
	
.outside_wrap {
	width: 1060px;
	margin: 0 auto;
	}

/* Color of headings
-----------------------------------------------------*/		
h1, h2, h3, h4, h5, h6 {
	color: #0D455C;
	margin-bottom: 0.25em;
	}

/* Headings that are also links for SEO
-----------------------------------------------------*/	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0D455C;
	text-decoration: none;
	}

/* Basic link styles
-----------------------------------------------------*/		
a {
	color: #A1CCAE;
	text-decoration: underline;
	}
	
a img {
	border: 0;
	}

/* Typical misc elements
-----------------------------------------------------*/	
.clear {
	clear: both;
	}
	
.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
.hidden {
	position: absolute;
	text-indent: -15000px;
	}
	
img.left {
	float: left;
	margin-right: 1.0em;
	}
	
img.right {
	float: right;
	margin-left: 1.0em;
	}
	
/* Makes Horizontal Rules look (somewhat) consistant
   across popular browsers.
-------------------------------------------------------*/

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
	}
	
/* Lite table styling 
-------------------------------------------------------*/

table {
	border-collapse: collapse;
	}
	
th {
	text-align: left;
	}
	
td {
	padding: 0.50em;
	}
	
