* {
	margin:0 0;
	padding:0 0;
}

html, body {
	height: 100%;
}

html {
	background-color:#9f9389;	
}


body {
	margin:0 0;
}

h1 {
	color:#9BA700;
	font-size:20px;
	font-weight:600;
}

h2 {
	color:#9BA700;
	font-size:16px;
	font-weight:bold;
}

p {
	color:#444;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.left {
	float:left;
}

.right {
	float:right;
}
.hidden {
	display:none;
}

/* ****************************************************** */
#page_wrapper {
	background-color:white; 
	display:block;
	float:left;
	width:100%;
	height:100%;
}

#container {
	display:block;
	float:left;
	min-height: 100%; 
	width:100%;
	background-color:white;
	margin-bottom: -170px;
	position: relative;	
}
.clearfooter {
	height: 170px; 
	clear: both;
}

/* ********************************************************* */
/* header */
/* ********************************************************* */
#header {
	display:block; 
	margin:0px auto;
	padding:10px 10px 0px 10px;
	width:1000px;	
	height:90px;
}
#header #logo {
	float:left;
	display:block;
	width:100px;
}
#header #header_content {
	float:right;
	display:block;
	width:800px; 
	height:90px;
	margin:10px 50px 0px 5px;
}

#header #header_content #social_links {
	float:right;
	display:block;
	margin-right:5px;
}

#header .separator {
	width:795px;
	height:10px;
	background-image: url(/images/nav/separator-bg.gif);
	background-repeat:repeat-x;
}

#header #header_content img.arrow{
	float:left;
}
body.section_1 #header #header_content img.arrow{
	margin-left:25px;
}
body.section_2 #header #header_content img.arrow{
	margin-left:160px; 
}
body.section_3 #header #header_content img.arrow{
	margin-left:295px;
}
body.section_4 #header #header_content img.arrow{
	margin-left:420px;
}
body.section_5 #header #header_content img.arrow{
	margin-left:560px; 
}
body.section_6 #header #header_content img.arrow{
	margin-left:705px;
}

#main_nav {
	color:#707070;
}
#main_nav a{
	color:#707070;
/*	font-weight:600;   */
	font-weight:bold;
}
#main_nav a:hover,
#main_nav a.active{
	color:black; 
	text-decoration:none;
	font-weight:bold; 
}

ul#main_menu {
	display:block;
	float:left;
/*	width:100%; */
	position:relative;
	left:20px;
}
ul#main_menu li{
	float:left;
	width:120px;
	text-align:left;
	padding:5px 5px;
	font-size:14px;
}

ul.sub_menu {
	display:inline;
	float:left;
}

ul.sub_menu li{
	display:inline;
	float:left;
	padding:5px 2px;	
	font-size:11px;
	text-algin:center;
}
	
#sub_menu_2 {
	position:relative;	
	left:135px;
}
#sub_menu_3 {
	position:relative;	
	left:277px;
}
#sub_menu_4 {
	position:relative;	
/*	left:100px; */
/*	left:10px; */
	left:20px; 
}
#sub_menu_5 {
	width:220px;	
	position:relative;	 
	left:532px;
}

/* ****************************************************** */
#content_box {
	width:1000px;
	margin:0px auto;
	padding:10px 10px 30px 10px; 
}
#hp_content_left {
	display:block;
	float:left;
	width:400px;
	margin-top:15px;
	margin-bottom:40px;
	border-right:1px solid #9F9F9F;
}

#hp_content_left h1 {
	display:block;	
	float:left;
	font-size:18px;
	font-size:normal;
	margin:0px 0px 10px 0px;
}
#hp_content_left p {
	display:inline;
	float:right;
	margin:0px 23px 0px 0px;
	width:330px;
/*	text-align: justify; */
	text-align: left;
	font-size:12px;
}

#hp_content_right {
	display:block;
	float:right;
	width:590px;
}

