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

html{
	height:100%;
	min-height:100%;
}

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#afafaf;
	line-height:16px;
	background: url(../images/bg.jpg) repeat-x fixed;
	height:100%;
	min-height:100%;
}

body ol {
	margin:0 0 5px 0;
	padding:0 0 0 16px;
}

body a {
	color:#fff;
	text-decoration:underline;
}

body a:hover {
	text-decoration:none;
}

body strong {
	color:#FFF;
}

body p {
	padding:0;
	margin:0 0 15px 0;
}

body h1 {
	background:url(../images/logo.gif);
	width:150px;
	height:63px;
	text-indent:-9999px;
	margin:0;
	float:left;
	padding:0;
}

body h2 {
	font-size:16px;
	color:#0072bc;
	margin:0 0 5px 0;
	padding:0;
}

body h3 {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	color:#fff;
}

body h3 span {
	color:#00aeef;
	font-size:12px;
	font-weight:normal;
}

body img {
	border:none;
}

#content {
	margin:0px auto;
	width:100%;
	background:#FFF;
}

.header {
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	height:63px;
}

#bar {
	width:100%;
	background:url(../images/bar.gif) repeat-x;
	height:165px;
}

.barinner {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
}

.baraboutus {
	width:460px;
	margin:5px 30px 0 0;
	float:left;
}

.barcsr {
	float:left;
	width:290px;
}

.barcorevalue {
	float:left;
	margin:0 30px 0 0;
}

.navi {
	float:right;
	margin:22px 0 0 0;
}

.navi ul {
	margin:0;
	padding:0;
	list-style:none;
}

.navi li {
	float:left;
	margin:0 0 0 5px;
}

.home a {
	background:url(../images/but-home.gif);
	width:43px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.home a:hover, .homeselected {
	background:url(../images/but-home-r.gif);
	width:43px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.whatwedo a {
	background: url(../images/but-whatwedo.jpg);
	width:109px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.whatwedo a:hover, .whatwedoselected {
	background:url(../images/but-whatwedo-r.jpg);
	width:109px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.aboutus a {
	background:url(../images/but-aboutus.gif);
	width:66px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.aboutus a:hover, .aboutusselected {
	background:url(../images/but-aboutus-r.gif);
	width:66px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.corevalue a {
	background:url(../images/but-corevalue.gif);
	width:78px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.corevalue a:hover, .corevalueselected {
	background:url(../images/but-corevalue-r.gif);
	width:78px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.csr a {
	background:url(../images/but-csr.gif);
	width:211px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.csr a:hover, .csrselected {
	background:url(../images/but-csr-r.gif);
	width:211px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.activities a {
	background:url(../images/but-activities.gif);
	width:100px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.activities a:hover, .activitiesselected {
	background:url(../images/but-activities-r.gif);
	width:100px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.joinus a {
	background:url(../images/but-joinus.gif);
	width:54px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.joinus a:hover, .joinusselected {
	background:url(../images/but-joinus-r.gif);
	width:54px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.contact a {
	background:url(../images/but-contact.gif);
	width:80px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.contact a:hover, .contactselected {
	background:url(../images/but-contact-r.gif);
	width:80px;
	height:23px;
	text-indent:-9999px;
	display:block;
}
		
/*Supersize Plugin Styles*/
/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}

#supersize {
	position:fixed;
}

#supersize img, #supersize a {
	position:absolute;
	z-index: 0;
	cursor:default;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

.readmore a {
	background:#0072bc;
	padding:3px 5px;
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}


.readmore a:hover {
	background:#ffffff;
	padding:3px 5px;
	color:#444444;
	font-size:10px;
	text-decoration:none;
}

.contentmiddle {
	width:1000px;
	color:#FFF;
	font-size:12px;
	margin:0 auto;
	padding:30px 0;
}

.columnleft {
	width:465px;
	margin:0 40px 0 0;
	float:left;
}

.columnmiddle {
	float:left;
	width:160px;
	margin:0 40px 0 0;
}

.columnright {
	float:left;
	width:290px;
}

.columnrightphoto {
	float:left;
	width:290px;
}

.columnrightphoto a {
	border:#FFF 5px solid;
	float:left;
	margin:0 5px 5px 0;
}

/* HEADER */
#header { height:600px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

#innercontent {
	color:#FFF;
	line-height:16px;
	padding:0 0 50px 0;
}

.innercontentmid {
	margin:0 auto;
	width:1000px;
}


.bartitle {
	float:left;
	margin:40px 30px 0 0;
}

.bardes {
	float:left;
	margin:20px 30px 0 0;
	padding:0 30px;
	border-left: solid 1px #0072bc;
	border-right: solid 1px #0072bc;
	width:450px;
}

.barcopyright {
	width:280px;
	float:left;
	color:#afafaf;
	font-size:11px;
	margin:20px 0 0 0;
}

.innercontentbox {
	width:310px;
	float:left;
	margin:35px 35px 0 0;
	overflow:hidden;
	text-shadow:#222 0.1em 0.1em 0.2em;
}

.innercontentbox ul {
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	list-style:disc;
}

.innercontentbox li {
	margin:0 0 5px 0;
}

.innercontentboxlast ul li ul {
	margin:5px 0 0 0;
}

.innercontentboxlast {
	width:310px;
	float:left;
	margin:35px 0 0 0;
	text-shadow:#222 0.1em 0.1em 0.2em;
}

.innercontentboxlast ul {
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	list-style:disc;
}

.innercontentboxlast li {
	margin:0 0 5px 0;
}

.photo {
	float:left;
	width:310px;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px dashed #ffffff;
}

.photo a {
	border:#FFF 6px solid;
	float:left;
	margin:0 6px 6px 0;
}

.activities_field ul {
	float:left;
	width:310px;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:11px;
}

.activities_field li {
	width:220px;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	list-style:none;
}

.form {
	width:304px;
	margin:3px 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff;
	padding:3px;
	border:none;
	color:#333333;
}

.job_form {
	width:200px;
	margin:3px 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px #0072bc dashed !important;
	padding:3px;
	border:none;
	color:#0072bc;
}

.divide {
	border-top:1px dashed #FFF;
	margin:0 0 15px 0;
}

.submenu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	color:#0072bc;
}

.submenu li {
	padding:6px 0;
	border-bottom:1px dashed #0072bc;
}

.submenu a {
	text-decoration:none;
}

.submenu a:hover {
	color:#0072bc;
}

.footer {
	width:1000px;
	float:left;
	margin:30px 0;
	border-top:1px dashed #FFF;
	padding:10px 0;
}

.popout {
	padding:20px;
	color:#333;
	background:none;
}

.popout h2 {
	color:#333;
	font-size:20px;
	line-height:20px;
	margin:0 0 10px 0;
}

.popout p {
	margin:0 0 20px 0;
}

.popout strong {
	color:#00aeef;
}

.popout li {
	margin:0 0 10px 0;
}

.csrdivide {
	width:1000px;
	float:left;
}