body {
	background: url(../images/bg_sub.png) repeat-x #5a5a5a;	
	padding: 0px;
	margin: 0px;
	color: #fff;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	font-size: 0.8em;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #929292;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	clear: both;
}

#wrapper {
	margin: 0px auto;
	width: 824px;
}

#header {
	
}

#subheader {
	text-align: right;	
}

.black-outline {
	padding: 8px;
	background-color: #000;
}


#tagline-link {
	height: 99px;
	width: 824px;
	background: url(../images/tagline.png) no-repeat;
	display: block;
}

img{
    border: none
}


#tagline h1 {
	display: none;	
}

#content {
	padding: 45px 0 0 0;	
}

#main-content {
	padding: 20px 0 0 0;	
}


#work-content {
	padding: 0;	
}

.slanted-hr {
	padding: 15px 0 15px 0;	
}


/* form stuff */

/*input {
	background-color: #666;
	color: #fff;
	border: 1px solid #333;
}*/



/* main section */


#main-bottom {
	width: 824px;
	margin-bottom: 50px;
}

#main-social {
	width: 294px;
	float: left;
}

#main-features {
	width: 530px;
	float: right;
}


#newsletter {
	padding: 10px 0 20px 10px;	
}



.main_module {
	/*padding: 15px 0px 0 8px;*/
	margin: 0;
}
.main_module li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	/*margin: 0 3px 15px 0px;*/
	width: 235px; 
	margin-right: 5px;
}
.main_module li>a {
	/*\*/ display: table; /**/
	width: 235px;
	background-color: #000;
}
.main_module a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #000;
}
.main_module img {
	vertical-align: bottom;
}
.main_module a:hover {
	background-color: #1f1f1f;
	text-decoration: none;
}
.main_module .work_title {
	text-align: left;
	display: block;
	padding: 8px 0px 8px 8px;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	border:none;
	overflow: hidden;
	w\idth: 227px;
}

.yellow_text {
	color: #ffff00;
	font-size: 0.8em;
	font-weight: normal;
}

.yellow_text2 {
	color: #ffff00;
	font-size: 0.7em;
	font-weight: normal;
}


/*  about section */
#about-history {
	padding: 48px 15px 10px 10px;
	background: url(../images/about_history_bg.png) no-repeat;
}

#about-history em {
	color: #CCC;
	font-size: 0.7em;
}

#about-history strong {
	font-size: 1.3em;
}

#about-mission {
	padding: 48px 15px 10px 10px;
	background: url(../images/about_mission_bg.png) no-repeat;
}
#about-capabilities {
	padding: 48px 15px 10px 10px;
	background: url(../images/about_capabilities_bg.png) no-repeat;
}

#about-capabilities strong {
	font-size: 1.3em;
}

.cap_grey {
	color: #CCC;	
}


/* -------------------------- */

/* work stuff -------------- */


#external {
	width: 750px;
	float: left;
}


#internal {
	width: 210px;	
	float: right;
	background-color: #1f1f1f;
	padding: 5px;
	line-height: 1em;
}

#internal p {
	color: #999;
	margin-top: 0px;
}


#internal a {
	display: block;	
	text-decoration: none;
}

.proj_name {
	position: relative;
	top: 5px;
	left: 5px;
	color: #fff;
	z-index: 2;
}


.internal_project {
	overflow: hidden;
	width: 208px;
	height: 64px;
	border: 1px solid #999;
	background-color: #000;
	margin-bottom: 8px;
	color: #ffff00;
	font-size: 1.2em;
	font-weight: bold;
}

#ie_browser a {
	border: 1px solid #999;
	margin-bottom: 8px;
}


#module-container {
/*	margin-left: -8px;	*/
text-align: center;
}

#module-container2 {
/*	margin-left: -8px;	*/
	width: 970px;
	margin: 0 auto;
}



/* new work section */

.work_module2 {
	padding: 0px 0px 15px 5px;
	margin: 0;
}
.work_module2 li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px 15px 0px;
	width: 240px; 
}
.work_module2 img {
	padding-left: 5px;	
}

.work_module2 li>a {
	/*\*/ display: table; /**/
	width: 240px;
	background-color: #000;
}
.work_module2 a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #000;
}
.work_module2 img {
	margin-top: 5px;
	vertical-align: bottom;
	/*padding-left: 8px;*/
}
.work_module2 a:hover {
	background-color: #1f1f1f;
	text-decoration: none;
}

.work_module2 .work_title {
	text-align: left;
	display: block;
	padding: 7px 5px 10px 5px;
	font-size: 1.0em;
	line-height: 1em;
	font-weight: bold;
	border:none;
	overflow: hidden;
	w\idth: 230px;
}




/* ------------------- */


#work-categories {
	text-align: center;
	background-color: #1f1f1f;
	margin: 0 8px 15px 8px;
}

.work_module {
	padding: 15px 0px 0 8px;
	margin: 0;
}
.work_module li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px 15px 0px;
	width: 269px; 
}
.work_module img {
	padding-left: 8px;	
}

.work_module li>a {
	/*\*/ display: table; /**/
	width: 253px;
	background-color: #000;
}
.work_module a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #000;
}
.work_module img {
	margin-top: 8px;
	vertical-align: bottom;
	/*padding-left: 8px;*/
}
.work_module a:hover {
	background-color: #1f1f1f;
	text-decoration: none;
}
.work_module .work_title {
	text-align: left;
	display: block;
	padding: 8px 8px 15px 8px;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	border:none;
	overflow: hidden;
	w\idth: 253px;
}

