body {
	background: #f0f2f5 url(../../../images/sspp_background.jpg) top left repeat-x;
}
a, a:link, a:active, a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #717a83;
}

#header {
	margin: 0;
	padding: 0; 
	height: 123px;
	background-color: #000;
}
#logo {
	position: relative;
	top: 50px;
	width: 20%;
	text-align: left;
	height: 73px;
	background: transparent url(../../../images/premier_bottom.gif) bottom left no-repeat;
}
	#logo img {
		position: relative;
		left: 18px;
	}
#navigation {
	position: relative;
	top: 50px;
	width: 80%;
	background: transparent url(../../../images/sspp_navigation_background.gif) top left repeat-x;
	z-index: 99999;
}
#navigation ul { /* all lists */
	height: 73px;
	background: none;
}
	#navigation ul li { /* all list items */
		/* width needed or else Opera goes nuts */
		padding: 0;
		text-align: center;
		background: transparent url(../../../images/sspp_navigation_left.gif) top center no-repeat;
	}
	#navigation ul li a {
		padding: 28px 22px;
		color: #000;
		line-height: 16px;
		background: transparent url(../../../images/sspp_navigation_spacer.gif) top right no-repeat;
	}
	#navigation ul li a:hover, #tabs ul li a.active:hover {
		background: transparent url(../../../images/sspp_navigation_spacer.gif) top right no-repeat;
		color: #c3ab5f;
	}	
	/* 2nd Level */
	#navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		left: -999em;
		background: none;
		height: 25px;
	}
	#navigation li ul li {
	}
	#navigation li ul li a, #navigation li.last ul li a {
		border: none;
		background: none;
		background-color: #c3ab5f;
		color: #000;
	}
	#navigation li ul li a:hover, #navigation li.last ul li a:hover {
		background-color: #c3ab5f;
		color: #fff;
	}



#content {
	/*background: #e4e5e6 url(../../../images/sspp_body_background.jpg) top left repeat-x;*/
	border: 1px solid #6c747e;
	padding: 20px 10px 5px 10px;
}
#main {
	padding: 0;
}
#footer {
	margin: 0;
	background: none;
	background-color: #717a83;
}
#footer a:hover {
	color: #fff;
}
#boxes {
	margin-top: 15px;
}
.box {
	width: 510px;
	padding: 0;
	height: 150px;
	background: none;
}
.small_box {
	background: transparent url(../../../images/sspp_box_small_background.gif) no-repeat scroll left top;
	font-family: Georgia, "Times New Roman", Arial, sans-serif;
	padding: 25px 0 0 0;
	height: 95px;
	color: #5d656d;
}
.collection {
	background: none;
}

#buttons li a, .smaller_box a, .smaller_box a:link, .smaller_box a:active, .smaller_box a:visited, .smaller_box a:hover {
	background:transparent url(../../../images/box_smaller_background_sspp.png) no-repeat scroll left top;
}

.indexbutton {
	background: transparent url(../images/index_button.gif) top left no-repeat; 
	height: 68px;
	width: 233px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
}
.premierbutton {
	background: transparent url(../images/premier_button.gif) top left no-repeat; 
	height: 41px;
	width: 170px;
	padding: 14px 0 14px 5px;
	margin: 3px 0 0 4px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
.premierbutton h4 {
	text-transform: none;
	font-size: 16px;
}
.premierinternational {
	background: transparent url(../images/premier_international.gif) top left no-repeat; 
	height: 41px;
	width: 232px;
	padding: 14px 0 14px 5px;
	margin: 3px 0 0 5px;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	color: #5d656d;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
}
h2 {
	color: #c3ab5f;
	font-size: 16px;
	font-weight: normal;
	line-height: 15px;
}
h3 {
	color: #5d656d;
	margin-bottom: 6px;
}
h4 {
	color: #c3ab5f;
}
h5 {
	color: #5d656d;
	margin: 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

/* Developments page */
.icon {
	float: left; 
	display: inline; 
	padding: 5px; 
	width: 150px; 
	border: 1px solid #ccc;
	margin: 5px 5px;
	height: 105px;
}
.highlight {
	background-color: #ececec;
	cursor: pointer;
}

