/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;	
}

#SplashBody{
	background:url(../images/bg_splash_full.png) center top repeat;	
}

#SplashContainer{
	width:1100px;
	height:200px;
	margin:0 auto;
}

#SMShortcuts2{
	position:absolute;
	height: 50px;
	width: 277px;
	top:-6px;
	right:200px;
}
#SMShortcuts{
	height: 20px;
	width: 70px;
	float: right;
	margin: 24px 76px 0 0;
}

#SplashLogoHolder{
	width:312px;
	height:310px;
	margin:60px auto 0;
}

#CountdownTimer{
	width:616px;
	margin:45px auto;
}

.TimerDisplay, .TimeColon{
	float:left;
}

.TimerDisplay{
	width:59px;
	height:71px;
	background:url(../images/bg_number.png) left top no-repeat;
	margin:0 6px;
	text-align:center;
	line-height:70px;
	color:#FFF;
	font-weight:bold;
	font-size:4em;
}

.TimeColon{
	width:12px;
	height:30px;
	background:url(../images/time_colon.png) left top no-repeat;
	margin:20px 2px;
}

#MainBody{
	background:url(../images/bg_main_full.png) center top repeat;
}

#MainContainer{
	position:relative;
	width:1100px;
	margin:0 auto;
}

#HeaderBlock{
	padding-top:10px;
}

#HeaderBlock div{
	float:left;	
}

#HeaderLeft, #HeaderRight{
	height:64px;
	background:url(../images/bg_nav.png) center top;
}

#HeaderLeft{
	margin-top:46px;
	width:50px;	
}

#HeaderRight{
	width:870px;
	margin-top:12px;	
}

#HeaderLogo{
	height:140px;
	width:180px;
	background:url(../images/logo.png) left top no-repeat;
}

#HeaderBlock #Navigation{
	float:right;
	height:39px;	
	margin-right:10px;
	margin-top:10px;
}

#Navigation img{
	padding:0px 5px;	
}

#SlideShowHolder{
	background: #fff;
	padding: 10px;
	border: #dfdfdf 1px solid;
	width: 954px;
	margin: 20px auto 50px;
}

#VideoShowHolder{
	background:#fff;
	padding:10px;
	border:#dfdfdf 1px solid;
	width:854px;
	margin:20px auto 50px;
}

#CallToAction, #LatestIdeas{
	text-align:center;	
}

#LatestIdeas{
	width:960px;
	margin:50px auto 30px;
	padding-top:60px;
	background:url(../images/divider_latestideas.png) center top no-repeat;
}

#IdeaHolder{
	width:475px;
	float:left;
}

.IdeaListing{
	background:url(../images/bullet_home.png) left top no-repeat;
	min-height:63px;
	margin-bottom:20px;
}

.ItemListing{
	background:url(../images/bullet_small.png) left top no-repeat;
	margin-bottom:10px;
	min-height:26px;
}

.IdeaDate{
	float:left;
	width:63px;
	height:63px;
	margin-right:20px;
	margin-top:10px;
}

.ItemNumber{
	float:left;
	width:24px;
	height:100%;
	margin-right:10px;
	margin-top:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.ItemListing .Content{
	font-size: 17px;
	display: block;
	padding-top: 5px;
	float: right;
	width: 738px;
	text-align: left;
}

.IdeaListing span, .IdeaDetails span{
	display:block;	
	text-align:left;
}

.IdeaDate span{
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.IDMonth{
	font-size:14px;
	line-height:8px;
	padding-top:7px;
}

.IDDay{
	font-size:25px;
	line-height:25px;
}

.IDYear{
	font-size:14px;
	line-height:8px;
	display:none !important;
}

.IdeaListing .Heading{
	color:#53a9bc;
	font-size:18px;
	padding:14px 0 4px;
}

.IdeaListing .Content{
	color:#333333;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
}

#IdeaView{
	background:url(../images/bg_testimonial.png) left top no-repeat;	
	height:282px;
	width:355px;
	float:right;
	padding:80px 50px 0px;
}

.Idea{
	font-size:20px;
	line-height:25px;
	color:#333;
	font-weight:bold;
	font-style:italic;
	height:155px;
	font-family:"Times New Roman", Times, serif;
}

.Author{
	font-size:16px;
	color:#666;
}

#Footer{
	background:url(../images/bg_footer.png) center top no-repeat;
	height:401px;
	width:1100px;
}

#FooterLinks{
	margin-top:100px;
	margin-left:70px;
	float:left;
	text-align:left;
}

#FooterLinks span{
	display:block;	
	font-size:15px;
	line-height:20px;
}

#FooterLinks a{
	color:#a1a1a0;
	text-decoration:none;
	font-weight:bold;
}

#FooterLinks a.BlueLink{
	color:#30bbee;
}

#FooterForm{
	margin-top:60px;
	margin-right:135px;
	width:262px;
	float:right;
	text-align:center;
}

input[type='text'], textarea{
	border:#dededd 1px solid;
	margin:5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

input[type='text']{
	width:219px;
	height:27px;
	vertical-align:middle;
	padding:0 5px;
}

::-webkit-input-placeholder {
    color:#000;
}
:-moz-placeholder {
    color:#000;
}
:-ms-input-placeholder {
    color:#000;
}

#FooterForm textarea{
	width:219px;
	padding:5px;
	height:80px;
	color:#000;
	margin-bottom:5px;
}

#HowItWorks{
	width:772px;
	margin:0px 164px;
	padding:30px 0px 0px;
}

#IdeaForm{
	width:377px;
	margin:0 auto;
}

#IdeaForm input[type='text'], #IdeaForm textarea{
	display:block;
	width:375px;
	padding:5px;
}

#IdeaForm textarea{
	height:130px;	
}

.RadioHolder{
	font-size:16px;
	display:block;
	margin:10px 0px 10px 5px;
}

.Radio{
	width:50px;
	display:inline;
	margin-left:20px;
}

#ThankYou{
	width: 600px;
	text-align: left;
	margin: 0 auto;
	font-size: 17px;
}

#ThankYou p{
	padding-bottom:10px;	
}

.ThingsWeDo ul{
	list-style:none;
	margin-left:40px;	
}

.showSlide{
	height: 386px;
	width: 954px;
}
