/* Global Styles */
body {
  background-color: #e6e6e6;
  color: #cccccc;
  margin: 0px;
  padding: 0px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11px;
}

p {
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align:justify;
}

a {
  color: #cccccc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #ffffff;
  font-size:12px;
  line-height:120%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding:0px;
}

h2 {
  color:#ffffff;
  font-size:100%;
  line-height:120%;
  margin: 0px;
  padding:0px;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0;
  padding: 0;
}

label {
  font-weight:bold;
	line-height:150%;
}

input {
  width: 101px;
  margin-bottom:10px;
}

input.Checkbox {
  margin:0px;
  padding:0px;
  width:20px;
}

input.Radio {
  margin:0px;
  padding:0px;
  width:20px;
}

textarea {
	height:100px;
	width:500px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

ul {
  list-style: none;
}

/*Home styles*/

#HomeWrapper {
  background:#ffffff;
  margin: auto;
  margin-top: 40px;
	padding:10px;
	height:454px;
	width:775px;
	border:1px solid #cccccc;
}

img#HomePeople {
	margin-top:-3px;
}

ul#HomeNav {
	margin-top:-3px;
	padding:0px;
  position:absolute;
  background:#333333;
  height: 61px;
  width:775px;
  display:inline;
  overflow:hidden;
}

ul#HomeNav li {
	margin:0px;
	padding:0px;
	display:inline;
  list-style-type: none;
}

ul#HomeNav li a {
  float: left;
  padding-top:61px;
  overflow: hidden;
}

li#AboutUsNav a {
	margin-left:505px;
  width: 90px;
  height: 61px;
  background: url(/images/home_about_off.gif) top left no-repeat;
}

li#LocationsNav a {
  width: 90px;
  height: 61px;
  background: url(/images/home_locations_off.gif) top left no-repeat;
}

li#CareersNav a {
  width: 90px;
  height: 61px;
  background: url(/images/home_careers_off.gif) top left no-repeat;
}

li#AboutUsNav a:hover {
  background: url(/images/home_about_on.gif) top left no-repeat;
}

li#LocationsNav a:hover {
  background: url(/images/home_locations_on.gif) top left no-repeat;
}

li#CareersNav a:hover {
  background: url(/images/home_careers_on.gif) top left no-repeat;
}


/* Subpage Styles*/

#Wrapper {
  background:#ffffff;
  margin: auto;
	padding:10px;
	width:775px;
	border:1px solid #cccccc;
}

ul#SubNav {
	margin:0px;
	padding:0px;
  position:absolute;
  height: 106px;
  width:775px;
  display:inline;
  overflow:hidden;
}

ul#SubNav li {
	margin:0px;
	padding:0px;
	display:inline;
  list-style-type: none;
}

ul#SubNav li a {
  float: left;
  padding-top:106px;
  overflow: hidden;
}

li#HomeLink a {
  width: 505px;
  height: 106px;
  background: url(/images/sub_top.jpg) top left no-repeat;
}

li#AboutUsSubNav a {
  width: 90px;
  height: 106px;
  background: url(/images/sub_about_off.jpg) top left no-repeat;
}

li#LocationsSubNav a {
  width: 98px;
  height: 106px;
  background: url(/images/sub_locations_off.jpg) top left no-repeat;
}

li#CareersSubNav a {
  width: 82px;
  height: 106px;
  background: url(/images/sub_careers_off.jpg) top left no-repeat;
}

li#AboutUsSubNav a:hover {
  background: url(/images/sub_about_on.jpg) top left no-repeat;
}

li#LocationsSubNav a:hover {
  background: url(/images/sub_locations_on.jpg) top left no-repeat;
}

li#CareersSubNav a:hover {
  background: url(/images/sub_careers_on.jpg) top left no-repeat;
}

li#AboutUsSelected a {
  width: 90px;
  height: 106px;
  background: url(/images/sub_about_on.jpg) top left no-repeat;
}

li#LocationsSelected a {
  width: 98px;
  height: 106px;
  background: url(/images/sub_locations_on.jpg) top left no-repeat;
}

li#CareersSelected a {
  width: 82px;
  height: 106px;
  background: url(/images/sub_careers_on.jpg) top left no-repeat;
}

#BannerPhoto {
	clear:both;
	margin-top:106px;
}

#AboutUsContent {
  background: url(/images/about_bg.gif) top left no-repeat;
  background-color:#333333;
	margin-top:-3px;
	padding-left:135px;
	padding-right:135px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:575px;
}

#LocationsContent {
  background: url(/images/locations_bg.gif) top left no-repeat;
  background-color:#333333;
	margin-top:-3px;
	padding-left:135px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:575px;
}

.Location {
	float:left;
	width:205px;
}

.Location h2 {
	margin-left:0px;
}

.Location p {
	margin-left:0px;
}

#CareersContent {
  background: url(/images/careers_bg.gif) top left no-repeat;
  background-color:#333333;
	margin-top:-3px;
	padding-left:135px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:575px;
}

p.Underlined {
	padding-bottom:10px;
	border-bottom:1px solid #666666;
}

#CareersContent #Description {
	width:325px;
	float:left;
}

#CareersContent #Sidebar {
	width:250px;
	float:left;
	margin-left:30px;
	border:2px solid #7c1b1b;
	padding:8px;
	font-weight:bold;
	font-size:12px;
	color: #aaaaaa;
}

#CareersContent #Sidebar p {
	line-height:150%;
	text-align:left;
}

#CareersContent #Sidebar strong {
	color:#ffffff;
	font-weight:bold;
	font-decoration:none;
}

#CareersContent #Sidebar p.Signature {
	color:#cccccc;
	text-align:right;
	font-style:italic;
	font-size:10px;
	margin-bottom:20px;
}

.Name {
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

.FormBox {
	width:200px;
	float:left;
}

/* Footer Styles*/

#Footer {
	color:#a3a3a3;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#Footer a {
	color:#a3a3a3;
}