/* CONFIGURATION */

html {
	overflow: auto;
}
body
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #730831;
	width: 749px;
}
table
{
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #730831;
	border-collapse: collapse;
}
form {
	display: inline;	
}
a
{
	color: #B16F7D;
	text-decoration: none;
}
a:hover
{
	color: #B16F7D;
	text-decoration: underline;
}
a:visited
{

}
form
{
	display: inline;
}

/* HEADER */
div#header
{
	background-color: #730831;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 94px;
	padding-right: 8px;
	padding-left: 240px;
}
div#headerLine
{
	background-image: url(/images/homepattern0repeat.gif);
	background-repeat: repeat-x;
	height: 8px;
	line-height: 8px;
	display: block;
}
div#headerButterfly
{
	padding: 23px;
	text-align: right;
}
div#headerMenu
{
	background-color: #730831;
	text-align: right;
	padding-right: 4px;
}
a.headerMenuItem
{
	cursor: pointer;
}
a.headerMenuItemNoLink
{
	cursor: default;
}
img.menuBar
{
	position:relative;
	top:-3px;
}

/* BODY */
div#body
{
	border-right: 1px solid #730831;
}

.homepage_border {
	background-image:url('/images/homepattern0repeat.gif');
	background-repeat:repeat-x;	
	height: 8px;
	width: 100%;
	line-height: 8px;
}

.homepage_decoration_1 {
	background-image:url('/images/homepattern1.gif');	
	width: 403px;
	height: 36px;
}

.homepage_decoration_2 {
	height: 103px;
	width: 100%;
}

.homepage_decoration_3 {
	height: 164px;
	width: 100%;
}

.homepage_text {
	width: 415px;
	height: 164px;
	overflow: hidden;
	text-align: left;
}

.homepage_decoration_4 {
	height: 58px;
	width: 100%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* FOOTER */

div#footer
{

}
div#footerLine
{
	text-align: left;
	background-image: url(/images/footerLine.gif);
	height: 19px;
	border-left: 1px solid #730831;
	border-right: 1px solid #730831;
	border-bottom: 1px solid #730831;
}
div#addressLine
{
	text-align: center;
}
div#footerLinks
{
	text-align: center;
	color: #B16F7D;
	padding-top: 6px;
	padding-bottom: 6px;
}
span.address
{
	/*display: block;*/
}
span.phone
{
	/*display: block;*/
}