@import url("../css/global.css");
@import url("../css/sifr_home.css");

#container {
	background: url(../gfx/bg_top_c.gif) no-repeat -5px 195px;
}
#contentarea {
	padding: 45px 30px;
	position: relative;
}
#primary {
	float: left;
	width: 540px;
	padding: 0 0 60px 0;
}
.colA {
	float: left;
	width: 250px;
}
.colB {
	float: right;
	width: 250px;
}
#secondary {
	width: 540px;
	clear: both;
}
#tertiary {
	position: absolute;
	width: 200px;
	top: 70px;
	right: 0;
}
/* Primary Content
--------------------------------------------------------------------------------------------------- */
#primary img {
	float: left;
}
#primary h1 {
	margin-left: 185px;
	margin-top: 5px;
}
#primary p {
	margin-left: 185px;
}
#primary p.more {
	margin: 0 0 0 185px;
	padding: 0;
	background: url(../gfx/learnmore.gif) no-repeat 0 0;
	height:14px;
	width: 234px;
	text-indent: -9999px;
}
#primary p.more a {
	display: block;
	background: url(../gfx/learnmore.gif) no-repeat 0 0;
	height:14px;
	line-height:14px;
	width: 234px;
}
#primary p.more a:hover {
	background-position: -234px 0;
}
#secondary .colA p.more a {
	display: block;
	background: url(../gfx/aboutBtn.gif) no-repeat -250px 0;
	height:35px;
	line-height:35px;
	width: 250px;
	text-indent: -9999px;
}
#secondary .colA p.more a:hover {
	background-position: 0 0;
}
#secondary .colB p.more a {
	display: block;
	background: url(../gfx/viewPhotos.gif) no-repeat -250px 0;
	height:35px;
	line-height:35px;
	width: 250px;
	text-indent: -9999px;
}
#secondary .colB p.more a:hover {
	background-position: 0 0;
}

/* Tertiary Content
--------------------------------------------------------------------------------------------------- */
#tertiary h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 10px;
}
#tertiary p {
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 0 15px 10px;
}
#tertiary address {
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 0 50px 10px;
	font-style: normal;
}

#actionBtn {
	height: 88px;
	width: 160px;
	background: url(../gfx/contactBtn.gif) no-repeat 0 0;
}
#actionBtn a {
	display: block;
	height: 88px;
	line-height: 88px;
	width: 160px;
	text-indent: -9999px;
	background: url(../gfx/contactBtn.gif) no-repeat 0 0;
}
#actionBtn a:hover {
	background-position: -160px 0;
}