body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #000000;
}

hr {
	border: 0;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.pointer {
	cursor: pointer;
}

.timeline_list {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.timeline_list li {
	padding-bottom: 10px;
}

/*a:active, a:link, a:visited {
	color: #666666;
}
body.destiny a:hover {
	color: #3399cc;
}
body.arendi a:hover {
	color: #669933;
}
body.carousel a:hover {
	color: #ff6633;
}
body.emerald5 a:hover {
	color: #009966;
}
body.community_impact a:hover {
	color: #669999;
}*/

body.destiny a:hover,
body.destiny a:active,
body.destiny a:link,
body.destiny a:visited {
	color: #3399cc;
}
body.arendi a:hover,
body.arendi a:active,
body.arendi a:link,
body.arendi a:visited {
	color: #669933;
}
body.carousel a:hover,
body.carousel a:active,
body.carousel a:link,
body.carousel a:visited {
	color: #ff6633;
}
body.emerald5 a:hover,
body.emerald5 a:active,
body.emerald5 a:link,
body.emerald5 a:visited {
	color: #009966;
}
body.community_impact a:hover,
body.community_impact a:active,
body.community_impact a:link,
body.community_impact a:visited {
	color: #669999;
}








#header {
	width: 984px;
	width: 1013px !ie;
	height: 112px;
	height: 116 !ie;
	text-align: left;
	margin: 24 auto 0 auto;
	padding-left: 29px;
	position: relative;
	top: 0;
	left: 0;
}

#header img {
	border: none;
}

#header #nav {
	position: absolute;
	top: 0;
	right: 29px;
}
#header #nav .rollover_link {
	float: left;
}

#smoke {
	position: absolute;
	top: 21px;
	left: 133px;
	width: 880px;
	height: 91px;
}
body.destiny #smoke {
	background: url(../images/smoke/destiny.png) no-repeat;
}
body.arendi #smoke {
	background: url(../images/smoke/arendi.png) no-repeat;
}
body.carousel #smoke {
	background: url(../images/smoke/carousel.png) no-repeat;
}
body.emerald5 #smoke {
	background: url(../images/smoke/emerald5.png) no-repeat;
}
body.community_impact #smoke {
	background: url(../images/smoke/community_impact.png) no-repeat;
}









#main_nav {
	width: 955px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
}
body.destiny #main_nav {
	background: url(../images/main_nav/destiny/bg.jpg) no-repeat;
}
body.arendi #main_nav {
	background: url(../images/main_nav/arendi/bg.jpg) no-repeat;
}
body.carousel #main_nav {
	background: url(../images/main_nav/carousel/bg.jpg) no-repeat;
}
body.emerald5 #main_nav {
	background: url(../images/main_nav/emerald5/bg.jpg) no-repeat;
}
body.community_impact #main_nav {
	background: url(../images/main_nav/community_impact/bg.jpg) no-repeat;
}
#main_nav img {
	border: none;
}
#main_nav .rollover_main, #main_nav .selected {
	float: left;
}








#main_wrapper {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}
#main_wrapper #shadow_left {
	background: url(../images/shadow_left.jpg) no-repeat;
	width: 11px;
	height: 348px;
	position: absolute;
	top: 0;
	left: -11px;
}
#main_wrapper #shadow_right {
	background: url(../images/shadow_right.jpg) no-repeat;
	width: 11px;
	height: 348px;
	position: absolute;
	top: 0;
	right: 180px;
}









#main_wrapper #main_content {
	width: 764px;
	float: left;
	text-align: left;
}
#main_wrapper #main_content #nav {
	width: 764px;
	width: 764px !ie;
	height: 23px;
	padding-left: 30px;
}
#main_wrapper #main_content #nav img {
	border: none;
}
body.destiny #main_wrapper #main_content #nav {
	background: url(../images/sub_nav/destiny/bg.jpg) no-repeat;
}
body.arendi #main_wrapper #main_content #nav {
	background: url(../images/sub_nav/arendi/bg.jpg) no-repeat;
}
body.carousel #main_wrapper #main_content #nav {
	background: url(../images/sub_nav/carousel/bg.jpg) no-repeat;
}
body.emerald5 #main_wrapper #main_content #nav {
	background: url(../images/sub_nav/emerald5/bg.jpg) no-repeat;
}
body.community_impact #main_wrapper #main_content #nav {
	background: url(../images/sub_nav/community_impact/bg.jpg) no-repeat;
}
#main_wrapper #main_content #nav .rollover_sub, #main_wrapper #main_content #nav .selected {
	float: left;
	margin-right: 7px;
}











#main_wrapper #main_content .text {
	padding: 0 36px;
	font-size: 13px;
	color: #666666;
}

#main_wrapper #main_content .text .pr {
	margin-bottom: 40px;
}
#main_wrapper #main_content .text h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 36px;
}
#main_wrapper #main_content .text h2 {
	font-size: 14px;
	margin: 0;
	padding: 36px 0 0 0;
	color: #999999;
	font-weight: normal;
}
#main_wrapper #main_content .text h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
}
body.arendi #main_wrapper #main_content .text h1,
body.arendi #main_wrapper #main_content .text h3 {
	color: #669933;
}
body.destiny #main_wrapper #main_content .text h1,
body.destiny #main_wrapper #main_content .text h3 {
	color: #3399cc;
}
body.community_impact #main_wrapper #main_content .text h1,
body.community_impact #main_wrapper #main_content .text h3 {
	color: #669999;
}










