@charset "UTF-8";

/* ---- HTML & Body  ---- */
html,body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	background: #000;
}

* html body
{
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration:none;
}

/* ---- Global Fonts & Typography ----*/

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #006699;
}


h2 {
	font-size: .9em;
	font-weight: bold;
	color:#666666;
}

p {
	font-size: 1em;
}

p.projects {
	font-size:12px;
	text-align: left;
	padding-left: 20px;	
	}
	
p.comments {
	font-size:12px;
	text-align: right;	
	}

a:link {
	color: #CCCCCC;
	letter-spacing: 1px;
}

a:hover {
	color: #6633cc;
	letter-spacing: 1px;
}

a:active {
	color: #6633cc;
	letter-spacing: 1px;
}

a:visited {
	color: #CCCCCC;
	letter-spacing: 1px;
}

/* ---- custom scrollbars ---- */
.scroll-track{
 width:60px;
 background: url(../images/scrollbar_track.png) center center repeat-y;
}

.scroll-handle{
 width:60px;
 background: url(../images/scrollbar_handle.png) top center no-repeat;
 cursor:pointer;
}

.scroll-track-top{
	height:65px;
	width:60px;
	background: url(../images/scrollbar_up.jpg) top center no-repeat;
}

.scroll-track-bot{
	height:46px;
	width:60px;
	background: url(../images/scrollbar_track.png) center center no-repeat;
}

#scrolltext {
	float: right;
	overflow: hidden; 
	height: 390px; 
	margin: 25px 0 0 0;
	width: 100%;
	font-size: 0.8em;
}


/* ---- Error Messages ---- */
div#errormessage {
	border: 1px solid #FF0000;
	background: #FF9966;
}

.error {
	color: #FF0000;
	font-size: 0.8em;
	font-weight: bold;
}

/* ---- Content Container ----*/
#pageContainer {
	min-height: 100%;
	margin: auto;
	text-align: left;
	width: 1000px;
	position: relative;
	z-index: 0;
	
}
	
* html #pageContainer {
	height: 100%;
	text-align:left;
	margin:0 auto;
}

/* ----- Content ----- */

#content-container {
	float:left;
	position: relative;
	margin-top: 25px;
	top: 0;
	z-index: 3;
}

#content-contact-container {
	float:left;
	position: relative;
	margin-top: 65px;
	top: 0;
	z-index: 3;
}

#content-contact {
	float: right;
	width: 500px;
	z-index: 4;
	padding: 40px;	
}
#content {	
	float: right;
	width: 600px;
	color: #cccccc;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	z-index: 4;
	
}

#content p {
	clear: left;
}

#content blockquote {
	width: 300px;
	margin: 0 0 25px 0;
	padding: 0;
}

#content ul.sublinks {
	margin: 0 0 75px 0;
	padding: 0;
}

#content li.sublinks {
	display: block;
	float: left;
	padding: 0;
	margin: 25px 25px 0 0px;
}

#content .sublinks .active {
	color: #6633cc;
}

#content .sublinks .active a{
	color: #6633cc;
}

#content a {
	color: #ccc;
} 

#content a:hover {
	color: #6633cc;
}

/* ---- Easy Clearing Method ---- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
	zoom: 1;
	display: block;
}

/* ----- Header Section -----*/
#header {
	margin: 0;
	padding: 0;
	z-index: 1;
}

/* ----- Primary Links -----*/
#primary-navigation {
	position: absolute;
	top: 0;
	left: 280px;
	width: 440px;
	margin: 0;
	padding: 0;
	height: 180px;
	z-index: 2;
	background-image: url(../images/_p-nav-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#primary-navigation-links ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#primary-navigation-links li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 135px 8px 0 8px;
	padding: 0;
}

#primary-navigation-links img {
	margin: -8px 0 0 0;
}

#primary-navigation-links a {
	text-decoration:none;
}

#primary-navigation-links a:hover {
	color: #6633cc;
}

