/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* end reset styles */
@font-face {
	font-family: Delicious;
	src: url('/fonts/Delicious-Roman.otf');
}
@font-face {
	font-family: DeliciousBold;
	src: url('/fonts/Delicious-Bold.otf');
}
@font-face {
	font-family: DeliciousSmallCaps;
	src: url('/fonts/Delicious-SmallCaps.otf');
}
@font-face {
	font-family: DeliciousItalic;
	src: url('/fonts/Delicious-Italic.otf');
}
@font-face {
	font-family: Josefin;
	src: url('/fonts/JosefinSansStd-Light.otf');
}
@font-face {
	font-family: FontinCaps;
	src: url('/fonts/Fontin_Sans_SC_45b.otf');
}
@font-face {
	font-family: Hattori;
	src: url('/fonts/HattoriHanzo.otf');
}
@font-face {
	font-family: Raleway;
	src: url('/fonts/RalewayThin.otf');
}
@font-face {
	font-family: DejaVu;
	src: url('/fonts/DejaVuSans.ttf');
}
@font-face {
	font-family: Quicksand;
	src: url('/fonts/Quicksand_Light.otf');
}
@font-face {
	font-family: Dekar;
	src: url('/fonts/Dekar.otf');
}
@font-face {
	font-family: Tallys;
	src: url('/fonts/Tallys_15.otf');
}
body, div, img, span, a, form{
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
body{
	font-family:DejaVu,Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	background:#000;
	cursor:default;
}

h1{
	font-family: Delicious,Arial, Helvetica, sans-serif;
	margin:0 -100px 0px 0;
	font-size:40px;
	line-height:46px;
	font-weight:normal;
	width:588px;
}
h2{
	font-family:Delicious, Arial, Helvetica, sans-serif;
	margin:4px 0 20px 0;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
}
h3{
	font-family:Delicious, Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
h3 a{
	padding:0 11px 0 0;
	background:url(/images/arrow.png) 100% 4px no-repeat;
	_background:url(/images/arrow.gif) 100% 4px no-repeat;
	display:block;
	color:#FFF;
	text-decoration:none;
}
h3 a:hover{
	color:#FFF;
	text-decoration:none;
}
p{
	font-family:DejaVu, Arial, Helvetica, sans-serif;
	margin:0 0 16px 0;
	line-height:17px;
}

a{
	color:#CCCCCC;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#cccccc;
	text-decoration:underline;
}
ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
li{
	/*margin:20px 0 0 0;*/
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	background:url(/images/bullet.png) 0 5px no-repeat;
}
dl{
	margin:0;
	padding:0;
}
dt{
	margin:0;
	padding:0;
	font-family:DejaVu, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
}
dd{
	margin:-4px 0 10px 0;
	padding:0;
	font-family:'Arial Light', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
blockquote{
	display:block;
	margin:10px 0 10px -16px;
	padding:0 0 0 16px;
	line-height:17px;
}
blockquote .ldquoe{
	float:left;
	display:inline;
	font-size:22px;
	color:#ED3C95;
	margin:2px 0 0 -16px;
}

#wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:960px;
	
}
#wrap.hatch{
	background:url(/images/backgrounds/hatch.gif) 0 0 repeat;
}
#wrap.crosshatch{
	background:url(/images/backgrounds/crosshatch.gif) 0 0 repeat;
}
#inner{
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#content{
	float:left;
	display:inline;
	width:960px;
	padding:0 0 100px 0;
}

#top{
	float:left;
	display:inline;
	width:960px;
	padding:29px 0 10px 0;
}

#mainNav{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:960px;
	list-style:none;
}
#mainNav li{
	float:left;
	display:inline;
	margin:0 10px 0 0;
	padding:6px 0 0 0;
	background:none;
}
#mainNav a{
	float:left;
	display:inline;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	padding:0 2px;
}
#mainNav a:hover{
}
#mainNav .home{
	margin:0 35px 0 0;
	padding:0;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ww_logo.png', sizingMethod='crop');
}
#mainNav .home a{
	padding:0;
	position:relative;
	z-index:1;
}
#mainNav .home img{
	_visibility:hidden;
}
#mainNav .tel{
	float:right;
	margin:0;
}

#leftColumn{
	float:left;
	display:inline;
	width:140px;
	margin:100px 0 0 0;
	min-height:100px;
}

#leftNav{
	float:left;
	margin:0;
	padding:0;
	width:140px;
	list-style:none;
}

#leftNav li{
	float:left;
	margin:0;
	padding:0;
	background:none;
	background:url(/images/leftnav.png) 0 0 repeat-y;
	display:block;
}

