@charset "utf-8";
/* CSS Document */

html, body{
	background-attachment: scroll;
	background-image: url(../images/MAIN-BACKGROUND3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 100%;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom: 25px;
}

.homepage-font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.blue:link{
	color: #0A1F7A;
	text-decoration: none;
}
a.blue:visited{
	text-decoration: none;
	color: #0A1E77;
}
a.blue:hover{
	color: #4261FA;
	text-decoration: none;
}


#container{
	min-height: 100%;
	position: relative;
	width: 100%;
	margin-bottom: -130px;
	margin-right: auto;
	margin-left: auto;
}

#navigation-menu{
	float: right;
	height: 50px;
	width: 580px;
	background-image: url(../images/nav-background2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
}


#header{
	height: 150px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#logo-container{
	float: left;
	height: auto;
	width: auto;
	margin-top: 12px;
}

#main-section{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: auto;
	width: 1024px;
	margin-top: 40px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}

#competencies-box{
	float: left;
	height: 150px;
	width: 300px;
	margin-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

#services-box{
	float: left;
	height: 150px;
	width: 300px;
	margin-right: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

#working-box{
	float: left;
	height: 150px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

#sidebar-left{
	float: left;
	width: 550px;
	height: auto;
	margin-bottom: 8px;
}

#sidebar-right{
	float: right;
	width: 420px;
	margin-left: 30px;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D3DBEE;
	line-height: 18px;
}

.clearfooter {
	height: 125px;
	clear: both;
}

#footer {
	height:130px;
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	left: 0px;
	bottom:0;
	position: relative;	
}

#footer-container
{
	width: 1024px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: auto;
}

#footer-left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 55px;
}

#footer-middle{
	float: right;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: 190px;
	margin-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-style: italic;
	text-align: center;
}

#footer-right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 200px;
	margin-top: 35px;
	text-align: right;
	line-height: 20px;
}



#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;
	margin-bottom: 10px;
}
.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;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 16px;
	color: #FFF;
	float: right;
}

#nav a {
	display: block;
	width: 14em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
}

#nav li { /* all list items */
	float: left;
	width: 6em;
	line-height: 1.8em;
	margin-top: 5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #818BBC;
}

#nav li li {
	width: 14em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B93B6;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
