/**
 *  --------------------------------------------------------------------------------------
 *  Master CSS
 *  ----------------------------------------------------
 *  Modified	February 10, 2009
 *  @version	3.0.1
 *  @author	Curtis Campbell <curtis@navigatormm.com>
 *  ----------------------------------------------------
 *  1.	Reset Settings
 *  2.	Global Classes
 *  3.	Fixes and Hacks
 *  --------------------------------------------------------------------------------------
 */

/* Reset Settings
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0
}
td {
	padding:7px;
	border: 1px solid #006699;
}
/* Global Classes
--------------------------------------------------------------------------------------- */
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.center {
	text-align: center;
}
.img-left {
	float:left;
	padding:0px;
	margin: 7px 7px 7px 7px;
	border:medium solid #006699;
	display:block;
}
.img-right {
	float:right;
	padding:0px;
	margin: 7px 7px 7px 7px;
	border:medium solid #006699;
	display:block;
}
.img-center {
	margin: 0px 7px 0px 0px;
	border:medium solid #006699;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/* TYPOGRAPHY
--------------------------------------------------------------------------------------- */
h1 {
	margin: 0px 0px 14px 0px;
	
	font-size:24px;
	color:#006699;
}
h2 {
	margin: 0px 0px 14px 0px;
	
	font-size:18px;
	color:#006699;
}
h3 {
	margin: 0px 0px 14px 0px;
	
	font-size:14px;
	color:#006699;
}
p {
	margin: 0px 0px 14px 0px;
}
ul {
	margin: 0px 0px 14px 50px;
	list-style: disc;
}
ol {
	margin: 0px 0px 14px 50px;
	list-style: decimal;
}
a {
	color:#006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* BODY/WRAPPER
--------------------------------------------------------------------------------------- */
body {
	background:url(../images/images/background.jpg) center top no-repeat;
	font: 12px/16px Verdana, Helvetica, sans-serif;
}
#wrapper {
	background:#FFFFFF;
	width:800px;
	margin: 0px auto 4px auto;
	border-left: 4px solid #006699;
	border-right: 4px solid #006699;
	border-bottom: 4px solid #006699;
}
/* HEADER
--------------------------------------------------------------------------------------- */
#header {
	background:#999999;
	width:800px;
	height:200px;
}
/* NAVIGATION
--------------------------------------------------------------------------------------- */
#side {
	background:url(../images/images/navbar_bg.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:545px;
	position:absolute;
}
#nav {
	list-style:none;
	margin: 20px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
}
#nav li {
	margin:.25em;
	padding-left:7px;
	margin-top:0px;
}
#nav ul li {
	background:url(../images/images/arrow.gif) no-repeat left;
	margin: 5px 5px 5px 0px;
	
	font-size:14px;
	list-style: none;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
/* CONTENT
--------------------------------------------------------------------------------------- */
#content {
	background:#FFFFFF;
	width: 586px;
	min-height: 700px;
	height: 700px;
	height: auto !important;
	padding: 0px 7px;
	margin: 17px 0px 0px 0px;
	float:right;
}
.email {
	text-decoration: none;
	color:#0000FF;
	font-size:14px;
}
/* TABLE STYLES
--------------------------------------------------------------------------------------- */
.tableheading {
	background:#006699;
}
.headingfont {
	color:#FFFFFF;
}
/* FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	width:800px;
	height:60px;
	background:#FFFFFF;
	margin: 0px auto;
	font-size:10px;
}

.footerlink a {
	font-size:10px;
	color:#000000;
	text-decoration: none;
}
/* Fixes and Hacks
--------------------------------------------------------------------------------------- */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