#leftNav li.sub4, #leftNav li.sub4:hover, #leftNav li.sub4.on{
	font-size:11px;
	opacity:0.75;
	padding-left:15px;
	background:none;
}

#leftNav li.sub4.on{
	opacity:1;
}

#leftNav li a{
	float:left;
	padding:5px 15px 5px 7px;
	width:120px;
	color:#FFF;
	text-decoration:none;
}

#leftNav li li a{
	width:auto;
	padding: 4px 0 0 7px;
}

#leftNav ul{
	margin:0;
	position: relative;
	overflow:hidden;
	height:0px;
	float:left;
	display:block;
}

#leftNav li:hover, #leftNav li.on{

	text-decoration:none;
	background:url(/images/leftnav.png) 0 0 repeat-y;
}

#leftNav li li:hover{
	background:url(/images/leftnav_arrow.png) 6px 9px no-repeat;
}

#leftNav li li a:hover{
	color:#fff;	
}

.leftArrow{
	float:left;
	display:inline;
	width:100%;
	background:url(/images/leftnav.png) 0 0 repeat;
}

.leftArrow a{
	float:left;
	display:inline;
	width:114px;
	padding:4px 7px 4px 19px;
	color:#FFF;
	background:url(/images/back_arrow.png) 6px 7px no-repeat;
	_background:url(/images/back_arrow.gif) 6px 7px no-repeat;
}
.leftArrow a:hover{
	text-decoration:none;
	color:#FFF;
}
.rightArrow{
	float:left;
	display:inline;
	width:100%;
	background:url(/images/leftnav.png) 0 0 repeat;
}

#rightColumn .rightArrow{
	height:25px;
	margin-bottom:30px;	
}

.rightArrow a{
	float:left;
	display:inline;
	width:198px;
	padding:4px 19px 4px 7px;
	margin:0 0 15px 0;
	color:#FFF;
	background:url(/images/arrow.png) 214px 7px no-repeat;
	_background:url(/images/arrow.gif) 214px 7px no-repeat;
}
.rightArrow a:hover{
	text-decoration:none;
	color:#FFF;
}

#middleColumn .rightArrow{
	display:inline;
	width:auto;
	background:none;
}

#middleColumn .rightArrow a{
	display:inline;
	background:url(/images/leftnav_arrow.png) 3px 10px no-repeat;
	_background:url(/images/leftnav_arrow.gif) 3px 10px no-repeat;
	width:auto;
	margin:0;
	padding:4px 14px 4px 10px;
	margin-right:7px;
}

#leftNav li li{
	display: block;
	background:url(/images/leftnav_arrow.png) 6px 9px no-repeat;
	_background: url(/images/leftnav_arrow.gif) 6px 9px no-repeat;
	padding:0 0 0 10px;
	margin-left:5px;
	color: #A6A6A6;
	width:120px;
	text-decoration: none;
	position:relative;
}

#leftNav .arrowBtn{
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
	width:24px;
	height:24px;
	cursor:pointer;
	background:url(/images/arrows.png) 0 0 no-repeat;
	_background:url(/images/arrows.gif) 0 0 no-repeat;
}

#middleColumn{
	float:left;
	display:inline;
	margin:0 0 0 32px;
	width:488px;
}
.rightQuote{
	float:right;
	display:inline;
	margin:4px 0 0 0;
	padding:0 0 0 30px;
	width:240px;
	line-height:17px;
}
.rightQuote .ldquoe{
	float:left;
	display:inline;
	font-size:22px;
	color:#FFF;
	margin:2px 0 0 -16px;
}
#homeRight{
	float:right;
	display:inline;
	right:0;
	top:95px;
	width:250px;
	margin:95px 0 30px 0;
	background:url(/images/border.png) 0 100% repeat-x;
	overflow:hidden;
}
#homeRightInner{
	float:left;
	display:inline;
	width:220px;
	padding:12px 15px;
	background:url(/images/border.png) 0 0 repeat-x;
}
#rightColumn{
	float:right;
	display:inline;
	width:182px;
	margin:102px 0 0 0;
	position:relative;
}
#rightColumn.border{
	background:url(/images/border.png) 0 0 repeat-x;
}
#rightColumn.wide{
	width:227px;
}

#rightColumn.wide .blackBox{
	width:205px !important;
}


#rightColumn.wide .formDown, #rightColumn.wide .formDownInner{
	width:225px;
}

#rightColumn.wide .formDown{
	margin-bottom:5px;	
}

