/* SECONDARY NAVIGATION 
---------------------------------------------------------------*/
#sidebar .container h2.sub_nav_heading a {
	height: 21px;
	display: block;
	margin: 0;
	padding: 7px 0 0 17px;
	font: normal 12px/1.1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-transform: uppercase;
        text-decoration: none;
}
#sidebar .container ul#sub_nav {
	background: transparent url(../images/bg_sub_nav_ul.png) left bottom no-repeat;
	display: block;
	margin: 0 0 -5px 0;
	padding: 0 0 15px 0;
	width: 285px;
}
#sidebar .container ul#sub_nav li {
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 285px;
}
#sidebar .container ul#sub_nav li a {
	display: block;
	height: 22px;
	margin: 0;
	padding: 6px 0 0 28px;
	font: normal 12px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
#sidebar .container ul#sub_nav li a:hover, #sidebar .container ul#sub_nav li.first a:hover  {
	display: block;
	height: 22px;
	margin: 0;
	padding: 6px 0 0 28px;
	color: #BA643D;
	text-decoration: none;
}
#sidebar .container ul#sub_nav li.first {
	height: 29px;
}
#sidebar .container ul#sub_nav li.first a {
	height: 22px;
	padding: 7px 0 0 28px;
}
#sidebar .container ul#sub_nav li.first a:hover  {
	display: block;
	height: 22px;
	margin: 0;
	padding: 7px 0 0 28px;
	color: #BA643D;
	text-decoration: none;
}
/* Secondary Navigation -> The Shetland Brand
---------------------------------------------------------------*/
body#pg_02 #sidebar .container h2.sub_nav_heading { background: transparent url(../images/bg_sub_nav_heading_orange.png) 0 0 repeat-x; }
body#pg_02 #sidebar .container ul#sub_nav li {
	background: #F5E8E2 url(../images/bg_sub_nav_orange_li.png) 0 0 repeat-x;
	border-bottom: 1px solid #ECD4C9;
}
body#pg_02 #sidebar .container ul#sub_nav li a { 
	background: transparent url(../images/bg_sub_nav_orange_li_a.png) 0 0 no-repeat;
	color: #BA643D; 
}
body#pg_02 #sidebar .container ul#sub_nav li a:hover, 
body#pg_02 #sidebar .container ul#sub_nav li.first a:hover,
body#pg_02 #sidebar .container ul#sub_nav li.first.active a,
body#pg_02 #sidebar .container ul#sub_nav li.active a { background: #FCF9F8 url(../images/bg_sub_nav_orange_li_a_hover.png) 0 0 no-repeat; }
body#pg_02 #sidebar .container ul#sub_nav li.first { background: #F5E8E2 url(../images/bg_sub_nav_orange_li_first.png) 0 0 repeat-x; }
body#pg_02 #sidebar .container ul#sub_nav li.first a { background: transparent url(../images/bg_sub_nav_orange_li_a_first.png) 0 0 no-repeat; }
body#pg_02 #sidebar .container ul#sub_nav li.first a:hover { background: #FCF9F8 url(../images/bg_sub_nav_orange_li_a_first_hover.png) 0 0 no-repeat; }

/* Secondary Navigation -> Marketing Assistance
---------------------------------------------------------------*/
body#pg_03 #sidebar .container h2.sub_nav_heading { background: transparent url(../images/bg_sub_nav_heading_blue.png) 0 0 repeat-x; }
body#pg_03 #sidebar .container ul#sub_nav li {
	background: #E1E5E9 url(../images/bg_sub_nav_blue_li.png) 0 0 repeat-x;
	border-bottom: 1px solid #C7CFD6;
}
body#pg_03 #sidebar .container ul#sub_nav li a { 
	background: transparent url(../images/bg_sub_nav_blue_li_a.png) 0 0 no-repeat; 
	color: #33516B;
}
body#pg_03 #sidebar .container ul#sub_nav li a:hover, 
body#pg_03 #sidebar .container ul#sub_nav li.first a:hover,
body#pg_03 #sidebar .container ul#sub_nav li.first.active a,
body#pg_03 #sidebar .container ul#sub_nav li.active a { background: #F5F6F7 url(../images/bg_sub_nav_blue_li_a_hover.png) 0 0 no-repeat; }
body#pg_03 #sidebar .container ul#sub_nav li.first { background: #E1E5E9 url(../images/bg_sub_nav_blue_li_first.png) 0 0 repeat-x; }
body#pg_03 #sidebar .container ul#sub_nav li.first a { background: transparent url(../images/bg_sub_nav_blue_li_a_first.png) 0 0 no-repeat; }
body#pg_03 #sidebar .container ul#sub_nav li.first a:hover { background: #F5F6F7 url(../images/bg_sub_nav_blue_li_a_first_hover.png) 0 0 no-repeat; }

