body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	margin: 0px;
}

a
{
	color: #855fa0;
	text-decoration: none;
}

a:hover
{
	text-shadow: 0px 1px 1px rgba(141, 110, 163, 0.4);
}

li a
{
	color: #333;	
}

li a:hover
{
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

ul
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

li
{
	background: url(/images/bullet.jpg) no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 2em;
}

img
{
	border: 0px;	
}

h2
{
	color: #826498;
	font-size: 2.5em;
	font-weight: normal;
	margin: 18px 0px;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
}

#main-wrapper
{
	width: 100%;
	margin: 0px auto;	
}

.wrapper
{
	width: 940px;	
	margin: 0px auto;
}

/******* header *********/

#header
{
	margin-top: 33px;
}

#logo { float: left; }

#logo h1
{
	width: 367px;
	height: 139px;
	overflow: hidden;
	margin: 0px auto;
}

#contact-top
{
	float: right;
	text-align: right;
	margin-top: 22px;
	font-size: 1.16667em;
	color: #585858;
}

#contact-top p
{
	margin: 7px 0px;
}

#contact-top a
{
	color: #585858;
}

#contact-top a:hover
{
	text-shadow: none;
}

#contact-us-now
{
	width: 134px;
	height: 21px;
	overflow: hidden;	
	font-size: 1em;
	display: inline;
}

#nav_container
{
	background-color: #eee;
	margin-top: 40px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#nav
{
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 77px;
}

#nav li
{
	background-image: none;
	float: left;
	position: relative;
	text-align: center;
	border-right: 1px solid #a5a5a5;
	padding: 0px;
}

#nav li.first
{
	border-left: 1px solid #a5a5a5;	
}

#nav li a
{
	color: #686868;
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 27px;
}

#nav li:hover a, #nav li a:hover
{
	color: #773ba6;
	text-shadow: none;
}

#nav li a span
{
	display: block;
	text-transform: none;
	font-size: 0.66667em;
	color: #787878;
}

body.home li#nav_home, body.services li#nav_services, body.portfolio li#nav_portfolio, body.blog li#nav_blog, body.about li#nav_about, body.contact li#nav_contact
{
/*
	background: transparent url(/images/menu_selected_bg.jpg) no-repeat;
	background-position: top center;
*/
}

#callout
{
	clear: both;	
	background: #66477b url(/images/hero-stretch-bg.jpg) repeat-x;
	height: 309px;
	overflow: hidden;
}

#callout_highlight
{
	width: 1143px;
	height: 309px;
	margin: 0px auto;
	background: transparent url(/images/hero-bg.jpg) no-repeat;
	background-position: top center;	
}

#callout_content
{
	padding-top: 44px;
}

#callout_content .text
{
	float: left;
	width: 440px;
	padding-right: 20px;
	color: #fff;
	font-size: 1.5em;
}

#callout_content .text h2
{
	margin-top: 0px;
}

#callout_content .image
{
	float: right;
	width: 470px;
}


/****** Main contents *******/
#contents
{
	width: 940px;
	margin: 0px auto;	
	overflow: hidden;
	padding-top: 15px;
}

body.facebook #contents
{
	width: 500px;	
}

#contents p
{
	margin: 10px 0px 0px;
}

.content_row
{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

.column_50
{
	width: 430px;
	float: left;
}

.column_50_first
{
	padding-right: 40px;
}


.column_50_last
{
	padding-left: 40px;
}

.column_30
{
	padding: 0px 20px;
	width: 255px;
	float: left;
}

.column_30_first
{
	padding: 0px 55px 0px 0px;
}

.column_30_last
{
	padding: 0px 0px 0px 48px;
	width: 287px;
}

body.home .column_30
{
}

#portfolio-items
{
	margin-top: 20px;	
}

.portfolio_item
{
	padding: 0px 20px 15px;
	width: 270px;
	height: 250px;
	float: left;	
	overflow: hidden;
}

.portfolio_item img
{
	width: 240px;
	height: 158px;
	border: 1px solid #cbcbcb;
	padding: 3px;
}

.portfolio_item a
{
	color: #333;	
}

#case_study_left
{
	width: 340px;
	float: left;
}

#case_study_right
{
	width: 550px;
	float: right;
	padding: 0px 0px 0px 25px;
}

.social-buttons img
{
	margin-left: 15px;
}

/******* footer *********/
#footer
{
	clear: both;
	background: #7531AA url(../images/footer-bg.jpg) repeat-x;
	overflow: hidden;
	color: #ebebeb;
	margin-top: 20px;
	padding-bottom: 10px;
}

p.ms_bs_logo
{
	margin: 16px 0px;
}

#footer a
{
	color: #ebebeb;	
}

#footer a:hover
{
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

#footer .column_50
{
	width: 470px;
	float: left;
	margin-top: 30px;
}

#footer_content h2
{
	margin: 0px 0px 10px;	
	color: #ebebeb;
	font-size: 1.5em;
}

/***** float clearing for boxes *****/
.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .group /* IE6 */
{
	height: 1%;
}

*:first-child+html .group /* IE7 */
{
	min-height: 1px;	
}

/***** Misc other ******/

.rightalign
{
	text-align: right;	
}

.image-stack
{
	background: transparent url(/images/image-bg.jpg) no-repeat;
	width: 272px;
	height: 153px;
	padding: 9px 8px;	
	display: block;	
}
