
/* MAIN DIVS */


/*#wrapper {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 560px;
	clear: both;
	margin-left: -280px;
}*/
#wrapper {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 560px;
	clear: both;
	padding: 20px;
	margin: 20px 0px 60px -280px;
	border: 1px solid #999999;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*#logo {
	margin-top: 24px;
}*/
#ids {
	display: inline;
	float: left;
}
#phone {
	display: inline;
	float: right;
}
#navigation {
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px;
}
#graphic {
	width: 560px;
	padding: 0px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#flash {
	width: 560px;
	padding: 10px 0px 6px 0px;
}
#case_graphic {
	width: 560px;
	padding: 10px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#rte_outer {
	width: 420px;
	margin-top: 10px;
	float: left;
	clear: left;
}
#rte_inner {
	padding: 0px 10px 10px 0px;
}
#rte_full {
	width: 560px;
	margin-top: 10px;
	clear: both;
}
#latest_projects a {
	color: #666666;
} 
#latest_projects a:hover {
	color : #00CC99;
}
div.dotted_line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 10px 0px 10px 0px;
	clear: both;
}
div.case_home {
	width: 280px;
	float: left;
}
div.case_others {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a.no_line {
	text-decoration: none;
}
sup {
	font-size: .7em;
	padding: 1px;
	margin-top: 2px;
}
#showHideFlash {
	line-height: 0px;
	text-align: right;
}

/* PROMO DIVS */

div.promo_outer {
	width: 140px;
	margin: 10px 0px 10px 0px;
	float: left;
}
div.promo_inner {
	padding: 0px 6px 0px 0px;
}
div.promo_inner p {
	font-size: .95em;
}


/* CASE STYLES */

div.case_abstract {
	width: 420px;
	clear: both;
	margin-bottom: 4px;
}
img.case_thumb {
	margin-right: 4px;
}


/* MORE LINK STYLE */

a.more {
	text-decoration: none;
} 
a.invisible {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.invisible:hover {
	color: #999999;
	text-decoration: none;
}


/* GENERAL FORM ELEMENTS */

form, input, textarea, option, select {
	margin: 0px;
	padding: 0px;
}


/* SPECIFIC FORM ELEMENTS */

#url {
	width: 200px;
}
input.show_n_tell_text {
	width: 120px;
	border: 1px solid #999999;
	font-size: .75em;
	color: #666666;
	padding: 2px;
}
p.form_title {
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}
p.form_explanation {
	font-size: .75em;
	margin: 0px;
	padding: 0px;
}
input.submit {
	margin: 10px 0px 0px 0px;
}
#show_n_tell_submit {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 10px 0px 0px 0px;
	font-size: .75em;
	color: #666666;
	padding: 1px;
}
#show_n_tell_submit:hover {
	background-color: #CCCCCC;
}
textarea.full_width {
	width: 500px;
	height: 100px;
}
select.promo {
	width: 124px;
	font-size: .75em;
}
.no_border {
	border: 0px;
}

/* FOOTER STYLES */

#footer_menu {
	width: 560px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	float: left;
}
#footer {
	width: 560px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	float: left;
}
#copyright {
	width: 560px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	float: left;
}
#footer p, #footer_menu p, #copyright p {
	font-size: .9em;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	text-align: center;
}
#footer_spacer {
	margin-bottom: 60px;
}