@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/small_gradient.gif);
	background-repeat: repeat-x;
	height: 97px;
	margin-bottom: 4px;
}

/* 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 margin and float for the Google Site Search results */

#pageWrap #pageContent #searchResults {
	float: left;
	margin-left: 75px;
}

/* 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;
}

/* defines the width, float, and margin of the success story images */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStoryImage {
	float: left;
	margin-left: 20px;
	width: 160px;
	margin-top: 10px;
}

/* defines the width, float, and margin of the success stories */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStory {
	float: left;
	width: 255px;
	margin-top: 10px;
}

/* defines the styling for h1 elements in success stories */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStoryTitle h1 {
	font-size: 15px;
	color: #e01c01;
	line-height: 130%;
	margin-top: 0px;
	text-align: left;
}

/* defines styling for p elements under success story images */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStoryImage p {
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 120%;
}

/* defines the width, margin, and float for success story content */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent {
	width: 435px;
	float: left;
}

/* defines the width, margin, and float for success story titles */

#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStoryTitle {
	width: 415px;
	margin-top: 20px;
	float: left;
}

/* 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: 16px;
	color: #e01c01;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

/* 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: 25px;
	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;
}
#pageWrap #pageContent #pageContentRight #mainContent #successStorySpacer {
	height: 2px;
	width: 435px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 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 styling for the h2 element of the right content */

#pageWrap #pageContent #pageContentRight h2 {
	font-weight: lighter;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 10px;
}

/* defines left margin for form area */

#pageWrap #pageContent #pageContentRight #mainContent table {
	margin-left: 20px;
}

/* defines the maincontent h3 styling */

#pageWrap #pageContent #pageContentRight #mainContent h3 {
	font-weight: bold;
	color: #e01c01;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* defines class that turns type red and bolds */

.boldRed {
	font-weight: bold;
	color: #e01c01;
}

/* defines style for the class mcCaption */

#pageWrap #pageContent #pageContentRight #mainContent .mcCaption {
	font-size: 10px;
	font-weight: bold;
}

/* defines style for divs within the class mcCaption */

#pageWrap #pageContent #pageContentRight #mainContent .mcCaption div {
	float: left;
	margin-left: 30px;
}

/* clears items that are floated to the left */

.clearLeft {
	clear: 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;
}

/* defines styling for the li element in the main content */

#pageWrap #pageContent #pageContentRight #mainContent ul li {
	margin-right: 20px;
	margin-left: 20px;
}

/* defines wrapper for a left column div */

#mainContentLeft {
	float: left;
	width: 200px;
	text-align: center;
}

/* defines wrapper for a right column div */

#mainContentRight {
	width: 200px;
	float: left;
	margin-left: 35px;
	text-align: center;
}

/* defines margin-right settings to p elements within the mainContentLeft wrapper */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentLeft p {
	margin-right: 0px;
}

/* defines color for h3 elements that are links */

#pageWrap #pageContent #pageContentRight #mainContent h3 a {
	color: #e01c01;
}

/* defines margins for an h5 element with the mainContentRight */

#pageWrap #pageContent #pageContentRight #mainContent #mainContentRight h5 {
	margin-right: 0px;
	margin-left: 0px;
}

/* defines red colored links inside forms within the mainContent wrapper */

#pageWrap #pageContent #pageContentRight #mainContent table a {
	color: #e01c01;
}

/* defines a 0 left margin to h3 elements inside forms within the mainContent wrapper */

#pageWrap #pageContent #pageContentRight #mainContent table h3 {
	margin-left: 0px;
}
#pageWrap #pageContent #pageContentRight #mainContent ul li a {
	color: #E01C01;
}

/* defines copyright disclaimer */

#pageWrap #pageContent #pageContentRight #mainContent h6 {
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	width: 395px;
	margin-left: 20px;
}
#pageWrap #pageContent #pageContentRight #mainContent #successStoryContent #successStoryTitle h2 {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
}
#mainContentLeftSDU {
	float: left;
	width: 235px;
	text-align: left;
}
#mainContentRightSDU {
	width: 180px;
	float: left;
	margin-left: 20px;
	text-align: right;
}
#pageWrap #pageContent #pageContentRight #mainContent h4 {
	font-weight: bold;
	font-size: 18px;
	color: #e01c01;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

