/* seo links css // added 24/11 by michael. */

ul.seo-links {
	width:920px;
	border-top:1px solid #a52742;
	padding:15px 0;
	overflow:hidden;
	margin:15px 0 0 0;
	padding:15px 0 15px 0;
	float:left;
	clear:both;
}

ul.seo-links li {
	float:left;
	display:inline;
	width:168px;
	margin:0 20px 0 0;
	padding:0;
	height:auto;
	overflow:hidden;
}

ul.seo-links li.last {
	margin:0;
}

ul.seo-links li a.header {
	padding:1px 0 2px 20px;
	text-decoration:none;
	margin:0 0 0 0;
	font-size:67%;
	font-weight:bold;
	color:#b7304c;
	display:block;
	line-height:1em;
	position:relative;
	background-image:url(/assets/images/seo-lists/header-arrow.png);
	background-repeat:no-repeat;
	background-position:top left;
}

ul.seo-links li ul {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	clear:left;
	width:161px;
	border-left:1px solid #d8c9b6;
	padding:0 0 0 6px;
}

ul.seo-links li ul li {
	padding:0;
	margin:0 0 3px 0;
	height:auto;
	width:161px;
	display:block;
	float:left;
	clear:left;
}

ul.seo-links li ul li a {
	background-image:url(/assets/images/seo-lists/li-arrow.png);
	padding:0 0 0 14px;
	width:147px;
	margin:0;
	font-size:67%;
	font-weight:normal;
	text-decoration:none;
	color:#918370;
	display:block;
	float:left;
	clear:left;
	background-repeat:no-repeat;
	background-position:top left;
}

ul.seo-links li ul li a:hover {
	color:#b7304c;
}

ul.second {
	border:0;
	margin:0;
	padding-top:0;
}

/* end seo links css */

#footer {
	width:100%;
	background: #bdbdbd;
	clear:both;
	margin-top:20px;
	height:36px;
}


#footerrightdiv {
	float: right;
	text-align:right;
	width:470px;
	color: #000;
	font-size:70%;
	margin-top:10px;
	margin-right:8px;
}
	
#footerrightdiv a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}

#footerrightdiv a:hover {
	font-weight: normal;
	color:#b7304c;
	text-decoration: none;
}

#footerleftdiv {
	float: left;
	text-align:left;
	margin-top: 8px;
	margin-left: 8px;
	padding: 0;
	width: 300px;
}

#footerleftdiv input{
	margin: 0 5px 0 0;
	padding: 2px;
	background: #f0f0f0;
	color:#000;
	border: 1px solid #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 200px;
	float: left;
}
	
#footerleftdiv .button{
	margin: 0;
	padding: 0 0 2px 0;
	background: url(../images/button-large.gif) no-repeat top left;
	width: 67px;
	height: 21px;
	color: #fff;
	border: none;
	font-size: 0.7em;
}
	
.footstrip {
	width: 915px;
	margin: auto;
	padding: 10px 18px 0 18px;
	font-size: 0.7em;
	background: url(../images/footershadow.gif) top left repeat-x;
	overflow: hidden;
}

.footstrip .left {
	width: 50%;
	float: left;
}

.footstrip .right {
	float: right;
}

.footstrip a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
	
.footstrip a:hover {
	font-weight: normal;
	color:#b7304c;
	text-decoration: none;
}

.footstrip select {
	font-size:100%;
	background: #f1ece4;
	color:#000;
	border: 1px solid #918370;
	padding: 2px;
}

.footstrip label{
	color: #000;
	margin: 0 5px 0 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

