/*
 *	content.css
 *
 *	This file defines any special case styles
 *	for the main content area as well as any
 *	unique style for secondary content areas.
 */
h1 a,
h2 a,
h3 a
{
	text-decoration: none;
}
div.box
{
	background-color: #f1f1f1;
	padding: 33px 30px 33px 37px;
	margin-bottom: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.boxFeatRight
{
	clear: left;
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	margin-bottom: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}

div.boxFeatRight .left
{
	float: left;
	padding: 33px 27px 33px 38px;
	border-right: 1px solid #ffffff;
	width: 545px;
}

div.boxFeatRight .right
{
	float: left;
	width: 277px;
	padding: 33px 0px;
	text-align: center;
}
div.boxFeatRight .right p
{
	text-align: center;
}

div.boxFeatLeft
{
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 12px;
}

div.boxFeatLeft .left
{
	float: left;
	width: 277px;
	padding-top: 33px;
	text-align: center;
}

div.boxFeatLeft .right
{
	float: left;
	padding: 33px 27px 33px 38px;
	border-left: 1px solid #ffffff;
	width: 545px;
	
}
div.boxFeatLeft .left p
{
	text-align: center;
}

div.clearer
{
	clear: both;
	width: 100%;
}


 
#logoBiggerCream .text
{
	float: left;
	font-size: 12px;
	color: #999999;
	margin-top: 77px;
	margin-right: 26px;
}

#logoBiggerCream .text a
{
	color: #999999;
}
 
#logoBiggerCream .cream
{
	float: left;
}

#slideShow a.next
{
	position: absolute;
	top: 141px;
	right: 0px;
	display: block;
	height: 26px;
	width: 15px;
	background: url(../imgs/next.gif) top right no-repeat;
}
#slideShow a.prev
{
	position: absolute;
	top: 141px;
	left: 0px;
	display: block;
	height: 26px;
	width: 15px;
	background: url(../imgs/prev.gif) top left no-repeat;
}
#slidePan
{
	/*float: left;*/
	width: 10000px;
/*	position: relative;*/

}

.slide
{
	float: left;
	background: url(../imgs/slide_bg.gif) top left repeat-x;
	height: 414px;
	width: 980px;
}

.slide .slideImage
{
	float: left;
	padding-left: 150px;
	width: 262px;
	height: 273px;
}

.slide .slideHeader
{
	float: left;
	width: 523px;
}
.slide .slideHeader h2
{
	color: #999999;
	font-size: 22px;
	padding-top: 140px;
	text-align: center;
	font-weight: normal;
}
.slide .slideHeader h2 b
{
	color: #ffffff;
}
.slide .slideText
{
	padding-left: 95px;
	clear: both;
	width: 800px;
	color: #999999;
	padding-top: 46px;
}

.slide  a
{
	color: #999999;
	font-weight: normal;
}

#c1 p
{
	width: 209px;
	text-align: justify;
	padding-left: 18px;
	font-size: 11px;
	color: #7b7b7b;
}

#c1 h3
{
	padding-bottom: 11px;
	font-size: 15px;
	color: #768896;
}
#c1 h3 a
{
	font-weight: bold;
	color: #768896;
}

#c1 div
{
	display: none;
}

#c1 a
{
	color: #7b7b7b;
	font-weight: normal;
}

#c2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#c2 ul li
{
	padding-left: 0px;
	padding-bottom: 8px;
}

#c2 ul li a
{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

#c3 p
{
	padding-bottom: 0px;
	display: none;
}

#secondary p, #secondary td
{
	line-height: 1.55em;
}
#secondary li
{
	line-height: 1.7em;
        padding-bottom: 0.5em;
}
#secondary li em
{
	line-height: 1.7em;
        font-sytle: italic;
}



#footer p
{
	color: #666666;
	text-align: center;
}

#footer a
{
	color: #666666;
	font-weight: normal;
}

#gallery
{
	width: 100%;
	/*height: 215px;*/
	padding: 27px 0px 12px 0px;
	background-color: #333333;
	position: relative;
	height: 157px;
}
#gallery a.next
{
	position: absolute;
	top: 77px;
	right: 0px;
	display: block;
	height: 26px;
	width: 15px;
	background: url(../imgs/next.gif) top right no-repeat;
}
#gallery a.prev
{
	position: absolute;
	top: 77px;
	left: 0px;
	display: block;
	height: 26px;
	width: 15px;
	background: url(../imgs/prev.gif) top left no-repeat;
}
#gallery #titleDesc
{
	color: #999;
}
#gallery #slider
{
	width: 870px;
	height: 131px;
	overflow: hidden;
	position: relative;
	margin-left: 55px;
	margin-bottom: 1px
}
#slider ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 128px;
}
#slider li
{
	float: left;
	padding-right: 15px;
	width: 132px;
	height: 128px;
}

#slider li.first
{
	padding-left: 1px;
}

#slider li a
{
	
	display: block;
	border: 1px solid #333333;
	position: relative;
	/*position: relative;
	z-index: 3;*/
}

#slider li a .screen
{
	position: absolute;
	width: 130px;
	height: 131px;
	background-color: #333333;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#slider li .description, #slider li a.title
{
	display: none;
}

#slider li.selected a, #slider li  a:hover
{
	border: 1px solid #cccccc;
}

p#titleDesc
{
	padding-left: 55px;
}

/*
 * Editor Styles
 */
body#editor
{
	background-color: #fff;
}
