body {

	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #dfe2c7;
	
	font-family: Verdana, 'Sans Serif';
	font-size: 11px;
	color: #B8C485;
	line-height: 136%;	
}

p {
	margin-bottom: 10px;
}

a {
color: #9F9F00;
text-decoration: none;
}

strong {
	font-weight: bold;	
}

h1, h2, h3, h4 {
		line-height: 1;
		padding: 0px;
}

h1 {
	font-size: 1.8em;
	padding-bottom: 10px;		
}
h2 {
	font-size: 1.4em;		
}
h3 {
	font-size: 1.2em;
	line-height: 1.5;	
}
h4 {
	font-size: 1em;		
}


.clear {
	width: 100%;
	clear: both;
	height: 0px;	
	
}

#outer {
	width: 850px;
	height: 500px;
	/*padding: 1px 0px;  1px top padding to prevent ancestor collapsing of the margins. */
	margin: 65px auto 20px auto;

	position: relative;
	
}

#nav {
	float: left;
	width: 225px;
	height: 425px;
	background: #311c00 url(../img/paragon_logo.png) bottom center no-repeat;	
	padding-top: 75px;
	
	color: #BEBE9E;
	font-family: Arial, Verdana;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 180%;
}

#nav p {
	padding-left: 42px;	
}

#nav a {

	color: #BEBE9E;
	text-decoration: none;	
	
}

#nav a:hover {
	color: #FFFFFF;
}

#content {
	float: left;
	width: 237px;
	height: 425px;
	background-color: #59622d;
	margin: 0px;
	overflow: auto;
	padding: 75px 19px 0px 19px;
}

#content.stm {
	float: left;
	width: 237px;
	height: 475px;
	background-color: #59622d;
	margin: 0px;
	overflow: auto;
	padding: 25px 19px 0px 19px;
}

#content div.text1 {
	font-size: 9px;
	
}	

#content_long {
	float: left;
	width: 220px;
	height: 545px;
	background-color: #59622d;
	margin: 0px;
	overflow: visible;
	padding: 10px 25px 0px 30px;
	line-height: 1.2;
}



#content-wide {
	float: left;
	width: 625px;
	height: 500px;
	background-color: #59622d;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	line-height: 113%;
}

#content_nopad {
	float: left;
	width: 275px;
	height: 500px;
	background-color: #59622d;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	line-height: 113%;
}

#content div.content_text {
	padding: 20px;
	padding-bottom: 0px;
	
}

#content p {
	padding: 0px;	
	
}

#slideshow {
	
	float: left;
	width: 350px;
	height: 500px;
	background-color: #59622d;
	margin: 0px;
	background: #000;	
}

#slideshow.tall {
	height: 555px;	
}

#nav.tall {
	height: 480px;
}

#intro {
	width: 850px;
	height: 500px;
	background-color: #311c00;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -425px;
}

#intro_logo {
	width: 850px;
	height: 500px;
	background: #311c00 url(../img/paragon_home_logo.png) center center no-repeat;
	display: none;
}