#media {
	position: absolute;
	top: 50px;
	left: 190px;
	display: none;
	width: 300px;
	height: 130px;
	background: url(/images/moon-hover.png) no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#media-active {
	position: absolute;
	top: 50px;
	left: 190px;
	display: block;
	width: 300px;
	height: 130px;
	background: #000 no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#events {
	position: absolute;
	top: 20px;
	left: 276px;
	display: none;
	width: 300px;
	height: 160px;
	background: url(/images/moon-hover.png) no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#events-active {
	position: absolute;
	top: 20px;
	left: 276px;
	display: none;
	width: 300px;
	height: 160px;
	background: #000;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#scm {
	position: absolute;
	top: 10px;
	left: 358px;
	display: none;
	width: 300px;
	height: 170px;
	background: url(/images/moon-hover.png) no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#scm-active {
	position: absolute;
	top: 0px;
	left: 358px;
	display: block;
	width: 300px;
	height: 180px;
	background: #000;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#services {
	position: absolute;
	top: 20px;
	left: 445px;
	display: none;
	width: 300px;
	height: 160px;
	background: url(/images/moon-hover.png) no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#services-active {
	position: absolute;
	top: 20px;
	left: 445px;
	display: block;
	width: 300px;
	height: 160px;
	background:no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#store {
	position: absolute;
	top: 50px;
	left: 535px;
	display: none;
	width: 300px;
	height: 130px;
	background: url(/images/moon-hover.png) no-repeat;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}

#store-active {
	position: absolute;
	top: 50px;
	left: 535px;
	display: none;
	width: 300px;
	height: 130px;
	background: #000;
	overflow: hidden;
	z-index: -1;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}


/* ---- sidebar navigation ---- */

#contact-leftsidebar {
	float: left;
	left: 10px;
	width: 400px;
}

#services-sidebar-scm {
	display:block;
}

#services-subnavigation {
	position: absolute;
	top: 50px;
}

#services-leftsidebar {
	float: left;
	left: 10px;
	width: 320px;
}

#services-leftsidebar a {
	height: 40px;
	line-height: 31px;
	font-weight: normal;
	padding: 0 0 0 38px;
}


#services-leftsidebar h1 a {
	display: block;
	color: #906090;
	text-decoration: underline;
}

#services-leftsidebar h1 a:hover {
	display: block;
	text-decoration: underline;
	background: url(../images/scm-nohover.png) top left no-repeat;
}

#services-leftsidebar h2 {
	color: #808080;
	font-size: 16px;
	padding: 0 0 0 35px;
	margin: -10px 0 0 0;
	font-weight: normal;
}

#services-leftsidebar ul {
	margin: 30px 0 0 0;
	padding: 0;
}

#services-leftsidebar li {
	list-style-type: none;
	height: 56px;
	width: 320px;
	line-height:56px;
	margin: 0 0px 0 25px;
}

#services-leftsidebar li a {
	color: #CCC;
}

#services-leftsidebar li a:hover {
	color: #6633cc;
}

#services-leftsidebar .surf-active {
	background: url(../images/scm-sidebar-logo.png) top left no-repeat;
}

#services-leftsidebar .surf-active a {
	color: #6633cc;
}

#services-leftsidebar .surf-hover {
	background: url(../images/surf-icon-hover.png) top left no-repeat;
}

#services-leftsidebar .surf-hover a {
	color: #6633cc;
}

#services-leftsidebar .management-active {
	background: url(../images/scm-sidebar-logo.png) top left no-repeat;
}

#services-leftsidebar .management-active a {
	color: #6633cc;
}

#services-leftsidebar .management-hover {
	background: url(../images/management-icon-over.png) top left no-repeat;
}

#services-leftsidebar .management-hover a {
	color: #6633cc;
}

#services-leftsidebar .production-active {
	background: url(../images/scm-sidebar-logo.png) top left no-repeat;
}

#services-leftsidebar .production-active a {
	color: #6633cc;
}

#services-leftsidebar .production-hover {
	background: url(../images/production-icon-over.png) top left no-repeat;
}

#services-leftsidebar .production-hover a {
	color: #6633cc;
}

#services-leftsidebar .representation-active {
	background: url(../images/scm-sidebar-logo.png) top left no-repeat;
}

#services-leftsidebar .representation-active a {
	color: #6633cc;
}

