

/* Most common stuff you'll need to change */

#HomeTop {
	width: 970px;
	height: 225px;
	padding: 0 0 35px 0;
	position:  relative;
}
.coda-slider-wrapper {
	padding: 0px 0 0 5px; 
	position: absolute; 
	left: -14px; 
	z-index: 100; 
	width: 760px;
}
.coda-slider { background: #333 }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 225px; overflow: auto !important; padding-right: 0 }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 745px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 745px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0; width: 43px; height: 43px; display: block; text-indent: -9000px; }
.coda-nav-left a {
	position: absolute;
	left: 0px;
	top: 90px;
	background: url(../_images_gen/homeslide_left.gif);
	z-index: 300;
}
.coda-nav-right a {
	position: absolute;
	right: 10px;
	top: 90px;
	background: url(../_images_gen/homeslide_right.gif);
	z-index: 300;
}
/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 0 }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: none; margin: auto; overflow: hidden }
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: hidden }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

#SlideMask {
	width: 745px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 15px;
	background: url(../_images_gen/homeslide_mask.png) no-repeat top left;
	z-index: 200;
}
.title,
.description {
	display: none;
}
#HomeSlide {
	width: 745px;
	float: left;
}
#TwitterBox {
	width: 200px;
	background: #272727;
	height: 225px;
	float: right;
	position: relative;
}
#TwitterLink {
	display: block;
	width: 49px;
	height: 41px;
	text-indent: -9000px;
	background: url(../_images_gen/twitter.gif) no-repeat;
	position: absolute;
	top: -41px;
	left: 54px;
	z-index: 500;
}
p.Tweet {
	padding: 20px !important;
	font-size: 120%;
	color: #4FFD00;
	margin: 0 !important;
	font-style: italic;
}
#MoreTweets {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 85%;
	display: block;
	text-align: right;
}
#HomeText {
	width: 360px;
	font-size: 85%;
	float: left;
	line-height: 1.6em;
}
#WeDoThis {
	color: #000;
	font-size: 260%;
	width: 220px;
	padding: 5px 65px 0 50px;
	float: left;
	background: url(../_images_gen/parenthesis.gif) no-repeat right top;
}
#ToCreateThis {
	width: 230px;
	float: right;
}
#ToCreateThis ul {
	padding:  0 !important;
	margin: 0 !important;
	list-style: none;
	font-size: 200%;
}
#ToCreateThis li {
	padding: 0 0 3px 0 !important;
}
.Orange a {
	color: #D8721D !important;
}
.Pink a {
	color: #F111EE !important;
}
.Black a {
	color: #000 !important;
}
.Green a {
	color: #4FFD00 !important;
}
.White a {
	color: #FFF !important;
}
.SkyBlue a {
	color: #adaaed !important;
}