body { 
    margin: 0;
    padding: 0; 
    font-family: Verdana, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    background: #232323;
}

p { 
	line-height: 120%;
	margin: 10px 0 20px 0;
}

a { 
	text-decoration: none;
	font-weight: 600;
}

a img {
	border: none; 
}

a:link, a:visited { 
	color: #cc9933; 
}

html body a:hover {
	color: #ffCC66;
}

h1, h2 {
    margin: 0;
	display: block;
}

#container {
    width: 960px;
    margin: 0 auto;
	padding: 0;
	background: #000000;
}

.clear {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#top {
    padding: 10px 12px;
	background: #FFFFFF;
	background: #FFFFFF url(top_bg_corners.gif) no-repeat bottom;
}

#logo {
	width: 377px;
	height: 124px;
	text-indent: -5000px;
	background: url(catalyst_logo01.jpg);
	float: left;
}

#subhead {
	width: 476px;
	height: 102px;
	text-indent: -5000px;
	background: url(catalyst_subhead.gif);
	margin: 10px;
	float: right;
}

#middle {
	margin: 15px 0 5px 0;
	padding: 0;
}

#definition { 
	width: 364px;
	margin: 0;
    padding: 0 12px; 
    color: #ffffff;
	float: left;
	background: #000000 url(def_background.jpg) bottom left repeat-x;
}

#definition dl {
	margin: 0;
	padding: 0;
}

#definition dl dt {
	width: 370px;
	height: 78px;
	text-indent: -5000px;
	background: url(def_catalyst_header.gif);
}

#definition dl dd {
	margin: 0;
	margin-top: 10px;
	font-size: 110%;
	font-style: italic;
	padding: 0;
}

#slideshow { 
	width: 560px;
	float: right;
	color: 
}


#slider {
    width: 560px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 265px;
    width: 560px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	font-size: 85%;
}

.scrollContainer div.panel {
    padding: 10px 20px;
    height: 245px;
    width: 520px;
}

#love {
	background: #EB5296 url(slider-love.gif) no-repeat right bottom;
}

#truth {
	background: #2BABE2 url(slider-truth.gif) no-repeat right bottom;
}

#movement {
	background: #8DC63F url(slider-movement.gif) no-repeat right bottom;
}


ul.navigation {
    width: 524px;
	height: 48px;
	margin: 0 0 5px 20px;
	background: url(ltm_imagemap.gif) no-repeat;
	position: relative;

}

ul.navigation li {
    margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

ul.navigation li, ul.navigation a {
    height: 48px; 
	display: block;
	text-indent: -5000px;
}

#nav-love { 
	left: 0; 
	width: 111px;
}

#nav-love a:hover { 
	background: transparent url(ltm_imagemap.gif) 0 -48px no-repeat;
}

#nav-love a.selected {
    background: transparent url(ltm_imagemap.gif) 0 -96px no-repeat;
}

#nav-truth { 
	left: 112px; 
	width: 152px;
}

#nav-truth a:hover { 
	background: transparent url(ltm_imagemap.gif) -112px -48px no-repeat;
}

#nav-truth a.selected {
    background: transparent url(ltm_imagemap.gif) -112px -96px no-repeat;
}

#nav-movement { 
	left: 263px; 
	width: 262px;
}

#nav-movement a:hover { 
	background: transparent url(ltm_imagemap.gif) -263px -48px no-repeat;
}

#nav-movement a.selected {
    background: transparent url(ltm_imagemap.gif) -263px -96px no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

#content {
	margin: 0;
	padding: 0;
	background: #000000 url(column_background.gif) repeat-y top left;
}

h3 {
	margin: 0;
	font: bold 250% 'Arial Narrow', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #cc9933; 
	margin-bottom: 0;
} 

#col1 { 
	width: 456px;
	margin: 0;
    padding: 10px 12px; 
    color: #000000;
	float: left;
	background: #FFFFFF;
}

h4 { 
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	margin-top: 10px;
	padding: 5px 5px 5px 35px;
	width: auto;
	color: #FFFFFF;
}

.announce-love { 
	background: #EB5296 url(images/announce_love.png) no-repeat left center;
}

.announce-truth { 
	background: #2BABE2 url(images/announce_truth.png) no-repeat left center;
}

.announce-move { 
	background: #8DC63F url(images/announce_move.png) no-repeat left center;
}


h5.date { 
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	margin: 5px 0 5px 0;
	padding: 0 5px;
}

.announce-img { 
	padding: 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin-top: 10px;
}

.vid {
    margin: 10px auto;
	width: 425px;
	padding: 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

#col2 { 
	width: 456px;
	margin: 0;
    padding: 10px 12px; 
    color: #FFFFFF;
	float: right;
	background: #000000;
}

#col2 dl { 
	margin: 0 0 20px 0;
	padding: 0;
} 

#col2 dt { 
	float: right;
	width: 334px; 
	margin: 0;
	padding: 0;
	font-size: 110%; 
	color: #ff0066; 
} 

#col2 dd { 
	margin: 0 0 0 122px;
	padding: 0;
	font-size: 90%; 
	line-height: 1.5em;
	color: #CCCCCC; 
}

#col2 dl dd.launch-t { 
	margin: 0;
}

#col2 dd.launch-t img { 
	float: left;
	margin: 5px 10px 0 0;
	padding: 5px; 
	border: 1px solid #999999; 
	background: #FFFFFF;  
}

.twitter_feed {
	background: #201f1f;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 1px solid #333333; 
}

h4.twitbar {
	background: #000000;
	padding: 2px 5px;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

.twitter_feed ul {
	margin: 10px 0;
	padding: 0 5px;
	font-size: 80%;
}

.twitter_feed li {
	list-style: none;
	margin-bottom: 15px;
	margin-right: 20px;
	line-height: 110%;
	padding-left: 15px; 
	background-image: url(twit_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center; 
}

.twitter-link { 
	margin: 10px 12px;
}

p.twitter-link a { 
	display: block;
	width: 112px; 
	height: 19px; 
	text-indent: -5000px; 
	background: url(images/twit_follow.png) no-repeat;
}

#footer { 
	background: #000000;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	color: #CCCCCC;
	margin: 5px 0; 
}

#footer p { 
	margin: 10px 12px;
	font-size: 70%; 
}
