.clearfix:after {
	content: "."; /* This dot is the actual appended content */
	clear: both;
	height: 20px;
	visibility: hidden;
	display: block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 

#outer {
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	padding-bottom: 30px;
}

#wrapper {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	text-align: center;
}

body {
	background: #FFFFFF url(../images/background.jpg) repeat-x;
	text-align: center;
}

#branding {
	height: 134px;
	text-align: right;
	width: 881px;
}

#banner {
	width: 540px;
	background-color: #f79675;
	height: 81px;
	margin-top: 15px;
	float: right;
}



/*****************************main Nav*****************************/
#leftcolumn .skip {
	display: none;
}



#mainnav {
	width: 881px;
	background-color: #FFFFFF;
	height: 40px;

}


#nav {
	float: right;
}

#nav li{
	list-style: none;
	float:left;
}
#nav li a{
	display: block;
	text-indent: -5000px;
	height: 40px;
	width: 90px;
}
#nav li a#ideasnav{
	background: url(../images/ideas.gif) no-repeat;
}
#nav li a#ideasnav:hover{
	background: url(../images/ideas_over.gif) no-repeat;
}
body#ideas li a#ideasnav{
		background-image: url(../images/ideas_selected.gif);
}
#nav li a#smartnav{
	background: url(../images/smart.gif) no-repeat;
}
#nav li a#smartnav:hover{
	background: url(../images/smart_over.gif) no-repeat;
}
body#smart a#smartnav{
		background-image: url(../images/smart_selected.gif);
}
#nav li a#behindnav{
	background: url(../images/about.gif) no-repeat;
}
#nav li a#behindnav:hover{
	background: url(../images/about_over.gif) no-repeat;
}
body#behind a#behindnav{
		background-image: url(../images/about_selected.gif);
}
#nav li a#areanav{
	background: url(../images/area.gif) no-repeat;
}
#nav li a#areanav:hover{
	background: url(../images/area_over.gif) no-repeat;
}
body#area a#areanav{
		background-image: url(../images/area_selected.gif);
}
#nav li a#promisenav{
	background: url(../images/promise.gif) no-repeat;
}
#nav li a#promisenav:hover{
	background: url(../images/promise_over.gif) no-repeat;
}
body#promise a#promisenav{
		background-image: url(../images/promise_selected.gif);
}
#nav li a#pressnav{
	background: url(../images/press.gif) no-repeat;
}
#nav li a#pressnav:hover{
	background: url(../images/press_over.gif) no-repeat;
}
body#press a#pressnav{
		background-image: url(../images/press_selected.gif);
}
/************************  Middle Divs   ***********************************/
#main_content {
	min-height:500px;
	margin: 0px;
	clear: both;
	width: 881px;
}


#hero, #hero1, #hero2, #hero3 {
	float: left;
	height: 376px;
	width: 657px;
	background-image: url(../images/hero.jpg);
	margin-top: 11px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	background-repeat: no-repeat;
}

#hero2 {
	background-image: url(../images/hero_2.jpg);
}

#hero3 {
	background-image: url(../images/hero_3.jpg);
}

#homecontainer {
	background-image: url(../images/homeimage.jpg);
	height: 400px;
	background-repeat: no-repeat;
}

#content_header {
	height: 157px;
	text-align: left;
}
#content_main {
	float: left;
	width: 670px;
	margin-left: 5px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #c7c7c9;
}

#content_main a:link, #content_main a:visited, #content_main a:active{
	text-decoration:none;
	color: #84b859;
}
#content_main a:hover, #content_main a:focus {
	text-decoration:underline;
	color: #84b859;
}
/************************  Sub Nav   ***********************************/
#nav_sub {
	float: left;
	width: 184px;
	text-align: left;
}

#nav_sub ul {
	padding-bottom: 15px;

}

#nav_sub ul li {
	padding-top: 8px;

}
#nav_sub a:link, #nav_sub a:visited, #nav_sub a:active {
	font-size: 10px;
	font-weight: bold;
	color: #8e8f8d;
	text-decoration: none;
}

#nav_sub a:hover, #nav_sub a:focus {

	color: #84b859;
	text-decoration: none;
}
body#smart #smallnav a{
		background-color:#a3c474;
}


body#home #main_content {
	background-image: none;
	background-repeat: no-repeat;
}