/* ****************************************************** */
/* capacity list */
/* ****************************************************** */
.cap_list {
/*border:1px solid red;*/
	list-style:none;
	display:block;
	float:left;
	text-align:left;
	margin:27px 10px 10px 15px;
	width:160px; 
}
.cap_list li {
}
.cap_list li a.cap_item{
	display:block;
	float:left; 
	border-top:1px solid #DFDFDF; 	
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	width:140px; 
	height:32px;
	padding:0px 5px 0px 10px;
}
.cap_list li a.cap_item:hover{
	border-top:1px solid white;
	background-image:url( /images/cap_list_bg.gif );
	background-repeat:no-repeat;
/*	background-position:top left; */
	background-position:center top;
	background-color:#9F9389;
	color:white; 
	text-decoration:none;
}
.cap_list li a.last_item {
	border-bottom:1px solid #DFDFDF;
}
/* a special case for integrated_services */
.integrated_services {
	background-color: #E7ECB4;	
	display:block;
	float:left;
	padding:0px 10px;	
	width: 320px;	
	height:26px;
	text-align: center;
	font-weight:bold;
	line-height:24px;
	position:relative;
	top:-7px;
	left:15px;
}

.integrated_services a,
.integrated_services a:hover {
	text-decoration:none;
}

.section_4 .cap_link_text{
	background-color:#E7ECB4;
	display:block;
	float:left;
	height:26px;
	padding:0 10px;
	line-height:25px;
	text-align:center;
	width:320px;
	font-weight:bold;
}
.section_4 .cap_link_text a:hover {
	text-decoration:none;
}


/* ********************************************************* */
/* Template B */
/* ********************************************************* */

#tmp_b_left{
/* border:1px solid pink; */
	display:block;
	float:left;
	width:600px; 
}
#tmp_b_content_left {
/*border:3px solid red;  */
	width:600px; 
	/*  
	_width:599px;  
	!width:599px;  
	*/
	_width:595px;
	!width:595px;  
	
	height:475px;
	display:block;
	float:left; 
	border-right:1px solid #9F9F9F;
}
#tmp_b_content_right {
/*border:3px solid blue;   */
	width:375px; 
	_width:370px;
	!width:370px;
	
	display:block;
	float:right;
}
#tmp_b_content_right p{
	margin:5px 0px 10px 0px;
/*	text-align:justify; */
	text-align:left;
}

#tmp_b_content_right #separator {
	position:relative;
	left:-5px;
}

#service_table {
/*	margin:10px 0px 40px 10px; */
	margin:0px 0px 40px 10px;
	/*width:320px; */
	width:400px;
}
#service_table tr td {
	font-size:12px;
/*	padding:5px 0px; */
	padding:2px 0px;
}
#service_table a {
	color: #3F3E3E;
}

#case_study_box {
	float:left;
	margin:6px 0px 10px 5px;
}
#case_study_box ul {
	display:inline;
	float:left;
	width:155px;
	margin-left:5px;
}
#case_study_box ul li h6{
	font-weight:bold;
	padding:3px 5px;
	display:inline;
	float:left;
}

/*
#case_study_box ul li img {
	opacity:1;filter:alpha(opacity=100); 
}

#case_study_box ul li img:hover {
	opacity:0.4;filter:alpha(opacity=40);	
}
*/

.case_study_box_img {
	width:143px;
	height:60px;
	display:block;
	float:left;

	background-position:top left;
	background-repeat:no-repeat;
}
.case_study_box_img:hover {
	background-position:bottom left;
}

#case_study_img_1 {
	background-image:url(/images/the_work/case_studies_1.jpg);
}
#case_study_img_2 {
	background-image:url(/images/the_work/case_studies_2.jpg);
}
#case_study_img_3 {
	background-image:url(/images/the_work/case_studies_3.jpg);
}


#tmp_b_content_left a{
	color:#9BA700;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	font-size:14px;
}

/* *** */

#slideshow_box #slideshow_border {
	width:580px;
	height:278px;
