@font-face {
	font-family: 'LiberationSansRegular';
	src: url('type/LiberationSans-Regular-webfont.eot');
	src: local('☺'), url('type/LiberationSans-Regular-webfont.woff') format('woff'), url('type/LiberationSans-Regular-webfont.ttf') format('truetype'), url('type/LiberationSans-Regular-webfont.svg#webfontUF7dB9bF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LiberationSansItalic';
	src: url('LiberationSans-Italic-webfont.eot');
	src: local('☺'), url('LiberationSans-Italic-webfont.woff') format('woff'), url('LiberationSans-Italic-webfont.ttf') format('truetype'), url('LiberationSans-Italic-webfont.svg#webfont6dea82xB') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LiberationSansBold';
	src: url('LiberationSans-Bold-webfont.eot');
	src: local('☺'), url('LiberationSans-Bold-webfont.woff') format('woff'), url('LiberationSans-Bold-webfont.ttf') format('truetype'), url('LiberationSans-Bold-webfont.svg#webfontGFZgUpNt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LiberationSansBoldItalic';
	src: url('LiberationSans-BoldItalic-webfont.eot');
	src: local('☺'), url('LiberationSans-BoldItalic-webfont.woff') format('woff'), url('LiberationSans-BoldItalic-webfont.ttf') format('truetype'), url('LiberationSans-BoldItalic-webfont.svg#webfontTBnI1Fu6') format('svg');
	font-weight: normal;
	font-style: normal;
}

 

*{
	border:0px solid #eee;
	margin:0;
	padding:0;
}
	
html, body, #bg {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	background-color:#000
}
	
img {
	display:block;
	}
	
.clearer{
	clear:both;
}

h3 {
	font:normal 14px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1.6em;
	text-transform:uppercase;
}

h4 {
	font:normal 15px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1.6em;
	text-transform:uppercase;
}

p {
	font:normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1.6em;
	letter-spacing:.04em;
	padding:0 0 15px 0;
}

a {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	height:0;
	border-top:1px dashed #ccc;
	padding:0;
	margin:10px 0 20px 0;
}
/*IE PNG Fix*/
/*img, div, a{
	behavior: url(css/iepngfix.htc)
}*/
/*background table*/

/*#bg div{
	position:fixed;
	width:200%;
	height:200%;
	top:0%;
	left:-50%;
	z-index:-5;
}

#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto
}*/
/*Code copied from H&D:::::::::::::::::::Fixed Background Issue in IE7*/

#bg {
	top:0;
	position:absolute;
height:100%;
overflow:hidden;
width:100%;
z-index:-5;
}
#bg div {
height:200%;
position:fixed;
top:0;
left:-50%;
width:200%;
}

#bg img {
display:block;
margin:0 auto;
min-height:50%;
min-width:50%;
}

/*header*/

#logo{
	top:0;
	margin:0 0 0 30px;
	position:absolute;
	width:91px;
	height:102px;
	z-index:1;
	left:0px;
	top:0px;
}
#header_contain{
	position:relative;
}

#header{
	background-color:#000;
	width:100%;
	height:52px;
	margin-top:30px;
	padding:28px 0 0 209px;
	opacity:.85;
	filter: alpha(opacity=85);
}

/*navigation*/

#navigation {
	width:751px;
	padding:0;
	margin:0;
}

#navigation li {
	float:left;
	display:inline;
}

#navigation li a {
	height:18px;
	display:block;
}

#nav_capabilities {
	width:140px;
	background:url("/images/nav_capabilities.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0;
}

#nav_work {
	width:62px;
	height:18px;
	background:url("/images/nav_work.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 19px 0 0;
}

#nav_team {
	width:55px;
	background:url("/images/nav_team.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 21px 0 0;
}

#nav_ideas {
	width:61px;
	background:url("/images/nav_ideas.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 18px 0 0;
}

#nav_pulse {
	width:65px;
	background:url("/images/nav_pulse.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0;
}

#nav_howweredifferent {
	width:253px;
	background:url("/images/nav_howweredifferent.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0;
}

#navigation li a:hover {
	background-position:0 -18px;
}


/* Global Stuff */

.caps {
	text-transform:uppercase;
}
	
#link_wannaworkforkelsey {
	width:150px;
	height:69px;
	position:fixed;
	bottom:75px;
	left:600px;
	padding:0;
	margin:0;
}

#link_checkoutourteam {
	width:200px;
	height:63px;
	position:fixed;
	bottom:75px;
	left:550px;
	padding:0;
	margin:0;
}



