/**
* --------------------------------------------------------------------------------------
* Master CSS
* ----------------------------------------------------
* Modified    April 2, 2009 by Bree
* @author     Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------
*/

/* RESET
--------------------------------------------------------------------------------------- */
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, caption, /*table, 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;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: separate;
	border-spacing: 0;
}*/
h1 span, h2 span {
	display:none;
}

/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}

.clear {clear:both;}

.hidden {display:none;}
	
.floatLeft {float:left;}

.floatRight {float:right;}

.imgRight {
	margin:4px 0px 4px 10px;
	float:right;
}

.imgLeft {
	margin:4px 10px 4px 0px;
	float:left;
}
	
.textLeft {text-align:left;}

.textRight {text-align:right;}

.textCenter {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.required {color:#F00;}

.border {border:1px solid #FFF;}

.testimonial {border-bottom:1px dashed #663;padding-bottom:10px;}


/* TYPOGRAPHY
--------------------------------------------------------------------------------------- */
h1 {
	margin:0px 0px 25px 0px; /* the h1s on this site are all images */
}

h2 {
	margin:0px 0px 25px 0px;
	font-size:16px;          /* the h2s on this site are both images or text */
	line-height:18px;
}

p {
	color: #000;
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
}

.headerWrapper {
	width:100%;
	border-top:none;
	border-bottom:none;
	background:none;
	padding:0px;
	margin:0px;
}

	.header {
		width:900px;
		height:119px;
		margin:0px auto;
		position:relative;
	}

	.logo {
		width:200px;
		height:119px;
		float:left;
	}

.showForPrint {
	display:block;
	font-size:16px;
	float:left;
	margin-left:30px;
}

/* NAVIGATION
--------------------------------------------------------------------------------------- */
.navigation {
	display:none;
}


.imageWrapper {
	display:none;
}

	#imageArea {
		display:none;
	}

		#homeFade {
			display:none;
		}


/* CONTENT
--------------------------------------------------------------------------------------- */
.contentWrapper {
	width:100%;
	border-top:none;
	background:none;
	margin:0px;
	padding:0px;
}

	.contentArea {
		width:900px;
		margin:0px auto;
		padding:30px 0px 0px 0px;
	}
	
		.leftCol {
			width:585px;
			margin:0px 0px 0px 0px;
			padding:0px 10px 0px 0px;
			float:left;
		}
		
		.rightCol {
			width:285px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 10px;
			float:right;
		}
		
			.subNav {
				display:none;
			}
			
			.rightCol img {display:none;}
			

/* PHOTO GALLERIES
--------------------------------------------------------------------------------------- */
#photog {
	text-align:center;
	width:900px;
}
#photog p {font-size:1em; padding:0px 0px 0px 0px;}
#photog h2{font-weight:bold; margin-bottom:0px; margin-top:10px; display:inline;}
#photog ul{list-style:none;}
#photog li{
	display:inline;
	text-align:center;
	text-indent: 0px;
	padding:0px;
	margin:0px;
}

#photog .galimage {
	width:auto;
	margin:5px;
	padding:3px;
	background-color:none;
	border-bottom:none;
	border-right:none;
	border-top:none;
	border-left:none;
}


/* Footer ---------------------------------------------------------------------------------------*/
.footerWrapper {
	display:none;
}

	.footerArea {
		display:none;
	}

	.copyrightArea {
		display:none;
	}