/*Normalize*/
a,img, ul, li {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	width: 100%;
	background-color: #FEFEFE;
}

#wrapper {
	width: 960px;
	margin: 0px auto 20px auto;
	font: 12px helvetica, verdana, arial, clean, sans-serif;
	color: #666666;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 0px;
}


a:link, a:visited {
	color: #0056b7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color:blue;
}

p a:link, p a:visited	 {
	text-decoration: underline;
}

p {
	line-height:16px;
}

.para_line {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background-color:#CCCCCC
}

.dotted {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	border-top: 1px dotted #999999;
}

.clear {
	clear:both;
}

.purple_heading {
	color: #997DB2;
}

.float {
	float:left;
	margin-right: 10px;
}



/*Secctions*/
#header {
	height: 146px;
	background:#FFF;
	position:relative;
	padding: 0px;
	margin: 0px;
	clear:both;
	text-align:left;
}

#flash_logo {
	width: 220px;
	height: 146px;
	float:left;
}

#flash_header {
	width: 740px;
	height: 146px;
	float:left;
}


/*Layout Styles*/
#content {
	padding: 0;
	margin: 0;
	position: relative;
	clear:both;
}

#mainCol1 {
	width: 220px;
	height: 569px;
	float: left;
	padding: 0;
	margin: 0;
}

#mainCol2 {
	width: 740px;
	float: left;
	padding: 0;
	margin: 0;
}

#content_col {
	width: 484px;
	float: left;
	padding: 0;
	margin: 0;
}


/*Subpages Styles*/
#content_col2 {
	width: 740px;
	float: left;
	padding: 0;
	margin: 0;
}



#rightSidebar {
	width: 256px;
	height: 641px;
	float: left;
	padding: 0;
	margin: 0;
}

.paragraph {
	padding-left: 10px;
	padding-right: 10px;
}


.global_resposibility {
	border-top: 1px solid #666666;
	border-bottom: 1px dotted #666666;
	overflow:auto;
	padding: 2px 0px;
	margin-left: 5px;

}



.content_img {
	float:left;
	margin-right: 10px;
}


#footer {
	height: 113px;
	position:relative;
	background-image: url(../images/footernone_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer ul {
	list-style:none;
	padding-top: 20px;
	margin-left: 10px;
}

#footer ul li {
	display:inline;
}

#footer ul li a:link, #footer ul li a:visited {
	font-size: 12px;
	color:#666666;
	padding: 2px 20px;
	border-left: 1px solid #666666;
}

#footer ul li a:link.noBorder {
	border-left: 0;
}


.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position: absolute;
	left: 690px;
	top: 70px;
}

/*Careers Page*/
ul.careerUL{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin-left: 80px;
}

/*News and Press Page*/
.news_press_sect1 {
	width: 100%;
	height: 150px;
	padding-left: 10px;
	float:left;
	background: #99CC00;
}


.news_press_sect2 {
	width: 70%;
	height: 400px;
	float:left;
	padding-left: 10px;
	background: #ff0000;
}


.news_press_sec3 {
	width: 25%;
	height: 400px;
	float:left;
	margin-left: 5px;
	background: #ff0000;
}



ul.sitemap {
	list-style-type:none;
}

ul.sitemap li {
	background-color:#FAFAFA;
	margin-bottom: 2px;
	padding:2px 5px;
}

ul.sitemap li ul {
	margin-left: 5em;
	list-style-image: url(../images/blue_square.gif);
}


.gd_h {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#666666;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#666666;
}

ul.gr_ul {
	list-style-type:none;
	margin-left: 5em;
}

ul.gr_ul li {
	margin-bottom: 2px;
	padding:2px 5px;
}

ul.gr_ul li ul {
	margin-left: 5em;
	list-style-image:url(../images/blue_square.gif);
	
}


ul.leadership {
	list-style: none;
	display: block;

}

ul.leadership li {
	padding: 5px 0px;
	border-bottom: 1px dotted #666666;
	display: block;
}


.news_press_ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-top: 20px;
}

ul.news_press_ul {
	list-style-type:none;
	margin-left: 3em;
}

ul.news_press_ul li {
	margin-bottom: 2px;
	padding:2px 5px;
}

ul.news_press_ul li ul {
	margin-left: 5em;
	list-style-image:url(../images/blue_square.gif);
	
}


.contactus_ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#666666;
	margin-top: 20px;
}

ul.contactus_ul {
	list-style-type:none;
	margin-left: 5em;
}

ul.contactus_ul li {
	margin-bottom: 2px;
	padding:2px 5px;
}

ul.contactus_ul li ul {
	margin-left: 5em;
	list-style-image:url(../images/blue_square.gif);
	
}




#employee_access_form {
	width: 220px;
	border: 1px solid #666666;
	background-color: #FAFAFA;
	padding: 10px 30px;
	margin: 120px auto 0 auto;
	
}

#employee_access_form input, #employee_access_form label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 2em;
}


#news_press_box {
	width: 100%;
	
	border-bottom: 1px dotted #666666;
	
}


.leadership_table td {
	padding: 5px 0px;
	border-top: 1px dotted #666;

}


/*Update Profile Pages Styles */
#profile_form_container {
	background-color: ;
	width: 400px;
	margin:20px auto 0 auto;
}

.update_profile {
  margin-bottom: 10px;
  border: none;
}

.update_profile legend {
  padding: 0 2px;
  font-weight: bold;
  color: #666;
}

.update_profile label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  
}


.update_profile  ol {
  margin: 0;
  padding: 0;
}

.update_profile  li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

.update_profile  fieldset {
  border: none;
  margin: 3px 0 0;
}

.update_profile  fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

.update_profile  fieldset label {
  display: block;
  width: auto;
}

.update_profile em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

.update_profile label {
  width: 120px; /* Width of labels */
}

.update_profile  fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
