@charset "UTF-8";

/* sets the body style for the document and takes out margins */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

/* wraps the page and defines a white background */

#pageWrap {
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/* defines placement for WCT logo */

#navLogo {
	float: left;
	margin-top: 4px;
	margin-left: 27px;
}

/* defines placement for the tabular linking structure */

#navTabs {
	float: left;
	margin-top: 45px;
	margin-left: 30px;
}

/* defines header placement and repeating background image */

#pageHeader {
	width: 750px;
	margin-top: 4px;
	background-image: url(images/small_gradient.gif);
	background-repeat: repeat-x;
	height: 97px;
	margin-bottom: 4px;
	position: relative;
}

/* defines sizing and float for left portion of header */

#headerLeft {
	float: left;
	height: 97px;
	width: 270px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink01 {
	margin-top: 20px;
	margin-left: 40px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink02 {
	margin-top: 5px;
	margin-left: 40px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink03 {
	margin-top: 5px;
	margin-left: 40px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink04 {
	margin-top: 13px;
	margin-left: 47px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink05 {
	margin-top: 15px;
	margin-left: 47px;
}

/* defines the width of the page content wrapper */

#pageContent {
	width: 750px;
}

/* defines the width and float for the left content */

#pageContentLeft {
	float: left;
	width: 240px;
}

/* defines the styling for the left link bar */

#linkBar {
	border: 1px solid #666;
	width: 211px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 27px;
	background-color: #ebebeb;
	margin-right: 2px;
}

/* defines h1 styling for the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar h1 {
	font-size: 14px;
	color: #e01c01;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 15px;
}

/* defines the styling for paragraphs in the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar p {
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* defines the styling for hr elements in the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar hr {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	color: #999;
}

/* defines the color for links in the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar h1 a {
	color: #e01c01;
}

/* defines link color in the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar p a {
	color: #000;
}

/* defines the bottom margin for the class .top in the left link bar */

#pageWrap #pageContent #pageContentLeft #linkBar .top {
	margin-bottom: 15px;
}

/* defines the background and float of the right content wrapper */

#pageContentRight {
	float: left;
	background-image: url(images/shadowBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* defines the wrapper for the left upper shadow */

#shadowLeft {
	float: left;
	margin-left: 13px;
}

/* defines the width and float of the main content section */

#mainContent {
	float: left;
	width: 435px;
	margin-top: 30px;
}
#mainContentTop {
	width: 276px;
	float: left;
	margin-bottom: 0px;
}

/* defines left margin for the intl flags image on the home page */

#intlFlags {
	margin-left: 21px;
}
/* defines the styling and margins of h1 elements in the main content */

#pageWrap #pageContent #pageContentRight h1  {
	font-size: 18px;
	color: #e01c01;
	margin-right: 0px;
	margin-left: 20px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: 900;
}

/* defines paragraph styling in the right content */

#pageWrap #pageContent #pageContentRight p {
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* defines color and font-weight of links in the right content */

#pageWrap #pageContent #pageContentRight p a {
	color: #e01c01;
	font-weight: bold;
}

/* defines the shadow area on the right side of the page */

#shadowRight {
	float: left;
	width: 17px;
}

/* clears main content area of page */

#clearBottomLeft {
	clear: left;
	margin-bottom: 4px;
}

/* defines sizing and makes adjustments for margin collapse in the footer */

#footerInc {
	background-image: url(images/footerBG.gif);
	height: 44px;
	width: 750px;
	padding-top: 1px;
}

/* defines margins and sizing for paragraph in the footer */

#pageWrap #footerInc p {
	text-align: center;
	width: 437px;
	margin-left: 271px;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 14px;
}

/* defines color and decoration for links in the footer */

#pageWrap #footerInc p a {
	color: #FFF;
	text-decoration: none;
}

/* defines a floating box that positions the box in the header */

#floatBox {
	position: absolute;
	z-index: 1;
	left: 511px;
	top: 43px;
}

/* defines styling for the h2 element of the right content */

#pageWrap #pageContent #pageContentRight h2 {
	font-weight: lighter;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 10px;
}

/* defines the container for the left column of the main content */

#mainContentLeft {
	float: left;
	width: 234px;
	margin-top: 0px;
}

/* defines the maincontent h3 styling */

#pageWrap #pageContent #pageContentRight #mainContent h3 {
	font-weight: bold;
	color: #e01c01;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* defines the container for the right column of the main content */

#mainContentRight {
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-top: 27px;
}

/* establishes a caption style in the right main content */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentRight p {
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 120%;
}

/* defines margins and width of the container linksMainContentTop */

#linksMainContentTop {
	float: left;
	width: 144px;
	margin-top: 110px;
	margin-left: 15px;
}

/* defines styling for p elements in the linksMainContentTop div */

#pageWrap #pageContent #pageContentRight #mainContent #linksMainContentTop p {
	font-size: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

/* defines class that clears float */

.clear {
	clear: left;
}

/* defines left margin for form area */

#pageWrap #pageContent #pageContentRight #mainContent table {
	margin-left: 20px;
}

/* defines the styling for the main content for single column pages with a header paragraph */

#mainContentCenter {
	margin-right: 20px;
	clear: left;
}

/* defines h5 element styling for captions in the main content */

#pageWrap #pageContent #pageContentRight #mainContent h5 {
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 30px;
}

/* defines color for elements that link within an unordered list */

#pageWrap #pageContent #pageContentRight #mainContent ul li a {
	color: #e01c01;
}

/* defines color for elements that link within the mainContentCenter container */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentCenter h3 a {
	color: #e01c01;
}

/* defines color for elements that link within the mainContentLeftContainer */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentLeft h3 a {
	color: #e01c01;
}

/* defines color for elements that link within table */

#pageWrap #pageContent #pageContentRight #mainContent table a {
	color: #e01c01;
}

/* defines height, width, and margins for this wrapper */

#videoWrapper {
	height: 200px;
	width: 395px;
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
	background-image: url(images/cuttingBoxBG.jpg);
}

/* defines margins for divs in the mainContentCenter wrapper */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentCenter div {
	margin-right: 20px;
	margin-left: 20px;
}

/* defines margins for h3 elements within the videoWrapper */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentCenter #videoWrapper h3 {
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

/* defines margins and line-height for p elements within the videoWrapper */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentCenter #videoWrapper p {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 35px;
	line-height: 14px;
}

/* defines width, margin, and alignment for the id videoPLink within the videoWrapper */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentCenter #videoWrapper #videoPLink {
	width: 345px;
	margin-top: 0px;
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
}

/* defines styling for h6 elements */

#pageWrap #pageContent #pageContentRight #mainContent h6 {
	margin-left: 20px;
	font-size: 9px;
	text-align: center;
	width: 395px;
	font-weight: normal;
}