#sub_banner {
	position: relative;
	top: 0;
	left: 0;
	width: 764px;
	/*height: 156px;*/
	height: 180px;
	font-size: 12px;
	color: #666666;
}














#landing_banner {
	position: relative;
	top: 0;
	left: 0;
	width: 764px;
	height: 309px;
	font-size: 12px;
	color: #666666;
}
#landing_banner h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 36px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
#landing_banner h2 {
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
}
#landing_banner p {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 20px;
}
body.destiny #landing_banner {
	background: url(../images/destiny_landing.jpg) no-repeat;
}
body.destiny #landing_banner h2 {
	color: #3399cc;
}
body.arendi #landing_banner {
	background: url(../images/arendi_landing.jpg) no-repeat;
}
body.arendi #landing_banner h2 {
	color: #3399cc;
}
body.carousel #landing_banner {
	background: url(../images/carousel_landing.jpg) no-repeat;
}
body.carousel #landing_banner h2 {
	color: #3399cc;
}
body.emerald5 #landing_banner {
	background: url(../images/emerald5_landing.jpg) no-repeat;
}
body.emerald5 #landing_banner h2 {
	color: #3399cc;
}
body.community_impact #landing_banner {
	background: url(../images/community_impact_landing.jpg) no-repeat;
}
body.community_impact #landing_banner h2 {
	color: #669999;
}












#main_wrapper #side_bar {
	width: 167px;
	float: right;
	position: relative;
	top: 0;
	left: 0;
}
#main_wrapper #side_bar #side_nav_flash {
	width: 167px;
	height: 320px;
}
#main_wrapper #side_bar #side_nav_flash_small {
	width: 167px;
	height: 22px;
	/*height: 100px;*/
	height: 82px;
	margin-bottom: 30px;
	position: absolute;
	/*top: -78px;*/
	top: -60px;
	left: 0;
}









#main_wrapper #side_bar #side_nav_flash_small #noFlash_sidenav_small .icon {
	border: none;
	margin-top: 30px;
}
#main_wrapper #side_bar #side_nav_flash_small #noFlash_sidenav_small .header {
	position: absolute;
	bottom: 0;
	left: 0;
}









#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav {

}
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav img {
	border: none;
}
body.destiny #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link,
body.destiny #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active,
body.destiny #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited,
body.destiny #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover {
	text-decoration: none;
	color: #3399cc;
}
body.arendi #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link,
body.arendi #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active,
body.arendi #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited,
body.arendi #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover {
	text-decoration: none;
	color: #669933;
}
body.carousel #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link,
body.carousel #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active,
body.carousel #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited,
body.carousel #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover {
	text-decoration: none;
	color: #ff6633;
}
body.emerald5 #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link,
body.emerald5 #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active,
body.emerald5 #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited,
body.emerald5 #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover {
	text-decoration: none;
	color: #009966;
}
body.community_impact #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link,
body.community_impact #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active,
body.community_impact #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited,
body.community_impact #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover {
	text-decoration: none;
	color: #669999;
}
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav .desc {
	padding-left: 18px;
	padding-bottom: 10px;
	font-size: 9px;
	display: none;
}
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav .title {
	padding-top: 17px;
	font-size: 12px;
	color: #999999;
}
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:link .title,
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:active .title,
#main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:visited .title, {
	text-decoration: none;
	color: #999999;
}
body.destiny #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover .title {
	text-decoration: none;
	color: #3399cc;
}
body.arendi #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover .title {
	text-decoration: none;
	color: #669933;
}
body.carousel #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover .title {
	text-decoration: none;
	color: #ff6633;
}
body.emerald5 #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover .title {
	text-decoration: none;
	color: #009966;
}
body.community_impact #main_wrapper #side_bar #side_nav_flash #noFlash_sidenav a:hover .title {
	text-decoration: none;
	color: #669999;
}












#main_wrapper #side_bar .text {
	padding: 0 28px 0 19px;
	font-size: 11px;
	line-height: 17px;
}
#main_wrapper #side_bar .text h1 {
	font-size: 11px;
	text-transform: uppercase;
}
#main_wrapper #side_bar .text ul {
	margin-left: 0;
	padding-left: 0;
}
body.arendi #main_wrapper #side_bar .text h1 {
	color: #669933;
}
body.arendi #main_wrapper #side_bar .text {
	color: #669933;
}
body.destiny #main_wrapper #side_bar .text h1 {
	color: #3399cc;
}
body.destiny #main_wrapper #side_bar .text {
	color: #3399cc;
}
body.community_impact #main_wrapper #side_bar .text h1 {
	color: #669999;
}
body.community_impact #main_wrapper #side_bar .text {
	color: #669999;
}









#main_wrapper #side_bar .brochure {
	margin-bottom: 30px;
	padding: 6px 28px 0 19px;
}

