/* START BASE */

body {
	margin: 10px 0px 10px 0px; 
	padding: 0px;
	height: 100%;
	text-align: center;
	font-family: Georgia, serif, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #FFF;
	}

/* END BASE */


/* START HRs */

.topDivider {
	position: relative; 
	margin: 0px;
	padding: 0px;
	width: auto; 
	height: 4px; 
	background-image: url('../images/bg_divider.png');
	background-repeat: repeat-x;
	clear: both;
	font-size: 0em;
	}
	
.botDivider {
	position: relative; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: auto; 
	height: 4px; 
	background-image: url('../images/bg_divider2.png');
	background-repeat: repeat-x;
	clear: both;
	font-size: 0em;
	}	
	
/* END HRs */


/* START BLOCKS */	
	
	
.navBlock {
	position: relative;
	width: 950px;
	min-height: 117px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 0px;
	clear: both;
	}	
	
.page {
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	background-image: url('../images/bg_shim.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	padding: 0px;
	border: 0px;
	clear: both;
	}	


	
#stuff {
	position: relative;
	width: 950px;
	margin: 0px auto;
	vertical-align: top;
	padding: 0px;
	border: 0px;
	clear: both;
	background-color: yellow;
	}
	
.content {
	position: relative;
	width: 950px;
	margin: 0px auto;
	vertical-align: top;
	padding: 0px;
	border: 0px;
	clear: both;
	text-align: left;
	}
		

.quarterBlock {
	position: relative;
	display: inline;
	float: left;
	width: 230px;
	margin-left: 10px;
	clear: right;
	text-align: left;
}

.quarterRFBlock {
	position: relative;
	display: inline;
	float: right;
	padding: 0px;
	width: 230px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	clear: right;
	text-align: left;
}

.halfBlock {
	position: relative;
	display: inline;
	float: left;
	width: 470px;
	margin-top: 20px;
	text-align: left;
	
}

.halfCol {
	position: relative;
	float: left;
	clear: right;
	width: 480px;
	}	
	
.halfColLeft {
	position: relative;
	float: left;
	width: 470px;
	margin: 0px;
	}	
	
.threeQuarterBlock {
	position: relative;
	display: inline;
	float: left;
	width: 710px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}	

.threeQuarterCol {
	position: relative;
	float: left;
	clear: right;
	width: 720px;
	margin: 0px;
	vertical-align: top;
	}	
	
.threeQuarterLFCol {
	position: relative;
	float: left;
	width: 720px;
	margin: 0px;
	vertical-align: top;
	}	
	

.fullBlock {
	position: relative;
	display: inline;
	float: left;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
}	
	
	
/* END BLOCKS */	
	
	
	
/* START TEXT */	
	

.navText {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1.3em;
	margin-left: 10px;
	}	
	
h1 {
	color: #6b97a9;
	margin-top: 0em;
	font-size: 3.2em;
	line-height: .8em;
	margin-bottom: -10px;
	}	

h2 {
	color: #6b97a9;
	margin-top: 0em;
	font-size: 1.8em;
	line-height: 1.3em;
	margin-left: 10px;
	}
	
h2 em {
	color: #666;
	font-style: normal;
	}
	
h3 {
	color: #6b97a9;
	margin-top: 0em;
	font-size: 1.4em;
	line-height: 1.3em;
	}
	
h4 {
	margin-left: 10px;
	font-size: 1.4em;
	line-height: 1.3em;
	}	
	
ul {
	margin: 10px 0 15px 0;
	}

li { 
	list-style-type: disc;
	list-style-position: inside;
	font-size: .8em;
	line-height: 1.2em;
	}	
	
#giantText {
	color: #6b97a9;
	margin-top: 0em;
	font-size: 2.8em;
	line-height: 1.3em;
	margin-left: 10px;
	}

.blurbTitle {
	font-size: 1em;
	margin-top: .6em;
	}

.blurbTiny {
	font-size: .6em;
	font-family: Arial, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: .3em;
	}

.blurbText {
	font-size: .8em;
	line-height: 1.3em;
	margin-top: 1em;
	}

.bottomTiny {
	font-size: .8em;
	line-height: 1.3em; 
	font-family: Georgia, serif;
	margin-top: 20px;
	/*margin-left: 0px;*/
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: left;
	color: #666;
	padding: 0px;
	}

a:link {
	color: #6b97a9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6b97a9;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}

em {
	font-style: italic;
	}
	
	

/* END TEXT */




/* START IMAGES */

.logoImage {
	margin-top: 1.2em;
	}
	
.newSnipe {
	z-index: 2;
	position: absolute;
	padding: 0px;
	top: -9px;
	left: -9px;
	/* margin-bottom: -49px;
	margin-right: -49px;
	margin-left: -260px;
	margin-top: -10px; */
	}	
	
.thumbnailMedStatic {
	position: static;
	z-index: 1;
	float: left; 
	width: 214px; 
	/*height: 134px;*/ 
	margin-bottom: 10px; 
	border: 8px solid #91d9f8;
	}

.thumbnailMedRight {
	position: static;
	z-index: 1;
	float: left; 
	width: 214px; 
	/*height: 134px;*/ 
	margin-bottom: 10px; 
	border: 8px solid #91d9f8;
	}	
	
.thumbnailMedRight:link { 
	border: 8px solid #91d9f8;
	}
	
.thumbnailMedRight:visited {
	border: 8px solid #91d9f8;
	}	
	
.thumbnailMedRight:hover {
	border: 8px solid #d3f0fc;
	}
	
.thumbnailMedRight:active {
	border: 8px solid #d3f0fc;
	}		
	
.thumbnailMed {
	position: static;
	z-index: 1;
	float: left; 
	width: 214px; 
	/*height: 134px;*/ 
	margin: 0px 20px 0px 0px; 
	border: 8px solid #91d9f8;
	}	
	
.thumbnailMed:link { 
	border: 8px solid #91d9f8;
	}
	
.thumbnailMed:visited {
	border: 8px solid #ccc;
	}	
	
.thumbnailMed:hover {
	border: 8px solid #d3f0fc;
	}
	
.thumbnailMed:active {
	border: 8px solid #d3f0fc;
	}	
	
.thumbnail694 {
	position: static;
	z-index: 1;
	float: left; 
	width: 694px; 
	/*height: 329px;*/ 
	margin-bottom: 15px; 
	border: 8px solid #91d9f8;
	clear: both;
	}	
	
.thumbnail934 {
	position: static;
	z-index: 1;
	float: left; 
	width: 934px; 
	height: 284px; 
	margin: 0px; 
	border: 8px solid #91d9f8;
	clear: both;
	}		

/* END IMAGES */