/* Start of CMSMS style sheet 'detour' */
/* START body info */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(images/background.jpg) repeat-x;
	background-color:#575336;
	font-family: tahoma;
	}
/* END body info */

/* START menu */
#navcontainer ul {
	padding: 122px 0px 0px 195px;
	margin-left: 0;
	margin-top:0px;
	color: White;
	float: left;
	width: 650px;
	font-weight:bold;
	font-size:.95em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	background:url(images/menusep.gif) no-repeat top right;
	background-color:#96c45f;
}

#navcontainer ul li a:hover {
	background-color: #81a753;
	color: #fff;
}

#navcontainer .home {
	position:absolute;
	top:2%;
	left:50%;
	margin-left:-380px;
}

#navcontainer img {
	border:0;
}

#navcontainer home {
	position:absolute;
	width:199px;
	height:152px;
}


/* END menu */

/* START corners */
.box {
	width:760px;
	margin: 0px auto;
	background: url(images/corners/tl.gif) no-repeat top left;
}
.top {
	background: url(images/corners/tr.gif) no-repeat top right;
}
.bottom {
	background: url(images/corners/bl.gif) no-repeat bottom left;
}
.bottom div {
	background: url(images/corners/br.gif) no-repeat bottom right;
}

.top div,.top,
.bottom div, .bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
/* END corners */

/* START content */
#content {
	padding: 10px 0px 0px 65px;
	font-size:1em;
	color:#000000;
	font-size:.9em;
	line-height:1.5em;
	letter-spacing:.03em;	
	text-align:justify;
	}

#content .left{
	width:260px;
	padding:0px 15px 0px 1px;
	float:left;
	}

#content .right{
	width:260px;
	padding:0px 0px 0px 16px;
	float:left;
	}

#content .links{
	width:97px;
	padding:6px 0px 0px 29px;
	float:left;
	}
	
#content .full{
	width:650px;
	padding:0px 0px 0px 16px;
	clear:both
	}

#content span{
	font-weight:bold;
}

#content img{
	border:0;
}

#content .links img{
	margin-bottom:50px;
}

#content .full img.l{
	float:left;
	padding:0px 15px 0px 0px;
	}

#content .full img.r{
	float:right;
	padding:0px 0px 0px 15px;
	}



/* END content */

/* START Splash tile */
.splash
	{
	background: url(images/splash.jpg) no-repeat;
	width: 679px;
	height:271px;
	text-align:center;
}

.splash img{
	position:relative;
	top:65%;
	left:32.7%;
}
/* END Splash tile */

/* START Media */
.media_teaser
	{
	background: url(images/media_teaser.gif) no-repeat;
	width: 681px;
	height: 321px;
	margin:15px 0px 15px 0px;
}

.media_full
	{
	background: url(images/media_full.gif) no-repeat;
	width: 681px;
	height: 321px;
	margin:15px 0px 15px 0px;
}

.media_strip
	{
	background: url(images/media_strip.jpg) no-repeat;
	width: 681px;
	height: 88px;
	margin:15px 0px 15px 0px;
}

object
	{
	width: 352px;
	height: 288px;
	position:relative;
	float:right;
	margin:17px 35px 0px 0px;
}

/* END Media */

/* START Review */
.quote
	{
	background:url(images/quote.gif) no-repeat;
	padding:0px 0px 0px 65px;
	width:580px;
	margin:0px 0px 20px 15px;
}

/* END Review */

/* START footer */

#footer {
	width:760px;
	margin: 10px auto 20px auto;
	text-align:center;
	padding-left:22px;
	color:#ffffff;
	font-size:.7em;
	}

#footer p {
	display:inline;
	margin:5px 30px 5px 30px;
	}

#footer img {
	border:0;
	}

/* END footer */

/* End of 'detour' */

