.titleHeader
{
	color: #b00808;
	font-family: Frutiger, "Myriad Web" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}


/* Shadowing */
/* easy drop shadow */


.img-wrapper
{
	background: url(images/shadow.gif) no-repeat right bottom;
	float: right; 
	margin: 10px 10px 10px 10px;
	
}

.img-wrapper div
{
	background: url(images/mask.png) no-repeat left top !important;
	background: url(images/mask.gif) no-repeat left top;
	padding: 0 5px 5px 0;
	float: right; /* :KLUDGE: Fixes bug in IE/Mac */
}

.img-wrapper img
{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

/* Left */
.img-wrapperL
{
	background: url(images/shadow.gif) no-repeat right bottom;
	float: left; 
	margin: 10px 10px 10px 10px;
}

.img-wrapperL div
{
	background: url(images/mask.png) no-repeat left top !important;
	background: url(images/mask.gif) no-repeat left top;
	padding: 0 5px 5px 0;
	float: left; /* :KLUDGE: Fixes bug in IE/Mac */
}

.img-wrapperL img
{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.SubContentTQD
{
	font-family: Tahoma;
	font-size: 12.5px;
	padding: 15px;
	line-height: 1.5em;
}

/* pretty stuff
================================== 

body
{
	font: 62.5%/1.6 "Gill Sans" , Futura, "Lucida Grande" , Geneva, sans-serif;
	color: #666;
	background: #fff;
}

h2
{
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	color: #94b767;
	margin: 0;
}
*/

/*
.box
{
	font-size: .5em;
}
*/

/* pretty stuff
================================== */

/*
body
{
	font: 62.5%/1.6 "Gill Sans" , Futura, "Lucida Grande" , Geneva, sans-serif;
	color: #666;
	background: #fff;
}

h2
{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1;
	color: #94b767;
	margin: 0;
}
*/
.box
{
	font-size: .5em;
}

/* rounded corner box
================================== */

.box
{
	width: 418px;
	background: #effce7 url(images/trans.png) no-repeat left bottom; /* background: #effce7 url(images/bottom.gif) no-repeat left bottom;	*/
}

.box h2
{
	/* background: url(images/top.gif) no-repeat left top;*/ /* background: url(images/trans.png) no-repeat left top;	*/
}

.box h2
{
	padding: 10px 20px 0 20px;
}

.box p
{
	padding: 0 20px 10px 20px;
}

@media print
{
	.toplink
	{
		display: none;
	}
}


#navlist
{
	font-family: Tahoma;
	color: #003057;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #003057;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover
{
	color: #B80A0B;
}

blockquote
{
	border: 1px solid #d4d4d4;
	margin: 15px 0 15px 20px;
	padding: 10px 20px 20px 20px;
	background: #fafafa url(images/blq.gif);
}


.featureroompics
{
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