/*	background-image: url("../images/slideshow_bg.gif"); */
	background-image: url( /images/slideshow_bg.gif ); 
}
#slideshow_box #slideshow_border #slideshow {
	position:relative;
	top:10px;
	left:12px;
}
#slideshow_box #slideshow_border #slideshow2 {
	position:relative;
	top:10px;
	left:12px;
}


#slideshow_box #slideshow_nav {
	display:inline; 
	float:right;
	position:relative;
	top:10px;
	right:20px;
}
#slideshow_box #slideshow_nav #nav_prev {
	float:left;
	display:block;
	width:10px;
	height:10px;
	position:relative;
	top:2px;
}
#slideshow_box #slideshow_nav #nav_next {
	float:left;
	display:block;
	width:10px;
	height:10px;
	position:relative;
	top:2px;
}
#slideshow_box #slideshow_nav #nav_prev_link:focus,
#slideshow_box #slideshow_nav #nav_next_link:focus {
	outline:none;
}
#slideshow_box #slideshow_nav #nav {
	display:block;
	float:left;
}
#slideshow_box #slideshow_nav #nav a{
	background-color:#B9C30F;
	color:black;
	padding:2px 5px;
	display:block;
	float:left;
	margin:0px 3px;
	font-size:12px;
	text-decoration:none;
	font-style:normal;
}
#slideshow_box #slideshow_nav #nav a.activeSlide {
	background-color:#DBE617;
}
#slideshow_box #slideshow_nav #nav a:focus { 
	outline: none; 
}

#tmp_b_content_right #next_link,
#tmp_b_content_right #prev_link {
	background-repeat:no-repeat;
	color:#9BA700;
	font-size:13px; 
/*	font-size:14px; */
	font-weight:bold; 
	text-decoration:underline;	
	display:block;
	width:39px;	
}

#tmp_b_content_right #next_link:focus,
#tmp_b_content_right #prev_link:focus {
	outline: none; 
}

#tmp_b_content_right #prev_link {
	background-image: url( /images/left_arrow.gif ); 
	background-position:center left;
	float:left;
	text-align:right;
}

#tmp_b_content_right #next_link {
	background-image: url( /images/right_arrow.gif );
	background-position:center right;
	float:right;	
	text-align:left; 
}

#other_creative_box {
	display:inline;
	float:left;
	margin-top:20px;
	margin-left:257px;
	width:320px;
	text-align:right;
}
#other_creative_box #separator {
	width:165px;
	height:5px;
	display:block;
	float:right;
	margin-top:3px;
}
#other_creative_box ul {
	display:block;
	float:right;
	margin-top:-5px; 
}
#other_creative_box ul li {
	display:inline; 
	float:left;
}
#other_creative_box ul li img{
	opacity:0.4;filter:alpha(opacity=40);	
}
#other_creative_box ul li img:hover{
	opacity:1;filter:alpha(opacity=100);
}

#other_creative_box .back_to_link {
	margin-top:35px;
}
#other_creative_box .back_to_link a {
	color:#9BA700;
	font-weight:bold; 
	font-size:13px; 
	text-decoration:underline;	
}

.case_studies_icon {
	display:block;
	float:left;
	width:40px;
	height:43px;
	margin: 10px 0px 10px 10px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
.case_studies_icon:focus{
	outline:none;
}

/*
.case_studies_icon:hover {
	background-position:top left;
}

.case_studies_icon {
	opacity:0.4;filter:alpha(opacity=40);	
}
.case_studies_icon:hover {
	opacity:1;filter:alpha(opacity=100);
}
*/

/* ********************************************************* */
/* Template C */
/* ********************************************************* */
#tmp_c_content_left {
	border-right:1px solid #9F9F9F;
	width:510px;
	float:left;
}
#tmp_c_content_right {
	width:470px;
	float:right;
}
#tmp_c_content_right .separator{
	width:329px;
	height:4px;
	position:relative;
	top:-5px;
	left:-5px;
}

#tmp_c_content_right p a {
	color:#9BA700;
	font-weight:bold;
