@charset "utf-8";
/* CSS Document */

#YRCW_Wrapper {
	width:920px;
}

/* 	==================================================== 
	--	BORDERS 
	==================================================== */
.YRCW_border_horizontal {
	width:770px;
	float:left
}

#YRCW_border_top {
	background-image:url(../images/YRCWorldwide-border-top.jpg);
	background-repeat:no-repeat;
	height:48px;
}

#YRCW_border_bottom {
	background-image:url(../images/YRCWorldwide-border-bottom.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.YRCW_border_vertical {
	width:48px;
	/*temp height*/height:710px;
	float:left;
}

#YRCW_border_left {
	background-image:url(../images/YRCWorldwide-border-left.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
}

#YRCW_border_right {
	background-image:url(../images/YRCWorldwide-border-right.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
}



/* 	==================================================== 
	--	LEFT NAV 
	==================================================== */
.YRCW_left-nav {
	clear:both;
	width:150px;
	background-color:#c2c2c2;
	height:858px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	float:left;
}

.YRCW_left-nav .nav-pod {
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #a1a1a1;	
}

.YRCW_left-nav .nav-pod-on {
	background-image:url(../images/YRCWorldwide-navArrow.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #a1a1a1;
	color:#555555;	
}

.YRCW_left-nav .nav-pod-headspace {
	height:50px;
}



.YRCW_left-nav .nav-pod a:link, .YRCW_left-nav .nav-pod a:visited {
	color:#f3f3f3;
	text-decoration:none;		
}

.YRCW_left-nav .nav-pod a:hover, .YRCW_left-nav .nav-pod a:active {
	color:#555555;
	text-decoration:none;		
}
	


/* 	==================================================== 
	--	MAP 
	==================================================== */
.YRCW_Map {
	width:0;
	height:0;
	visibility:hidden;
	z-index:10;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#ffffff;
	border:solid 2px #97999c;	
}

#YRCW_Map_large {
	visibility:hidden;
}

#YRCW_Map_small {
	visibility:hidden;
}

.YRCW_Map #nav {
	height:20px;
	border-bottom:solid 1px #97999c;
}

.YRCW_Map #nav .nav_element {
	width:21px;
	height:20px;
	cursor:pointer;
	float:right;
}

	
	
	
/* 	==================================================== 
	--	CONTENT 
	==================================================== */
.YRCW_content {
	width:674px;
	height:700px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#737373;
	float:left;
}

.YRCW_content .main {
	/*width:750px;*/
	height:630px;
}

.YRCW_content h1 {
	width:674px;
	font-size:36px;
	padding:0;
	margin:0;
	line-height:120%;
	color:#004785;
	text-align:left;
}

.YRCW_content h1.two-line {
	margin:0 0 30px 0;	
}

.YRCW_content sup {
	font-size:50%;
	margin-bottom:-5px;
}


/* 	---------------------------------------------------- 
	--	CONTENT: one_column 
	---------------------------------------------------- */
.YRCW_content .one_column {
	width:674px;
	
	float:left;
}

.YRCW_content .one_column p {
	font-size:14px;
	line-height:130%;
	padding:0;
	margin:0 0 30px 0;
}

.YRCW_content .one_column p.p_large {
	font-weight:bold;
	font-size:18px;
	
}

.YRCW_content .one_column h2 {
	color:#004785;
	font-size:16px;
	padding:0;
	margin:0 0 8px 0;
}

.YRCW_content .one_column .company_name {
	font-weight:bold;
	
}

.YRCW_content .one_column .contact {
	width:180px;
	text-align:center;
	float:left;
}

.YRCW_content .one_column .contact p {
	font-size:12px;
	width:200px;
	padding-top:10px;
	text-align:center;
	vertical-align:bottom;
	float:left;
}

.YRCW_content .one_column p a:link, .YRCW_content .one_column p a:visited {
	font-weight:bold;
	color:#004785;
}

.YRCW_content .one_column p a:hover, .YRCW_content .one_column p a:active {
	font-weight:bold;
	color:#f7931e;
}


/* 	---------------------------------------------------- 
	--	CONTENT: left
	---------------------------------------------------- */
.YRCW_content .left {
	width:345px;
	float:left;
}

.YRCW_content .leftHolland {
	width:244px;
	float:left;
}

.YRCW_content .left h2.large {
	margin:0 0 30px 0;
	font-size:36px;
	color:#f7931e;
}

.YRCW_content .left h2 {
	color:#404040;
	font-size:16px;
	padding:0;
	margin:0 0 8px 0;
}

.YRCW_content .left h2.callout {
	font-size:18px;
	color:#004785;
}

.YRCW_content .left h2.callout_large {
	font-size:32px;
	color:#004785;
}

.YRCW_content .left h2.callout a:link, .YRCW_content .left h2.callout a:visited{
	text-decoration:none;
	color:#f7931e;
}

.YRCW_content .left h2.callout a:hover, .YRCW_content .left h2.callout a:active{
	text-decoration:underline;
	color:#004785;
}
	
.YRCW_content .left p {
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	padding:0;
	margin:0 0 20px 0;
}

.YRCW_content .left p.p_large {
	font-size:16px;
	
}

