html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#topstrip {
	background-color: #7d388b;
	height: 24px;
	padding: 6px 0 0 0;
	color: white;
}

#topstrip img {
	position: relative;
	float: left;
	clear: none;
	margin: 0 6px 0 0;
}

.cta {
	position: relative;
	float: right;
	clear: none;
}

#header .content {
	min-height: 220px;
	position: relative;
	background-position: right;
}



#logo {
	position: absolute;
	top: 45px;
	left: -15px;
}

#page {
	background-image: url(../img/page-bg.jpg);
	background-repeat: repeat-x;
	min-height: 250px;
	position: relative;
}

/* navigation */

#nav {
	height: 30px;
	min-width: 300px;
	position: absolute;
	top: -30px;
}

.navitem {
	position: relative;
	float: left;
	clear: none;
	margin: 0 6px 0 0;
	padding: 6px 0 0 0;
	width: 90px;
	height: 24px;
	background-color: #D7D4D3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-top-left: 5px;
	-webkit-border-radius-top-right: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	font-size: 14px;
}

a .navitem {
	color: #7d388b;
	text-decoration: none;
}

.current {
	background-color: #7d388b;

}

a .current {
	color: white;
}

.arrow {
	width: 90px;
	height: 18px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-image: url(../img/arrow.png);
}

/* page content */

.content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.columns {
	position: relative;
	float: left;
	margin: 40px 0 0 0;
	min-height: 250px;
	width: 960px;
}

.column1 {
	width: 220px;
	position: relative;
	float: left;
	clear: none;
}

.column2 {
	width: 240px;
	position: relative;
	float: left;
	clear: none;
}

.column3 {
	width: 490px;
	position: relative;
	float: right;
	clear: none;
}

/* footer */

#footer {
	margin-top: 20px;
	min-height: 120px;
	background-color: #DDDDDD;
}

#footer .content {
	width: 960px;
}

.newsblock {
	width: 290px;
	margin: 15px 30px 20px 0;
	position: relative;
	float: left;
	clear: none;
}

.arp {
	margin-top: 18px;
	position: relative;
	float: right;
	clear: none;
}

.arp img {
}

.legal {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	border-top: 1px solid #999999;
}

.arp {
	position: relative;
	float: right;
	clear: none;
}

/* misc */

.clear {
	clear: both;
}
.ssil2 {
color: #4B7C44 !important; text-decoration: none;
}
.ssil2 a {
color: #4B7C44 !important; text-decoration: none;
}
.ssil2 a:visited {
color: #4B7C44 !important; text-decoration: none;
}
.ssil2 a:link {
color: #4B7C44 !important; text-decoration: none;
}
.ssil2 a:hover {
color: #4B7C44 !important; text-decoration: none;
}