/*	font-style:italic; */
	text-decoration:underline;
/*	font-size:14px; */
	font-size:13px;
	
}

.frame_box {
	background-image: url( /images/the_skills/frame_bg.gif );
	background-repeat:no-repeat;
	width:453px;
	height:278px;
	display:inline;
	float:right;
	margin-right:20px;
}
.frame_box .frame_mosaic{
	position:relative;
	top:25px;
	left:25px;
	float:left;
}
.frame_box .frame_desc {
	width: 255px;
	float:right;
	position:relative;
	top:20px;
	right:30px;
}
.frame_box .frame_desc h1 {
/*	font-size:17px; */
	font-size:16px;
}
.frame_box .frame_desc .separator {
	position:relative;
	top:-2px;
	left:0px;
	width:225px;
	height:5px;
}
.frame_box .frame_desc p {
	color:white;
	margin:0px 0px 7px 0px;
/*	text-align: justify; */
	text-align:left;
	font-size:12px;
}

ul.c_studies_box {
/*border:1px solid red; */
	display:block;
	float:left;
	width:450px;
	margin-bottom:2px;
}
ul.c_studies_box li{
	display:inline;
	float:left;
	width:145px;
}
ul.c_studies_box li .title {
	font-size:11px; 
/*	font-weight:bold;    */ 
	font-weight:normal:  
	width:120px;
}

ul.service_list {
	float:left;
	width:220px;
}
ul.service_list li{
	background-image:url( /images/contact_us/white_arrow.gif );
	background-position:0 5px;
	background-repeat:no-repeat;
	margin:5px;
	padding-left:10px;
}

ul.service_list li a{
	font-weight:bold;
	text-decoration:underline;
	color:#9BA700;
}

/* ********************************************************* */
/* footer */
/* ********************************************************* */
#footer { height:170px;width:100%;position:relative;display:block;float:left;color:white; background: #9f9389 url(/images/footer/footer_bg.gif) repeat-x; }
#footer #footer_content p { margin-top:15px;font-size:11px; color:white; float:left;display:block;width:100%;text-align:center; }	
#footer #footer_content p #links { margin-left:10px; }

#footer a { color:white; }
#footer #footer_content { width:1000px; margin:0px auto; }
#footer #footer_content .footer_item { width:220px; display:block; float:left; text-align:left; background-image: url(/images/footer/footer_item_top.gif); background-repeat:no-repeat; margin:0px 12px; padding:0px 0px;}
#footer #footer_content .footer_item h3{ font-size:15px; font-weight:bold; width:180px; padding:2px 0px; margin:15px 0px 5px 10px; border-bottom:1px solid #AFB342; }
#footer #footer_content .footer_item ul { list-style-type:none; padding:0px; margin:0px; }
#footer #footer_content .footer_item ul li { background-image:url(/images/footer/right_arrow.gif); background-repeat:no-repeat; background-position:0px 5px; margin:5px 5px 5px 10px; padding-left:14px;}
/*
#footer #footer_content p { padding:30px 0px 10px 0px; font-size:11px; color:white; }	
#footer #footer_content p #links { margin-left:10px; }
*/
/*
#footer #footer_content .footer_item  a { color:white; text-decoration:none; }
#footer #footer_content .footer_item  a:hover { text-decoration: underline; }
*/

#footer #footer_content .footer_item  a { color:white; text-decoration: underline; font-weight:bold; }

#footer #footer_content .footer_item h3 a {
	text-decoration:none;
}


/* ********************************************************* */
/* The work */
/* ********************************************************* */
body.section_3 .case_studies_icon {
	opacity:1;filter:alpha(opacity=100);
}
body.section_3 .case_studies_icon:hover {
	opacity:1;filter:alpha(opacity=100);
}
/*
body.section_3 #case_studies_icon_1 {
	background-image: url(/images/the_work/case_studies_icon_1.jpg);
}
body.section_3 #case_studies_icon_2 {
	background-image: url(/images/the_work/case_studies_icon_2.jpg); 
}
body.section_3 #case_studies_icon_3 {
	background-image: url(/images/the_work/case_studies_icon_3.jpg); 
}
*/
body.section_3 #showcase_container {
	width:579px;
	height:407px;
}
body.section_3 #showcase_container .img_loading{
	margin:100px auto;
	margin-left:260px;
}

