/*
light gray: #F4F4F4
dark gray: #A8A8A8
red: #A71930
blue: #00338D
yellow: #EBB700
*/

HTML {
	height: 100%;
}

BODY {
	font-family:Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
	padding:0px;
	margin:0px;
	background-color:#F4F4F4;
	background-image:url(images/dark_gray.gif);
	background-position:985px 150px;
	background-repeat:no-repeat;
	text-align:center;
	height: 100%;
}

TD {
	font-family:Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
}

#divContainer {
	position:relative; /* needed so all nested divs will be positioned within this one */
	margin-left:auto;
	margin-right:auto;
	width:987px;
	height:100%;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#divHeader {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	background-color:#F4F4F4;
	background-image:url(images/light_gray.gif);
	background-repeat:repeat-x;
}

#imgLogo {
	position:absolute;
	left:60px;
	top:30px;
}

#divTopNav {
	position:absolute;
	left:605px;
	top:5px;
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
}
.topNavItem A {
	color:#00338D;
}
#spanTopNavItem1 {
}
#spanTopNavItem2 {
	margin-left:25px;
}
#spanTopNavItem3 {
	margin-left:25px;
}

#divBody {
	position:absolute;
	left:0px;
	top:150px;
	width:100%;
	/*min-height:636px;*/
	min-height:100%;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-y;
}
/* Hack for IE6 */
* HTML #divBody {
	height: 100%;
}

#divContent {
	position:relative;
	top:170px;
	margin-left:45px;
	font-family:Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
}
.headline {
	font-size:12pt;
}

#imgAboutUs {
	position:relative;
	top:-150px;
	margin-left:45px;
}

#imgFaq {
	position:relative;
	top:-80px;
	margin-left:45px;
}

#imgApprenticeship1 {
	position:absolute;
	top:-120px;
	left:570px;
	z-index:10;
}
#imgApprenticeship2 {
	position:absolute;
	top:50px;
	left:480px;
	z-index:9;
}
#imgApprenticeship3 {
	position:absolute;
	top:200px;
	left:670px;
	z-index:8;
}

#imgTestimonials {
	position:absolute;
	top:70px;
	left:0px;
}

#imgIndexLeftTop {
	position:absolute;
	left:190px;
	top:190px;
}
#imgIndexLeftBottom {
	position:absolute;
	left:315px;
	top:445px;
	z-index:10;
}
#animated_img {
	position:absolute;
	left:454px;
	top:22px;
	width:360px;
	z-index:3;
}

#divDidYouKnow {
	position:absolute;
	left:740px;
	top:180px;
	width:225px;
	font-size:12pt;
	font-weight:bold;
	/*color:#EBB700;*/	/* yellow */
	/*color:#00338D;*/	/* blue */
	/*color:#A71930;*/	/*red */
	color:#F4F4F4;	/* light gray */
	z-index:4;
}
#divDidYouKnowLink {
	text-align:right;
}
#divDidYouKnowLink A {
	font-size:12pt;
	font-weight:bold;
	/*color:#EBB700;*/	/* yellow */
	/*color:#00338D;*/	/* blue */
	/*color:#A71930;*/	/*red */
	color:#F4F4F4;	/* light gray */
}
#divDidYouKnowLink A:hover {
	color:#A71930;	/*red */
}

.cssRollover A:hover IMG {
	visibility:hidden;
}

#divRightNav {
	position:absolute;
	left:828px;
	top:250px;
	text-align:center;
	z-index:4;
}
#divRightNav A {
	font-size:8pt;
	font-weight:bold;
	color:#F4F4F4;
}
#divRightNav A:hover {
	font-size:8pt;
	font-weight:bold;
	color:#A71930;
}
#divRightNavItem1 { /* Samples */
	background: url(images/index-samples.jpg) no-repeat;
	margin-bottom:10px;
	width: 130px;
	height: 95px;
}
#divRightNavItem1 A {
	display: block;
}
#divRightNavItem2 { /* Production Services */
	background: url(images/index-prod_svcs.jpg) no-repeat;
	margin-bottom:10px;
	width: 130px;
	height: 95px;
}
#divRightNavItem2 A {
	display: block;
}
#divRightNavItem3 { /* Testimonials */
	background: url(images/index-testimonials.jpg) no-repeat;
	width: 130px;
	height: 95px;
}
#divRightNavItem3 A {
	display: block;
}

#imgRightNavItem1 {
}
#imgRightNavItem2 {
}
#imgRightNavItem3 {
}

* HTML A:hover {
	visibility:visible;
}

#divPhone {
	position:absolute;
	left:45px;
	top:505px;
	font-size:12pt;
	font-weight:bold;
	color:#00338D;
}
#divEmail {
	position:absolute;
	left:90px;
	top:525px;
	font-size:12pt;
	font-weight:bold;
	color:#00338D;
}
#divEmail A {
	color:#00338D;
	text-decoration:none;
}
#divEmail A:hover {
	color:#A71930;
	text-decoration:none;
}
#divAddress {
	position:absolute;
	left:135px;
	top:545px;
	font-size:12pt;
	font-weight:bold;
	color:#00338D;
}

.stripes {
	height:10px;
}
#imgYellowBar {
	position:absolute;
	left:0px;
	top:570px;
	width:987px;
}
#imgBlueBar {
	position:absolute;
	left:45px;
	top:590px;
	width:942px;
}
#imgRedBar {
	position:absolute;
	left:90px;
	top:610px;
	width:897px;
}

#divBottomNav {
	position:absolute;
	left:465px;
	top:625px;
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
}
.bottomNavItem A {
	font-size:10pt;
	font-weight:bold;
	color:#00338D;
}
#spanBottomNavItem1 {
}
#spanBottomNavItem2 {
	margin-left:15px;
}
#spanBottomNavItem3 {
	margin-left:15px;
}
#spanBottomNavItem4 {
	margin-left:15px;
}


A:link {
	color:#00338D;
	text-decoration:none;
}
A:visited {
	color:#00338D;
	text-decoration:none;
}
A:hover {
	color:#A71930;
	text-decoration:none;
}
A:active {
	color:#00338D;
	text-decoration:none;
}

.SmallText {
	font-size:8pt;
}
.LargeText {
	font-size:12pt;
}
.HeaderText {
	font-size:10pt;
	font-weight:bold;
}

.videoThumbnail {
	position:relative;
	top:35px;
	left:100px;
	width:80px;
	height:50px;
	margin-bottom:5px;
}

.videoThumbnail2 {
	position:relative;
	top:-185px;
	left:200px;
	width:80px;
	height:50px;
	margin-bottom:5px;
}

#frmContact {
	position:absolute;
	top:0px;
	left:420px;
}
.ContactLabel {
}
.ContactField {
}
#btnContactSubmit {
}
