@charset "utf-8";

/** Reset Styles for cross-browser compatibility **/
h1, h2, h3, h4, h5, h6, div, p, ol, li, img {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
}

.center_wrapper {
	width: 100%;
	text-align: center;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/universal/body_bg.jpg) repeat-x #ABACAB;
	color: #333;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #000;
}

/** DIV Layout styles **/
#wrapper {
	width: 950px;	/** True width of 980 minus 30 for padding **/
	margin: 0 auto;
	padding: 20px 15px;
}

#logo {
	float: left;
	margin-left: 5px;
}

#logo a img {
	border: none;
}

/** Top nav bar styles **/
	#top_nav {
		margin-top: 17px;
		float: right;
		margin-right: 5px;
	}
	
	#top_nav ol {
		list-style-type: none;
	}
	
	#top_nav li {
		float: left;
		padding: 0px 15px;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}
	
	#top_nav li a img {
		border: none;
	}
	
	#top_nav a {
		color: #ADADAD;
	}
	
	#top_nav a:hover, #top_nav .active_link {
		color: #444;
	}
	
	#top_nav .last_item {padding-right: 0px; }
	
	#top_nav .last_item img { margin-top: -1px; }
/** End top nav bar styles **/

#content {
	clear: both;
	width: 940px;
	margin: 5px 5px;
	background: #000;
	color: #FFF;
	
}

#content a {
	color: #CCC;
}

#content a:hover {
	color: #FFF;
}

/** Bottom Nav Styles **/
	#bottom_nav {
		width: 949px;
	}
	
	#bottom_nav a img {
		border: none;
	}

	#sp_nav {
		width: 949px;
		height: 184px;
		background: url(../images/split-landing/bottom-nav-small.png) bottom center no-repeat;
		margin: 10px 0 30px;
	}
	
	#sp_nav a {
		display: block;
		width: 224px;
		height: 90px;
		float: left;
		margin: 5px 0 0 7px;
		padding: 80px 35px 0 43px;
		color: #868686;
		line-height: 1.5em;
		font-size: 10px;
	}
	
	#sp_nav a#application {
		width: 280px;
		padding-left: 16px;
		padding-right: 16px;
		color: #e8e8e7;
	}
	
	#sp_nav a#revolution {
		width: 240px;
		padding-left: 36px;
		padding-right: 36px;
	}
	
	#sp_nav a span {
		color: #d70a3d;
	}
/** End bottom nav styles **/

#footer {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
	margin-top: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #DDD;
}

#find_a_rep {
	float: right;
	border: none;
	margin-top: -5px;
}

#breadcrumb {
	float: left;
	clear: left;
	padding: 10px 5px 5px;
	width: 600px;
}

#breadcrumb a{
	color: #D31145;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #000;
}

#breadcrumb #current_page {
	font-weight: bold;
}