/*-----------------------------------------------------------------------------

version:   1.0
date:      04/07/2008
author:    Brian Johnson, Applicode LLC

-----------------------------------------------------------------------------*/

#home #wrapper #page_nav {	width: 0px; display:none}

#home #wrapper #content { width: 100%; float: left;}


#hcontainer {
	width: 923px;
	z-index: 10;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #BBB; */
	background: #FFF;  /*#EAE7D2; */
	/*min-height:300px; /* also change below and height in slider - stripview and csw
	/*height:auto !important;*/
  	/*height:300px;  /* also change above and height in slider - stripview and csw*/
}

/* Slideshow
-----------------------------------------------------------------------------*/
#slider { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	padding: 0px;
	width: 100%;
	min-height:375px;
	height:auto !important;
	height:375px;
}
#slider-slideshow
{
	position: relative;
	float: left;
	width: 500px;
	height: 375px;
	margin: 15px 5px 15px 10px;
	/*background: yellow;*/
}


#slider-content
{
	float: right;
	width: 370px;
	height: 375px;
	margin: 15px 5px;
	/*background: white;*/
	font-size: 1.4em;
	line-height: 1.6em;
}

#slider-slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider-slideshow IMG.active {
    z-index:10;
}

#slider-slideshow IMG.last-active {
    z-index:9;
}

/************************************/

#slider1xx {
	background: #EAE7D2; /* url(/images/site/home/home_banner_bg.jpg) top left no-repeat; */
}

#hsection1 .screenshot { float:right; margin:10px; }
#hsection1 .text {	width: 440px;	padding: 30px 0 0 20px; float:left;}
#hsection2 .screenshot { float:right; margin:10px; }
#hsection2 .text {	width: 440px;	padding: 30px 0 0 20px; float:left;}
#hsection3 .screenshot { float:right; margin:10px; }
#hsection3 .text {	width: 440px;	padding: 30px 0 0 20px; float:left;}
#hsection4 .screenshot { float:right; margin:10px; }
#hsection4 .text {	width: 440px;	padding: 30px 0 0 20px; float:left;}
#hsection5 .screenshot { float:right; margin:10px; }
#hsection5 .text {	width: 440px;	padding: 30px 0 0 20px; float:left;}



/* FEATURES HOME PAGE */

#features_wrapper
{
	width: 360px;
	float: left; clear: left;
	background: #F2F2F2;
	margin-top: 10px;
	margin-right:20px;
}

#features_wrapper h1
{

	height: 42px;
	font-size: 20px;
    font-weight: bold;
	color: #FFF;
    line-height: 40px;
	background: #536A86;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#features_wrapper h2
{
	font-size: 12px;
	color: #DDA875;

}

#features_wrapper h3
{
	font-size: 14px;
    font-weight: bold;
	color: #693;
	padding: 5px 0 0 0;
}

#features_wrapper h4
{
	font-size: 12px;
    font-weight: bold;
	color: #069;
	padding: 5px 0 0 0;

}

#features_content
{
	/*background: green;*/
}

.features_row
{
	padding: 0px 10px 5px 10px;
	clear: both;
	border-bottom: 1px solid black;
	font-size: 11px;
	color: #555;

}

.features_row_content
{
	/*background: purple;*/

}
.features_row_event
{
	padding: 10px 0px 0px 0px;
	/* CHANGED FOR NEW DESIGN BJJ line-height: 25px; */


}
.features_row_subtitle
{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 11px;
	padding-left: 20px;


}


/* EVENTS HOME PAGE */

#events_wrapper
{
	float: right;
	width: 590px;
	/*background: #F2D66A;*/
	padding: 0px 7px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#events_wrapper h1
{
	/*background-image: url("/img/news_title_separator.png");
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;*/
	height: 21px;
	/*width: 453px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #736189;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

#events_content
{
	/*background: green;*/
}

#events_content h2   {
	font-size: 13px;
	font-weight: bold;
	color: #4176ad;
	line-height: 16px;
	/*width: 187px;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
}

#events_content h2 a  {
	text-decoration: none;
    color: #4176ad;
}
#events_content h2 a:hover  {
	text-decoration: underline;
    /*color: red;*/
}

.events_row
{
	margin-top: 10px;
	border-bottom: dotted #333 1px;
}

.events_row_frame
{
	float: right; clear: right;
	height: 70px;
	width: 70px;
	margin: 5px;
	border: 0px solid black;
}

.events_row_subtitle
{
	/*background: yellow;*/
	font-size: 11px;
	color: #666666;
	/*float: left;*/
	font-weight: bold;
	line-height: 11px;
	/*width: 350px;*/


}

.events_row_content
{
	/*background: purple;*/
}


/* BLOG HOME PAGE */

#blog_wrapper
{
	float: right;
	width: 505px;
	background: white;
	margin: 10px 0px;
	border-left: 0px solid #333;
	padding-left: 10px;
}

#blog_wrapper h1
{
	/*background-image: url("/img/news_title_separator.png");
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;*/
	height: 21px;
	/*width: 453px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #736189;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

#blog_content
{
	/*background: green;*/
}

#blog_content h2   {
	font-size: 13px;
	font-weight: bold;
	color: #4176ad;
	line-height: 16px;
	/*width: 187px;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
}

#blog_content h2 a  {
	text-decoration: none;
    color: #4176ad;
}

#blog_content h2 a:hover  {
	text-decoration: underline;
    /*color: red;*/
}

.blog_row
{
	margin-top: 10px;
	border-top: dotted #333 1px;
}

.blog_row_subtitle
{
	/*background: yellow;*/
	font-size: 11px;
	color: #666666;
	/*float: left;
	font-weight: bold;
	line-height: 11px;
	width: 350px;*/
}

.blog_row_content
{
	/*background: purple;*/
}

.status_open {
/* background:url(/images/site/status_public.png) no-repeat; 
padding-left: 18px;*/
white-space:nowrap;
}
.status_Private {
/* background:url(/images/site/status_private.png) no-repeat; 
padding-left: 18px;*/
white-space:nowrap;
}