body {
	margin:0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#646464;
	background: #CDC8C8;
	background-image:url(../images/bg_image.gif);
	background-repeat:repeat-x;
	}
a:link {
	color:#7E8804;
	text-decoration:none;
	font-weight:bold;
	}
a:visited {
	color:#7E8804;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#DE9802;
	text-decoration:underline;
	font-weight:bold;
	}
#container {
	margin:0 auto;
	width:1000px;
	}
	
/* header styles */
ul#top_navs {
	float:left;
	list-style:none;
	margin:0;
	width: 490px;
	padding:9px 0px 9px 10px;
	font-size:12px;
	font-weight: bold;
	background:#7E8804; 
	}
ul#top_navs li {
	display:inline;
	}
ul#top_navs li a {
	padding:0 10px; /* spaces btetween a navigation and a navigation */
	margin:0;
	text-decoration: none;
	color:#FFFFFF;
	letter-spacing:0.05em;
	}
ul#top_navs li a:hover {
	text-decoration:underline;
	color:black;
	}
#client_login {
	float:left;
	width: 480px;
	padding:9px 20px 9px 0px;
	background: black;
	font-size: 12px;
	text-align: right;
	}
#main_image {
 	clear:both;
	width: 1000px;
	height: 240px;
	}

#sub_navs {
	width: 960px;
	padding:9px 20px;
	color:black;
	font-weight:bold;
	}
ul#sub_navs {
	list-style:none;
	font-weight:normal;
	margin:0;
	}
ul#sub_navs li {
	display:inline;
	font-weight:normal;
	}
ul#sub_navs li a {
	padding:0 10px; /* spaces btetween a navigation and a navigation */
	margin:0;
	font-weight:normal;
	text-decoration: none;
	color:#646464;
	}
ul#sub_navs li a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:black;
	}
.line{
	font-weight:normal;
	color:#646464;
	}

/* text page styles */
#page_intro{
	width:960px;
	padding:10px 20px 10px 20px;
	line-height:150%;
	background-color:#F0EBEB;
	margin-top:12px;
	margin-bottom:12px;
	}
#page_body {
	width:494px;
	padding:10px 486px 20px 20px;
	background-color:#F0EBEB;
	line-height:150%;
	}
.page_bold {
	font-weight:bold;
	padding-bottom:24px;
	}
#list_w_bg {
	}
#client_logos {
	width: 960px;
	height: 240px;
	padding: 15px 20px 15px 20px;
	margin-bottom: 90px;
	background: #F0EBEB;
	}



/* potofrlio styles */
#left_column {
	float: left;
	display:inline;
	width: 494px;
	margin-right:12px;
	}
#left_portfolio {
	background-color:#F0EBEB;
	height:120px;
	width: 494px;
	margin-bottom:12px;
	}	
#right_column {
	float: left;
	display:inline;
	width: 494px;
	padding: 0;
	}	
#right_portfolio {
	background-color:#F0EBEB;
	height:120px;
	width: 494px;
	margin-bottom:12px;
	}
#thumbnail {
	float:left;
	width:213px;
	margin-right:10px;
	}
.portfolio_title{ /* share this styles with people's page */
	font-weight:bold;
	color: #DE9802;
	border-bottom: dotted 1px #646464;
	padding:5px 0px;
	}
.portfolio_info{
	font-size:x-small;
	line-height:140%;
	margin-top:-5px;
	margin-right:10px;
	}

/* people page styles */
#person_image {
	clear:both;
	float:left;
	width:106px;
	height:120px;
	margin-right:10px;
	margin-bottom:10px;
	}
#left_people {
	background-color:#F0EBEB;
	width:494px;
	height:280px;
	margin-bottom:12px;
	}
#right_people {
	background-color:#F0EBEB;
	width:494px;
	height:280px;
	margin-bottom:12px;
	}
.bio_text{
	font-size:12px;
	line-height:150%;
	margin-right:10px;
	margin-left:10px;
	}
.bio_info{
	font-size:x-small;
	line-height:150%;
	margin-top:-5px;
	margin-right:10px;
	margin-left:10px;
	}
ol.direction{
	width:494px;
	padding:10px 486px 20px 20px;
	line-height:150%;
	}
	
/*media*/
#video_container{
	clear:both;
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	background-color:#323232;
	}
#media_info {
	width:360px;
	padding: 30px 180px 30px 460px;
	text-align:left; 
	background:#323232;
	}
.media_title {
	font: bold 12px sans-serif;
	color: #DE9802;
	margin-top:10px;
	margin-bottom:-0.25em;
	padding-bottom:5px;
	border-bottom: dotted 1px #CDC8C8;
	}
.media_body {
	color: #CDC8C8;
	line-height:150%;
	}

	
/* footer */	
#footer {
	clear:both;
	width: 1000px;
	height: 12px;
	margin-top:2px;
	background:black;
	text-align:center;
	color: #FFFFFF;
	padding: 9px 0px; 
	}
