@font-face {
	font-family: 'MyriadProSemiExtended';
    src: url('fonts/myriadpro-lightsemiext-webfont.eot');
    src: url('fonts/myriadpro-lightsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-lightsemiext-webfont.woff') format('woff'),
         url('fonts/myriadpro-lightsemiext-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-lightsemiext-webfont.svg#MyriadProLightSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiExtended';
    src: url('fonts/myriadpro-semiext-webfont.eot');
    src: url('fonts/myriadpro-semiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semiext-webfont.woff') format('woff'),
         url('fonts/myriadpro-semiext-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semiext-webfont.svg#MyriadProSemiExtended') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiExtended';
    src: url('fonts/myriadpro-semiboldsemiext-webfont.eot');
    src: url('fonts/myriadpro-semiboldsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semiboldsemiext-webfont.woff') format('woff'),
         url('fonts/myriadpro-semiboldsemiext-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semiboldsemiext-webfont.svg#MyriadProSemiboldSemiExtended') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiExtended';
    src: url('fonts/myriadpro-boldsemiext-webfont.eot');
    src: url('fonts/myriadpro-boldsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldsemiext-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldsemiext-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-boldsemiext-webfont.svg#MyriadProBoldSemiExtended') format('svg');
    font-weight: bold;
    font-style: normal;

}


/* @media screen { /* rules for computer screens */


/* STYLES FOR ALL PAGES */
	

/*	html
	{
		background-image: url(images/site_bg.jpg);
		background-repeat: reapeat;
		background-attachment: fixed !important;
		background-color: #FFF;
		background-size: 600px 600px;
	}
	
	body
	{
		background-image: url(images/site_bg_text.svg);
		background-repeat: reapeat;
		background-size: 30%;
		background-color: none;
		width: 100%;
		padding: 0px;
		font-size: 125%;
	}
*/
	
	html
	{
		background-image: url(images/site_bg.jpg);
		background-repeat: reapeat;
		background-attachment: fixed !important;
		background-color: #FFF;
		background-size: 600px 600px;
		width: 100%;
		padding: 0px;
		font-size: 125%;
	}
	
	#main_left
	{
		position: fixed;
		display: block;
		margin-left: 0px;

	}
	
	#main_ie_fix #main_left
	{
		position: relative;
		float: left;
		margin-left: 20px;

	}

	#shell
	{
		background-image: url(images/site_page_frame-mid.png);
		background-position: center top;
		background-repeat: repeat-y;
		width: 100%;
		display: inline-block;
		min-height: 600px;
	}
	
	#main_ie6_fix #shell
	{
		background-image: url(images/site_page_frame_ie6-mid.jpg);
		background-position: center top;
		background-repeat: repeat-y;
	}
	
	#main
	{
		width: 900px;
	}
	
	#main_body
	{
		width: 900px;
		padding: 0px 60px 30px 60px;
	}
	
	#main_center_2col
	{
		float: left;
		margin-left: 180px;
	}
	
	#main_ie_fix #main_center_2col
	{
		margin-left: 0px;
	}


	#main_center_boilerplate
	{
		float: left;
		margin-left: 180px;
		width: 580px;
	}
	
	#main_ie_fix #main_center_boilerplate
	{
		margin-left: 0px;
	}
	
	#main_center_2col
	{
		width: 635px;
	}
	
	.sample_item {
		margin: 0px 23px 20px 0px;
	}
	
	.media_title_box
	{
		margin-right: 48px;
	}

/* } closed @media screen */



body, a
{
	height: 100%;
	margin: 0px;
}

body {
	font-family: "MyriadProSemiExtended",Lucida Grande,Lucida Sans Unicode,Tahoma,Verdana,Arial,Helevetica,Sans-Serif;
	font-weight: normal;
}

img {
	border: none;
}


#main
{
	text-align: left;
	margin-top: 20px;
}

#main_body
{
	text-align: left;
	display: block;
}

#main_left
{
	width: 160px;
	margin-top: 60px;
	text-align: left;
	font-size: .689em;
}

#main_center_boilerplate
{
	text-align: left;
	display: block;
	margin-bottom: 0px;
	color: #696969;
}

#main_center_boilerplate img
{
	margin-bottom: 4px;
}

#main_center_2col
{
	text-align: left;
	display: block;
	margin-bottom: 30px;
}


#main_left p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

#main_left a {
	text-decoration: none;
	padding: 4px;
	margin-left: -4px;
}

#main_left a:hover
{
	color: #000000;
	background-color: #e4e4e9;
}

.left_nav_title, .left_nav
{
	line-height: 1.5em;
	display: block;
}

.left_nav_title
{
	margin: 20px 0px 5px;
	text-transform: uppercase;
}

.left_nav_title a
{
	color: #000;
	font-size: .938em;
}

.left_nav a
{
	color: #797979;
}

