/*
768 and greater

Move right column content to the right side
*/

.test_width span.mq768 {
	background:#0f0;
}

/*.home.two_column #img_ribbon {
	background:transparent url(../images/template2013/santabarbara/ribbon_home_two_column.png) no-repeat 70.3125% 0%;
}

.two_column #main_content {
	background: #fff url(../images/template2013/santabarbara/2column_bg.png) repeat-y 70.3125% 0%;
}
.home #main_content {
	background: url(../images/template2013/santabarbara/footer_bg.png) no-repeat 70.3125% 100%;
	background-color:#fff;
}
.home.two_column #main_content {
	background: url(../images/template2013/santabarbara/footer_bg.png) no-repeat 70.3125% 100%,  url(../images/template2013/santabarbara/2column_bg.png) repeat-y 70.3125% 0%;
	background-color:#fff;
}
.ie7 .home.two_column #main_content, .ie8 .home.two_column #main_content {
	background: #fff url(../images/template2013/santabarbara/2column_bg.png) repeat-y 70.3125% 0%;
}
*/
.content_left_column {
	width:70.3125%;
	float:left;
}
.content_right_column {
	width:29.6875%;
	float:right;
	background:transparent url(../images/template2013/nav_shadow.png) repeat-x;
}
.home .content_right_column
{
	background:transparent;
}
.home .contact_box {
	margin-top:-40px;
}
.ie7 .home .contact_box {
	margin-top:0; /* fix issue where h5 content shifts up */
}
