/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
body
{
	font-family:Verdana, Geneva, sans-serif;
	color:#505150;
	font-size:8pt;
	line-height: 18pt;
	background-color:#ffffff;
}

h2, h3
{
	color:#f2662b;
	font-weight:bold;
	margin-left:6px;
	font-size:20pt;
	line-height: 25pt;
	margin-top:15px;
}

h3
{
	font-size:15pt;
	line-height: 20pt;
	margin-top:15px;
}

p
{
	margin-left:34px;
	margin-right:18px;	
}
#container
{
	margin-left:auto;
	margin-right:auto;
	width:912px;
}

#header
{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:912px;
	height:386px;
}
#header h1
{
	display:none;
}
.content
{
	width:647px;
	float:left;
}
.hire
{
	width:265px;
	float:left;
}
.hire p
{
	margin-left:19px;
	margin-top:14px;
}
.copy
{
    color:#d4c5b4;
    text-align:right;
}
.copy a
{
    color:#d4c5b4;
    text-decoration:none;
}
.copy a:hover
{
    color:#f2662b;
}
.maps{
text-align:center;
width:600px;
	margin-left:34px;
	margin-right:18px;	
}
.breadcrumb
{
    color:#d4c5b4;
    font-weight:bold;
	font-size:10pt;
    text-decoration:none;
}
.breadcrumb:hover
{
    color:#f2662b;
}

.big
{
	margin-left:34px;
	margin-right:18px;
}
td
{
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-color:#d4c5b4;
	border-bottom-style:solid;
}
.ind
{
 font-weight:bold;
 padding-right:10px;
}
.typ1
{
background-color:#fsadsdaf;
}
.no
{
	padding:0px;
	border-width:0px;
	padding-right:10px;
}