#services-leftsidebar .representation-hover {
	background: url(../images/representation-icon-over.png) top left no-repeat;
}

#services-leftsidebar .representation-hover a {
	color: #6633cc;
}

#services-leftsidebar .mbs-active {
	background: url(../images/scm-sidebar-logo.png) top left no-repeat;
}

#services-leftsidebar .mbs-active a {
	color: #6633cc;
}

#services-leftsidebar .mbs-hover {
	background: url(../images/mind-body-spirit-icon-over.png) top left no-repeat;
}

#services-leftsidebar .mbs-hover a {
	color: #6633cc;
}


/* ---- Footer Area ---- */
#footer {
	clear:both;
	padding: 50px 0 0 0px;
	font-size: 13px;
	color: #808080;
}

#footer a {
	text-decoration:none;

}

#innerfooter {
	font-size: 0.85em;
	margin: auto auto auto 120px;
}

#innerfooter a:link,
#innerfooter a:visited {
	color: #808080;
}

#innerfooter a:hover, 
#innerfooter a:active {
	color: #993399;
}

#innerfooter ul {
	clear: both;
}

#innerfooter li {
	list-style-type: none;
	display: block;
	float: left;
}

#innerfooter li.left {
	margin: 0px 25px 0 8px;
	padding: 0;
}

#innerfooter li.center {
	margin: 0px 8px 0 8px;
	padding: 0;
}

#innerfooter li.right {
	margin: 0px 8px 0 8px;
	padding: 0;
}

#innerfooter ul.bottom {
	height: 33px;
	line-height: 33px;
}

#innerfooter li.bottom {
	padding: 0;
	margin: 15px 0 0 150px;
	height: 30px;
	line-height: 30px;
	color: #808080;
}



/* 
Events section
*/

p.events {
font-size:10px;
color: #000000;
}
#events-header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 160px;
	width: 950px;
	background: url(../images/events-banner.gif) top right no-repeat;
	z-index: 0;
	
}

#events-content-container {
	float:left;
	position: relative;
	margin-top: 5px;
	top: 0;
	z-index: 3;
}


/* events sidebar */
#events-sidebar-scm {
	display:block;
}

#events-subnavigation {
	position: absolute;
	top: 50px;
}

#events-leftsidebar {
	float: left;
	left: 10px;
	background: url(../images/events-sidebar-background.png) bottom right no-repeat;
	height: 379px;
	width: 330px;
}

#events-leftsidebar .events-sidebarnavigation {
	clear: both;
	color: #666666;
	margin: -17px 0 0 0;
	padding: 0;
}

#events-leftsidebar .events-sidebarnavigation ul {
	display: block;
	margin: 0 0px 0 0;
	padding: 0;
}

#events-leftsidebar .events-sidebarnavigation li {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style-type:none;
}

#events-leftsidebar .events-sidebarnavigation li a {
	color: #CCC;
	padding: 0;
	margin: 0;
}

#events-leftsidebar .events-sidebarnavigation li a:hover {
	color: #6633cc;
}

#events-leftsidebar .events-sidebarnavigation li.past a {
	padding: 0 0 0 35px;
	width: 55px;
	height: 60px;
	display: block;
}
#events-leftsidebar .events-sidebarnavigation li.past a:hover {
	background: url(../images/past-events-hover.png) 10px 10px no-repeat;
}

#events-leftsidebar .events-sidebarnavigation li.present a {
	padding: 0px;
	width: 78px;
	height: 60px;
	display: block;
}
#events-leftsidebar .events-sidebarnavigation li.present a:hover {
	background: url(../images/present-events-hover.png) -15px 10px no-repeat;
}

#events-leftsidebar .events-sidebarnavigation li.future a {
	padding: 0px;
	width: 78px;
	height: 60px;
	display: block;
}
#events-leftsidebar .events-sidebarnavigation li.future a:hover {
	background: url(../images/future-events-hover.png) 0px 10px no-repeat;
}

#events-leftsidebar a {
	height: 40px;
	line-height: 35px;
	font-weight: normal;
	padding: 0 0 0 35px;
	text-decoration:none;
}


#events-leftsidebar h1 a {
	display: block;
	color: #906090;
	text-decoration:underline;
}