/*footer*/

#footer{
	background-color:#000;
	width:100%;
	height:60px;
	bottom:0;
	opacity:.85;
	filter: alpha(opacity=85);
	position:fixed;
}
#footer_content{
	width:750px;
	left:0px;
	bottom:0px;
}

#footer_content p {
	font-size:10px;
	color:#848484;
	line-height:1em;
	letter-spacing:.07em;
	float:right;
}
#footer_content p a { 
	margin-right:25px;
}

#footer_content img{
	float:right;
	padding:10px 0 10px 20px;
	
}
/*homepage*/

#position {
	background:url("/images/weare.png") top left no-repeat;
	width:767px;
	height:276px;
	text-indent:-10000px;
	position:fixed;
	left:25px;
	bottom:87px;
}

#see_latest {
	background:url("/images/see_latest.png") top left no-repeat;
	width:108px;
	height:8px;
	text-indent:-10000px;
	position:fixed;
	left:650px;
	bottom:87px;
}

/*different*/
#werestubborn {
	width:279px;
	position:fixed;
	top:150px;
	left:40px;
}


#transparent_background {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
}

#transparent_background h2 {
	font-weight:normal;
	font-size:16px;
	line-height:1.125em;
	text-transform:uppercase;
	position:fixed;
	top:180px;
	left:210px;
}

/*capabilities*/

#header_capabilities {
	position:fixed;
	top:150px;
	left:40px;
}

/*careers*/
#header_careers {
	position:fixed;
	top:150px;
	left:100px;
}

/*testimonials*/

#header_testimonials {
	background:url("/images/header_testimonials.png") top left no-repeat;
	width:230px;
	height:30px;
	text-indent:-10000px;
	position:fixed;
	top:150px;
	left:120px;
}

/*\*/
* html #howdifferent {
height: 500px;
}
/**/



.column{
	width:450px;
	float:left;
	padding:0 30px 30px 0;
}

/* pagination */
#pagination_container {
	position:fixed;
	left:200px;
	top:509px;
	z-index:999;
	
}

.paginate p {
	color:#eeeeee;
	font-size:16px;
	font-weight:bold;
}


/*arrows*/

.arrow_nav{
	position:fixed;
	left:695px;
	top:500px;
	z-index:999;
}

#left_arrow {
	width:47px;
	height:42px;
	float:left;
	display:block;
	text-indent:-10000px;
	background:url("/images/slide_arrow_left_k.png") top left no-repeat;
	padding:0;

}


a#left_arrow:hover {
	background-position:0 -42px;
}

#right_arrow {
	width:47px;
	height:42px;
	float:left;
	display:block;
	text-indent:-10000px;
	background:url("/images/slide_arrow_right_k.png") top left no-repeat;
	padding:0;
	margin:0;
}

a#right_arrow:hover {
	background-position:0 -42px;
}

#arrow_nav_vertical {
	width:32px;
	position:fixed;
	top:450px;
	left:850px;
}

#up_arrow {
	width:42px;
	height:42px;
	display:block;
	text-indent:-10000px;
	background:url("/images/arrow_up_k.png") top left no-repeat;
	padding:0;
	margin:0;
}

a#up_arrow:hover {
	background-position:0 -42px;
}

#down_arrow {
	width:42px;
	height:42px;
	display:block;
	text-indent:-10000px;
	background:url("/images/arrow_down_k.png") top left no-repeat;
	padding:0;
	margin:0;
}

a#down_arrow:hover {
	background-position:0 -42px;
}


/* Team */

#team {
	position:absolute;
	width:100%;
	height:75%;
	min-height:590px;
	top:110px;
	left:0;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
}
	
#team_wrapper {
	width:915px;
	padding:25px 0 5px 30px;
}
	
#team_photo_large {
	width:310px;
	height:298px;
	float:left;
	border:2px solid #727272;
	padding:0;
	margin:0;
}

