/* Layout */

#content {
	position: relative;
	width: 800px;
	padding: 0 100px 75px 100px;
	background: url(/site_media/images/content_background_contact.jpg) top left no-repeat;
	z-index: 2;
}

/* main menu */

img#mainmenurollover {
	left: 507px;
}



/* shortcuts menu */

ul#shortcutsmenu {
	width: 160px;
	height: 90px;
	margin: 170px 0 0 0;
	padding: 40px 20px 0 0;
	background: url(/site_media/images/shortcuts_background.jpg);
}

ul#shortcutsmenu a, ul#shortcutsmenu a:visited {
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #333333;
}

ul#shortcutsmenu a:hover, ul#shortcutsmenu a:active {
	color: #ae1212;
	text-decoration: none;
}



/* right column */

#rightcolumnheader {
	position: relative;
	width: 590px;
	height: 30px;
	background: transparent url(/site_media/images/rightcolumn_header_notab.png);
}

/* IE6 HACK*/
* html #rightcolumnheader {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site_media/images/rightcolumn_header_notab.png", sizingMethod="crop");
}

#rightcolumnheader h3 {
	position: absolute;
	top: 9px;
	left: 65px;
	font-size: 14px;
}

.rightcolumnbody {
	position: relative;
	width: 570px;
	margin: 0 0 0 40px;
	padding: 10px 0 50px 15px;
	z-index: 5;
}

.bodysinglecolumn {
	width: 510px;
	margin: 0;
}

p {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 15px;
}

.bodyimage {
	margin: 25px 0 0 0;
	border-right: 1px solid #c8b694;
	border-bottom: 1px solid #c8b694;
}

#leftcolumn img {
	margin: 100px 0 0 0;
}

#rightcolumnfooter ul {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 5;
}

#rightcolumnfooter li h5 {
	display: inline;
	position: relative;
	margin: 7px 0 0 20px;
	font-size: 9px;
	float: left;
}

#rightcolumnfooter img.downloadarrow {
	display: inline;
	position: relative;
	margin: 7px 0 0 5px;
	float: left;
	z-index: 5;
}

#rightcolumnfooter ul li {
	display: inline-table;
	margin: 5px 0 0 0;
	float: left;
}

#rightcolumnfooter a.icon {
	margin: 0 0 0 10px;
	float: left;
}

#rightcolumnfooter a.text, #rightcolumnfooter a:visited.text {
	display: block;
	margin: 6px 0 0 5px;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#rightcolumnfooter a:hover.text, #rightcolumnfooter a:active.text {
	color: #ae1212;
	text-decoration: none;
}







/* body */

.bodysinglecolumn h5 {
	position: relative;
	margin: 40px 0 0 0;
	font-size: 14px;
	z-index: 20;
}

h5 a, h5 a:visited {
	margin: 0 0 0 5px;
	font-size: 12px;
	text-transform: none;
	color: #333333;
}

h5 a:hover, h5 a:active {
	color: #ae1212;
	text-decoration: none;
}



/* people */

ul.people h6 {
	display: block;
	margin: 0 0 7px 4px;
	font-size: 14px;
	color: #ae1212;
	text-transform: none;
}

.bodysinglecolumn li img {
	margin: 0 0 0 5px;
	float: left;
}

ul.people {
	font-size: 12px;
	margin: 0 0 10px 0;
}

ul.people li {
	margin: 10px 0 0 0;
	padding: 7px 5px 7px 5px;
	background: #fcf2dd;
	border-top: 1px solid #fdf6e7;
	border-bottom: 1px solid #fdf6e7;
}

.contactinfo {
	position: relative;
	display: inline;
	margin: 7px 0 0 15px;
	float: left;
}

ul.people span {
	margin: 0 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;	
}

ul.people span.phone {
	margin: 0 5px 0 5px;
	font-weight: normal;
	color: #333333;
}

ul.people a, ul.pr a:visited {
	margin: 0 5px 0 5px;
	font-weight: normal;
	color: #333333;
}

ul.people a:hover, ul.pr a:active {
	color: #ae1212;
	text-decoration: none;
}
