/* 
  orange: #e2973b
  blue:   #1e3b74

*/

/* yui reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

body {
  font: normal 9pt/14pt 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida', 'Helvetica', sans-serif;
}
legend {
  font-weight: bold;
}
a {
  color: #e2973b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 1em 0;
}
h1 {
  font-size: 2em;
}
h2 {
  color: #1e3b74;
  font-size: 1.6em;
  margin: 1.4em 0 0 0;
}
em {
  font-weight: bold;
}
#wrapper {
  margin: 20px auto;
  width: 70em;
}
#content_wrapper {
  background: url(/images/bg_content_top.png) left top no-repeat;
  margin-left: 300px;
  padding: 20px 20px 50px 20px;
  position: relative;
  width: 472px;
}
#content_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
#navigation {
  font-size: 13pt;
  font-weight: bold;
  margin: 20px 0 20px 300px;  
  padding: 10px 0;
  overflow: hidden;
  width: 500px;
}
#navigation li {
  display: block;
  float: left;
  padding-left: 20px;
}
#navigation a {
  color: #ccc;
}
#navigation a:hover {
  color: #e2973b;
  text-decoration: underline;
}
#navigation a.current {
  color: #e2973b;
  text-decoration: none;
}
#footer {
  color: #666;
	margin: 50px 0;
  text-align: center;
}
#footer li {
  display: inline;
  margin-right: 2em;
  text-align: center;
}

#content {
  min-height: 400px;
}
* html #content {
  height: 400px;
}
#content img {
  border: 1px solid #e2973b;
  float: right;
  margin: 0 0 10px 10px;
}
#contact_wrapper {
  color: #333;
  float: left;
  font-size: 8pt;
  line-height: 14pt;
  margin-bottom: 16px;
  width: 300px;
}
#contact_wrapper .contact_info {
  margin: 30px 30px 30px 0;
  text-align: center;
}
#contact_wrapper .contact_info .phone {
  color: #1e3b74;
  font-size: 20pt;
  font-weight: bold;
  line-height: 1.2;
}
ul.about {
  list-style-type: disc;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
ul.about li {
  float: left;
  margin: 0 10px;
}
ul.about li.first {
  list-style-type: none;
  margin-left: 0;
}
.intro_header {
  display: inline;
  font-size: 9pt;
  font-weight: normal;
  margin: 1em 0;
}

/*
  Contact form
----------------------*/
form {
  margin: 1em 0;
}
input.text {
  width: 150px;
}
label {
  clear: left;
  display: block;
  margin: 5px 0;
}
label span, .label span {
  display: block;
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 100px;
}
textarea {
  width: 150px;
}
p.label label {
  clear: none;
  display: inline;
}
p.label label input {
  margin-right: 2px;
}
input.submit {
  display: block;
  margin-left: 105px;
}