#team_default{
	width:251px;
	height:31px;
	background:url("/images/header_wearekelsey.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

.teamdefault_copy {
	width:450px;
	padding-left:210px;
}

.teamdefault_copy span {
	font-size:16px;
}
	
#header_brant {
	width:450;
	height:29px;
	background:url("/images/header_brant.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_andy {
	width:450px;
	height:29px;
	background:url("/images/header_andy.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_niki {
	width:450px;
	height:29px;
	background:url("/images/header_niki.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_josh {
	width:450px;
	height:29px;
	background:url("/images/header_josh.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_brandon {
	width:450px;
	height:29px;
	background:url("/images/header_brandon.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_katie {
	width:450px;
	height:29px;
	background:url("/images/header_katie.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}
	
#header_dawn {
	width:450px;
	height:29px;
	background:url("/images/header_dawn.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

#header_juli {
	width:450px;
	height:29px;
	background:url("/images/header_juli.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
}

	
#team_content {
	width:385px;
	float:left;
	padding:0 0 0 35px;
	margin:0;
}

#team_content_body_wrapper {
	width:385px;
	height:250px;
	overflow:hidden;
}

#team_list {
	width:915px;
	padding:0;
	margin:14px 0 0 0;
}
	
.team_list_col {
	width:60px;
	float:left;
	text-transform:uppercase;
}
	
.team_list_col img {
	width:50px;
	height:50px;
	border:1px solid #727272;
	padding:0;
	margin:0 0 10px 0;
}

.team_list_col p {
	font:normal 10px Arial, Verdana, sans-serif;
}

/* Pulse */
					
#pulse_description{
	background:url(/images/solid_red.gif);
	color:#fff;
	width:250px;
	padding: 10px 15px;
}
			
#pulse_nav{
	width:280px;
	position:fixed;	
	left:30px;
	top:135px;
	z-index:3;
}

#pulse_nav img{
	margin-top:10px;
}			
			
.post{
	color:#fff;
	width:295px;
	background:url(/images/trans80_k.png);
	float:left;
	padding-left:10px;
	margin-right:12px;
}
			
#pulse_meta{
	background:url(/images/solid_red.gif);
	width:280px;				
}
			
#pulse_blogs ul {
	list-style:none;
	width:123px;
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	color:#fff;
	float:left;
	padding:10px 0px 12px 5px;
}

#pulse_categories ul{
	list-style:none;
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	color:#fff;
	float:left;
	padding:10px 0px 5px 0px;
}
			
#pulse_categories{
	width:152px;
	float:left;
}


#followus{
	margin:0 0 10px 0;
}

#twitterlogo{
	background:url(/images/twitlogo_grey.gif) no-repeat top left;
	display:block;
	width:27px;
	height:27px;
	text-indent:-10000px;
	float:left;
	margin-right:15px;
}
			
#linkedinlogo{
	background:url(/images/linkedlogo_grey.gif) no-repeat top left;
	display:block;
	width:27px;
	height:27px;
	text-indent:-10000px;
	float:left;
	margin-right:15px;
}

#facebooklogo{
	background:url(/images/FB_grey.gif) no-repeat top left;
	display:block;
	width:27px;
	height:27px;
	text-indent:-10000px;
	float:left;
}

#twitterlogo:hover{
	background:url(/images/twitlogo_blue.gif) no-repeat top left;
}

#linkedinlogo:hover{
	background:url(/images/linkedlogo_blue.gif) no-repeat top left;
}

#facebooklogo:hover{
	background:url(/images/FB_color.gif) no-repeat top left;
}

.by_img {
	margin:15px 0;
}

.pulsepost_title{
	font-size:28px;
	line-height:.9em;
	letter-spacing:0;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
}
			
.pulsepost_byline{
	font-size:14px;
	line-height:1em;
	font-weight:normal;
	text-transform:uppercase;
}
			
.pulsepost_meta{
	font-size:9px;
}
			
.pulsepost_dotted {
	padding:10px 0;
}
			
.more_arrow {
	left:745px;
	position:fixed;
	top:511px;
}

.more_arrow a {
	background:url(/images/more_arrow.png) no-repeat top left;
	display:block;
	width:84px;
	height:28px;
	text-indent:-10000px;
}


/* Pulse Detail */

#pulse_full {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	position:relative;
	margin:0;
}

#pulse_full_wrapper {
	width:915px;
	padding:25px 0 5px 30px;
}

#pulse_full_photo {
	width:265px;
	height:335px;
	float:left;
	padding:0;
	margin:0;
}

#pulse_full_content {
	width:480px;
	float:left;
	padding:0;
	margin:0;
}
	
.caps {
	text-transform:uppercase;
	padding:0 20px 0 0;
	margin:0;
}

#pulse_full_head {
	width:630px;
	float:left;
}
	
#pulse_full_head img {
	float:left;
	padding:0 0 5px 0;
	margin:0;
}

#pulse_full_head h1 {
	float:left;
	font:bold 42px arial, verdana, sans-serif;
	line-height:0.9em;
}
	
#pulse_full_innercontent {
	top:0px;
}

