@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: 12px;
	margin-left: 27px;
}

/* defines styling for the right side of the nav include */

#navRightSide {
	float: left;
	margin-left: 30px;
}

/* defines placement for the tabular linking structure */

#navTabs {
	margin-top: 25px;
}

/* defines placement for the Google Site Search */

#navSearch {
	margin-left: 160px;
	margin-right: 10px;
	margin-top: 12px;
	width: 300px;
}

/* defines header placement and repeating background image */

#pageHeader {
	width: 750px;
	margin-top: 4px;
	background-image: url(images/home_gradient.gif);
	background-repeat: repeat-x;
	height: 233px;
	margin-bottom: 4px;
}

/* defines sizing and float for left portion of header */

#headerLeft {
	float: left;
	height: 233px;
	width: 270px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink01 {
	margin-top: 51px;
	margin-left: 47px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink02 {
	margin-top: 16px;
	margin-left: 47px;
}

/* defines placement of header link */

#pageWrap #pageHeader #headerLeft #headerLink03 {
	margin-top: 13px;
	margin-left: 47px;
}

/* 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;
}

/* 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 #mainContent h1 {
	font-size: 18px;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* defines positioning and margins of intl flags on the index page */

#pageWrap #pageContent #pageContentRight #mainContent #intlFlags {
	display: block;
	margin-left: 21px;
	margin-bottom: 10px;
	margin-top: 18px;
}

/* defines paragraph styling in the right content */

#pageWrap #pageContent #pageContentRight p {
	margin-right: 20px;
	margin-left: 30px;
	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 float properties for containing element rightShadow */

#rightShadow {
	float: left;
}

/* defines h5 element styling for captions in the main content */

#pageWrap #pageContent #pageContentRight #mainContent h5 {
	font-size: 9px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 30px;
}

