
    /* ////////////////////////////////
        N2 Publishing Portal

      Designed and Programmed by Madriska Media Group and LiveTelligence
    User Interface by LiveTelligence and Semaphore, LLC
  madriska.com  |  livetell.com  |  semaphorellc.com
//////////////////////////////// */




    /******** ******** ********
  Basic Elements
******** ******** ********/

body {
	margin: 0;
	padding: 0;
	background: #665c5d;
	font-size: 80%;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Century Gothic", Futura, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color : #666;
}
a img {
	border: none;
}
.end {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}
strong, b {
	font-weight: bolder;
	color: #000;
}
em.easytext {
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
}

a, a:link, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
	text-decoration: underline;
}
a.easybutton80, a.easybutton80:link, a.easybutton80:visited {
	display: block;
	width: 80px;
	height: 14px;
	padding: 3px 0 0;
	text-align: center;
	color: #960;
	font-size: 11px; line-height: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(../images/easybutton_80w.png) no-repeat 0 0;
}
a.easybutton80:hover, a.easybutton80:link:hover, a.easybutton80:visited:hover {
	text-decoration: underline;
}




    /******** ******** ********
  Layout Elements
******** ******** ********/

#layout_bak_vert {
	background: transparent url(../images/layout_bak_vert.jpg) repeat-y center 0;
}
#layout_bak_hor {
	background: transparent url(../images/layout_bak_hor.jpg) repeat-x center top;
}
#layout_bak_top {
		background: transparent url(../images/layout_bak_top.jpg) no-repeat center 0;
}
#layout_bak_bottom {
		background: transparent url(../images/layout_bak_bottom.jpg) no-repeat bottom;
}
#layout_container {
	margin: 0 auto;
	width: 817px;
	min-height: 522px;
}
* html #layout_container {
	height: 522px;
}
	#layout_header {
		height: 97px;
	}
		#layout_header h1 {
			float: left;
			margin: 0;
			padding: 20px 0 0 10px;
		}
		#layout_header h2 {
			margin: 0;
			padding: 0;
			float: right;
		}
	#layout_body {
		min-height: 425px;
		background: #fff;
	}
	* html #layout_body {
		height: 425px;
	}

#layout_copyright {
	margin: 0 auto;
	width: 817px;
	padding: 40px 0 0;
	height: 32px;
}

	
	
#content_header {
	padding: 10px;
}
#content_header_bak {
	background: url(../images/content_bak_vert.gif) repeat-y top left;
}
#content_header_top {
	background: transparent url(../images/content_bak_top.gif) no-repeat top left;
}
#content_header_bottom {
	background: transparent url(../images/content_bak_bottom.gif) no-repeat bottom left;
}
#content_header_content {
	min-height: 303px;
}
* html #content_header_content {
	height: 303px;
}


.content .column {
	float: left;
}	
#content_header .column.left {
	width: 494px;
}
#content_header .column.right {
	padding: 19px 0 0 31px;
	width: 233px;
}


#content_footer {
	padding: 0 10px 10px;
}
#content_footer p {
	padding: 0;
	margin: 0;
}
#content_footer_bak {
	background: url(../images/content_bak_vert.gif) repeat-y top left;
}
#content_footer_bottom {
	background: transparent url(../images/content_bak_bottom.gif) no-repeat bottom left;
}
.footer .column {
	float: left;
	position: relative;
	bottom: -1px;
}	
#content_footer .column.left {
	width: 201px;
}
#content_footer .column.right {
	width: 534px;
	height: 42px;
	padding: 10px 47px 0 0;
	text-align: right;
	background: transparent url(../images/logomark_solpar.gif) no-repeat right 6px;
}




    /******** ******** ********
  Nav Elements
******** ******** ********/

	#nav {
		clear: both;
		height: 40px;
		background: #4c4546 url(../images/nav_bak.png) repeat-x top left;
	}
	#nav * {
		list-style-type: none;
		background: transparent;
	}
	#nav ul {
		display: block;
		line-height: 0px;
		padding: 0;
		margin: 0;
	}
	#nav li {
		display: inline;
		line-height: 0px;
		font-size: 0px;
	}
	#nav a, #nav a:link, #nav a:visited {
		display: block;
		float: left;
		height: 30px;
		padding: 10px 10px 0;
		font-size: 12px;
		letter-spacing: .04em;
		line-height: 12px;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #fc0;
		background: transparent url(../images/nav_divider.gif) no-repeat bottom right;
	}
	#nav a:hover, #nav a:link:hover, #nav a:visited:hover {
		color: #665c5d;
		background: #fff url(../images/nav_divider.gif) no-repeat bottom right;
	}
	
	#nav a .videoicon {
		position: relative;
		display: block;
		float: left;
		width: 74px;
		height: 67px;
		margin: -31px 0 -6px -10px;
		background: url(../images/icon_video.24bit.png);
	}
	* html #nav a .videoicon {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/icon_video.24bit.png',sizingMethod='scale');
	}
	
	td.layout {
		line-height: 0px;
	}




    /******** ******** ********
  Styled Content
******** ******** ********/

.content {
}
	.content h1 {
		font-weight: normal;
		margin: 10px 0;
		padding: 0 0 3px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #fc6;
		font-size: 48px;
		line-height: 37px;
		color: #777;
		letter-spacing: -2px;
	}
	.content h2 { }
	.content h2.subtitle {
		display: block;
		float: right;
		margin: 0;
		padding: 50px 20px 0 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		color: #999;
		letter-spacing: -1px;
		text-align: right;
	}
	.content ul {
		list-style-position: outside;
		list-style-type: disc;
		list-style-image: url(../images/bullett.png);
		margin: 7px 0;
		padding: 0 0 0 19px;
	}
	.content li {
		margin: 7px 0;
		font-size: 85%;
		color: #555;
	}
	.content p {
		margin: 7px 0;
	}
	.home p {
		font-weight: bolder;
		font-size: 12px;
	}
	.home p strong {
		color: #333;
	}
	.content blockquote {
		margin: 0;
		font-size: 85%;
		font-style: italic;
		color: #555;
	}

.footer p {
	text-transform: uppercase;
}	

.copyright p {
	text-align: center;
	font-size: 90%;
	line-height: 100%;
	color: #999;
}	
