/*****************************************/
/*                                       */
/*  DESKTOP STYLES @ 1024px AND GREATER  */
/*                                       */
/*****************************************/


@media only screen and (min-width: 960px) {

.masthead, .banner, .custom_banner, .content, .footer, .section { width: 960px; }

/* MASTHEAD */

.masthead_text {
	top: 12px;
	font-size: 14px;
	line-height: 14px;
	}

/* MENU */

.sitelink .divider { padding: 0px 0px 0px 15px; }
.sitelinks {
	width: 730px;
	font-size: 24px;
	}
.sitelink { padding-left: 15px; }

/* CONTENT */

.col_third { width: 300px; }
.col_half { width: 460px; }
.col_twothirds { width: 620px; }
.col_full { width: 940px; }

}

/* HIDE ON DESKTOPS @ 1024px - 1119px */

/* @media only screen and (min-width: 960px) AND (max-width: 1119px) { .d_hide { display: none !important; visibility: hidden !important; } } */
@media only screen and (min-width: 960px) { .d_hide { display: none !important; visibility: hidden !important; } }