body.arendi #main_wrapper #side_bar .brochure {
	background: url(../images/download.jpg) no-repeat;
}
body.arendi #main_wrapper #side_bar #video {
	background: url(../images/download_video.jpg) no-repeat 19px 6px;
}

body.destiny #main_wrapper #side_bar .brochure {
	background: url(../images/download_brochure_destiny.jpg) no-repeat;
}
body.destiny #main_wrapper #side_bar #video {
	background: url(../images/download_video_destiny.jpg) no-repeat 19px 6px;
}

#main_wrapper #side_bar .brochure a:link, #main_wrapper #side_bar .brochure a:visited, #main_wrapper #side_bar .brochure a:active, #main_wrapper #side_bar .brochure a:hover {
	text-decoration: none;
}
#main_wrapper #side_bar .brochure h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 33px;
	padding-bottom: 10px;
	margin: 0;
	cursor: pointer;
}
body.arendi #main_wrapper #side_bar .brochure h1 {
	color: #669933;
}
body.arendi #main_wrapper #side_bar .brochure p {
	color: #669933;
}

body.destiny #main_wrapper #side_bar .brochure h1 {
	color: #3399cc;
}
body.destiny #main_wrapper #side_bar .brochure p {
	color: #3399cc;
}












#button_bar {
	width: 955px;
	width: 942px !ie;
	margin: 0 auto;
	padding-left: 13px;
}












.button_link:link, .button_link:visited, .button_link:active, .button_link:hover {
	text-decoration: none;
}
#button {
	width: 204px;
	width: 212px !ie;
	height: 68px;
	height: 87px !ie;
	background: url(../images/buttons/button.jpg) no-repeat;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	padding: 19px 0 0 8px;
	/*cursor: pointer;*/
}
#button img {
	border: none;
	position: absolute;
	top: 11px;
	right: 6px;
}
#button h1 {
	font-size: 10px;
	margin: 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	font-weight: bold;
}
#button p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	padding-right: 87px;
}
#button ul {
	margin: 0;
	padding-left: 10px;
	list-style-image: url(../images/buttons/box_bullet.gif);
	background: transparent;
}
#button li {
	font-size: 10px;
	background: transparent;
}
#button li a:link, #button li a:active, #button li a:visited {
	color: #666666;
}
body.arendi #button li a:hover {
	color: #669933;
}
#button a:link, #button a:visited, #button a:active {
	background: url(../images/buttons/button.jpg) no-repeat;
}
#button a:link h1, #button a:visited h1, #button a:active h1 {
	color: #666666;
}
#button a:link p, #button a:visited p, #button a:active p, #button a:hover p {
	color: #666666;
}
body.destiny #button a:hover {
	background: url(../images/buttons/destiny/button_over.jpg) no-repeat;
}
body.destiny #button a:hover h1 {
	color: #3399cc;
}
body.arendi #button a:hover {
	background: url(../images/buttons/arendi/button_over.jpg) no-repeat;
}
body.arendi #button a:hover h1 {
	color: #669933;
}
body.carousel #button a:hover {
	background: url(../images/buttons/carousel/button_over.jpg) no-repeat;
}
body.carousel #button a:hover h1 {
	color: #ff6633;
}
body.emerald5 #button a:hover {
	background: url(../images/buttons/emerald5/button_over.jpg) no-repeat;
}
body.emerald5 #button a:hover h1 {
	color: #3399cc;
}
body.community_impact #button a:hover {
	background: url(../images/buttons/community_impact/button_over.jpg) no-repeat;
}
body.community_impact #button a:hover h1 {
	color: #669999;
}












#footer {
	width: 955px;
	width: 932px !ie;
	margin: 50px auto 50px auto;
	padding-right: 17px;
	text-align: right;
	color: #cccccc;
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}





























#form {
	
	padding: 36px 85px;
	
	color: #ffffff;
	
	line-height: 16px;
	
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

#form h1 {
	text-transform: uppercase;
	color: #ffffff;
	
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
#form a:link,
#form a:visited,
#form a:active {
	color: #ccff66;
	text-decoration: underline;
}
#form a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#form .error_msg {
	color: red;
}

#form .input_box,
#form .text_area,
#form .error {
	width: 266px;
	
	padding: 7px 3px;
	
	background-color: #ffffff;
	text-align: left;
	
	position: relative;
	top: 0;
	left: 0;
}

#form .text_area {
	height: 140px;
}

#form .input_box input,
#form .text_area textarea,
#form .error input {
	border: none;
	color: #333333;
	width: 140px;
	/*background-color: #dddddd;
	position: absolute;
	top: 7px;
	right: 3px;*/
}

#form .text_area textarea {
	height: 126px;
}

#form .input_box label,
#form .text_area label,
#form .error label {
	color: #666666;
}

#form .text_area label {
	float: left;
}

#form .asterisk {
	font-weight: bold;
	color: #ffcc66;
	font-size: 18px;
}

#form .input_box .asterisk,
#form .text_area .asterisk,
#form .error .asterisk {
	position: absolute;
	top: 0;
	right: -10px;
}

#form .success {
	color: #ffcc66;
	text-transform: none;
}