#events-leftsidebar h1 a:hover {
	display: block;
	background: url(../images/scm-hover.png) top left no-repeat;
	text-decoration:underline;
}

#events-leftsidebar h1 a.title {
padding: 0 0 0 39px;	
}

#events-leftsidebar .events-descriptive-text {
	color: #CCCCCC;
	clear: both;
	margin: 0 0px 0 35px;
	font-size: 13px;
}

#events-leftsidebar .events-descriptive-text h1 {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;

}

#events-leftsidebar .events-descriptive-text ul,
#events-leftsidebar .events-descriptive-text a {
	display: block;
	margin: 0;
	padding: 0;
}

#events-leftsidebar .events-descriptive-text li,
#events-leftsidebar .events-descriptive-text a {
	float: left;
	margin: 0 10px 0 0px;
	padding: 0;
	list-style-type: none;
}

#events-leftsidebar .events-descriptive-text a:hover {
	color: #6633cc;
}

#events-content {
	float: left;
	background: url(../images/events-content-background.png) top left no-repeat;
	width: 405px;
	height: 379px;
	color: #333;
}

#events-release-content {
	float: left;
	background: url(../images/events-content-background.png) top left no-repeat;
	width: 620px;
	height: 379px;
	color: #333;
	overflow: hidden;
	position: relative;
	padding-right:5px;
}

#events-content p {
	color: #333;
	margin: 45px 0 0 0;
}

#events-rightbar {
	float: right;
	background: url(../images/events-content-background.png) top right no-repeat;
	width: 215px;
	height: 379px;
	overflow: hidden;
	position: relative;
}

#events-rightbar-text {
	height: 350px;
	width: 215px;
	margin: 0 0px 0 10px;
	top: 45px;
	overflow: hidden;
	position: relative;

}

#events-rightbar-text h1 {
	margin: 0px 0 0 15px;
	color: #333;
	font-weight: normal;
}

#events-rightbar-text p {
	line-height: 20px;
	font-size: 13px;
	color: #333;
	margin: 20px 25px 0 25px;
}

h1.events-caption {
	font-size: 11pt;
	font-weight:normal;
	color: #333333;
	margin: 25px 0 0 0;
	text-align: center;
	width: 100%;
}

#events-content h1 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin-left: 15px;
}

input.video_control {
	border: 0;
	background: transparent;
	font-style: italic;
	cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: right;
	width: 100%;
}


/* 
media section
*/
#media-content-container {
	float:left;
	position: relative;
	margin-top: 6px;
	top: 0;
	z-index: 3;
}
#mediaother-content-container {
	float:left;
	position: relative;
	margin-top: 42px;
	top: 0;
	z-index: 3;
}

/* media sidebar */
#media-sidebar-scm {
	display:block;
}

#media-sidebar-images {
	margin: 0;
	padding: 0;
}

#media-subnavigation {
	position: absolute;
	top: 50px;
}

#media-leftsidebar {
	float: left;
	height: 379px;
	width: 280px;
	margin-right:20px;
}

#media-leftsidebar .media-sidebarnavigation {
	clear: both;
	color: #666666;
	margin: -17px 0 0 0;
	padding: 0;
}

#media-leftsidebar .media-sidebarnavigation ul {
	display: block;
	margin: 0 0px 0 0;
	padding: 0;
}

#media-leftsidebar .media-sidebarnavigation li {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style-type:none;
}

#media-leftsidebar .media-sidebarnavigation li a {
	color: #CCC;
	padding: 0;
	margin: 0;
}

#media-leftsidebar .media-sidebarnavigation li a:hover {
	color: #6633cc;
}


#media-leftsidebar .media-sidebarnavigation li.art a {
	padding: 0 0 0 35px;
	width: 45px;
	height: 60px;
	display: block;
}
#media-leftsidebar .media-sidebarnavigation li.art a:hover {
	background: url(../images/scm-mini-hover.jpg) 0 5px no-repeat;
}
#media-leftsidebar .media-sidebarnavigation li.art a.active {
	background: url(../images/scm-mini-hover.jpg) 0 5px no-repeat;
}