#rightColumn.widest{
	width:300px;
}
#rightColumn .logo{
	position:absolute;
	top:-103px;
	right:0;
}
#rightColumn p{
	/*margin-top:0;*/
}
#rightColumnInner{
	float:left;
	display:inline;
	width:182px;
	padding:12px 0;
	background:url(/images/border.png) 0 100% repeat-x;
}
#rightColumn img{
	display:block;
	margin:15px 0 5px 0;
	clear:both;
}
#rightColumn blockquote{
	display:block;
	margin:10px 0 10px -16px;
	padding:0 0 0 16px;
	width:182px;
	line-height:17px;
}
#rightColumn .ldquoe{
	float:left;
	display:inline;
	font-size:22px;
	color:#ED3C95;
	margin:2px 0 0 -16px;
}
#homeRight p, #rightColumn p{
	margin-bottom:0;
}
#wideColumn{
	float:right;
	display:inline;
	width:788px;
	margin:20px 0 0 0;
	/*overflow:hidden;*/
}


.homeCallouts{
	float:left;
	display:inline;
	width:807px;
	padding:0;
	margin:0 0 0 -19px;
	list-style:none;
}
.homeCallouts li{
	float:left;
	display:inline;
	margin:0 0 20px 19px;
	width:220px;
	padding:10px 15px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	background:url(/images/backgrounds/footer.png) 0 0 repeat;
}

.homeCallouts li h3 a{
	background:url(/images/down_arrow.png) 100% 4px no-repeat;
	_background:url(/images/down_arrow.gif) 100% 4px no-repeat;	
}

.homeCallouts li p{
	margin-bottom:0;
}

.ddCallouts{
	float:left;
	display:inline;
	width:807px;
	padding:0;
	margin:0 0 0 -19px;
	list-style:none;
	padding-top: 1px;
}
.ddCallouts li{
	float:left;
	display:inline;
	margin:0 0 0 19px;
	width:250px;
	height:80px;
	padding:10px 0;/*This fixed the middle col not displaying properly, -Miles*/
	position:relative;
	background:none;
}
.ddCallouts li.over{
	/*z-index:100;*/
}
.ddCallouts div{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:60px;
	padding:10px 15px;
	background:url(/images/backgrounds/footer.png) 0 0 repeat;
	background:  url(/images/backgrounds/hatch.gif) repeat;
	zoom:0 !important;
	
}
.ddCallouts div:hover{
	background:  url(/images/backgrounds/crosshatch.gif) repeat;
}
.ddCallouts div a{
	display:block;
	color:#A6A6A6;
	text-decoration:none;
}
.ddCallouts div a:hover{
	color:#ED3C95;
}
.ddCallouts h3 a{
	color:#FFF;
	background:url(/images/right_arrow.png) 100% 4px no-repeat;
	_background:url(/images/right_arrow.gif) 100% 4px no-repeat;
}
.ddCallouts h3 a:hover{
	color:#FFF;
}
.ddCallouts ul{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}
.ddCallouts ul li{
	float:none;
	display:block;
	margin:0;
	padding:0;
	min-height:0;
	height:auto;
	background:none;
	z-index:auto;
	width:220px;
}
.ddCallouts ul li a{
	background:url(/images/leftnav_arrow.png) 0 4px no-repeat;
	_background:url(/images/leftnav_arrow.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
}

.fadeCallouts{
	float:left;
	display:inline;
	margin:10px 0 0 -20px;
	padding:0;
	width:808px;
	list-style:none;
}
.fadeCallouts li{
	float:left;
	display:inline;
	margin:0 0 20px 20px;
	padding:0;
	width:180px;
	text-align:center;
	background:none;
}
.fadeCallouts li a{
	float:left;
	display:inline;
	width:180px;
	color:#FFF;
	text-decoration:none;
}
.fadeCallouts li a:hover{
	color:#FFF;
	text-decoration:none;
}
.fadeCallouts li img{
	float:left;
	display:inline;
	background:#000;
}
.fadeCallouts li span{
	float:left;
	display:inline;
	width:180px;
	margin:7px 0 0 0;
}
.caseStudies li{
	background:#000;
	overflow:hidden;
}
.fadeCallouts li span{
	float:left;
	display:inline;
	width:180px;
	height:111px;
	margin:0;
	text-align:center;
}
.fadeCallouts li span img{
	float:none;
	max-height:111px;
	max-width:180px;
	_height:111px;

}


.mainCallouts{
	float:left;
	display:inline;
	margin:10px 0 30px -20px;
	padding:0;
	width:808px;
	list-style:none;
}
.mainCallouts li{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	width:224px;
	background:none;
}
.mainCallouts li a{
	float:left;
	display:inline;
	width:224px;
	color:#FFF;
}
.mainCallouts li a{
	text-decoration:none;
}
.mainCallouts li img{
	float:left;
	display:inline;
}
.mainCallouts li span{
	float:left;
	display:inline;
	width:224px;
	margin:10px 0 0 0;
}

.blackBox{
	float:left;
	display:inline;
	padding:5px 10px;
	width:162px;
	background:url(/images/leftnav.png) 0 0 repeat;
	_background:url(/images/leftnav.gif) 0 0 repeat;
}

.formBox{
	float:left;
	display:inline;
	width:440px;
	margin:10px 0 0 0;
	padding:10px 15px 15px 15px;
	background:url(/images/leftnav.png) 0 0 repeat;
	_background:url(/images/leftnav.gif) 0 0 repeat;
	clear:both;
}

.formBox.contactBox{
	margin:10px 0 0 -60px;
}

#rightColumn .formBox{
	width:210px;
	background:#000;
}
.formBox .error{
	float:left;
	display:inline;
	width:100%;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:10px;
	color:#F00;
}
.formDown{
	float:left;
	display:inline;
	margin:5px 0 0 0;
	width:182px;
	height:auto;
	position:relative;
}
.formDownjs{
	height:24px;
}
.formDownInner{
	float:left;
	display:inline;
	width:182px;
	background:url(/images/leftnav.png) 0 0 repeat;
	_background:url(/images/leftnav.gif) 0 0 repeat;
	position:relative;
	top:0;
	left:0;
	z-index:10;
	overflow:hidden;
}
.formDownjs .formDownInner{
	position:absolute;
}
.formDown .arrowBtn{
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
	width:24px;
	height:24px;
	cursor:pointer;
	background:url(/images/arrows.png) 0 0 no-repeat;
	_background:url(/images/arrows.gif) 0 0 no-repeat;
}



