/* Basic Styling
=======================*/
body {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Repeats and Floats
=======================*/
.norepeat {
	background-repeat: no-repeat;
}
.repeat-x {
	background-repeat: repeat-x;
}
.repeat-y {
	background-repeat: repeat-y;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 6px;
}
.floatright {
	float: right;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: -15px;
}


/* Borders and Rules
=======================*/
.bordert {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #173652;
}
.borderl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #173652;
}
.bordertb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #173652;
	border-bottom-color: #173652;
}
.borderl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #173652;
}
.borderall {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #173652;
	border-bottom-color: #173652;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #173652;
	border-left-color: #173652;
}
.borderb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #173652;
}
.rule {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DA4C1;
	padding-left: 20px;
}

/* Margins
=======================*/
.tmargin {
	margin-top: 15px;
}
.rmargin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 25px;
}
.bmargin {
	margin-bottom: 15px;
}
.lmargin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.tlmargin {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.tbmargin {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Basic Text and Heading Styles
=======================*/
p {
	font-size: 0.78em;
	line-height: 145%;
	margin-bottom: -5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 45px;
	padding-left: 70px;
	color: #62615F;
}
h1 {
	font-size: 0.95em;
	line-height: 125%;
	padding-left: 70px;
	margin-top: 32px;
	margin-bottom: -12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #5B85B3;
	padding-right: 30px;
}
h2 {
	font-weight: bold;
	line-height: 130%;
	font-size: 12px;
	color: #666360;
	line-height: 130%;
	margin-bottom: 8px;
	padding: 0px;
}
h3 {
	font-size: 0.85em;
	line-height: 1.2em;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #9E0731;
	font-size: .8em;
}
h4 {
	font-weight: bold;
	line-height: 135%;
	padding-left: 22px;
	margin-bottom: -12px;
	color: #67635F;
	margin-top: -3px;
	padding-right: 10px;
}
h5 {
	padding-left: 20px;
	color: #B03D0B;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	color: #918377;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Primary Content Styles
=======================*/
#primarycontent a {
	color: #62615F;
	text-decoration: underline;
}
#primarycontent a:hover {
	color: #541800;
}
#primarycontent li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 0.75em;
	line-height: 145%;
	color: #62615f;
	padding-right: 35px;
	margin-bottom: 0px;
	margin-top: 6px;
	margin-left: 46px;
}

/* Secondary Content Styles
=======================*/
#secondarycontent p {
	font-size: 0.7em;
	line-height: 17px;
	padding-right: 10px;
	margin-top: -2px;
}
#secondarycontent li {
	margin-bottom: 8px;
	color: #394F64;
	list-style-position: outside;
	list-style-type: square;
	font-size: 0.7em;
	line-height: 125%;
	padding-right: 10px;
}
#secondarycontent ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-left: 15px;
	margin-left: 8px;
	text-indent: 0px;
	padding-right: 10px;
}

/* Sidebar Styles within Secondary
=======================*/
#sidebar p {
	font-size: 0.7em;
	line-height: 125%;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: -7px;
 	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Copyright Styles
=======================*/
#copyright p {
	font-size: 10px;
	color: #5C5C5C;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}#copyright a:link, a:visited {
	text-decoration: underline;
	color: #660000;
	font-size: 10px;
	line-height: 16px;
}
#copyright a:hover, a:active {
	text-decoration: underline;
	color: #660000;
	font-size: 0.7em;
	line-height: 125%;
}

/* Main Horizontal Navigation
===============================*/
#mainnav ul {
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
#mainnav li {
	display: inline;
	text-decoration: none;
}
#mainnav ul li a  {
	color: #FFFFFF;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F68750;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
}
#mainnav ul li a:hover, #mainnav ul li a:focus {
	color: #173652;
	text-decoration: none;
	}
#mainnav ul .first a, #mainnav ul .first a:hover {
	text-decoration: none;
	border-left-style: none;
	margin-left: 15px;
  }
body.capabilities #mainnav a#capabilities, body.home #mainnav a#home, body.doingbiz #mainnav a#doingbiz, body.employment #mainnav a#employment, body.contact #mainnav a#contact, body.employees #mainnav a#employees {
	color: #173652;
	text-decoration: none;
}

/* Sidenav Styles
===============================*/
#sidenav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav ul {
	padding: 0px;
	display: block;
	list-style-type: none;
	margin: 0px;
}
#sidenav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav ul li a {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 17px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C4659;
	height: 24%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #517895;
	background-color: #456780;
	margin: 0px;
	line-height: 15px;
}
#sidenav ul li li a {
	color: #B20838;
	font-size: 11px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
}
#sidenav ul li a:hover, #sidenav a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #39556A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #31485A;
	}
#sidenav ul li li a:hover, #sidenav ul li li a:focus {
	text-decoration: underline;
	}
	
#sidenav a#knowledge, #sidenav a#infoassur, #sidenav a#brac, #sidenav a#bpm, #sidenav a#software, #sidenav a#infrastructure, #sidenav a#about, #sidenav a#contract {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4659;
	background-color: #39556a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #425B6F;
}
#sidenav ul li li a#specsperformance, #sidenav ul li li a#specsdance {
	text-decoration: underline;
}
.last {
	border-bottom-style: none;
}
	
/* Bottomnav Styles
===============================*/
#bottomnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#bottomnav li {
	display: inline;
	text-decoration: none;
}
#bottomnav ul li a {
	color: #5C5C5C;
	display: inline;
	padding-right: 4px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 1px;
	line-height: 10px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
#bottomnav ul li a:hover, #bottomnav ul li a:focus {
	color: #007AC0;
	text-decoration: none;
	}
#bottomnav ul .first a, #bottomnav ul .first a:hover {
    border-left: none;
	text-decoration: none;
  }
body.home #bottomnav a#home, body.about #bottomnav a#about, body.doingbiz #bottomnav a#doingbiz, body.capabilities #bottomnav a#capabilities, body.employment #bottomnav a#employment, body.employees #bottomnav a#employees, body.contact #bottomnav a#contact { 
	color: #456780;
	text-decoration: underline;
}

/* Secondary Highlight
===============================*/
#secondaryhighlight {
	background-color: #FFFFFF;
	background-image: url(../images/sechgihlightmid.jpg);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: repeat-y;
}
#secondaryhighlight h3 {
	font-size: 16px;
	line-height: 18px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #9E0731;
	font-size: .8em;
	background-image: url(../images/sechighlightbolttop.jpg);
	text-align: left;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
}
#secondaryhighlight p {
	font-size: 0.7em;
	line-height: 18px;
	padding-right: 20px;
	margin-top: -2px;
	padding-left: 35px;
	text-align: left;
	font-weight: bold;
	color: #7E7E7C;
}
.highlightlast {
	background-image: url(../images/sechighlightbottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 8px;
}

#secondaryhighlightold {
	background-color: #FFFFFF;
	background-image: url(../images/sechgihlightmid.jpg);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: repeat-y;
}
#secondaryhighlightold h3 {
	font-size: 16px;
	line-height: 18px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #9E0731;
	font-size: .8em;
	background-image: url(../images/sechighlightbolttop.jpg);
	text-align: left;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
}
#secondaryhighlightold p {
	font-size: 0.7em;
	line-height: 18px;
	padding-right: 20px;
	margin-top: -2px;
	padding-left: 35px;
	text-align: left;
	font-weight: bold;
	color: #7E7E7C;
}
.bordertl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #173652;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #173652;
}
.bordertbl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #173652;
	border-bottom-color: #173652;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #173652;
}