#media-leftsidebar .media-sidebarnavigation li.paths a:hover {
	background: url(../images/scm-mini-identity-hover.jpg) 0 5px no-repeat;
}
#media-leftsidebar .media-sidebarnavigation li.paths a.active {
	background: url(../images/scm-mini-identity-hover.jpg) 0 5px no-repeat;
}

#media-leftsidebar .media-sidebarnavigation li.film a {
	padding: 0 0 0 35px;
	width: 50px;
	height: 60px;
	display: block;
}
#media-leftsidebar .media-sidebarnavigation li.film a:hover {
	background: url(../images/scm-mini-hover.jpg) 0px 5px no-repeat;
}
#media-leftsidebar .media-sidebarnavigation li.film a.active {
	background: url(../images/scm-mini-hover.jpg) 0px 5px no-repeat;
}

#media-leftsidebar .media-sidebarnavigation li.music a {
	padding: 0 0 0 35px;
	width: 78px;
	height: 60px;
	display: block;
}
#media-leftsidebar .media-sidebarnavigation li.music a:hover {
	background: url(../images/scm-mini-hover.jpg) 0px 5px no-repeat;
}
#media-leftsidebar .media-sidebarnavigation li.music a.active {
	background: url(../images/scm-mini-hover.jpg) 0px 5px no-repeat;
}

.media-sidebarnavigation a {
	height:40px;
	line-height: 40px;
	}

#media-leftsidebar a {
	font-weight: normal;
	text-decoration:none;
	color:#CC6699;
}


#media-leftsidebar h1 a {
	height:40px;
	line-height: 30px;
	display: block;
	color: #906090;
	text-decoration: underline;	
}

#media-leftsidebar h1 a.title {
padding: 3px 0 0 39px;	
}

#media-leftsidebar h1 a:hover {
	display: block;
	background: url(../images/scm-hover.png) top left no-repeat;
}

#media-leftsidebar .media-descriptive-text {
	color: #999999;
	clear: both;
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height: 20px;
}

#media-leftsidebar .media-descriptive-text h1 {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;

}

#media-leftsidebar .media-descriptive-text ul,
#media-leftsidebar {
	display: block;
	margin: 0;
	padding: 0;
}

#media-leftsidebar .media-descriptive-text li,
#media-leftsidebar {
	float: left;
	margin: 0 10px 0 0px;
	padding: 0;
	list-style-type: none;
}

#media-leftsidebar .media-descriptive-text a:hover {
	color: #6633cc;
}


#identity-leftsidebar {
	float: left;
	height: 379px;
	width: 280px;
	margin-right:20px;
}



#identity-leftsidebar .identity-sidebarnavigation {
	clear: both;
	color: #666666;
	margin: -17px 0 0 0;
	padding: 0;
}

#identity-leftsidebar .identity-sidebarnavigation ul {
	display: block;
	margin: 0 0px 0 0;
	padding: 0;
}

#identity-leftsidebar .identity-sidebarnavigation li {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style-type:none;
}

#identity-leftsidebar .identity-sidebarnavigation li a {
	color: #CCC;
	padding: 0;
	margin: 0;
}

#identity-leftsidebar .identity-sidebarnavigation li a:hover {
	color: #6633cc;
}


#identity-leftsidebar .identity-sidebarnavigation li.paths a {
	padding: 0 0 0 35px;
	width: 38px;
	height: 60px;
	display: block;
}

#identity-leftsidebar .identity-sidebarnavigation li.paths a:hover {
	background: url(../images/scm-mini-identity-hover.png) 0 5px no-repeat;
}
#identity-leftsidebar .identity-sidebarnavigation li.paths a.active {
	background: url(../images/scm-mini-identity-hover.png) 0 5px no-repeat;
}

#identity-leftsidebar .identity-sidebarnavigation li.projects a {
	padding: 0 0 0 35px;
	width: 58px;
	height: 60px;
	display: block;
}
#identity-leftsidebar .identity-sidebarnavigation li.projects a:hover {
	background: url(../images/scm-mini-identity-hover.png) 0px 5px no-repeat;
}
#identity-leftsidebar .identity-sidebarnavigation li.projects a.active {
	background: url(../images/scm-mini-identityhover.png) 0px 5px no-repeat;
}

