/* CSS Document */


/* Page Structure */
#o_container {
	margin-left:-380px;
	position:absolute;
	left:50%;
	width:760px;
}
#Container {

	visibility:visible;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}


#LogoSection {
}

#TopNavBar {
	height:24px;
	background-color:#FFFFFF;
	background-image: url(../images/framework/navigation/topNavBkgrnd.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #262122;
	line-height: 24px;
	padding-left: 15px;
}

.TopNavLink {
	color: #262122;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
}
.TopNavLink:visited {
	color: #262122;
	text-decoration:none;
}
.TopNavLink:link {
	color: #262122;
	text-decoration:none;
}
.TopNavLink:active {
	color: #DD3421;
	text-decoration:underline;
}
.TopNavLink:hover {
	color: #DD3421;
	text-decoration:underline;
}

#ContentArea {
	background-color:#FFFFFF;
	width: 760px;
}

#BelowContent {
	height:35px;
	background-image: url(../images/framework/bottom.jpg);
	width: 760px;
	background-repeat: repeat-x;
	clear: both;
}
#sectionIdentifier {
	float: right;
	clear: both;
}


#Footer {
	background-color:#FFFFFF;

}

/* Left Nav */
#LeftColumn {
	width:168px;
	padding-top: 20px;
}
.navButtonOff {
	background-image:url(../images/framework/navigation/buttonBackground_off.jpg);
	height: 20px;
	padding-left: 15px;
	color:#858384;
	font-style:italic;
	font-weight:bold;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.navButtonOn {
	background-image:url(../images/framework/navigation/buttonBackground_on.jpg);
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DD3421;
	font-weight: bold;
	height:20px;
	padding-top: 8px;
	padding-left: 15px;
	text-transform: uppercase;
}
.navLinkOn {
	color: #DD3421;
	text-decoration:none;	
}
.navLinkOn:link {
	text-decoration:none;
	padding-left: 0px;	
}
.navLinkOn:hover {
	text-decoration:underline;
}
.navLinkOn:active {
	text-decoration:underline;
}
.navLinkOn:visited {
	text-decoration:none;
}
.navLinkOff {
	color:#858384;
}
.navLinkOff:link {
	text-decoration:none;
	padding-left: 0px;	
}
.navLinkOff:hover {
	color:#DD3421;
	text-decoration:underline;
}
.navLinkOff:active {
	color:#DD3421;
	text-decoration:underline;
}
.navLinkOff:visited {
	text-decoration:none;
}

.navLinkOn2Line {
	color: #DD3421;
	text-decoration:none;	
		line-height: 10px;
}
.navLinkOn2Line:link {
	text-decoration:none;
	padding-left: 0px;	
}
.navLinkOn2Line:hover {
	text-decoration:underline;
}
.navLinkOn2Line:active {
	text-decoration:underline;
}
.navLinkOn2Line:visited {
	text-decoration:none;
}
.navLinkOff2Line {
	text-decoration:none;
	color:#858384;
	line-height: 10px;

}
.navLinkOff2Line:link {
	text-decoration:none;
	padding-left: 0px;	
}
.navLinkOff2Line:hover {
	color:#DD3421;
	text-decoration:underline;
}
.navLinkOff2Line:active {
	color:#DD3421;
	text-decoration:underline;
}
.navLinkOff2Line:visited {
	text-decoration:none;
}

/* Right Column */

#mainContent {
	width:350px;
	padding-top: 20px;
	float: right;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-right: 25px;
}
#contentImage {
	float:right;
	width:200px;
	height:340px;
	clear:both;
	vertical-align:bottom;	
}
/* General Page Tags */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	top: 15px;
	font-size: 11px;
	color: #333333;
	SCROLLBAR-FACE-COLOR: #B7B6BB;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #A18CC8;
	SCROLLBAR-3DLIGHT-COLOR: #A18CC8;
	SCROLLBAR-ARROW-COLOR:  #4F4457;
	SCROLLBAR-TRACK-COLOR: #D1CECF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	background-color: #B7B6BB;

}

