@charset "utf-8";
body  {
	font: 100% "Franklin Gothic Book";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}

a img { 
border-style:none; 

} 
boxtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.isg #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	} 
.isg #header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	padding: 0px 0px 0 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 15px;
	background-color: #D2D1B2;
	background-position: center;
	} 
.isg #headersvc {
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	padding: 0px 10px 0 20px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 15px;
	background-position: center;
	background-color: #C9C69B;
}
.isg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.isg #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 28%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* padding keeps the content of the div away from the edges */
	margin-left: 11px;
	margin-right: auto;
	padding: 0px 15px 15px 10px;
	height: 165px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	font-size: 12px;
}
.isg #sidebar1 boxtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}


.isg #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 28%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 5px; /* padding keeps the content of the div away from the edges */
	margin-right: 8px;
	margin-left: 9px;
	height: 165px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	font-size: 12px;
}
.isg #sidebar2 boxtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.isg #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 30%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 5px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	height: 165px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	font-size: 12px;
	margin-bottom: 0px;
}
.isg #sidebar3 boxtitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.isg #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 29%; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 23px 10px 10px;
	height: 160px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	font-variant: small-caps;
	color: #FFF;
	font-weight: bold;
	background-image: url(SAS%20small%20box.jpg);
}

.isg #sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-left: auto;
	height: 140px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.isg #sidebarvca {
	float: left; /* since this element is floated, a width must be given */
	width: 29%; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 23px 10px 10px;
	height: 160px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	font-variant: small-caps;
	color: #FFF;
	font-weight: bold;
	background-image: url(upperleftboxbg.jpg);
}
.isg #sidebartransport {
	float: left; /* since this element is floated, a width must be given */
	width: 29%; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 23px 10px 10px;
	height: 160px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	font-variant: small-caps;
	color: #FFF;
	font-weight: bold;
	background-image: url(SAS%20small%20box.jpg);
}


.isg #sidebarstaff {
	float: left; /* since this element is floated, a width must be given */
	width: 29%; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 23px 10px 10px;
	height: 160px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	font-variant: small-caps;
	color: #FFF;
	font-weight: bold;
	background-image: url(Staffing%20Small%20box.jpg);
}

.isg #text {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	float: left;
}




.isg #mainContent {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	margin-left: auto;
	margin-right: 0px;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
} 
.isg #mainContent2 {
	width: 100%;
	margin-left: auto;
	margin-right: 0px;
	background-color: #FFF;
	height: auto;
}

.isg #mainContenthome {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 101%;
	margin-left: auto;
	margin-right: 0px;
	background-color: #FFF;
	height: auto;
}

.isg #mainContentnav {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #C9C69B;
	height: 20px;
	margin-bottom: 0px;
}
.isg #mainContentsas {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 5em 0px 5em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	height: auto;
	display: block;
}
.isg #mainContentnews {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 70px 0px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	height: auto;
	display: block;
}




.isg #flash {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-right: 1px solid black;
}

.isg #footer {
	height: 152px;
	padding: 0 10px 0 10px;
	background-color: #D2D1B2;
	background-repeat: no-repeat;
	width: 780px;
	font-size: 10px;
	background-image: url(images/footerbg.jpg);
	float: left;
	margin-top: auto;
	text-align: center;
} 
.isg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; 
} 
/*--Hover State--*/
ul#topnav a.home {
	background-image: url(images/nav/home.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	}

ul#topnav a.solutions {
	background-image: url(images/nav/solutions.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	
}
ul#topnav a.industries {
	background-image: url(images/nav/industries.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
}
ul#topnav a.company_information {
	background-image: url(images/nav/company.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
}
ul#topnav a.contact_us {
	background-image: url(images/nav/contact.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
}
ul#topnav a.home:hover {
	background-image: url(images/nav/homeh.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	background-color: #FFF;
}
ul#topnav a.solutions:hover {
	background-image: url(images/nav/solutionsh.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	background-color: #FFF;
}
ul#topnav a.industries:hover {
	background-image: url(images/nav/industriesh.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	background-color: #FFF;
}
ul#topnav a.company_information:hover {
	background-image: url(images/nav/companyh.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	background-color: #FFF;
}
ul#topnav a.contact_us:hover {
	background-image: url(images/nav/contacth.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 20px;
	background-color: #FFF;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px;
	left: 0;
	z-index: 999999999;
	padding: 20px 10px 20px;
	float: none;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-image: url(images/menubg2.jpg);
	}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	background-repeat: repeat-x;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000;
	background-image: url(none);
	font-size: 11px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	background-image: url(none);
	color: #9E0933;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	color: #9E0933;
	background-image: url(none);
	font-size: 13px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: none;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #9E0933;
	background-image: url(none);
	font-size: 12px;
}
ul#topnav .sub ul li a:hover {
	color: #016a42;
	background-position: 5px 12px;/*--Override background position--*/
	background-image: url(none);
}
#column1 {
	float: left;
	width: 100px;
	padding: 10px;
	margin-left: 100px;
	height: 40px;
	text-align: left;
	color: #9E0933;
	font-weight: normal;
}
#column2 {
	float: left;
	width: 300px;
	padding: 10px;
	height: 40px;
	text-align: left;
	margin-right: 25px;
}

