/* 	File: partner.css
	Author: nicholas.defelice@gmail.com
	
	Color Key:
	Gold: ffb400
	Purple:560066
	links on white pages are color: #63057A
	links of black pages are color: #FF9900
*/

/*	DEFINE BACKGROUND FOR PARTNER
----------------------------------------------------*/

#wrapper {
	color: black;
	background-image: url("../images/content_main.jpg");
	background-repeat: no-repeat;
	background-position: 53% 55%;

}

#partner_text {
	font-family: Arial;
	margin-right: 0px;
	margin-top: 110px;
	width: 330px;
	float: left;
	color:white;
}

#partner_text ul {
	list-style: none;
}

#partner_text ul li {
	display: inline;
	min-height: 10px;
	padding: 10px;
}

#partner_text ul li.list_item{
	height: 20px;
	width: 330px;
	float: left;
	font-size:13px;
}


li a {
	text-decoration: underline;
	color:#FFFFFF
}

li a:hover {
	text-decoration: underline;
	color:#CCCCCC
}