#work-container {
	border: 8px solid #000;
	background-color: #333;
}

#work-lower {
	padding: 5px 0px 0px 0px;	
	width: 824px;
}

#work-thumbs {
	width: 700px;
	float: left;
}
#work-launch {
	float: right;
	width: 124px;
	text-align: right;
	padding-top: 3px;
}


#work-thumbs ul {
	margin: 0px;
	padding: 0px;
}

#work-thumbs li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px 0px 0px;
	padding: 0px;
}

#work-thumbs img {
	border: 1px solid #000;	
}

#work-thumbs img:hover {
	border: 1px solid #fff;	
}

#work-info {
	clear: both;
	width: 824px;	
	padding: 10px 0 40px 0; 
}

#work-info-sidebar {
	float: left;
	width: 300px;
}

#work-info-sidebar h3 {
	padding: 0px;
	margin: 0px;
	color: #ffff00;
	font-size: 2em;
	line-height: 1.0em;
}

#work-info-desc {
	float: right;
	width: 524px;
}

#work-info-desc p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.6em;
}

#work-info-desc a {
	color: #ffff00;
}

#work-info-desc blockquote {
	color: #fff;
	background-color: #000;
	padding: 10px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
}

#work-info-table {
	padding-top: 15px;	
}

.info-left {
	font-weight: bold;
}

.info-right {
	padding-left: 15px;	
	color: #d1d1d1;
}

.info-right a {
	color: #ffff00;
}

.info-right a:hover {
	color: #fff;	
}

#back-to-work {
	padding-bottom: 18px;	
}



/* -------------------------- */


/* blog stuff ----------------*/

#blog-main {
	float: left;
	width: 589px;
}

#blog-sidebar {
	width: 235px;
	float: right;
	background-color: #292929;
}

#sidebar-pad {
	padding: 10px;	
}

#sidebar a {
	color: #ffff00;	
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	width: 220px;
}

#sidebar li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#posts {
	padding-right: 20px;	
}

.post a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #00d2ff;
	padding: 2px;
}

.post img {
	padding: 5px;
	border: 1px solid #424242;
	background-color: #9e9e9e;
}

.post-title a {
	font-size: 1.6em;
	font-weight: bold;
	color: #00d2ff;
	text-decoration: none;
	margin-bottom: 5px;
	background-color: #000;
	padding: 2px;
}

.post hr {
	border: 0px;
	height: 1px;
	background-color: #929292;
	padding: 0px;
	margin: 10px 0 20px 0;
}


.permalink {
	font-size: 0.9em;
	color: #999;
	text-align: right;
}

.permalink a {
	color: #fff;
	background-color: #5a5a5a;
}

.permalink a:hover {
	color: #ffff00;
}

.widget_categories ul {
}

.widget_categories li {
	list-style: square !important;
}

.cat-item {
	/*padding-left: 20px !important;*/
	margin-left: 30px !important;
}

.widgettitle {
	font-size: 1em;
	color: #ff0096;
	border-top: 1px solid #999;
	padding-top: 10px;
}

.widgettitle a {
	color: #ff0096 !important;
	text-decoration: none;
}




/* -------------------------- */


/* contact stuff ----------------*/

#contact-map {
	border: 8px solid #000;	
	background: url(/images/striped_bg.png);
}

#contact-summary {
	margin: 15px 0 15px 0;
	background: url(../images/contact_desc.png) no-repeat;
	width: 824px;
	height: 102px;	
}

#contact-summary h2 {
	display: none;
}

.small-link {
	color: #999;
}

#careers-box {
	background-color: #292929;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#careers-box img {
	padding-bottom: 8px;
}

#careers-box a {
	text-decoration: none;
	color: #0da7c8;
}

#careers-box a:hover {
	color: #ff0096;
}

#contact-info {
	margin: 10px 0 25px 0; 	
	font-size: 0.9em;
	line-height: 1.4em;
}


.contact-cell {
	/*padding: 0 20px 0 20px;*/
	padding: 5px 0 0 15px;
}

.contact-cell a {
/*	text-decoration: none;*/
	color: #fff;
}

.contact-cell a:hover {
	color: #ff0096;
}




/* -------------------------- */

/* footer stuff -------------- */
	
#footer {
	clear: both;
	margin-top: 20px;
	background-color: #000;
	padding: 20px;
	color: #fff;
}	

#footer-wrapper {
	margin: 0px auto;
	width: 824px;
}

#footer_about {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}

#footer_about:hover {
	color: #fff;
}

#footer_work {
	color: #ff0096;
	font-weight: bold;
	text-decoration: none;
}

#footer_work:hover {
	color: #fff;
}


#footer_blog {
	color: #00d2ff;
	font-weight: bold;
	text-decoration: none;
}

#footer_blog:hover {
	color: #fff;
}


#footer_contact {
	color: #0cff00;
	font-weight: bold;
	text-decoration: none;
}

#footer_contact:hover {
	color: #fff;
}

#footer-address {
	font-size: 0.8em;
	padding-left: 10px;
	border-left: 1px solid #666;
	line-height: 1.2em;
}

#footer-address strong {
	color: #ff0096;
}

#footer-address a {
	color: #00d2ff;	
}

#copyright {
	color: #999;
	font-size: 0.8em;
}