/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}

body{
	  background: url('/images/layout/home_bg.gif');
	  background-repeat: repeat-x;
}

#container{
		position: relative;
		float:left;
	    width: 760px;
		margin: 0 auto;

}

#logo{	
			position: relative;
			float: left;
			width: 317px;
			height: 93px;
			background: url('/images/layout/logo.gif');
}

#header{	
			position: relative;
			float: left;
			width: 421px;
			height: 40px;
			background: url('/images/layout/header.gif');
			padding: 15px 22px 0px 0px;
			font-family:Verdana;
			font-size: 9px;
			color: #ffffff;
			
}

#header a:visited, #header a:active, #header a:link {
			color: #ffffff;
			text-decoration: none;
			margin-left: 18px;
			
}

#header a:hover{
		   	color: #ffffff;
			text-decoration: underline;
			margin-left: 18px;
}	

#nav{	
			position: relative;
			float: left;
			width: 443px;
			height: 38px;
			background: url('/images/nav/nav_bg.gif');
}

#left{	
			position: relative;
			float: left;
			width: 317px;
			height: 392px;
			background: url('/images/layout/home_left.gif');
}

#flash{	
			position: relative;
			float: left;
			width: 443px;
			height: 230px;

}

#content{	
			position: relative;
			float: left;
			width: 443px;
			height: 91px;
			background: #b4a851;
			padding: 14px 0px 0px 0px;
}

#content img{
			margin-left: 14px;

}

#content_buttons{	
			position: relative;
			float: left;
			width: 443px;
			height: 24px;
			background: #b4a851;
}
#content_buttons #buttons{
	margin: 0;
	padding: 0;
	position: relative;
	/*position: absolute;
	left: 0;
	top: 94px; */
	height: 24px;
	width: 443px;
	background: transparent url('/images/layout/home_content_buttons.gif') top left no-repeat;
}
#content_buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	top: 0;
	position: relative;
}
#content_buttons li, ul#buttons a {
	height: 24px;
	display: block;
}
#content_buttons li a {
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;
}


#community		{position:relative; width: 145px;}
#team		 {position:relative; width: 145px;}
#case	     {position:relative; width: 153px;}


#community	a:hover{background: url('/images/layout/home_content_buttons.gif') 0 -24px no-repeat;}
#team		a:hover{background: url('/images/layout/home_content_buttons.gif') -145px -24px no-repeat;}
#case	    a:hover{background: url('/images/layout/home_content_buttons.gif') -290px -24px no-repeat;}

#bottom{	
			position: relative;
			float: left;
			width: 443px;
			height: 33px;
			background: url('/images/layout/home_bottom_address.gif');
}

#footer{	
			position: relative;
			float: left;
			width: 720px;
			height: 65px;
			padding: 10px 0px 0px 40px;
			font-family:Verdana;
			font-size: 9px;
			line-height: 15px;
			color: #613517;
}

#footer a:visited, #footer a:active, #footer a:link, #footer a:hover {
			color: #613517;
			text-decoration: underline;
			
}





#nav #main{
	margin: 0;
	padding: 0;
	position: relative;
	/*position: absolute;
	left: 0;
	top: 94px; */
	height: 38px;
	width: 443px;
	
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	top: 0;
	position: relative;
}
#nav li, ul#main a {
	height: 38px;
	display: block;
}
#nav li a {
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;
}

#who			{position:relative; width: 142px; background:url('/images/nav/who_we_are.gif') 0 -38px no-repeat;}
#what_we		{position:relative; width: 134px; background: url('/images/nav/what_we_do.gif') 0 -38px no-repeat;}
#what_expect	{position:relative; width: 167px; background: url('/images/nav/what_to_expect.gif') 0 -38px no-repeat;}


#who			a:hover{background: url('/images/nav/who_we_are.gif') 0 0 no-repeat;}
#what_we 	    a:hover{background: url('/images/nav/what_we_do.gif') 0 0 no-repeat;}
#what_expect   	a:hover{background: url('/images/nav/what_to_expect.gif') 0 0 no-repeat;}



#social {
	background-color: #815d45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 362px;
	left: 760px;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 93px;
	width: 183px;
}

#social img {
	display: block;
	margin: 0 auto 10px auto;
}

#social ul {
	list-style-type: none;
}

#social li {
	margin-bottom: 30px;
}

#social li a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#social li a:hover {
	text-decoration: underline;
}