/*----------------------------------------------------------------------------*/
/* Content Styling */
/*----------------------------------------------------------------------------*/
#content
{
   /*border: dashed 1px green;*/
   margin: 10px 0;
   width: 950px;
}

#content .row-header
{
   background-image: url('../images/cr_upper_950x6.jpg');
   background-repeat: no-repeat;
   height: 6px;
}

#content .row-footer
{
   background-image: url('../images/cr_lower_950x6.jpg');
   background-repeat: no-repeat;
   height: 6px;
   margin: 0 0 10px 0;
}

#content .feature-row
{
   border-left: solid 1px #bbb;
   border-right: solid 1px #bbb;
   height: 180px;
}

.content-left
{
   width: 25%;
}

.content-left a
{
   display: block;
   margin: 0;
   text-align: center;
}

.content-left img
{
   margin: 20px 0 5px 20px;
}

.content-middle
{
   padding: 20px;
   width: 55%;
}

.content-middle h1
{
   font-size: 130%;
   font-weight: bold;
}

.content-middle li
{
   list-style-image: url(../images/bullet.jpg);
   margin: 5px 0 0 20px;
}

.content-right
{
   border-left: solid 1px #bbb;
   height: 180px;
   width: 25%;
}

.content-right a
{
   outline: none;
}

.content-right h1
{
   font-size: 120%;
   font-weight: bold;
   margin: 10px 0;
   text-align: center;
}

.content-right img
{
	margin-left: 80px;
	margin-bottom: 5px;
	margin-right: 80px;
	margin-top: 15px;
}

.unseen
{
   display: none;
}