/*--- Fonts ---*/
@font-face {
    font-family: 'ITCAvantGardeStdBkRegular';
    src: url('../fonts/itcavantgardestd-bk-webfont.eot');
    src: url('../fonts/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-bk-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-bk-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-bk-webfont.svg#ITCAvantGardeStdBkRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdMdRegular';
    src: url('../fonts/itcavantgardestd-md-webfont.eot');
    src: url('../fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-md-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-md-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-md-webfont.svg#ITCAvantGardeStdMdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdDemiBold';
    src: url('../fonts/itcavantgardestd-demi-webfont.eot');
    src: url('../fonts/itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-demi-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-demi-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-demi-webfont.svg#ITCAvantGardeStdBkBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdMdBold';
    src: url('../fonts/itcavantgardestd-bold-webfont.eot');
    src: url('../fonts/itcavantgardestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-bold-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-bold-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-bold-webfont.svg#ITCAvantGardeStdMdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--- Basic Styles ---*/
body {
	background-image: url('../images/mainBkgrd.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-color: #e0dfdd;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.mobile_wrap {
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
    position: relative;
}
h1 {
	font-family: 'ITCAvantGardeStdMdRegular', Arial;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	font-weight: normal;
}
h2 {
	font-family: 'ITCAvantGardeStdDemiBold', Arial;
	font-size: 23px;
	font-weight: normal;
	line-height: 36px;
	color: #30413c;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 0 0 18px 0;
}
.typList {
	list-style: circle;
	padding: 6px 0 15px 38px;
	margin: 0;
}
.typList.lgHeading {
	list-style: circle;
	padding: 6px 0 28px 69px;
	margin: 0;
}
.orderList {
	list-style: decimal;
	padding: 0 0 15px 38px;
	margin: 0;
}
.orderList .typList {
	padding-left: 20px;
}
.typList li, .orderList .typList li {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #666 !important;
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
}
.orderList.lgList li {
	font-family: 'ITCAvantGardeStdDemiBold', Arial;
	font-size: 18px;
	line-height: 26px;
	color: #30413c;
}
.header-typ {
	background-image: url('../images/header_mainBkgrd.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
	display: block;
}
.sub-header {
	background-image: url('../images/header_typGrphxBkgrd.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 176px;
	position: relative;
	top: -28px;
	z-index: 10;
	display: block;
	overflow: hidden;
}
.sub-header h1 {
	font-size: 36px;
	text-shadow: 0 1px 2px #142324;
	padding: 45px 0 0 200px;
}
.content-divLine {
	background-color: #e3e3e3;
	width: 100%;
	height: 2px;
	border-top: #999 solid 1px;
	margin: 5px 0 10px 0;
	display: inline-block;
}
.main-content-area {
	padding: 50px 0 65px 0;
}
.whtBox {
	background-color: #fff;
	border: #999 solid 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 28px 25px 20px 25px;
	margin: 0;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #eee;
	padding: 0 0 0 200px;
	margin: -1px 0 0 0;
}
.breadcrumbs a {
	font-weight: bold;
	color: #c1e0ff;
	text-shadow: 0 1px 0 #1b1f1b;
	text-decoration: underline;
}
.movieBox {
	border: #bbb solid 1px;
	margin: 0 auto;
	display: block;
}
.btmActions {
	padding: 25px 0 0 0;
}

/*--- Main Nav ---*/
.branding .LT {
	background-image: url('../images/branding_bkgrdEdge.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 113px;
	display: block;
	overflow: hidden;
}
.branding .TILE {
	background-image: url('../images/branding_bkgrdTile.png');
	background-repeat: repeat-x;
	height: 106px;
	padding: 7px 23px 0 23px;
	display: inline-block;
	overflow: hidden;
}
.branding .RT {
	background-image: url('../images/branding_bkgrdEdge.png');
	background-repeat: no-repeat;
	background-position: -10px 0px;
	width: 10px;
	height: 113px;
	display: block;
	overflow: hidden;
}
.branding .brand-shadow {
	background-image: url('../images/branding_bkgrdShadow.png');
	background-repeat: no-repeat;
	width: 295;
	height: 11px;
	margin: 0 auto;
	display: block;
}
#MM {
	background-image: url('../images/mainNav_divLine.png');
	background-repeat: no-repeat;
	width: 600px;
    border-right: none;
	border: none !important;
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0 0 0 20px;
    z-index: 120;
	float: left;
}
#MM .menu {
    height: 90px;
    padding: 0;
    position: relative;
    z-index: 100;
}
#MM .menu li {
	background-image: url('../images/mainNav_divLine.png');
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0 2px 0 0;
    float: left;
    position: relative;
}
#MM .menu li a {
	height: 90px;
	color: #fff;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #1b1f1b;
	outline: medium none;
	position: relative;
	z-index: 35;
	padding: 0 20px;
	margin: 0;
    display: inline-block;
	cursor: pointer;
	float: left;
	
	background: #437073;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#437073), color-stop(100%,#2f4e52));
	background: -moz-linear-gradient(top, #437073 0%, #2f4e52 100%);
	background: linear-gradient(to bottom, #437073 0%,#2f4e52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437073', endColorstr='#2f4e52',GradientType=0 ); /* IE6-9 */
}
#MM .menu li a:hover {
	background: #4f8387;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f8387), color-stop(100%,#2f4e52));
	background: -moz-linear-gradient(top, #4f8387 0%, #2f4e52 100%);
	background: linear-gradient(to bottom, #4f8387 0%,#2f4e52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8387', endColorstr='#2f4e52',GradientType=0 ); /* IE6-9 */
}
#MM .menu li a span {
	height: 51px;
	padding: 0 16px;
	display: block;
}
#MM .menu li a.drop-item span {
	background-image: url('../images/mainNav_dropDownIcon.png');
	background-repeat: no-repeat;
	background-position: right 12px;
	height: 51px;
	padding: 0 31px 0 16px;
	display: block;
}
#MM .menu li.current a {
	height: 90px;
	color: #fff;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #1b1f1b;
	outline: medium none;
	position: relative;
	z-index: 35;
	padding: 0 20px;
	margin: 0;
    display: inline-block;
	cursor: pointer;
	float: left;
	
	background: #2f4e52;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4e52), color-stop(100%,#437073));
	background: -moz-linear-gradient(top, #2f4e52 0%, #437073 100%);
	background: linear-gradient(to bottom, #2f4e52 0%,#437073 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4e52', endColorstr='#437073',GradientType=0 ); /* IE6-9 */
}
.user-actions {
	height: 28px;
	padding: 0;
	position: relative;
	top: -22px;
	z-index: 5;
	overflow: hidden;
}

/*--- Home ---*/
#company-moto {
	width: 100%;
	height: 20px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.2);
	color: #1f3537;
	display: block;
}
#company-moto.home-loc {
	position: relative;
	top: -104px;
	z-index: 9;
}
#company-moto.typ-loc {
	color: #264043;
	padding: 42px 0 0 0;
}
.sub-header-border {
	background-color: #34585c;
	width: 100%;
	height: 1px;
	margin: 2px 0 0 0;
	display: block;
}
.home-border {
	position: relative;
	top: -28px;
}

/*--- About Us ---*/
.mission-stat h2 {
	padding: 0 35px 3px 35px;
}
.mission-stat p {
	font-size: 14px;
	line-height: 20px;
	color: #34585c;
	text-shadow: 0 1px 0 #eee;
	padding: 0 35px 8px 35px;
}
.whtBox-arrow {
	background-image: url('../images/aboutUs_whtBoxArrow.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 20px;
	position: relative;
	z-index: 10;
	display: block;
}
.whtBox.arrow-box {
	padding-bottom: 28px;
	position: relative;
	top: -1px;
}
.about-intro h2 {
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 22px;
	line-height: 26px;
	color: #34585c;
}
.about-intro p span {
	color: #555;
	font-weight: bold;
	font-style: italic;
}
h2.icon-values {
	background-image: url('../images/aboutUs_valuesIcon.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 36px;
	padding: 8px 0 0 54px;
	margin: 0 0 10px 0;
}
h2.icon-approach {
	background-image: url('../images/aboutUs_approachIcon.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 36px;
	padding: 8px 0 0 54px;
	margin: 0 0 10px 0;
}
h2.icon-method {
	background-image: url('../images/aboutUs_methodIcon.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 36px;
	padding: 8px 0 0 54px;
	margin: 0 0 10px 0;
}
h2.icon-flag {
	background-image: url('../images/aboutUs_flagIcon.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 36px;
	padding: 8px 0 0 54px;
	margin: 0 0 10px 0;
}

/*--- Forms ---*/
.fieldContainer {
	padding: 0 0 12px 0;
	clear: both;
}
.fieldContainer .req-mark {
	font-size: 20px;
	color: #1f3537;
	font-weight: bold;
}
.fieldContainer .form-label, .fieldContainer .form-label-check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	padding: 0 0 3px 0;
}
.typTextarea {
	background-image: url('../images/form_txtBoxBkgrd.jpg');
	background-repeat: repeat-x;
	width: 380px;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding: 4px 0px 4px 6px;
	margin: 0px;
	vertical-align: top;
	border: #bbb solid 1px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: color, border, box-shadow .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.typTextfield {
	background-image: url('../images/form_txtBoxBkgrd.jpg');
	background-repeat: repeat-x;
	width: 374px;
	height: 33px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #999;
	padding: 0px 6px 1px 6px;
	margin: 0px;
	vertical-align: top;
	border: #bbb solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: color, border, box-shadow .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.typTextfield:hover, .typTextarea:hover {
	border: #e5bb50 solid 1px;
}
.typTextfield:focus, .typTextarea:focus {
	color: #666;
	outline: none;
	border: #e5bb50 solid 1px;
	box-shadow: #e5bb50 0px 0px 5px;
}
.typRadioBox {
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
}
.typCheckBox {
	width: 13px;
	height: 13px;
	margin: 4px 10px 0 0;
	padding: 0;
}

/*--- Buttons ---*/
.txt-link {
	color: #30413c;
	text-decoration: underline;
	font-weight: bold;
}
.callBtn-icon {
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4c431a;
	line-height: 45px;
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	border: solid 1px #c8a446;
	padding: 0 26px 2px 26px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	
	background: #f4c956;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f4c956), color-stop(100%,#c8a446));
	background: -moz-linear-gradient(top, #f4c956 40%, #c8a446 100%);
	background: linear-gradient(to bottom, #f4c956 40%,#c8a446 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c956', endColorstr='#c8a446',GradientType=0 ); /* IE6-9 */

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0 1px 0 rgba(255,255,255,.45);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0 1px 0 rgba(255,255,255,.45);
	box-shadow: 0 1px 0 rgba(255,255,255,0.9), inset 0 1px 0 rgba(255,255,255,.45);
	-webkit-background-clip: padding-box;
}
.callBtn-icon.grn {
	color: #fff;
	text-shadow: none;
	border: #253e41 solid 1px;
	
	background: #426f72;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#426f72), color-stop(100%,#2f4e52));
	background: -moz-linear-gradient(top, #426f72 0%, #2f4e52 100%);
	background: linear-gradient(to bottom, #426f72 0%,#2f4e52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426f72', endColorstr='#2f4e52',GradientType=0 ); /* IE6-9 */
}
.callBtn-icon .icon {
	background-image: url('../images/icon_yellowBtnArrow.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 18px;
	margin: 15px 0 0 8px;
	display: inline-block;
	overflow: hidden;
}
.callBtn-icon:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f4c956), color-stop(100%,#b79640));
	background: -moz-linear-gradient(top, #f4c956 40%, #b79640 100%);
	background: linear-gradient(to bottom, #f4c956 40%,#b79640 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c956', endColorstr='#b79640',GradientType=0 ); /* IE6-9 */
}
.callBtn-icon.grn:hover {
	background: #426f72;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#426f72), color-stop(100%,#264043));
	background: -moz-linear-gradient(top, #426f72 0%, #264043 100%);
	background: linear-gradient(to bottom, #426f72 0%,#264043 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426f72', endColorstr='#264043',GradientType=0 ); /* IE6-9 */
}
.callBtn-icon:active {
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#c8a446), color-stop(100%,#f4c956));
	background: -moz-linear-gradient(top, #c8a446 30%, #f4c956 100%);
	background: linear-gradient(to bottom, #c8a446 30%,#f4c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a446', endColorstr='#f4c956',GradientType=0 ); /* IE6-9 */
}
.callBtn-icon.grn:active {
	background: #2f4e52;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4e52), color-stop(100%,#426f72));
	background: -moz-linear-gradient(top, #2f4e52 0%, #426f72 100%);
	background: linear-gradient(to bottom, #2f4e52 0%,#426f72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4e52', endColorstr='#426f72',GradientType=0 ); /* IE6-9 */
}
#login-btn {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293834;
	line-height: 23px;
	font-weight: bold;
	text-align: left; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	border: solid 1px #98b0c9;
	border-top: none;
	padding: 0 16px 2px 16px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	
	background: #c1e0ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#c1e0ff), color-stop(100%,#a0b9d3));
	background: -moz-linear-gradient(top, #c1e0ff 40%, #a0b9d3 100%);
	background: linear-gradient(to bottom, #c1e0ff 40%,#a0b9d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e0ff', endColorstr='#a0b9d3',GradientType=0 ); /* IE6-9 */

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.45);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.45);
	box-shadow: 0 1px 2px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.45);
	-webkit-background-clip: padding-box;
}
#login-btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#c1e0ff), color-stop(100%,#8ca2b9));
	background: -moz-linear-gradient(top, #c1e0ff 40%, #8ca2b9 100%);
	background: linear-gradient(to bottom, #c1e0ff 40%,#8ca2b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e0ff', endColorstr='#8ca2b9',GradientType=0 ); /* IE6-9 */
}
#login-btn:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#a0b9d3), color-stop(100%,#c1e0ff));
	background: -moz-linear-gradient(top, #a0b9d3 40%, #c1e0ff 100%);
	background: linear-gradient(to bottom, #a0b9d3 40%,#c1e0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b9d3', endColorstr='#c1e0ff',GradientType=0 ); /* IE6-9 */
}
#login-btn .icon {
	background-image: url('../images/icon_signRegisterArrows.png');
	background-repeat: no-repeat;
	background-position: -7px 0px;
	width: 7px;
	height: 11px;
	margin: 6px 0 0 6px;
	display: inline-block;
	overflow: hidden;
}
#register-btn {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c431a;
	line-height: 23px;
	font-weight: bold;
	text-align: left; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	border: solid 1px #c8a446;
	border-top: none;
	padding: 0 16px 2px 16px;
	margin: 0 0 0 4px;
	display: inline-block;
	cursor: pointer;
	
	background: #f4c956;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f4c956), color-stop(100%,#c8a446));
	background: -moz-linear-gradient(top, #f4c956 40%, #c8a446 100%);
	background: linear-gradient(to bottom, #f4c956 40%,#c8a446 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c956', endColorstr='#c8a446',GradientType=0 ); /* IE6-9 */

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.45);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.45);
	box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.45);
	-webkit-background-clip: padding-box;
}
#register-btn:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#c8a446), color-stop(100%,#f4c956));
	background: -moz-linear-gradient(top, #c8a446 30%, #f4c956 100%);
	background: linear-gradient(to bottom, #c8a446 30%,#f4c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8a446', endColorstr='#f4c956',GradientType=0 ); /* IE6-9 */
}

/*--- Footer ---*/
.top-footer {
	background-image: url('../images/footer_topArrowBkgrd.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #293834;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #aaa;
	padding: 36px 0 35px 0;
	display: block;
}
.top-footer .site-links {
	width: auto;
	height: 17px;
	border-bottom: #aaa solid 1px;
	padding: 0 0 12px 0;
	clear: both;
}
.top-footer .site-links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.top-footer .site-links a:hover {
	text-decoration: underline;
}
.top-footer .site-links .sepLine {
	background-color: #aaa;
	width: 1px;
	height: 17px;
	margin: 0 10px;
	display: block;
	float: left;
}
.top-footer .contact-info {
	height: 16px;
	padding: 12px 0 0 0;
}
.contact-info .address-icon {
	background-image: url('../images/icon_addressGrphx.png');
	background-repeat: no-repeat;
	height: 15px;
	line-height: 15px;
	padding: 0 0 0 25px;
	margin: 1px 35px 0 0;
}
.contact-info .phone-icon {
	background-image: url('../images/icon_phoneGrphx.png');
	background-repeat: no-repeat;
	height: 16px;
	line-height: 15px;
	padding: 0 0 0 21px;
	margin: 0 35px 0 0;
}
.contact-info .email-icon {
	background-image: url('../images/icon_emailGrphx.png');
	background-repeat: no-repeat;
	height: 15px;
	line-height: 15px;
	padding: 0 0 0 28px;
	margin: 1px 35px 0 0;
}
.contact-info .email-icon a {
	color: #aaa;
	text-decoration: none;
}
.contact-info .email-icon a:hover {
	text-decoration: underline;
}
.btm-footer {
	background-color: #1b1f1b;
	width: 100%;
	height: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}
.btm-footer .copy-support-info {
	height: 17px;
	padding: 14px 0 0 0;
}
.btm-footer .copy-support-info a {
	color: #777;
	text-decoration: none;
}
.btm-footer .copy-support-info a:hover {
	text-decoration: underline;
}
.btm-footer .copy-support-info .sepLine {
	background-color: #777;
	width: 1px;
	height: 17px;
	margin: 0 10px;
	display: block;
	float: left;
}

/*--- Branding ---*/
.webIntenseStudiosBtn {
	background-image: url('../images/webIntenseStudiosLogo.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 200px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #777;
	text-align: right;
	text-decoration: none;
	padding: 1px 38px 0px 0px;
	margin-top: 6px;
	display: block;
}