@charset "UTF-8";
/* CSS Document */

#page_container #page_body #content_main #main_left {
	height: 452px;
	width: 210px;
	float: left;
	background-color: #F37C20;
	color: white;
	padding: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#page_container #page_body #content_main #main_left h2 {
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#page_container #page_body #content_main #main_left ul {
	list-style-image: url(/images/buttons/btn_list_lg.gif);
	padding: 5px 0;
	padding-left: 15px;
}
#page_container #page_body #content_main #main_left ul li ul {
	list-style-image: url(/images/buttons/btn_list_sm.gif);
	padding: 5px 0;
	padding-left: 15px;
}
#page_container #page_body #content_main #main_left ul li a {
	color: white;
	text-decoration: none;
}


#page_container #page_body #content_main #main_right { 
	float: left;
	width: 483px;
	height: 452px;
	padding: 0 30px;
	padding-top: 20px;
	background-color: white;
	color: black;
	overflow: hidden;
}
#page_container #page_body #content_main #main_right #content_head h2 {
	display: none;
}
#page_container #page_body #content_main #main_right #content_head {
	background-repeat: no-repeat;
	height: 50px;
	width: 450px;
	margin-bottom: 20px;
}
#page_container #page_body #content_main #main_right p {
	margin: 10px 5px
}

#page_container #page_body #content_main #main_right #threeprongnav {
	list-style-type: none;
	list-style-image: url(/images/blank.gif);
	margin: 0;
	padding: 0;
	width: 483px;
}
#page_container #page_body #content_main #main_right #threeprongnav li {
	width: 160px;
	height: 185px;
	float: left;
}
#page_container #page_body #content_main #main_right #threeprongnav a {
	display: block;
	width: 160px;
	height: 185px;
}
#page_container #page_body #content_main #main_right #threeprongnav li a#img_btn_user_experience {
	background-image: url(../images/buttons/img_btn_user_experience.jpg);
	background-position: bottom;
}
#page_container #page_body #content_main #main_right #threeprongnav li.over a#img_btn_user_experience,
#page_container #page_body #content_main #main_right #threeprongnav li:hover a#img_btn_user_experience {
	background-position: top;
}


#page_container #page_body #content_main #main_right #threeprongnav li a#img_btn_information_design {
	background-image: url(../images/buttons/img_btn_information_design.jpg);
	background-position: bottom;
}
#page_container #page_body #content_main #main_right #threeprongnav li.over a#img_btn_information_design,
#page_container #page_body #content_main #main_right #threeprongnav li:hover a#img_btn_information_design {
	background-position: top;
}

#page_container #page_body #content_main #main_right #threeprongnav li a#img_btn_market_research {
	background-image: url(../images/buttons/img_btn_market_research.jpg);
	background-position: bottom;
}
#page_container #page_body #content_main #main_right #threeprongnav li.over a#img_btn_market_research,
#page_container #page_body #content_main #main_right #threeprongnav li:hover a#img_btn_market_research {
	background-position: top;
}

#page_container #page_body #content_main #main_right ul {
	width: 450px;
	margin-left: 20px;
	list-style:inherit;
	list-style-position:outside;
	list-style-type:disc;
	list-style-image: url(/images/buttons/btn_list_sm_dk.gif);
}