body#ideas #content_header {
	background-image: url(../images/ideastitle.gif);
	background-repeat: no-repeat;
}
body#smart #content_header {
	background-image: url(../images/smarttitle.gif);
	background-repeat: no-repeat;
}
body#behind #content_header {
	background-image: url(../images/behindtitle.gif);
	background-repeat: no-repeat;
}
body#area #content_header {
	background-image: url(../images/areatitle.gif);
	background-repeat: no-repeat;
}
body#promise #content_header {
	background-image: url(../images/promisetitle.gif);
	background-repeat: no-repeat;
}
	body#press #content_header {
	background-image: url(../images/presstitle.gif);
	background-repeat: no-repeat;
}
/************************  Right Column   ***********************************/
#rightcolumn {
	float: right;
	width: 211px;
	margin-top: 20px;
}
#linkone {
	width: 211px;
	background-repeat: no-repeat;
	text-align: left;
}

#linktwo {
	width: 211px;
	margin-top: 17px;
	background-repeat: no-repeat;
	text-align: left;
}

#linktwo a:link, #linktwo a:visited, #linktwo a:active {
	background-color: #9dc860;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/rightarrows.gif);
	background-repeat: no-repeat;
	background-position: 140px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
	margin-left: -3px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
}
#linktwo a:hover, #linktwo a:focus {
		color: #FFFFFF;
		text-decoration:underline;
}
#linkone a:link, #linkone a:visited, #linkone a:active {
	background-color: #9dc860;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/rightarrows.gif);
	background-repeat: no-repeat;
	background-position: 140px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
	margin-left: -3px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: bold;
}
#linkone a:hover, #linkone a:focus {
		color: #FFFFFF;
		text-decoration:underline;
}
/************************  Footer  ***********************************/

#footer {
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c8c8ca;
	border-bottom-color: #C8C8CA;
	background-image: none;
	height: 148px;
	width: 881px;
	background-repeat: repeat-y;
}
#bucket_left {
	height: 128px;
	float: left;
	width: 435px;
	background-image: url(../images/left_bucket.jpg);
	text-align: left;
	margin-right: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bucket_left .ideas {
	margin-left: 170px;
}

#bucket_left a:link, #bucket_left a:visited, #bucket_left a:active {
	color: #84b859;
	text-decoration:none;
	font-weight: bold;
	padding-right: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#bucket_left a:hover, #bucket_left a:focus {
	text-decoration: underline;
}
#bucket_split {
	background-image: url(../images/footersplit.gif);
	width: 10px;
	float: left;
	height: 124px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#bucket_right, #bucket_right_4, #bucket_right_21, #bucket_right_42  {
	float: left;
	text-align: left;
	width: 435px;
	background-image: url(../images/right_bucket.gif);
	height: 128px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bucket_right_21 {
	background-image: url(../images/right_bucket_21.gif);
}

#bucket_right_42 {
	background-image: url(../images/right_bucket_42.gif);
}

#logo {
	width: 335px;
	float: left;
	height: 128px;
}

#logo a:link, #logo a:visited, #logo a:active  {
	text-indent: -3000px;
	display: block;
	height: 128px;
	width: 335px;
}

#logo a:hover  {
	background-image: url(../images/logo_over.gif);
}

.redborder {
	border: 1px solid #f79675;
}
#flashmovie {
	background-image: url(../images/flashmovie.gif);
	height: 171px;
	width: 650px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	_margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
}

#content_main ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: disc;
	padding-bottom: 8px;
}
#content_main li {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 8px;
}
#bottom_links a:link, #bottom_links a:visited, #bottom_links a:active {
	font-size: 10px;
	color: #9d9ea2;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links {
	float: left;
	font-size: 10px;
}

#bottom_links {
	margin-top: 8px;
	text-align: left;
}

hr {
	border: dotted 1px #c7c7c9;
}

th {
	border-bottom: dotted 1px #c7c7c9;
}

p.live_caption {
	width: 300px;
	margin: 6px 30px 0 0;
	padding: 0;
}

#press p.gallery_download {
	width: 170px;
	margin: 0;
	padding: 3px 0 0 0;
	border-top: #c7c8ca dotted 1px;
	text-align: right;
}

#press p.gallery_download a {
	padding-right: 18px;
	background: url(../images/arrow_2.gif) no-repeat right;
	color: #9d9ea2;
}

#press p.gallery_download a:hover {
	color: #84b859;
	text-decoration: none;
}

#press p.gallery_caption {
	width: 170px;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: #c7c8ca dotted 1px;
	border-bottom: #c7c8ca dotted 1px;
	font-size: 10px;
}
