body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:0px}table{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}

body {
	background: #F9F9F9;
	color: #333;
	font-size: 11px;
	padding: 0;
	width: 100%;
}
a {
	color: #003093;
	text-decoration: none;
}
a:hover {
	color: #00226C;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
}
#headerbar {
	background: url(../images/header_bkg.jpg) repeat-x left top;
	height: 120px;
	width: 100%;
	text-align: center;
}
#headerbar #logo {
	padding-top: 47px;
}
#headerbar #navigation {
	padding-top: 44px;
	text-align: right;
}
#headerbar #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#headerbar #navigation ul li {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

/*	COMPANY*/
#headerbar #navigation ul li.company a {
	width: 110px;
	height: 32px;
	display: block;
	background: url(../images/nav_company.jpg) no-repeat 0px 0px;
}
#headerbar #navigation ul li.company a:hover {
	width: 110px;
	height: 32px;
	display: block;
	background: url(../images/nav_company.jpg) no-repeat 0px -32px;
}
#headerbar #navigation ul li.company a.selected {
	width: 110px;
	height: 32px;
	display: block;
	background: url(../images/nav_company.jpg) no-repeat 0px -64px;
}
/*	SERVICES*/
#headerbar #navigation ul li.services a {
	width: 101px;
	height: 32px;
	display: block;
	background: url(../images/nav_services.jpg) no-repeat 0px 0px;
}
#headerbar #navigation ul li.services a:hover {
	width: 101px;
	height: 32px;
	display: block;
	background: url(../images/nav_services.jpg) no-repeat 0px -32px;
}
#headerbar #navigation ul li.services a.selected {
	width: 101px;
	height: 32px;
	display: block;
	background: url(../images/nav_services.jpg) no-repeat 0px -64px;
}
/*	SOLUTIONS*/
#headerbar #navigation ul li.solutions a {
	width: 119px;
	height: 32px;
	display: block;
	background: url(../images/nav_solutions.jpg) no-repeat 0px 0px;
}
#headerbar #navigation ul li.solutions a:hover {
	width: 119px;
	height: 32px;
	display: block;
	background: url(../images/nav_solutions.jpg) no-repeat 0px -32px;
}
#headerbar #navigation ul li.solutions a.selected {
	width: 119px;
	height: 32px;
	display: block;
	background: url(../images/nav_solutions.jpg) no-repeat 0px -64px;
}
/*	CONTACT*/
#headerbar #navigation ul li.contact a {
	width: 107px;
	height: 32px;
	display: block;
	background: url(../images/nav_contact.jpg) no-repeat 0px 0px;
}
#headerbar #navigation ul li.contact a:hover {
	width: 107px;
	height: 32px;
	display: block;
	background: url(../images/nav_contact.jpg) no-repeat 0px -32px;
}
#headerbar #navigation ul li.contact a.selected {
	width: 107px;
	height: 32px;
	display: block;
	background: url(../images/nav_contact.jpg) no-repeat 0px -64px;
}
#homebar {
	background: url(../images/bar_bkg.jpg) repeat-x left top;
	height: 325px;
	padding-top: 33px;
	width: 100%;
}
#homebar #contentblock {
	text-align: right;
}
#sectionbar {
	background: url(../images/barcontent_bkg.jpg) repeat-x left top;
	height: 255px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
#sectionbar, #contentbar {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
#sectionbar .container {
	width: 960px;
	text-align: center;
	margin: auto;
}
#contentbar .container {
	width: 960px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
.singlecolumn {
	width: 960px;
	padding: 5px;
	text-align: left;
}
.col1, .col2, .col3 {
	text-align: left;
	padding: 0 15px;
}
#sectionbar .container .copy {
	text-align: left;
	float: left;
}
#sectionbar .container .image {
	text-align: right;
	float: right;
}
#fullscreen {
	clear: both;
	border-top: 5px solid #003399;
	padding-top: 40px;
	margin-bottom: 60px;
}
#subtitle2 {
	color: #003399;
	font-size: 22px;
	letter-spacing: -1px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#pagefooter {
	clear: both;
	padding-top: 60px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
}
#pagefooter #copy_left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pagefooter #copy_left ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
#pagefooter #copy_left ul li a {
	display: block;
	color: #00226C;
	margin-right: 10px;
	text-decoration: none;
	padding: 0;
}
#pagefooter #copy_left ul li a:hover {
	display: block;
	color: #003093;
	text-decoration: underline;
}
#pagefooter #copy_right {
	text-align: right;
}