/* the work home page: Looking for something specific?  */
body.section_3 .cap_list {
	font-size:12px;
	float:left;
	margin:0px 0px;
	width:120px;
}
body.section_3 .cap_list li a.cap_item {
	width:80px;
}

body.section_3 .cap_list_long {
	width:130px;
}
body.section_3 .cap_list_long li a.cap_item {
	width:110px;
}




/* ********************************************************* */
/* The Thinking */
/* ********************************************************* */

/* The Thinking home */
body.section_5 .content_left {
	float:left;
	width:340px;	
}
body.section_5 .content_right {
	border-left:1px solid #9F9F9F;
	float:right;
	width:640px;
}
body.section_5 .content_right #slideshow_box{
	position:relative;
	top:0px;
	left:25px;
}
body.section_5 .content_left .separator_329 {
	margin-top:3px;
	margin-left:-5px;
	float:left;
	display:block;
}
body.section_5 .content_left p {
	display:block;
	float:left;
	margin:5px 0 5px 0;
	padding:0 0;
}
body.section_5 .content_left h2 {
	margin-top:10px;
	display:block;
	float:left;
}
body.section_5 ul.report_box {
	float:left;	
}
body.section_5 ul.report_box li{
	display:inline;
	float:left;
	margin-right:10px;
}
body.section_5 .content_left p a{
	color: #9BA700;
	font-weight:bold;
	text-decoration:underline;
}

/* the amplified series */

body.section_5 #slide_desc_content {
	z-index:99;
	width:279px;
	position:relative;
	top:-320px;
	left:268px;
}
body.section_5 #slide_desc_content p{
	color:white;
/*	text-align:justify; */
	text-align:left;
	margin:2px 0px 5px 0px;
	font-size:12px;
}

body.section_5 #nav a{
	color: #9BA700;
	text-decoration:underline;
	
	width:200px;
	display:block;
	float:left;
	background-image:url(/images/contact_us/white_arrow.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	margin:2px 0;
	padding-left:10px;
	font-weight:bold;
}
body.section_5 #nav a:focus{
	outline:none;
}

/* the flash in thinking home page */
body.section_5 #thinking_frame_container {
	width:450px;
	height:275px;
	margin-left:30px;
}
body.section_5 #thinking_frame_container .img_loading{
	margin:100px auto;
	margin-left:210px;
}

/* ********************************************************* */
/* The Agency */
/* ********************************************************* */
.section_2 h2 { font-style: italic; }
.section_2 .reg_list li { background: url(../images/contact_us/white_arrow.gif) no-repeat; background-position:0px 5px; margin:5px; padding-left:10px;}
.section_2 #content_box { 	text-align: left; padding-bottom: 40px;}
.section_2 #content_box ul { list-style-type:none; padding:0px; margin:0px;}
.section_2 #content_box ul li em { font-style: italic; font-weight: normal;}
.section_2 #content_box ul.cap_list_long  { 
	overflow-y: scroll;
	height: 250px;
}

.section_2 .cap_list_long {
/*	border:1px solid red; */
	list-style:none;
	display:block;
	float:left;
	text-align:left;
}
.section_2 .cap_list_long li {
	color:black; 
}
.section_2 .cap_list_long li a.cap_item{
	display:block;
	float:left; 
	border-top:1px solid #DFDFDF; 	
	font-weight:bold;
	color:black; 
	text-decoration:none;
	line-height:16px;
	width:323px; 
	!width:327px; 
	padding:5px 5px 5px 10px;
}
.section_2 .cap_list_long li a.cap_item:hover{
	border-top:1px solid white;
	background: #B0B0B0 url( /images/cap_list_long_bg.gif ) no-repeat center top;
	color:white; 
	text-decoration:none;
}

