* {
	margin:  0px;
	padding: 0px;
	
	font-family: Arial, Verdana, Tahoma, Sans-Serif; 
	font-size:  10px;
	
	color: #58595B;
}	

HTML, 
BODY {
	overflow: hidden;
}

HTML, 
BODY, 
#uxContentHolder, 
#uxInnerContent, 
#uxHome, 
#uxLeftColumn, 
#uxRightColumn,
#uxHome {
	height: 726px;	
}

BODY {	
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

H1 {
	color: #00b4f1;
	
	font-size:     16px;
	line-height:   22px;
	margin-bottom: 3px;
}

H2 {
	color: #00b4f1;
	
	font-size:     14px;
	line-height:   20px;
	margin-bottom: 3px;
}

H3 {
	color: #333333;
	
	font-size:     12px;
	line-height:   18px;
	margin-bottom: 3px;
}

P {
	margin-top:    3px;
	margin-bottom: 10px;
}

UL, OL {
	margin-left: 14px;
}

.error {
    color: #ff0000;
}

.scrolling {
    width: 100%;
    height: 560px;
    
    overflow-y: scroll;
}

.content H1,
.content H2 {
    padding-top: 12px;
}

#uxContent {
	padding: 0px 4px 0px 7px;
	width: 162px;
}

#uxContent-home {
	position:relative;
	top:143px;
	right:0px;
}

#uxContent-aboutus {
	position:relative;
	top:80px;
	right:0px;
}

#uxContent2Col
{
	padding: 10px 100px 10px 100px;
	/*background: transparent url('../images/contact_logo-dark-white.gif') no-repeat scroll top left;*/
}

#uxDisclaimerCol
{
	padding: 25px 25px 10px 25px;
	/*background: transparent url('../images/contact_logo-dark-white.gif') no-repeat scroll top left;*/
}

#uxContactContentLeft
{
	padding: 0px 0px 62px 230px;
	width:      500px;
	position: relative;
	background: transparent url('../images/whitebg1.gif') no-repeat scroll top left;
}
#uxWorkforusContentLeft
{
	padding: 0px 44px 42px 236px;
	width:      500px;
	position: relative;
	background: transparent url('../images/whitebg1.gif') no-repeat scroll top left;
}
#uxContactContentRight
{
	padding: 0px 50px 0px 8px;
}
#uxWorkforusContentRight
{
	padding: 0px 10px 0px 8px;
	width: 500px;
}

#uxLogo {
	width:  167px;
	height: 42px;
	
	position: absolute;
	top:      10px;
	left:     10px;
}

#uxHome {
	background: transparent url('../images/home-img-new.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;
}

