@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #a1b7c3;
	margin: 0px;
}
a {
	color: #730d22;
}
a:hover {
	color: #556d7a;
}
a.arrow-link {
	color: #730d22;
	background: url(/images/Icon_Arrow.gif) no-repeat left top;
	padding-left: 15px;
	text-decoration: none;
}
a.arrow-link:hover {
	color: #546c78;
	background: url(/images/Icon_Arrow_On.gif) no-repeat left top;
	padding-left: 15px;
	text-decoration: none;
}
#header {
	height: 160px;
	background-image: url(/images/BG-Tile_Header.png);
	background-repeat: repeat-x;
	text-align: center;
	
}
#header-box {
	width: 950px;
	height: 160px;
	text-align: left;
	margin: 0px auto;
}
#header-box #nav {
	width: 950px;
	height: 32px;
}
#content {
	background-color: #FFFFFF;
	background-image: url(/images/BG-Tile_Content.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
#content-box {
	width: 950px;
	text-align: left;
	margin: 0px auto;
}
.float-clear {
	clear: both;
	height: 10px;
}


#banner {
	padding: 10px 0 0 0;
}
#sidebar {
	float: left;
	margin: 0 10px 0 0;
}

/* In Page Nav */
#subnav {
	width: 188px;
	border: 1px solid #bbccdd;
	background-image: url(/images/BG-Tile_Copy.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}
#subnav h2 {
	font-size: 15px;
	color: #556d7a;
	margin: 0px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dce4ed;
}
#subnav ul, .hp-links-box ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#subnav li, .hp-links-box li {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dde5ee;
}
#subnav li a, .hp-links-box li a {
	color: #730d22;
	background: url(/images/Icon_Arrow.gif) no-repeat left top;
	padding-left: 15px;
	text-decoration: none;
}
#subnav li a:hover, .hp-links-box li a:hover {
	color: #546c78;
	background: url(/images/Icon_Arrow_On.gif) no-repeat left top;
	padding-left: 15px;
	text-decoration: none;
}
#subnav li.node3 a {
	font-size: 11px;
	margin-left: 10px;
}
#subnav li.node3 a:hover {
	font-size: 11px;
	margin-left: 10px;
}
#subnav li.selected a {
	color: #546c78;
	background: url(/images/Icon_Arrow_On.gif) no-repeat left top;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

/* Copy Box */
#copy-box {
	width: 688px;
	color: #333333;
	line-height: 20px;
	border: 1px solid #bbccdd;
	background-image: url(/images/BG-Tile_Copy.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	float: left;
	padding: 10px 20px 20px 20px;
	margin: 10px 0 0 0;
}
#copy-box h1 {
	font-size: 16px;
	color: #556d7a;
}
#copy-box h2 {
	font-size: 14px;
	color: #556d7a;
	margin-bottom: 10px;
}
#copy-box p + h2 {
	margin-top: 30px;
}
#copy-box h2 + p {
	margin-top: 0px;
}
#copy-box h3 {
	font-size: 12px;
	color: #556d7a;
	margin-bottom: 5px;
}
#copy-box h3 + p {
	margin-top: 0px;
}
#copy-box img {
	border: 1px solid #bbccdd;
	/* IE6&7 Hack*/ *margin: 10px 0px 10px 10px;
}
#copy-box img[style] {
	margin: 10px 0px 10px 10px;
}
#copy-box table[align=right] {
	margin: 10px 0px 10px 10px;
}
#copy-box table[align=right] img {
	/* IE6&7 Hack*/ *margin: 0px;
}
#copy-box hr {
	border-top: 1px solid #bbccdd;
	border-bottom-style: none;
	height: 1px;
	clear: both;
}
#copy-box .fine-print {
	font-size: 10px;
}

/* Callout Box */
.callout-box {
	width: 188px;
	font-size: 11px;
	border: 1px solid #bbccdd;
	background-image: url(/images/BG-Tile_Callout-Box.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 15px 10px 15px 10px;
	margin-top: 10px;
}	
.callout-box  p {
	margin: 5px 0;
}


/* Footer */
#footer {
	background-image: url(/images/BG-Tile_Footer.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
#footer-box {
	width: 950px;
	text-align: left;
	margin: 0px auto;
}
#footer-box #footer-nav {
	width: 950px;
	height: 30px;
}
.footer-column {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding: 20px;
	height: 200px;
}
.footer-column h4 {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0 0 5px 0;
}
.footer-column ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.footer-column li {
	padding-bottom: 4px;
}
.footer-column li a {
	color: #EEEEEE;
	text-decoration: none;
}
.footer-column li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-column#about-col {
	width: 140px;
	padding-left: 40px;
}
.footer-column#careers-col {
	width: 100px;
}
.footer-column#external-col {
	width: 255px;
	background-image: url(/images/BG-Tile_Shaded-Footer.png);
	background-position: top;
	background-repeat: repeat-x;
}
.footer-column#aic-col{
	width: 235px;
	background-image: url(/images/BG-Tile_Shaded-Footer.png);
	background-position: top;
	background-repeat: repeat-x;
}

/* Homepage Slideshow */
#slideshow {
       	width: 948px;
	height: 270px;
	padding-top: 10px;
}
#thumbnails {
       width: 188px;
       float: left;
}
.thumbnail {
       width: 186px;
       height: 66px;
       border-right: 2px solid #FFFFFF;
       border-bottom: 2px solid #FFFFFF;
}
.slide {
       width: 760px;
       height: 270px;
       float: left;
}


#hp-welcome {
	font-size: 18px;
	color: #777777;
	padding: 10px 10px 5px 10px;
}
#hp-welcome h1 {
	font-size: 23px;
	color: #546c78;
	margin: 0 0 5px 0;
}
#hp-welcome h1+p {
	margin: 0 0 10px 0;
}

#hp-features {
	border: 1px solid #bbccdd;
	background-image: url(/images/BG-Tile_Copy.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
.hp-features-box {
	width: 349px;
	margin: 0 10px 0 0;
	float: left;
}
.hp-features-box p {
	margin: 10px;
}
.hp-features-box img {
	border: 1px solid #bbccdd;
}
#hp-features .callout-box {
	margin: 0;
	float: left;
}
#hp-links {
	
}
.hp-links-box {
	width: 288px;
	height: 170px;
	border: 1px solid #bbccdd;
	background-image: url(/images/BG-Tile_Copy.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px 10px 15px 10px;
	margin: 10px 0 0 10px;
	float: left;
}
.hp-links-box:first-child {
	margin: 10px 0 0 0;
}
#hp-links-about {
	border: 1px solid #bbccdd;
	background-image: url(/images/BG_Links_About.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 276px;
	height: 35px;
	padding: 53px 0px 0px 10px;
}
#hp-links-careers {
	border: 1px solid #bbccdd;
	background-image: url(/images/BG_Links_Careers.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 276px;
	height: 35px;
	padding: 53px 0px 0px 10px;
}
#hp-links-history {
	border: 1px solid #bbccdd;
	background-image: url(/images/BG_Links_History.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 276px;
	height: 35px;
	padding: 53px 0px 0px 10px;
}
.hp-links-box h2 {
	font-size: 15px;
	color: #FFFFFF;;
	margin: 0px;
	padding: 0 0 5px 0;
}

/* Icons */
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/images/Icon_pdf.png) center left no-repeat;
display:inline-block;
padding-left:48px;
line-height:48px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/images/Icon_Excel.png) center left no-repeat;
display:inline-block;
padding-left:48px;
line-height:48px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/images/Icon_Word.png) center left no-repeat;
display:inline-block;
padding-left:48px;
line-height:48px;
}

























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