.section_2 .cap_list_long li a.cap_item_active{
	display:block;
	float:left; 
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	width:323px; 
	!width:327px; 
	padding:5px 5px 5px 10px;
	border-top:1px solid white;
	background: #B0B0B0 url( /images/cap_list_long_bg.gif ) no-repeat center top;
	color:white; 
}


.section_2 .text_block { float: left; width: 95%; padding-bottom: 30px;}
.section_2 .text_block a { color: #9BA700; font-weight: bold; text-decoration: underline;} 
.scroll_container {
	height: 320px;
	padding-top: 18px;
	padding-bottom: 5px;
/*	border: 1px solid lime;*/
}

.section_2 #profile { 
	color: #b5bf00; 
	float: left;
	width: 553px;
	height: 320px;
}
.section_2 #profile .scroll_content{ 
	margin-left: 30px;
	margin-top: 10px;
}
.section_2 #profile .title { 	
	color: #b5bf00; 
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}
.section_2 #profile p { 	
	color: #b5bf00; 
	margin: 2px 0 15px 0;
}
.section_2 .scroll_content{ 
	color: #fff;
	float: left;
	width: 563px;
	height: 320px;
	height: 100%;
/*	border: 1px solid red; */
}

.section_2 .scroll_content p { 
	color: #fff;
	margin: 5px 0 5px 0;
}
.section_2 .scroll_content .feature_img {
	float: left; 
	width: 132px; 
	height: 100%;
/*	border: 1px solid red;*/
	margin: 20px 20px 0  20px;
	_margin: 10px 15px 0  20px;
}
.section_2  .scroll_content .date{
	font-style: italic;
}
.section_2 .scroll_content .title{
	font-size: 15px;
	font-weight: bold;
}
.section_2 .scroll_content  .blurb {
    /*dth: 350px;
    float: right;*/
    margin: 20px 0 0 10px;
    _margin: 10px 0;
}

.press_blurb {
    width: 350px;
    float: right;
    margin: 20px 0 0 10px;
    _margin: 10px 0;
}   
.award_blurb {
    width: 450px;
    float: right;
    margin: 20px 0 0 10px;
    _margin: 10px 0;
}                
.press_image {
    float: left;
    text-align: center;
    width: 150px;
    margin: 20px 0px 0 30px;
    _margin: 10px 0 0 20px;
}            
.award_image {
    float: left;
    text-align: center;
    width: 50px;
    margin: 20px 0px 0 30px;
    _margin: 10px 0 0 20px;
}

/* left and right content boxes are almost equal */
#tmp_1 .content_left {
	width:455px;
	display:block;
	float:left;
	border-right:1px solid #9F9F9F;
	margin-left: 25px;
}
#tmp_1 .content_right {
	width:450px;
	display:block;
	float:left;
	margin-left: 20px;
}

/* left= 320, right=573 */
#tmp_2 .content_left {
	width:320px;
	display:block;
	float:left;
	border-right:1px solid #9F9F9F;
	margin-left: 25px;
}
#tmp_2 .content_right {
	width:573px;
	display:block;
	float:left;
	margin-left: 25px;
}

/* left= 572, right=355 */
#tmp_3 .content_left {
	width:572px;
	float:left;
	padding-right: 20px; 
	border-right: 1px solid #9F9F9F;
}
#tmp_3 .content_right {
	width:385px;
	margin-left: 18px;
	!margin-left: 18px;
	float:left;
}


