/*** OLD GOODSAM COPIED ***/

#header_box h1.goodsam { background: url('../images/logo_goodsam.gif') 0 0 no-repeat; width: 221px; height: 58px; }

#goodsam .innerGray .top_left, #goodsam .innerGray .top_right, #goodsam .innerGray .bottom_right, #goodsam .innerGray .bottom_left{
	height:16px; 
	width:16px; 
	position:absolute;
	background-color:transparent;
	background-image:url(../images/corners_interiorGray.gif);}
	
#goodsam .innerAd .top_left, #goodsam .innerAd .top_right, #goodsam .innerAd .bottom_right, #goodsam .innerAd .bottom_left
{	height:16px; 
	width:16px; 
	position:absolute;
	background-color:transparent;
	background-image:url(../images/corners_interiorAd.gif);}
	
/*GOOD SAMARITAN*/

body#goodsam { 
	background:#739abc;}

body#goodsam .top_left, body#goodsam .top_left_interior, body#goodsam .top_right, body#goodsam .bottom_right, body#goodsam .bottom_left {
	background-image:url(../images/corners_goodsam.gif);}

body#goodsam #links{
	color:#CAE0F4;}
	
body#goodsam #middle_navbar .menubox, body#goodsam #middle_navbar .menuboxfirst{
	border-color:#739abc;}
	
body#goodsam #middle_navbar .menubox h2, body#goodsam #middle_navbar .menuboxfirst h2{
	background: url(../images/h2arrow_goodsam.gif) left 30% no-repeat;}

body#goodsam #inner_middle a { color: #417EAF; }
	
body#goodsam #bottom_boxes .box{
	border-left:1px dashed #739abc;}
		
body#goodsam #footer {
	background:#7FA6C8;}
	
/*** NEW GOODSAM ***/

/************************
 * GOODSAM CSS PALLETE:
 * 739abc = Light Blue: body bg, threebox seperator, 
 * 628fcc = Purple/Blue: footer bg, 
 * cae0f4 = nav seperator, 
 ************************/

/******* GENERAL ********/
body {
	background-color:#739abc;
}

#header_box h1 {
	margin:1.5em 0 0 3.2em;
}

#header_box h1.goodsam {
	background-image:url('../images/logo_goodsam.gif');
	background-repeat:no-repeat;
	width:221px;
	height:59px;
}

#header_navbar #links {
	color:#cae0f4;
}

#middle_navbar .menubox h2,
#middle_navbar .menuboxfirst h2 {
	background-image:url('../images/h2arrow_goodsam.gif');
}

.top_left,
.top_right,
.bottom_right,
.bottom_left,
.top_left_interior {
	background-image:url(../images/corners_goodsam.gif);
}

#footer {
	background-color:#628fcc;
}

/**** HOME PAGE ****/
#bottom_boxes .box {
	border-color:#739abc;
}

/**** SERVICE PAGE 1 ****/
.main_title_service1 {
	background-image:url('../images/bg_content_title_goodsam.gif');
}

#maintopRightBig .threebox {
	background-image:url('../images/bg_threebox_goodsam.gif');
}

#service1_hero .herotext {
	background-image:url('../images/bg_service_hero_goodsam.gif');
}

#maintopRightBig .twobox_big_left {
	background-image:url('../images/bg_twobox_left_goodsam.gif');
}

#maintopRightBig .twobox_big_right {
	background-image:url('../images/bg_twobox_right_goodsam.gif');
}

#maintopRightBig .onebox {
	background-image:url('../images/bg_onebox_goodsam.gif');
}

/**** SERVICE PAGE 2 ****/
.main_title_service2 {
	background-image:url('../images/bg_service2_title_goodsam.gif');
}

.main_title_service2 .main_title_buttons td div {
	background-image:url('../images/btn_service_title_goodsam.png');
}

#service2_hero .hero_overlay {
	background-image:url('../images/overlay_service_hero_goodsam.png');
}

#service2_hero, #service2_hero .divshow {
	background-color:#23517c;
}

/**** INTERIOR ****/

/* TAB BOX */
#maintopMiddleBig .type-tabs .ui-corner-top {
	background-color:#739abc;
	background-image:url('../images/bg_tab_left_inactive_goodsam.gif');
}

#maintopMiddleBig .type-tabs .ui-corner-top .tab_corner {
	background-image:url('../images/bg_tab_right_inactive_goodsam.gif');	
}

#maintopMiddleBig .type-tabs .ui-tabs-selected,
#maintopMiddleBig .type-tabs .ui-state-active {
	background-color:#ececec;
	background-image:url('../images/bg_tab_left_active.gif');
}

#maintopMiddleBig .type-tabs .ui-tabs-selected .tab_corner,
#maintopMiddleBig .type-tabs .ui-state-active .tab_corner {
	background-image:url('../images/bg_tab_right_active.gif');
}


/**
 * HEADINGS
 */
#inner_middle h3, .inner_middle h3, #maintopMiddleBig h3 { color:#739abc; }
#inner_middle h4, #inner_middle h4 a, .inner_middle h4, .inner_middle h4 a, #maintopMiddleBig h4  { color:#739abc; }
#inner_middle h5, .inner_middle h5, #maintopMiddleBig h5 { color:#739abc; }
#inner_middle h6, .inner_middle h6, #maintopMiddleBig h6 { color:#739abc; }