.YRCW_content .left p a:link, .YRCW_content .left p a:visited {
	color:#004785;
}

.YRCW_content .left p a:hover, .YRCW_content .left p a:active {
	color:#f7931e;
}

.YRCW_content .left p.subparagraph {
	font-size:12px;
}

.YRCW_content .left ol, .YRCW_content .left ul {
	margin-bottom:50px;
	margin-left:0;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
}

.YRCW_content .left ul.ul_bold {
	font-weight:bold;
	line-height:120%;
}

.YRCW_content .left ol li, .YRCW_content .left ul li {
	margin-bottom:10px;
}

.YRCW_content .left ol.form-list {
	margin-bottom:20px;
	color:#f7931e;
}

.YRCW_content .left li .form-span {
	color:#737373;
}

.YRCW_content .left .button {
	margin:20px 20px 20px 0;
} 

/* 	---------------------------------------------------- 
	--	CONTENT: gray-block
	---------------------------------------------------- */
.YRCW_content .left .gray-block {
	width:440px;
	background-color:#cecece;
}

.YRCW_content .left .gray-block .row {
	width:440px;
	margin:20px 0 10px 0;
	float:left;
}

.YRCW_content .left .gray-block .row .text {
	width:180px;
	margin:0 20px 20px 20px; 
	float:left;
}

.YRCW_content .left .gray-block .row .text h2 {
	margin:10px 0 5px 0;
	padding:0;
	width:auto;
	font-size:16px;
	color:#004785;
}

.YRCW_content .left .gray-block .row .text p {
	color:#464646;
	width:auto;
	font-size:16px;
	line-height:130%;
	padding:0;
	margin:0;	
}

.YRCW_content .left .gray-block .row img.upper_right {
	float:right;
	margin:0 20px 0 0;
}

.YRCW_content .left .gray-block .row img.lower_left {
	float:left;
	margin:0 0 20px 20px;
}




/* 	---------------------------------------------------- 
	--	CONTENT:  right
	---------------------------------------------------- */
.YRCW_content .right {
	margin:20px 0 0 0;
	float:left;
}

.YRCW_content .right .calendar {
	margin:0 0 0 20px;
}

.YRCW_content .right .form {
	margin:0 0 0 10px;
}

.YRCW_content .right .map {
	margin:0 0 0 40px;
}


.YRCW_content .right .button {
	margin:30px 10px 20px 0;
} 

.YRCW_content .right p.map_link {
	font-size:12px;
	line-height:130%;
	padding:0;
	margin:20px 0 20px 20px;
}


/*.YRCW_content .right*/ a:link, .YRCW_content .right p a:visited {
	color:#004785;
}

/*.YRCW_content .right*/ a:hover, .YRCW_content .right p a:active {
	color:#f7931e;
}

/* 	---------------------------------------------------- 
	--	CONTENT: pod 
	---------------------------------------------------- */
.YRCW_content .pod-wrapper {
	margin:12px 8px 0 0;
	width:300px;
	height:220px;
	background-image:url(../images/YRCWorldwide-bg-podwrapper.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #b8b8b8;
	float:left;
} 

.YRCW_content .pod-wrapper .pod {
	width:300px;
	margin:19px auto 19px auto;
}

.YRCW_content .pod-wrapper .pod h3 {
	padding:10px 10px 0 10px;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#004785;
	text-align:left;	
}

.YRCW_content .pod-wrapper .pod .content {
	/*background-image:url(../images/YRCWorldwide-bg-pod.jpg);*/
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:20px 10px 20px 10px;
	
}

.YRCW_content .pod-wrapper .pod .content p {
	padding:0;
	margin:0;
	font-size:14px;
	color:#696a6a;
	text-align:left;
}

 

/* 	---------------------------------------------------- 
	--	CONTENT: footer 
	---------------------------------------------------- */
#YRCW_border_bottom .footer {
	
}

#YRCW_border_bottom .footerLinks {
	width:674px;
	margin-left:54px;
	
}

#YRCW_border_bottom .footerLinks  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#a0a0a0;
	text-align:left;
	float:left;
}

#YRCW_border_bottom .legal {
	clear:both;
	width:674px;
	margin-top:10px;
}

#YRCW_border_bottom .legal  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#a0a0a0;
	text-align:left;
	float:left;
}

#YRCW_border_bottom .footerLinks img {
	float:right;
}

#YRCW_border_bottom .footer a:link, #YRCW_border_bottom .footer a:visited{
	color:#a0a0a0;
}

#YRCW_border_bottom .footer a:hover, #YRCW_border_bottom .footer a:active{
	color:#004785;
}

/* 	==================================================== 
	--	UTILITY 
	==================================================== */
.clear {
	height:1px;
	margin:-1px;
	padding:0;
	clear:both;
}

/* 	==================================================== 
	--	NEW PAGE HEADERS 
	==================================================== */

#YRCW_pageHeader { width:920px; height:50px; padding-bottom:10px; }
#YRCW_compLogo { width:150px; float:left; text-align:center; }
#YRCW_tagLine { float:right; padding-right:40px; }
#YRCW_rightsideLogo { float:right; }