#main_left .left_nav_title a {
	padding-top: 5px;
	padding-bottom: 2px;
}

#left_heading
{
	margin: 0px 0px 10px;
}

#social_icons {
	margin-top: 72px;
}

#social_icons img {
	display: inline-block;
	margin-right: 4px;
	
}

#social_icons a {
	background-color: #FFFFFF;
}

#social_icons a:hover {
	background-color: #FFFFFF;
}

#boilerplate
{
	margin-bottom: 15px;
}

.mcd_title
{
	font-size: 1.7em;
	font-weight: normal;
	color: #9398ab;
	letter-spacing: 2px;
	line-height: 22px;
	margin-top: .4em;
	margin-bottom: .25em;
}

.mcd_main_line
{
	margin-top: 9px
}

.mcd_description
{
	margin-bottom: 1.1em !important;
}

h1
{
	font-size: 2em;
	font-weight: normal;
	color: #404666;
	letter-spacing: -.06em;
	line-height: 1em;
	margin-bottom: 12px;
}

h2
{
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: -.06em;
	color: #404666;
}

h2 strong
{
	font-weight: normal;
	color: #8f95b3;
	text-transform: uppercase;
}

h3
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
	color: #9398ab;
	
}

h6
{
	font-size: .9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main_right p {
	font-size: .65em;
	line-height: 1.1em;
	margin: 0px 0px 20px 0px;
}

#main_right a {
	font-weight: bold;
	text-decoration: none;
	color: #72778e;
	
}

#main_right a:hover {
	color: #000000;
}

#subtitle_right
{
	margin: 20px 0px 10px;
}

#right_image {
	margin-left: -5px;
	margin-bottom: 3px;
}

.media_title_box
{
	padding-top: 30px;
	margin-top: 40px;
	float: none;
	clear: right;
	font-size: .75em;
	color: #808080;
	background-image: url(images/divider1-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.media_title_box_closer
{
	width: 58xpx !important;
	height: 16px !important;
	margin-top: 16px;
	background-image: url(images/divider1-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	clear:both;
	
}

.media_title
{
	text-transform: uppercase;
	font-size: 4em;
	letter-spacing: -.02em;
	float: left;
	margin-right: 12px;
	color: #b4b8cc;
	margin-top: -6px;

}

.sample_divider {
	clear: left;
	float: none;
}

.sample_header {

	margin-bottom: 20px;
	float: none;
	clear: left;
	margin-right: 48px;

}

.sample_item {
	width: 130px;
	height: 155px;
	float: left;
	text-align: center;
	font-size: .6em;
	line-height: 1.3em;
	display: inline-block;
	
}

.sample_item img {
	width: 130px;
	height: 130px;
}

.sample_item a {
	text-decoration: none;
	color: #363636;
	outline: none;
}

.sample_item p {
	padding: 2px 0px;
	display: block;
	margin: 0px;
}

.sample_item a:hover {
	color: #000000;
	font-weight: 600;
}




@media handheld, screen and (max-width: 480px) { /* rules for handheld devices and iphone/ipod */


	body
	{
		background: none;
		background-color: #FFF;
		width: auto;
		padding: 0px 10px 0px 15px;
		font-size: 100%;
	}
	
	#main
	{
		width: auto;
		float: none;
		clear: both;
	}
	
	#main_body
	{
		width: auto;
		float: none;
		clear: both;
		padding: 0px;
	}
	
	#main_left
	{
		position: relative;
		float: none;
		clear: both;
		display: none;
	}
	
	#shell
	{
		background: none;
		width: auto;
	}
	
	#main_center_2col
	{
		float: none;
		clear: both;
		margin-left: 0px;
	}
	
	
	#main_center_boilerplate
	{
		float: none;
		clear: both;
		margin-left: 0px;
	}
	
	#main_center_boilerplate
	{
		width: auto;
	}
	
	#main_center_2col
	{
		width: auto;
	}
	
	.mcd_title
	{
		margin-bottom: 12px;
		font-size: 2em !important;
		color: #404666;
	}
	
	
	.mcd_main_line
	{
		display: none;
		margin-top: 0px;
	}
	
	.mcd_description
	{
		font-size: 1.25em;
		font-weight: normal;
		line-height: 1em;
		margin-bottom: 12px;
	}
	
	.media_title_box
	{
		margin-right: 5px;
	}
	
	.sample_item {
		margin: 0px 15px 10px 0px;
		
	}
	
	.sample_item {
		margin: 0px 10px 10px 0px;
		min-width: 47%;
		height: auto;
	}
	
	.sample_item img {
		width: 100%;
		height: auto;
	}
	
	
} /* close @ media for phones */

@media handheld, screen and (max-width: 320px) { /* rules for smaller handheld devices */
	.sample_item {
		min-width: 46%;
		height: auto;
	}
}