#pulse_full_container {
	width:480px;
	height:250000px;
	padding:0;
	margin:0 0 0 205px;
	position:fixed;
	top:285px;
	overflow:hidden;
	left:30px;
}
	
#pulse_full_head p {
	padding:0;
	margin:0;
}

.comment {
	border-bottom:1px solid #ccc;
	padding:0;
	margin:5px 0 15px 0;
}

#comments_submit {
	background:#920202;
	padding:10px;
	font:normal 14px arial, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
#comment_name, #comment_email, #comment_location, #comment_url {
	background:url(/images/trans80_k.png);
	width:425px;
	line-height:15px;
	padding:20px 55px 0px 0px; 
	text-align:right;
}

#comment_url{
	padding-bottom:25px;
}
#comments_field {
	width:460px;
	padding:10px;
}

/* Recognition */
	
#recognition {
	top:110px;
	left:0;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
}
	
#recognition_wrapper {
	width:915px;
	padding:25px 0 5px 30px;
}
	
#recognition_photo {
	width:265px;
	height:335px;
	float:left;
	padding:0;
	margin:0;
}
	
#recognition_content {
	width:450px;
	height:335px;
	float:left;
	padding:0 0 0 35px;
	margin:0;
	overflow:hidden;	
}
	
#recognition_list {
	width:450px;
	list-style-type:none;
	padding:0;
	margin:0;
}
	
#recognition_list li {
	font:normal 12px arial, verdana, sans-serif;
	line-height:1.5em;
	padding:0 0 12px 0;
}
	
#recognition_list .bold_caps {
	font:bold 18px arial, verdana, sans-serif;
	line-height:1.3em;
	text-transform:uppercase;
}
	
/* Work */

#work {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
}

#work_wrapper {
	width:915px;
	padding:25px 0 5px 30px;
}

#navigation_work {
	width:880px;
	list-style-type:none;
	float:left;
	padding:0;
	margin:0 0 25px 0;
}

#navigation_work li {
	display:inline;
	float:right;
}

#navigation_work li a {
	width:156px;
	height:29px;
	display:block;
}

#nav_service {
	background:url("/images/nav_service2.png") no-repeat;
	text-indent:-999999px;
}

#nav_realestate {
	background:url("/images/nav_realestate.png") no-repeat;
	text-indent:-999999px;
	margin:0 0 0 -60px;
}

#nav_consumer {
	background:url("/images/nav_consumer.png") no-repeat;
	text-indent:-999999px;
}

#nav_hr {
	background:url("/images/nav_hr.png") no-repeat;
	text-indent:-999999px;
	margin:0 0 0 -60px;
	z-index:5;
}

#nav_tourism {
	background:url("/images/nav_tourism.png") no-repeat;
	text-indent:-999999px;
	margin:0 0 0 -30px;
}

#nav_nonprofit {
	background:url("/images/nav_nonprofit.png") no-repeat;
	text-indent:-999999px;
	margin:0 0 0 -30px;
}

#nav_mobile {
	background:url("/images/nav_mobile.png") no-repeat;
	text-indent:-999999px;
	margin:0 0 0 -30px;
}

#navigation_work li a:hover {
	background-position:0 -29px;
}

#work_content {
	width:900px;
	float:left;
	padding:20px 0 0 0;
	margin:0;
}

#work_content img {
	width:170px;
	height:88px;
	float:left;
	padding:0;
	margin:0 10px 20px 0;
}

/* Contact */

#contact {
	top:110px;
	left:0;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:0;
	margin:0;
}

#content_wrapper {
	width:915px;
	padding:25px 0 5px 30px;
}

#map {
	width:378px;
	height:368px;
	float:left;
	border:2px solid #afadad;
	padding:0;
	margin:0;
}

div#popup {
	width:275px;
	margin:0px;
	padding:7px;
	color:#000;
}

div#popup h2 {
	font:normal 14px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	margin:0;
}

div#popup p {
	font:normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1.6em;
	letter-spacing:.04em;
	text-transform:none;
	padding:0 0 0 0;
}

#header_contact {
	width:154px;
	height:29px;
	background:url("/images/header_contact.png") top left no-repeat;
	text-indent:-100000px;
	padding:0;
	margin:0 0 13px 0;
	z-index:2;
}

#careers_content {
	width:330px;
	float:left;
	padding:0 0 0 45px;
}

#careers_contact {
	width:378px;
	padding:28px 0 0 0;
	margin:0;
}