#dots1 {
	background: url('../images/dots1.gif');
	width: 180px;
	height: 53px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#logo1 {
	width: 179px;
	height: 68px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.green {color: #7eaa4a;}
.red {color: #ee2e24;}
.blue {color: #00b4f1;}
.black {color: #000000;}
.white {color: #FFFFFF;}

a:link.homenavgreen {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #7eaa4a;
}

a:visited.homenavgreen {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #7eaa4a;
}

a:hover.homenavgreen {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #7eaa4a;
}

a:link.homenavblue {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00b4f1;
}

a:visited.homenavblue {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00b4f1;
}

a:hover.homenavblue {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #00b4f1;
}

a:link.homenavred {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ee2e24;
}

a:visited.homenavred {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ee2e24;
}

a:hover.homenavred {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #ee2e24;
}


.homenavspace {line-height:0.85em;}

#uxHomeOverlay {
	color: #ffffff;
	
	font-size: 14px;
	font-weight: bold;
	
	width: 280px;
	
	position: absolute;
	left: 264px;
	top: 442px;
	text-align: right;
}

#uxAboutOverlay {
	width: 280px;
	position: absolute;
	left: 264px;
	top: 317px;
	text-align: right;
}

#uxOverlay {
	width: 320px;
	position: absolute;
	left: 225px;
	text-align: right;
}

.text-black-highlight {
	background-color:#000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.text-white-highlight {
	background-color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.text-green-highlight {
	background-color:#7eaa4a;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.text-blue-highlight {
	background-color:#00b4f1;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.text-red-highlight {
	background-color:#ee2e24;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}


#uxHeroImg01
{
	background: transparent url('../images/hero-img-01.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;
}

#uxHeroImg02
{
	background: transparent url('../images/hero-img-02.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;
}

#uxHeroImg03
{	
	background: transparent url('../images/hero-img-03.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}

#uxHeroImg04
{
	background: transparent url('../images/hero-img-04.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}

#uxHeroImg05
{
	background: transparent url('../images/hero-img-05.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}

#uxHeroImg06
{
	background: transparent url('../images/hero-img-06.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg07
{
	background: transparent url('../images/hero-img-07a.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg08
{
	background: transparent url('../images/hero-img-08.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg09
{
	background: transparent url('../images/hero-img-09.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg10
{
	background: transparent url('../images/hero-img-10.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg11
{
	background: transparent url('../images/hero-img-11-b.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg12
{
	background: transparent url('../images/hero-img-12.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg13
{
	background: transparent url('../images/hero-img-13.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg14
{
	background: transparent url('../images/hero-img-14.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg15
{
	background: transparent url('../images/hero-img-15.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg16
{
	background: transparent url('../images/hero-img-16.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg17
{
	background: transparent url('../images/hero-img-17.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg18
{
	background: transparent url('../images/hero-img-18.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg19
{
	background: transparent url('../images/hero-img-19.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg20
{
	background: transparent url('../images/hero-img-20.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg21
{
	background: transparent url('../images/hero-img-21.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg22
{
	background: transparent url('../images/hero-img-22.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg23
{
	background: transparent url('../images/hero-img-23.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg24
{
	background: transparent url('../images/hero-img-24.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg25
{
	background: transparent url('../images/hero-img-25.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg26
{
	background: transparent url('../images/hero-img-26a.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg27
{
	background: transparent url('../images/hero-img-27.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}
#uxHeroImg28
{
	background: transparent url('../images/hero-img-28.jpg') no-repeat scroll top left;	
	width:      545px;
	position: relative;	
}

#uxWhatDoWeDoOverlay
{
	color: #ffffff;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 355px;	
}

#uxWhatDoWeDoBlueOverlay
{
	/*color: #00243E;*/
	color: #004566;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 385px;	
}

#uxWhatDoWeDoBlueOverlayEx
{
	color: #004566;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 385px;	
}

#uxWhatDoWeDoOverlayDown
{
	color: #ffffff;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 575px;	
}

#uxWhatDoWeDoOverlayDown2
{
	color: #ffffff;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 385px;	
}

#uxWhatDoWeDoOverlayAlt
{
	color: #ffffff;
	
	font-size: 16px;
	font-weight: bold;
	
	width: 450px;
	
	position: absolute;
	left: 5px;
	top: 200px;	
}

#uxLeftColumn, uxRightColumn {
	vertical-align: middle;
	
	padding-left:  10px;
	padding-right: 10px;
}

#uxLeftColumn  { width: 44%; }
#uxRightColumn { width: 56%; }

#uxListLeft {
	padding-left:   12px;
	vertical-align: middle;
}

#uxListLeft .uxListBorder {
	border-bottom:  3px dotted #1C628B;
	padding-bottom: 10px;
	margin-bottom:  10px;
}

#uxListRight {
	text-align:     center;
	vertical-align: middle;
	
	padding-left:  40px;
	padding-right: 10px;
}

.uxColumnBorder {
	font-size:      1px;
	line-height:    1px;
	width:          1px;
	vertical-align: middle;
}

.uxColumnBorder DIV {
	width:  1px;
	height: 560px;
	
	background-color: #1C628B;
}

.hl {
	color: #1C628B;
}

.input {
	border:  1px solid #8C9EBD;
	padding: 2px 4px 2px 4px;
	
	width: 200px;
}

.button {
	border-width:     0px;
	background-color: #ffffff;
	
	font-size: 14px;
	color:     #1C628B;
	
	cursor: pointer;
}

.inactive {
	color: #8C9EBD;
}

.form .spacer {
	font-size:   1px;
	line-height: 1px;
	
	height: 8px;
}

.form .required {
	color: #ff0000;
	
	font-size:   18px;
	line-height: 10px;
	
	padding-left:   10px;
	padding-right:  4px;
	padding-bottom: 6px;
}

.form .inputDescriptor {
	font-size:    10px;
	padding-left: 6px;
}

.form .formField {
	padding-bottom: 4px;
	padding-left:   0px;
}

.form .input { width: 150px; }
.form SELECT { width: 160px; }

.form .formButton {
	padding-left: 19px;
	*padding-left: 13px;
}

.whatWeDoTable 
{
	width: 170px;
}

.whatWeDoTableRow
{
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
}
.boldBlue
{
	color: #1C628B;
	font-weight: bold;
}

.contactInput
{
	font-size: 10px;
	height: 19px;
	width: 185px;
	padding: 6px 0 0 5px;
}

.contactInputGray
{
	font-size: 10px;
	height: 19px;
	width: 187px;
	padding: 6px 0 0 5px;
	background-color: #EEEEEE;
	border:  1px solid #8C9EBD;
}

.contactInputMultiLine
{
	font-size: 10px;
	width: 185px;
	padding: 5px 0 0 5px;	
}

.siteMapListTable ul li {
	list-style-image: url('../images/list-bullet.gif');
	line-height: 15px; 
	font-size: 10px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	padding-left: 8px;
}

.form-item-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.saralogo
{
	position: relative;
	top: 155px;
}

/*
#uxContent DIV, #uxContent P{
font-size: 	11px !important;
}*/
