.breakWord
{
	word-wrap:break-word;
}

.gridHeader
{
    background-image: url(../images/grid-header-bg.gif);
    font-weight:bold;
    color:#006699;
    border-bottom:#cccccc solid 1px;
}

.rightSideBorder
{
	border-right:2px solid #000000;
}

.UpperRight
{
	text-align: right;
	vertical-align:top 
}

.Small 
{
	font-size: 8pt
}

.BoldSmall 
{
	font-weight:bold;
	font-size: 8pt
}

.BoldSmallWhite 
{
	font-weight:bold;
	color:White 
}

.RegularLarge
{
	font-size: 12pt
}

.BoldLarge
{
	font-weight:bold;
	font-size: 12pt
}

body {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	background: #fff;
	padding: 0px;
}

#masthead {
	background-color: #17528a;
	background-image: url(../images/masthead-bg.jpg);
	background-repeat: repeat-x;
	height: 65px;
}

#phone {
	position: absolute;
	top: 0px;
	right: 0px;

}
	
/* global links
---------------------------------------------------------- */
a:link {
	color: #17528a;}
a:visited {
	color: #17528a;}
a:hover {
	color: #000;}

/* table and cell styles
---------------------------------------------------------- */
td {
	vertical-align: top;
	}

/* general styles
---------------------------------------------------------- */
h1	{
	color: #1b548c;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	}
h2	{
	color: #1b548c;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
h3	{
	color: #000;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	}

/* footer
---------------------------------------------------------- */
#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 200px;

}
#footer a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #17528a;
	padding-right: 5px;
	padding-left: 5px;}
#footer a:hover {
	color: #000000;
	text-decoration: underline;}

/* copyright
---------------------------------------------------------- */
#copyright {
	font-size: 80%;
	color: #999999;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;}
#copyright a {text-decoration: none;}
#copyright a:hover {
	color: #000000;
	text-decoration: underline;}
	
/* dropdown navigation system
---------------------------------------------------------- */
#mainMenu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-width:1000px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	margin: auto;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 100;
	height: 27px;}

#menuList {
	text-align:left;
	margin: 0px;
	padding: 0px;}

#menuList ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;}

#menuList li {
	display:inline;
	list-style: none;
	margin-right: -4px;
	padding: 0px;}

a.starter {
	color: #17528a;
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border-right: 1px solid #c8c8c8;}

a.starter:hover, a.starter:active, a.starter:focus {
	color: #17528a;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-x;}

.menu {
	text-align: left;
	color: #fff;
	width: 160px;
	background-color: #e1e1e1;
	position: absolute;
	visibility: hidden;
	z-index: 100;}

.menu li a {
	background-color: transparent;
	color: #17528a;
	display: block;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #17528a;
	color: #fff;}

#about {
width: 140px;}
#catalog {
width: 136px;}
#calibration {
width: 145px;}
#repair-service {
width: 160px;}
#international {
width: 173px;}
#reference {
width: 185px;}
#contact {
width: 130px;}

/*------------Edits by Brian D 8-2--07----------------------*/

h4	{
	color:#FF0000;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 23px;
	margin-bottom: 5px;

	}
	
#right {
	text-align:center;
	border-left: 2px solid #999999;
	}	

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}