/* ********************************************************* */
/* Contact Us */
/* ********************************************************* */
.section_6 h3 {font-style: italic; font-weight: bold;}
.section_6 #content_box a { color: #9BA700; font-weight: bold; text-decoration: underline;}
.section_6 #content_box .col_1 { float: left; width: 190px; margin: 30px 20px 0px 45px; !margin: 30px 20px 0px 35px;}
.section_6 #content_box .col_2 { float: left; width: 180px; margin: 30px 0px 0px 5px;}
.section_6 #content_box .col_3 { float: left; width: 175px; margin: 30px 0px 0px 5px;}
.section_6 #content_box .col_4 { float: left; width: 175px; margin: 30px 0px 0px 5px;}
.section_6 #content_box .col_5 { float: left; width: 175px; margin: 30px 0px 0px 5px;}
.section_6 #content_box {text-align: left; padding-bottom: 40px;}
.section_6 #content_box .col_1 ul { list-style-type:none; padding:0px; margin:0px;}
.section_6 #content_box .col_1 ul li{ background: url(../images/contact_us/white_arrow.gif) no-repeat; background-position:0px 5px; margin:5px; padding-left:10px;}

#contact_us_box {
	width: 919px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}
.contact_us_content{
	width: 903px;
	height: 333px;
}

#contact_us_box .mosaic {
	background: #000 url(/images/contact_us/mosaic.jpg) no-repeat;
	width: 434px;
	height: 280px;
	position: relative;
	left: 14px;
	top: 25px;
	float: left;
}
#contact_us_box .bhn {
	background: #000 url(/images/SurpriseMonkey.jpg) no-repeat;
	width: 434px;
	height: 280px;
	position: relative;
	left: 14px;
	top: 25px;
	float: left;
}
#contact_us_form {
	width: 425px;
	position: relative;
	left: 34px;
	top: 25px;
	float: left;
/*	border: 1px solid red; */
	text-align: left;
}

#contact_us_form  strong { font-weight: bold; }
#contact_us_form  p {
	font-size: 12px;
	line-height:22px;
	color: #fff;
}
#contact_us_form  h3 {
	font-size: 20px;
	line-height:26px;
	color:#9BA700;	
}
#contact_us_form  .fieldset {	
	width: 200px; 
	float: left; 
	padding: 5px 10px 5px 0;
}
#contact_us_form  .fieldsetlong {	
	width: 415px; 
	!width: 405px; 
	float: left; 
	margin: 10px 10px 5px 0;
	!margin: 10px 0px 5px 0;
/*	border: 1px solid red; */
}

#contact_us_form  label {	
	float: left; 
	font-size: 12px;
/*	border: 1px solid white; */
}
#contact_us_form  .textbox { float: right; }
#contact_us_form  .checkbox { 
	float: left;
	margin-right: 10px;
	!margin-right: 5px;
}
#contact_us_form  .contact_us_button { 
	background-color:#e6b800; 
	border: 1px solid #b98426;
	width: 82px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-right: 16px;
	!margin-right: 5px;
}
.highlight { background-color: #d9e627; }
.texthighlight { color: #d9e627; }
#email_invalid {
	float:  left;
/*	border: 1px solid blue; */
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-indent: 275px;
	margin-bottom: -6px;
}
#error_msg {
/*	border: 1px solid blue; */
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -6px;
}


/* ********************************************************* */
/* Frames */
/* ********************************************************* */
.frame578x356{
	background: transparent url(/images/frame_bg_578x356.gif) no-repeat;
	width: 578px;
	height: 356px;
}
.frame918x333{
	background: transparent url(/images/frame_bg_918x333.gif) no-repeat;
	width: 918px;
	height: 333px;
}
.frameSubway{
	background: transparent url(/images/the_skills/interactive/subway_monster_holder.gif) no-repeat;
	width: 343px;
	height: 263px;
}


/* ********************************************************* */
/* MISCELLANEOUS */
/* ********************************************************* */
.dot_separator_white {
	background: transparent url(/images/dot_separator.gif) repeat-x;
	width: 100%;
	margin: 5px 0 5px 0;
	height: 4px;
}
.dot_separator_black {
	background: transparent url(/images/separater_black.gif) repeat-x;
	width: 100%;
	margin: 5px 0 5px 0;
	height: 4px;
}


.caption {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	float: left;
}
