﻿body 
{
	background-color: #dc341e;
	background-image: url(/images/back-tile.png);
	background-position: 50% 0;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Arial, Helv;
	font-size: 13px;
}

a
{
	color: #dc341e;
	text-decoration: underline;
}

hr
{
	border: none;
	border-top: 1px solid #dc341e;
	height: 1px;
}

#page
{
	margin: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	width: 800px;
	background-color: White;
	/*height: 100%;*/
	
	width: 812px;
	padding: 0px 0px 10px;
	margin: auto;
	background-color: white;
	background-image: url(/images/back.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	
}

#head
{
	background-image: url(/images/back-top.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 6px 0px 7px;
}

#main-wrapper
{
	width: 798px;
	padding: 0px 7px 0px;
	margin: auto;
}


h1
{
	background-image: url(/images/logo_h1.gif);
	/*background-image: url(/images/logo_smallweb.gif);*/
	background-position: 30px 40px;
	background-repeat: no-repeat;
	padding-top: 140px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
}

h2
{
	font-size: 180%;
	color:#dc341e;
}

h3
{
	font-size: 140%;
	color:#dc341e;
	/*border-bottom: 1px dotted #dc341e;*/
}

#topmenu
{
/*	background-image: url(/images/topmenu.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;*/
	border: solid #dc341e;
	border-width: 1px 0px;
	height: 25px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

#topmenu li
{
	vertical-align: middle;
	display: inline;
	padding-left: 30px;
	background-image: url(/images/topmenu_bullet.gif);
	background-position: 18px 50%;
	background-repeat: no-repeat;
	position: relative;
	color: #dc341e;
}

#topmenu a
{
	text-decoration: none;
}

#topmenu a:hover
{
	text-decoration: underline;
}

#sideboxes
{
	float: right;
	width: 180px;
	padding: 0px;
	margin: 0px;	
}

.box
{
	background-color: #dc341e;
	width: 160px;
	margin: 10px 10px 5px;
}

.box .top
{
	background-image: url(/images/side-box-top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box .bottom
{
	background-image: url(/images/side-box-bot.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 14px;
	color: White;
	font-weight: bold;
	font-size: 90%;
}

#boxpink,
#boxblue,
#boxpurple
{
	ffloat: right;
	width: 132px;
	height: 100px;
	clear: right;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0px 10px;
	font-weight: bold;
	color: White;
	padding: 14px;
	font-size: 90%;
	display: inline-block;
}

#boxpink
{
	background-image: url(/images/boxpink.gif);
	margin-top:20px;
	padding-top: 8px;
	padding-bottom: 20px;
}

#boxpurple
{
	background-image: url(/images/boxpurple.gif);
	margin-top:10px;
	padding-top: 8px;
	padding-bottom: 20px;
}

#boxblue
{
	background-image: url(/images/boxblue.gif);
	padding-top: 48px;
	padding-bottom: 0px;
	padding-right: 25px;
	width: 121px;
	height: 80px;
}

#content
{
	padding: 9px 18px 18px;
	/*padding-top: 0px;*/
}

#footer
{
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 80%;
	color: #666666;
}


#footer
{
	clear: both;
	text-align: center;
	padding: 20px;
	font-size: 80%;
	color: #fff;
	margin-top: 0px;
	
	background-image: url(/images/back-bot.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 812px;
	margin: 0px auto;
}

.testimonial
{
	margin: 30px;
	border: 1px dotted #dc341e;
	background-color: #ffede5;
	font-style: italic;
	font-family: Arial;
	padding: 12px;
}

.testimonial span
{
	display: block;
	border-top: 1px dotted #dc341e;
	font-style: normal;
	text-align: right;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 4px;
}

#frmInfusion
{
	pposition: absolute;
}

#frmInfusion p
{
	margin: 0px;
	margin-bottom: 3px;
}

#frmInfusion p label
{
	width: 160px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
}

#frmInfusion input
{
	width: 300px;
}

#frmInfusion #Submit
{
	width: 120px;
}

.NewsItem
{
	list-style-type: none;
	margin: 4px;
}

.NewsItem li
{
	font-size: 100%;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 80px;
	height: 64px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.liCol
{
	background-color: #ffede5;
}

.NewsItem li h3
{
	font-size: 120%;
	margin: 0px;
}

.imgfloat-left
{
	float: left;
	font-size: 80%;
	margin: 8px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #dc341e;
	padding: 5px;
	background-color: #ffede5;
}

.imgfloat-left img
{
	display: block;
	margin-bottom: 2px;
}

.teamRow
{
	clear: left;
	padding-left: 40px;
	padding-bottom: 10px;
}

.teamRow span
{
	float: left;
	width: 250px;
	border: 1px solid white;
	background-color: White;
	padding: 5px;
	margin: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: none;
}

.teamRow span:hover
{
	border: 1px solid #dc341e;
	background-color: #ffede5;
	background-image: url(/images/corner-grad.gif);
}

.teamRow span img
{
	border: 1px solid #dc341e;
	text-align: center;
	display: block;
	margin: auto;
}

.teamRow span label
{
	display: block;
	text-align: center;
	font-size: 85%;
}

.teamRow span label.teamRowName
{
	font-weight: bold;
	font-size: 100%;
}

.teamRow span label a
{
	text-decoration: none;
}

.teamRow span label a:hover
{
	text-decoration: underline;
}

.audio
{
	clear:left;
}
.audio h3
{
	margin: 0px;
	border-top: 1px dotted #dc341e;
	color: #808080;
	padding-top: 10px;
	margin-top: 10px;
}

.audio h4
{
	margin: 0px;
	color: #808080;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 120%;
}

.audio object
{
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

.audio .MumInControl
{
	float: left;
	width: 150px;
	border: 1px solid #f9d3c7;
	background-color:  #ffede5;
	margin: 10px 20px 10px 0px;
	padding: 5px;
	min-height: 130px;
	font-size: 85%;
}

.audio .MumInControl p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.attention
{
	border: 1px solid #dc341e;
	background-color: #ffede5;
	color: black;
	padding: 12px;
	margin: 12px 192px 12px 12px;
}

.attention h5,
.attention p
{
	color: black;
	text-align: center;
	margin: 4px 0px;
}

.attention h5
{
	font-weight: bold;
	font-size: 110%;
}