.open{
	z-index:100;
}
.open .arrowBtn{
	background:url(/images/arrows.png) 0 -24px no-repeat;
	_background:url(/images/arrows.gif) 0 -24px no-repeat;
}
.formDown .formTitle{
	float:left;
	display:inline;
	padding:5px 10px;
	width:162px;
	cursor:pointer;
}
.formDown form, .formDown ul{
	float:left;
	display:inline;
	width:162px;
	padding:0 10px 24px 10px;
	margin:0;
	border:none;
	list-style:none;
}
.formDown label, .formBox label{
	clear:both;
	float:left;
	display:inline;
	width:152px;
	height:18px;
	margin:2px 0;
	padding:3px 5px 0 5px;
	position:relative;
	background:url(/images/white45.png) 0 0 repeat;
	overflow:hidden;
}
.formBox label{
	width:200px;
}
.formBox label.textarea{
	width:200px;
	height:auto;
	padding-bottom:5px;
}
.formDown label input, .formBox label input, .formBox label textarea, .formDown label span.fauxSelect, .formDown label span.fauxFile{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:100%;
	border:none;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	position:relative;
	z-index:5;
}
.formDown label span.fauxSelect{
	width:136px;
	height:16px;
	padding:0 15px 0 1px;
	background:url(/images/down_arrow.png) 100% 2px no-repeat;
	_background:url(/images/down_arrow.gif) 100% 2px no-repeat;
	overflow:hidden;
}
.formDown label span.fauxFile{
	width:131px;
	height:16px;
	padding:0 20px 0 1px;
	background:url(/images/arrow.png) 100% 2px no-repeat;
	_background:url(/images/arrow.gif) 100% 2px no-repeat;
	overflow:hidden;
}
.formDown label select{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	min-width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	z-index:10;
}
.formDown label input.file{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:auto;
	font-size:50px;
}
.formBox label textarea{
	min-width:200px;
	min-height:70px;
	max-width:200px;
	max-height:70px;
	width:200px;
	height:70px;
}
.formBox label span{
	position:absolute;
	top:0;
	right:-10px;
}
.formDown input, .formBox input{
	clear:both;
	float:left;
	display:inline;
	width:auto;
	padding:0;
	margin:2px 0 0 0;
	padding:3px 5px;
	border:none;
	background:#000;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	overflow:visible;
}
.formDown input[type="submit"], .formBox input[type="submit"]{
	cursor:pointer;
}
.formDown .error{
	float:left;
	display:inline;
	width:170px;
	padding:0 10px;
	font-weight:normal;
	font-size:10px;
	color:#F00;
}

