*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
}

body
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

a:link, a:active, a:visited
{
	text-decoration: none;
}

img
{
	border: 0px;
}

textarea
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

fieldset
{
	border: 0px;
}

h1
{
	color: #88bf32;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 50px;
}

h2
{
	color: #ffffff;
}

.constrain
{
	width: 980px;
	margin: 0 auto;
}

.left
{
	float: left;
}

.cleft
{
	clear: left;
}

.right
{
	float: right;
}

.cright
{
	clear: right;
}

.clear
{
	clear: both;
}

.margin-top
{
	margin-top: 25px;
}

.margin-top-small
{
	margin-top: 10px;
}

.margin-top-large
{
	margin-top: 50px;
}

.margin-left-large
{
	margin-left: 50px;
}

.bold
{
	font-weight: bold;
}

.whitebox
{
	width: 960px;
	background: url(/img/box.sides.png) repeat-y;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

	.whitebox p.homepage
	{
		color: #4f5053;
		margin-right: 90px;
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.5em;
	}
	
.homepagebox
{
	padding: 20px !important;
	width: 236px !important;
	margin: 10px 65px 50px 0px !important;
	height: 230px !important;
	color: #ffffff !important;
	font-size: 13px !important;
	line-height: 1.5em;
}

	.homepagebox h1
	{
		color: #ffffff;
		margin-left: 0px;
	}
	
	.homepagebox ul
	{
		list-style-type: none;
		margin-top: 15px;
	}
	
	.homepagebox h2.margin-top
	{
		margin-top: 5px;
		font-size: 16px;
	}
	
	.homepagebox h2 a:link, .homepagebox h2 a:active, .homepagebox h2 a:visited
	{
		color: #ffffff;
	}
	
	.homepagebox.greenbox
	{
		background: url(/img/trans_green.png) !important;
	}

	
	.homepagebox.pinkbox
	{
		background: url(/img/trans_pink.png) !important;
	}

	
	.homepagebox.greybox
	{
		background: url(/img/trans_grey.png) !important;
	}

.greybox
{
	width: 500px;
	color: #ffffff;
	font-size: 14px;
	background-color: #79797a;
	padding: 15px;
	margin: 0px 0px 0px 50px;
	height: 352px;
}

.greenbox
{
	background-color: #88BF32;
}

.pinkbox
{
	background-color: #e53394;
	margin-right: 50px;
	width: 260px;
	padding: 10px;
}

	.pinkbox p
	{
		color: #ffffff;
	}
	
	.pinkbox h2
	{
		font-size: 20px;
	}
	
	.pinkbox a:link, .pinkbox a:active, .pinkbox a:visited
	{
		color: #fff;
	}
	
	.pinkbox.fluid
	{
		width: 220px;
		height: 90px;
	}

.pinkbox_sub
{
	background-color: #df0079;
	padding: 10px;
	color: #ffffff;
}

input.form
{
	width: 230px;
	font-size: 12px;
	padding: 3px 3px 3px 24px;
}

input.name
{
	background: #ffffff url(/img/icon-name.png) 8px 3px no-repeat;
}

input.email
{
	background: #ffffff url(/img/icon-email.png) 5px 7px no-repeat;
}


input.phone
{
	background: #ffffff url(/img/icon-phone.png) 5px 7px no-repeat;
}

textarea.message
{
	background: #ffffff url(/img/icon-message.png) 6px 5px no-repeat;
	height: 100px;
	width: 233px;
	padding-left: 24px;
}

input.button
{
	background-color: #ffffff;
	color: #e53394;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
}

input.button:hover
{
	background-color: #93144c;
	color: #ffffff;
}

a:link.button, a:active.button, a:visited.button
{
	display: block;
	width: auto;
	background-color: #ffffff;
	color: #e53394;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
	margin-right: 10px;
}

a:hover.button
{
	background-color: #93144c;
	color: #ffffff;
}

p.normal
{
	font-size: 13px;
}

#header
{
	display: block;
	background: #ffffff url(/img/header.bg.png) repeat-x;
	height: 129px;
	padding: 10px;
}

#header_homepage
{
	padding-bottom: 0px;
	background: #ffffff url(/img/box.header.homepage.png) no-repeat;
	padding-top: 50px;
}

#menu
{

}
	#menu ul
	{
		list-style-type: none;
		margin-top: -8px;
	}
	
	#menu li
	{
		display: block;
		width: 179px;
		float: left;
		text-transform: uppercase;
		background: url(/img/nav_up.png) no-repeat;
		text-align: center;
		height: 41px;
	}
	
		#menu li.active, #menu li.nudge:hover
		{
			background: url(/img/nav_down.png) no-repeat;
		}
		
		#menu li.nudge
		{
			margin-left: -48px;
		}
		
		#menu li.first
		{
			background: url(/img/nav_up_first.png) no-repeat;
			width: 186px;
		}
		
		#menu li.firstactive, #menu li.first:hover
		{
			background: url(/img/nav_down_first.png) no-repeat;
			width: 186px;
		}
	
		#menu li a:link, #menu li a:active, #menu li a:visited
		{
			color: #ffffff;
			display: block;
			margin-top: 11px;
			margin-left: -6px;
			font-weight: bold;
		}

#content
{
	background-color: #df0079;
	padding: 15px 0px;
}

#content.home
{
	background: #df0079 url(/img/wall.png) bottom center repeat-x;
}

#content.small
{
	background: #df0079 url(/img/wallsmall.png) bottom center repeat-x;
}

	#content.small div.whitebox
	{
		margin-top: 31px;
	}
	
div#homepage_lamp
{
	background: url(/img/lamp.png) bottom center no-repeat;
	width: 102px;
	height: 95px;
	margin-left: 25px;
}

div#homepage_plane
{
	background: url(/img/paper_plane.png) top right no-repeat;
	height: 325px;
	width: 960px;
	padding-top: 50px;
}

div#map
{
	background: url(/img/map.jpg) no-repeat;
	width: 530px;
	height: 396px;
	margin-left: 50px;
}

.homepage_portfolio_item
{
	display: block;
	float: left;
	width: 247px;
	height: 115px;
	padding: 15px;
	margin-right: 64px;
	margin-top: 25px;
	background-color: #ffffff;
}	

.portfolio_item
{
	display: block;
	float: left;
	width: 247px;
	height: 115px;
	padding: 15px;
	margin-right: 13px;
	margin-bottom: 13px;
	background-color: #dcdcdc;
	border-right: 2px solid #d2d2d2;
	border-bottom: 3px solid #d2d2d2;
}	

	.portfolio_item p
	{
		color: #ffffff;
		font-size: 18px;
	}

img#cc-map
{
	position:absolute;
	margin-left: 210px;
	margin-top: 190px;
}

img#office
{
	position:absolute;
	display: none;
	margin-left: 210px;
	margin-top: 67px;
}

img#get-directions
{
	position:absolute;
	margin-top: 370px;
	margin-left: 7px;
}

#montage
{
	background: url(/img/trans_montage.png) 10px 0px no-repeat;
	width: 960px;
	height: 170px;
}

#footer
{
	background-color: #58585a;
	padding: 15px 0px;
}

	#footer p
	{
		font-size: 11px;
		color: #ffffff;
	}
	
	#footer p.cleft, #footer p.cright
	{
		margin-top: 8px;
	}
	
	#footer a:link, #footer a:active, #footer a:visited
	{
		color: #ffffff;
	}