/* basic elements */
body { 
	font: 10pt/12pt arial; 
	color: #333; 
	background: #fff; 
	margin: 0px; 
	}

p { margin: 0em 0% 1em 0%;
	font: 10pt arial; 
	text-align: left;
	line-height: 1.3em;
	color: #333;
	}
	
h1 { 
	margin: 1em 0% 0em 0%;
	font: 13pt helvetica, sans-serif;  
	font-weight: bold;
	text-align: left;
	color: #E58E19;
	line-height: 1.2em;
	}

h1.city { 
	margin: 1em 0% 0em 0%;
	font: 16pt helvetica, sans-serif;  
	font-weight: bold;
	text-align: left;
	color: #E58E19;
	line-height: 1.2em;
	}

h2 { 
	margin: 0.5em 0% 0.5em 0%;
	font: 13pt helvetica, sans-serif; 
	font-weight: bold;
	text-align: left;
	color: #666;
	line-height: 1.2em;
	}	

h2.profile { 
	margin: 0.5em 0% 0.5em 0%;
	font: 13pt helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	color: #0052A0;
	line-height: 1.2em;
	}	

h2.services { 
	margin: 0.5em 0% 0.5em 0%;
	font: 11pt helvetica, sans-serif; 
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
	}	

h2.careers { 
	margin: 0.5em 0% 0.5em 0%;
	font: 12pt helvetica, sans-serif; 
	font-weight: bold;
	color: #51472E;
	line-height: 1.2em;
	}	
	
a:link { 
	text-decoration: none;
	background: transparent;
	color: #E58E19;
	}
a:visited { 
	text-decoration: none; 
	background: transparent;
	color: #222;
	}
a:hover, a:active { 
	text-decoration: none; 
	background: transparent; 
	color: #aaa;
	}

/* specific divs */

#arrow {width: 50px;
	height: 50px;
	position: relative;
	top: 5px;
	left: 10px;
	background: #fff;
	}

#content {width: 1024px;
	height: 1000px;
	position: relative;
	top: 60px;
	padding-top: 20px;
	background: #FAEBD7;
	border: solid 1px #E58E19;
	}
	
#content2 {width: 1024px;
	height: 1400px;
	position: relative;
	top: 60px;
	padding-top: 20px;
	background: #FAEBD7;
	border: solid 1px #E58E19;
	}

#homecontent {width: 1024px;
	padding-top: 100px;
	height: 450px;
	position: relative;
	top: 60px;
	background: #FAEBD7;
	border: solid 1px #E58E19;
	}

#homefooter {position: relative;
	background: #fff;
	left: 0px;
	top: 100px;
	height: 80px;
	width: 1024px;
	border-top: solid 1px #E58E19;
	border-bottom: solid 1px #E58E19;
	}
	
#homefooter p {margin: 0.5em 0% 0em 0%;
	font: 8pt verdana; 
	text-align: center;
	line-height: 1.3em;
	color: #777;
}

#footer {position: absolute;
	background: #fff;
	left: 0px;
	top: 850px;
	height: 130px;
	width: 1024px;
	border-top: solid 1px #E58E19;
}
	
#footer p {margin: 0.5em 0% 0em 0%;
	font: 8pt verdana; 
	text-align: center;
	line-height: 1.3em;
	color: #777;
}

#footer2 {position: absolute;
	background: #fff;
	left: 0px;
	top: 1250px;
	height: 130px;
	width: 1024px;
	border-top: solid 1px #E58E19;
}
	
#footer2 p {margin: 0.5em 0% 0em 0%;
	font: 8pt verdana; 
	text-align: center;
	line-height: 1.3em;
	color: #777;
}

#rightbox {position: absolute;
	left: 340px;
	top: 100px;
	width: 600px;
	z-index: 1;
	}

#rightbox2 {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 900px;
	z-index: 1;
	height: 1px;
	}

#wrapper {width: 1000px;
margin-left: auto;
margin-right: auto;
}

p.left { margin: 0em 0% 1em 0%;
	font: 10pt arial; 
	float: left;
	line-height: 1.3em;
	color: #51472E;
	}

p.center { margin: 0em 0% 1em 0%;
	font: 10pt arial; 
	text-align: center;
	line-height: 1.3em;
	color: #0052A0;
	}

p.info { margin: 0em 0% 1em 0%;
	font: 10pt arial; 
	text-align: left;
	line-height: 1.2em;
	color: #333;
	}

img.right  { margin: 0em 1% 0em 1%;  
	float: right;
	}

img.left  { margin: 0em 1% 0em 0%;  
	float: left;
	}
	