.formDown li{
	float:none;
	display:block;
	margin:0;
	padding:0;
	min-height:0;
	height:auto;
	background:none;
	z-index:auto;
	width:162px;
}
.formDown li a{
	display:block;
	background:url(/images/leftnav_arrow.png) 0 4px no-repeat;
	_background:url(/images/leftnav_arrow.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
	color:#A6A6A6;
	text-decoration:none;
}
.formDown li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}



.back{
	display:inline-block;
	padding:0 0 0 13px;
	background:url(/images/back_arrow.png) 0 50% no-repeat;
	_background:url(/images/back_arrow.gif) 0 50% no-repeat;
	color:#FFF;
}
.back:hover{
	color:#FFF;
	text-decoration:none;
}



#contactBox{
	float:left;
	display:inline;
	/*background:url(/images/contact_box.png) 0 0 no-repeat;*/
	background:url(/images/backgrounds/footer.png);
	overflow:hidden;
}
#contactBoxInner{
	float:left;
	display:inline;
	/*padding:10px 10px 10px 26px;*/
	padding:10px;
}
#contactBox p{
	margin-bottom:0;
}

#overlay{
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
}
#background{
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	min-width:960px;
	overflow:hidden;
	background:#000;
	text-align:center;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
	#background {
		-webkit-background-size: auto 100%;
	}
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
	#background {
		-webkit-background-size: 100% auto;
	}
}


#background img{
	min-width:100%;
	min-height:100%;
	_width:100%;
	_height:100%;
}


footer{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index:2;
	background:url(/images/backgrounds/footer.png);
	font-size:10px;
	padding-bottom: 12px;
}
#footer{
	width:960px;
	margin:0 auto;
	color:#A6A6A6;
}
#footerLeft{
	float:left;
	display:inline;
	padding:17px 0 3px 0;
	line-height:16px;
}
footer a, footer a:hover{
	color:#A6A6A6;
	text-decoration:none;
}
#footerRight{
	float:right;
	display:inline;
	padding:17px 0 3px 0;
	line-height:16px;
}
#footerRight a{
	float:left;
	display:inline;
	margin:0;
}
#footerRight a img{
	float:left;
	display:inline;
}

#footerArrow{
	float:left;
	display:inline;
	width:100%;
	height:14px;
	background:url(/images/arrows.png) 50% -30px no-repeat;
	_background:url(/images/arrows.gif) 50% -30px no-repeat;
	cursor:pointer;
	clear:both;
}
#footerArrow.up{
	background-position: 50% -6px;
}
#footerLinksWrap{
	float:left;
	display:inline;
	width:100%;
	padding:8px 0 20px 0;
	clear:both;
}
#footerLinks{
	width:960px;
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footerLinks ul{
	width:2000px;
	padding:0;
	margin:0;
	list-style:none;
}
#footerLinks li{
	margin:0 103px 0 0;
	padding:0;
	background:none;
	float:left;
	display:inline;
}
#footerLinks li a{
	float:left;
	display:inline;
	font-weight:bold;
	font-size:11px;
	clear:both;
}
#footerLinks li ul{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:auto;
	clear:both;
}
#footerLinks li ul li{
	margin:2px 0 0 0;
	padding:0;
	clear:both;
}
#footerLinks li ul li a{
	font-weight:normal;
	font-size:10px;
}



#sitemap ul li.sub1{
	margin-left:15px
}

#sitemap ul li.sub2{
	margin-left:30px
}

#sitemap ul li.sub3{
	margin-left:45px
}

#sitemap ul li.sub4{
	margin-left:60px
}

#sitemap ul li.sub5{
	margin-left:75px
}



/* Tabs */

.tabHeading{
	border-top: 1px solid #DFDFDF;
	padding-top: 7px;
	background: url(/images/arrows.png) no-repeat top right;
}





.element, .elementdim, .socialelementfb, .socialelementtw, .socialelementin {
	display: block;
	float: left;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	padding: 5px;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	font-family:Delicious, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.elementdim {
	border: 1px solid #414141;
	color: #414141;
}
#siteon, .element:hover {
	border: 1px solid #fff;
	color: #fff;
}
.socialelementfb:hover {
	border: 1px solid #3B5998;
	color: #3B5998;	
}
.socialelementtw:hover {
	border: 1px solid #5CD6FF;
	color: #5CD6FF;	
}
.socialelementin:hover {
	border: 1px solid #1479A9;
	color: #1479A9;	
}
.ddCallouts div.pending{
	background:  url(/images/backgrounds/fadehatch.gif) repeat;
	opacity: 0.2;
}