/* portfolio */
/*:::::::::::::::::::this box wraps around the portfolio but doesn't appear to do anything::::::::::::::
#portfolio_box {
	position:absolute;
	height:70%;
	min-height:500px;
	color:#fff;
}*/
/*\*/
* html #work {
	height: 500px;
}
/**/

#portfolio {
	width:1000000px;
	padding:25px 0 0 30px;
}




/*portfolio navigation*/
#portfolio_nav{
	width:375px;
	position:fixed;	
	left:375px;
	top:135px;
	z-index:3;
}

#new_port_nav{
	position:absolute;	
	left:225px;
	top:135px;
	z-index:3;
	display:block;
	clear:both;
	width:575px;

}
#new_port_nav li{
	clear:both;
	overflow:hidden;
	text-align:right;
}
#new_port_nav a{
	clear:both;
		padding:10px 0 10px 10px;
	font:20px  "LiberationSansRegular",helvetica, arial, sans-serif;
}
#new_port_nav a:hover{
	background:#920202;

	font-size:35px;
	text-decoration:none;
	margin-bottom:0px;
}
#portfolio_nav img {
	float:right;
	clear:both;
	padding-bottom:8px;
}
#new_port_nav .arrow_nav{
	bottom:-20px;
	width:200px;
}
#new_port_nav .arrow_nav {
	display:block ;
	float:left;

}

#portfolio_nav a {
	display:block;
	text-indent:-100000px;
margin:0;
padding:0;
}



.port_arrow_nav{
	position:fixed;
	left:665px;
	top:510px;
	z-index:999;
}
.port_arrow_nav a{
	float:left;
	clear:none;
}

#leftarrow{
	margin-right:30px;
}

.workOver{background:#920202;
	padding:5px;
	display:block;
	}

.tweet_float{
	position:absolute;
	top:190px;
	left:150px;
}


/*
	UNIVERSAL SLIDER CODE
*/

#slider_container {
	position:relative;
	font-size:1em;
}

.slider_container_pulse {
	width:25000000px;
	top:25px;
	left:322px;
}

.slider_container_pulse_detail {
	width:600px;
}

.slider_container_capabilites {
	width:25000000px;
	top:115px;
	left:215px;
}

.slider_container_careers {
	width:25000000px;
	top:285px;
	left:300px;
}

.slider_container_different {
	width:25000000px;
	top:115px;
	left:210px;
}
#other_articles_header{
	margin-top:20px;
}
.slider_container_work {
	width:25000000px;
	left:30px;
	top:30px;
}
#other_articles{
	margin:5px 0 15px 0;
}
#other_articles li a{
	color:#920202;
	text-decoration:underline;
}
#other_articles li {
	margin-bottom:10px;
}

#freeform .text{
	padding:5px;
	font:14px  arial, helvetica, sans-serif;
	color:#000000;
	clear:both;
	float:left;
	width:320px;
}
#freeform label{
	float:left;
}
#freeform p{
	overflow:hidden;
	float:left;
	font-size:14px;
	margin:5px 0 0 0;
	padding:0 0 0 0;
	clear:both;
}

#freeform textarea{
	padding:5px;
	font:14px  arial, helvetica, sans-serif;
	color:#000000;
	clear:both;
	float:left;
	height:100px;
	width:320px;
}
#freeform .submit{
	width:123px;
	height:45px;
	background:url('/images/submit_upside.png');
	text-indent:-9999px;
	cursor:pointer;
	clear:both;
	display:block;
	margin:10px 0 0 210px;
	
}
.second_result, .first_result{
	list-style:none;
	width:600px;
	border-bottom:1px solid #dddddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.second_result p, .first_result p{
	font:normal 14px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	line-height:1.6em;
	letter-spacing:.04em;
	padding:0 0 15px 0;
	color:#ffffff;
	margin-top:20px;
}

#four_oh_four{
	float:left;
	margin-left: 500px;
	margin-top: 100px;
}
#four_oh_four h2{
	color:#ffffff;
	font: 24px/1.3em Helvetica, sans-serif;
	word-spacing: 1px;
	font-weight: normal;
	
}
#four_oh_four .text{
	font: 18px/1.3em Helvetica, sans-serif;
	padding:10px;
	width:370px;
	margin-top: 20px;
}
#four_oh_four a{
	color:#242424;
	text-decoration:underline;
	font-size: 12px;
}
#four_oh_four .submit{
	background:url("/images/submit_button.png") repeat scroll 0 0 transparent;
	clear:both;
	cursor:pointer;
	display:block;
	height:45px;
	margin:10px 0 0 267px;
	text-indent:-9999px;
	width:123px;
}