@charset "UTF-8";
/* CSS Document */

html {
	
}

body {
	
	background-color: #FFF;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px; /* set default font to 16px */
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	min-width: 50.875em;

		
}

.container_8{
	background-color: #FFF;
}

.mainImageContainer{
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}

p {
	margin-top: 0;
	font-size: .688em; /* 11px */
}

.navimg {
	width:33.333%;
	margin: 0;
	padding:0;
	float: left;
}

.ruleAbove {
	border-top:1px solid #CCC;	
}

.hidden {
	display: none;
}

h1,h2 {
	
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.818em;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1em;
	font-style:italic;
}

h1 .kern {
	letter-spacing: -.06em;
}

h2{
	font-size: .75em;
	font-weight: 100;
}
	
h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .75em; /* 12px */
	line-height: 1.583em; /* 19px */
	font-weight: 700;
	margin: 0 0 0.063em -0.063em;
}

video,object {
	border: 1px solid #CCC;
}

hideSelect::-moz-selection{
    background-color:Transparent;
    color:#000;
    }

hideSelect::selection {
    background-color:Transparent;
    color:#000;
    }

/* LINKS */

a {margin:0;
	padding:0;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.091em; /* 12px */
	}

a:link {
	color: #000;
	text-decoration: none;
	
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
}

a.inline {
	border-bottom: 1px solid #CCC;
}

a.title:hover {
	color: #000;
}