a {
text-decoration: none;
color: #333333;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:underline;}
a:hover {text-decoration:underline;
}

.underlines{
text-decoration: none;
color: #333333;
}
.underlines:link {text-decoration:none;}
.underlines:visited {text-decoration:none;}
.underlines:active {text-decoration:underline;}
.underlines:hover {
	text-decoration:underline;
	color: #DC3221;
}
.redBackground{
	text-decoration: none;
	color: #333333;
	text-align: center;
}
.redBackground:link {text-decoration:none;
	text-align: center;}
.redBackground:visited {text-decoration:none;
	text-align: center;}
.redBackground:active {text-decoration:underline;
	text-align: center;}
.redBackground:hover {
	color: #FFFFFF;
	background-color: #DC3221;
	text-align: center;
}
td .redBackground{
text-decoration: none;
	text-align: center;
color: #333333;
display:block;
}
td .redBackground:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: #DC3221;
		text-align: center;
}
/* Footer Tags */
#Foottainer {
	clear: both;
	width: 100%;
	text-align:center;
	color: #CECFCE;
}

.footTag {text-decoration: none;}
.footTag:link {color: #CECFCE;}
.footTag:visited {color: #CECFCE;}
.footTag:active {color: #CECFCE;}
.footTag:hover {color: #FFFFFF;}
#contentText {
	padding-bottom: 15px;
}
.bg1 {
	background-image: url(../images/backgroundImages/welderFacingRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Form Fields */
form {
	border: 1px dashed #B5B2B5;
	padding: 5px;
}
input {
	font-size : 11px;
	height : 18px;
	background-image : url(../images/framework/form/input_bg.gif);
	background-repeat : repeat-x;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat : repeat-x;
	font-size : 11px;
	background-image: url(../images/framework/form/textarea_bg.gif);
	color: #666666;
}

select {
	font-size : 11px;
	height : 18px;
	background-image : url(../images/framework/form/input_bg.gif);
	background-repeat : repeat-x;
}
option {
	font-size : 11px;
	height : 18px;
	background-image : url(../images/framework/form/input_bg.gif);
	background-repeat : repeat-x;
}
.formText {
	color: #666666;
	font-weight: bold;
}.subtitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC3221;
	font-weight: bold;
}
.questionsubti {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC3221;
}
.emphasis {
	color: #FFFFFF;
	background-color: #DC3221;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 6px;
}
.checkbox {
	font-size : 11px;
	height : 18px;
	background-image: none;
}
.WelderTrainingSpecialists {
	vertical-align: middle;
	margin-top: 20px;
}
#mainContentOpen {

	width:385px;
	padding-top: 40px;
	margin-left: 20px;
	height:305px;
	float: none; /*                    <---------------------------------------- modified 22 july 2008 */
	/* overflow: auto; */

	padding-bottom: 5px;
}
.noBorder {
	border: none;
}
.bg2 {
	background-image: url(../images/backgroundImages/Welder_facing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg3 {
background-image: url(../images/backgroundImages/welder_instructor.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg4 {
	background-image: url(../images/backgroundImages/welderWorking.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg5 {
	background-image: url(../images/backgroundImages/welderWorking_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg6 {
	background-image: url(../images/backgroundImages/welderWorking_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg7 {
background-image: url(../images/backgroundImages/welderFacingRight3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg8 {
	background-image: url(../images/backgroundImages/instructor-2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg10 {
	background-image: url(../images/backgroundImages/welder_working_5.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navButtonOffnoBkgrd {
	height: 20px;
	padding-left: 15px;
	color:#858384;
	font-style:italic;
	font-weight:bold;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/framework/navigation/buttonBackground_off_Big.jpg);
	padding-bottom: 5px;
}
.bg13 {
	background-image: url(../images/backgroundImages/welder_welding.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg14 {

	background-image: url(../images/backgroundImages/welder_working_3jpg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.AWTmention {
	font-weight: bold;
	color: #000000;
}
.bg15 {


	background-image: url(../images/backgroundImages/connie_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg16 {


	background-image: url(../images/backgroundImages/welder_instructor2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg17 {
	
	background-repeat: no-repeat;
	background-position: right;
	top: 0px;
	padding-top: 0px;
}
#TopNavBar a {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sectionselector {
	float: right;
	width: 240px;
	text-align: right;
	margin-top: 3px;
}

#RightColumn{
float:right;
padding-top: 0px;
width:200px;

}