#identity-leftsidebar .identity-sidebarnavigation li.propaganda a {
	padding: 0 0 0 35px;
	width: 78px;
	height: 60px;
	display: block;
}
#identity-leftsidebar .identity-sidebarnavigation li.propaganda a:hover {
	background: url(../images/scm-mini-identity-hover.png) 0px 5px no-repeat;
}
#identity-leftsidebar .identity-sidebarnavigation li.propaganda a.active {
	background: url(../images/scm-mini-identity-hover.png) 0px 5px no-repeat;
}

.identity-sidebarnavigation a {
	height:40px;
	line-height: 40px;
	}

#identity-leftsidebar a {
	font-weight: normal;
	text-decoration:none;
	color:#CC6699;
}


#identity-leftsidebar h1 a {
	height:40px;
	line-height: 30px;
	display: block;
	color: #906090;
	text-decoration: underline;	
}

#identity-leftsidebar h1 a.title {
padding: 3px 0 0 39px;	
}

#identity-leftsidebar h1 a:hover {
	display: block;
	background: url(../images/scm-hover.png) top left no-repeat;
}

#identity-leftsidebar .identity-descriptive-text {
	color: #999999;
	clear: both;
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height: 20px;
}

#identity-leftsidebar .identity-projects-descriptive-text {
	clear: both;
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	height: 370px;
}

#identity-leftsidebar .identity-propaganda-descriptive-text {
	clear: both;
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	height: 370px;
	background-repeat: no-repeat;
}

#identity-leftsidebar .identity-descriptive-text h1 {
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;

}

#identity-leftsidebar .identity-descriptive-text ul,
#identity-leftsidebar {
	display: block;
	margin: 0;
	padding: 0;
}

#identity-leftsidebar .identity-descriptive-text li,
#identity-leftsidebar {
	float: left;
	margin: 0 10px 0 0px;
	padding: 0;
	list-style-type: none;
}

#identity-leftsidebar .identity-descriptive-text a:hover {
	color: #6633cc;
}



#media-content {
	float: left;
	width: 405px;
	height: 379px;
	color: #333;
	padding: 60px 0 0 0;
	text-align: center;
}

#mediamap-content {
	float: left;
	width: 950px;
	height: 358px;
	color: #333;
	padding: 60px 0 0 0;
}

#media-content p {
	color: #999999;
	margin: 0px 0 0 0;
}

#media-rightbar {
	float: right;
	width: 260px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 25px 0 0 0;
	text-align: center;
}

#media-rightbar h1 {
    margin: 0px 0 0 15px;
	color: #333;
	font-weight: normal;

}

#media-rightbar-text {
	height: 350px;
	width: 215px;
	margin: 0 0px 0 10px;
	top: 45px;
	overflow: hidden;
	position: relative;

}

#media-rightbar-text h1 {
	margin: 0px 0 0 15px;
	color: #333;
	font-weight: normal;
}

#media-rightbar-text p {
	line-height: 20px;
	font-size: 13px;
	color: #333;
	margin: 20px 25px 0 25px;
}

h1.media-caption {
	font-size: 11pt;
	font-weight:normal;
	color: #333333;
	margin: 45px 0 0 0;
	text-align: center;
	width: 100%;
}

#media-content h1 {
	font-size:16px;
	font-weight: normal;
	color:#999999;
	margin-left: 15px;
}

input.video_control {
	border: 0;
	background: transparent;
	font-style: italic;
	cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: right;
	width: 100%;
}
div.videosnippet {
	background: url(../images/transframe.png) top left no-repeat;
	margin: 0 0 35px 0;
	width: 180px;
	height: 101px;
	text-align: center;
}

div.videosnippet a {
	color: #fff;
	text-decoration: none;
}

div.videosnippet a:hover {
	color: #FF6699;
}







#services-header img {
	z-index: 0;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}


.services-background {
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
}




@charset "UTF-8";
/* CSS Document */
/* ----- Services ::: Surf Section -----*/
#services-header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 160px;
	width: 950px;
}

.services-background {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/surf-background.png) top right no-repeat;
}