/* Start Page Defaults */

a:link {
	/*color: #003399;*/
	color: #666633;
}

a:visited {
	color: #666633;
}

a:hover {
	color: #666633;
}

a:active {
	color: #666633;
}

body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 12px/18px Arial, Helvetica, sans-serif, lucida;
	background-image: url(http://www.tmicalibration.com/images/bkgrnd_gradient.jpg);
	background-repeat: repeat-x;
	height: 609px;
	width: 950px;
}

.pageTitle {
	color: #1A264E;
	font: bold 18px Arial, Helvetica, sans-serif, lucida;
}

.pageSubTitle {
	color: #333333;
	font: 17px;
}

.sectionHeader {
	color: #555555;
	font: bold 12px Arial, Helvetica, sans-serif, lucida;
}
.inner_body {
	background-color: #EFF5F5;
	background-image: url(http://www.tmicalibration.com/images/inner_bkgrnd_gradient.jpg);
	background-repeat: repeat-x;
}

#PageTitleLoc {
	position:absolute;
	width:848px;
	height:22px;
	z-index:1;
	left: 110px;
	top: 213px;
}
#subtitleLoc {
	position:absolute;
	width:150px;
	height:27px;
	z-index:2;
	left: 110px;
	top: 218px;
}
#sectionHeaderLoc {
	position:absolute;
	width:771px;
	height:19px;
	z-index:3;
	left: 150px;
	top: 264px;
}



/* Home Page Styles */
#home_tagline {
	position:absolute;
	width:830px;
	height:27px;
	z-index:54;
	left: 75px;
	top: 175px;
}
#home_main_image {
	position:absolute;
	width:380px;
	height:309px;
	z-index:1;
	left: 117px;
	top: 229px;
}
#home_subtitle {
	position:absolute;
	width:902px;
	height:27px;
	z-index:2;
	top: 10px;
	left: 0px;
}
#home_paragraph_1 {
	position:absolute;
	width:178px;
	height:241px;
	z-index:3;
	left: 510px;
	top: 256px;
}

#home_gray_divider {
	position:absolute;
	width:1px;
	z-index:100;
	left: 604px;
	top: 61px;
	height: 240px;
	background-color: #999999;
}
#home_paragraph_2 {
	position:absolute;
	width:200px;
	height:242px;
	z-index:4;
	left: 756px;
	top: 312px;
}
#home_paragraph_2_sub2 {
	position:absolute;
	width:82px;
	height:69px;
	z-index:5;
	left: 871px;
	top: 312px;
}
#home_paragraph_2_sub1 {
	position:absolute;
	width:114px;
	height:58px;
	z-index:6;
	left: 756px;
	top: 301px;
}
#home_link_1 {
	position:absolute;
	width:35px;
	height:32px;
	z-index:50;
	left: 495px;
	top: 568px;
}
#home_link_2 {
	position:absolute;
	width:35px;
	height:33px;
	z-index:51;
	left: 760px;
	top: 568px;
}

/* Header Styles */

#navigation_static a{
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation_static a:hover {
	color: #cccc99;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

}
#navigation_static a:active {
	color: #cccc99;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

}

/* Home Page Subnavigation Styles */
#subnavigation {
	position:absolute;
	width:381px;
	height:22px;
	z-index:53;
	left: 534px;
	top: 230px;
}

#subnavigation a{
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	text-align: center;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #cccc99;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	text-align: center;
	text-decoration: none;
}
#subnavigation a:active{
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif, lucida;
	text-align: center;
	text-decoration: none;
}

/* Breadcrumb Styles */
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
}

#breadcrumb a{
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif, lucida;
	font-size: 11px;
	padding-left: 10px;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif, lucida;
	font-size: 11px;
	padding-left: 10px;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: blue;
	font-family: Arial, Helvetica, sans-serif, lucida;
	font-size: 11px;
	padding-left: 10px;
	text-decoration: none;
}

#cert_gray_divider {
	position:absolute;
	width:1px;
	z-index:100;
	left: 543px;
	top: 342px;
	height: 240px;
	background-color: #999999;
}