/* Secondary Navigation -> Marketing Resources
---------------------------------------------------------------*/
body#pg_04 #sidebar .container h2.sub_nav_heading { background: transparent url(../images/bg_sub_nav_heading_green.png) 0 0 repeat-x; }
body#pg_04 #sidebar .container ul#sub_nav li {
	background: transparent url(../images/bg_sub_nav_green_li.png) 0 0 repeat-x;
	border-bottom: 1px solid #D8DAC0;
}
body#pg_04 #sidebar .container ul#sub_nav li a { 
	background: transparent url(../images/bg_sub_nav_green_li_a.png) 0 0 no-repeat; 
	color: #747B18;
}
body#pg_04 #sidebar .container ul#sub_nav li a:hover, 
body#pg_04 #sidebar .container ul#sub_nav li.first a:hover,
body#pg_04 #sidebar .container ul#sub_nav li.first.active a,
body#pg_04 #sidebar .container ul#sub_nav li.active a { background: #FFFFF8 url(../images/bg_sub_nav_green_li_a_hover.png) 0 0 no-repeat; }
body#pg_04 #sidebar .container ul#sub_nav li.first { background: #EAEBDD url(../images/bg_sub_nav_green_li_first.png) 0 0 repeat-x; }
body#pg_04 #sidebar .container ul#sub_nav li.first a { background: transparent url(../images/bg_sub_nav_green_li_a_first.png) 0 0 no-repeat; }
body#pg_04 #sidebar .container ul#sub_nav li.first a:hover { background: #FFFFF8 url(../images/bg_sub_nav_green_li_a_first_hover.png) 0 0 no-repeat; }


#main_content ul.boxes {
	display: inline;
	float: left;
	margin: 0 5px 20px -15px;
	padding: 0 0 0 6px;
}
#main_content ul.boxes li {
	background: transparent url(../images/bg_box_shadow.png) 0 0 no-repeat;
	display: block;
	float: left;
	width: 208px;
	height: 215px;
	margin: 0 -2px 0 0;
	padding: 4px 7px 9px 9px;
}

#main_content ul.boxes li .box_02 {
	display: block;
	float: left;
	width: 208px;
	height: 215px;
	margin: 0;
	padding: 0;
}
#main_content ul.boxes li .box_02 {	background: transparent url(../images/bg_box_02.png) 0 0 repeat-x; }

#main_content ul.boxes li .box_02 h3 { 
	height: 41px;
	margin: 0;
}

#main_content ul.boxes li .box_02 h3 a {
	display: block;
	padding: 13px 10px 0 10px;
	font: bold 12px/1.3 Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	height: 28px;
	position: relative;
}

#main_content ul.boxes li .box_02 h3 a:hover { text-decoration: underline; }

#main_content ul.boxes li .box_02 img {
	display: block;
	width: 110px;
	height: 95px;
        margin-left: auto;
        margin-right: auto;
	padding: 0;
	border: none;
	
}

#main_content ul.boxes li .box_02 .text {
	float: left;
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
	color: #5F5959;
	padding: 0px 10px 5px 10px;
	width: 188px;
	position: relative;
}

#main_content ul.boxes li .box_02 .text p {
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
	color: #5F5959;
	padding: 0;
	margin: 0 0 4px 0;
}

#main_content ul.boxes li .box_02 .text a.more {
	display: block;
	float: left;
	font: bold 11px/1.3 Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 0 8px;
}

#main_content ul.boxes li .box_02 .text a.more {
	background: transparent url(../images/arrow_blue.gif) 0 4px no-repeat;
	color: #33516B;
}

#main_content ul.boxes li .box_02 .text a.more:hover { text-decoration: none; }
