/*********/
/* RESET */
/*********/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html {
	color: #272727;
	font-size: 16px;
	font-family: "FrutigerSAINRmv1Roman";
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr {
	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;
}
ul
{
    list-style-type: disc;
}
li {
	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;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}
/********/
/* FONT */
/********/
@font-face {
    font-family: 'FrutigerSBINBdv1Bold';
    src: url('frutsb-webfont.eot');
    src: url('frutsb-webfont.eot?#iefix') format('embedded-opentype'),
         url('frutsb-webfont.woff') format('woff'),
         url('frutsb-webfont.ttf') format('truetype'),
         url('frutsb-webfont.svg#FrutigerSBINBdv1Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerSAINRmv1Roman';
    src: url('frutsr-webfont.eot');
    src: url('frutsr-webfont.eot?#iefix') format('embedded-opentype'),
         url('frutsr-webfont.woff') format('woff'),
         url('frutsr-webfont.ttf') format('truetype'),
         url('frutsr-webfont.svg#FrutigerSAINRmv1Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}
.glouc {
	font-family: "FrutigerSBINBdv1Bold";
	font-size: 20px;
	padding-left: 40px;
	font-style: italic;
}
.large {
	font-size: 30px;
}
.xxlarge {
	font-size: 46px;
}
.text_r {
	text-align: right;
}
.text_c {
	text-align: center;
}
.text_l {
	text-align: left;
}
.caps {
	text-transform: uppercase;
}
strong {
	font-weight: 800;
}
h1, h2 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
/********/
/* MAIN */
/********/
#container {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
}
#header {
	position: relative;
	overflow: hidden;
	height: 140px;
}
#tagline {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#9f4e00;
	position:absolute;
	top:20px;
	left:380px;
	height:20px;

}
#nav {
	width: 595px;
	padding-top: 95px;
	font-weight: bold;
	font-size: 16px;
}
#nav li {
	float: left;
	padding-left: 90px;
}
#nav #tagline li {
    float: left;
    margin: 10px 0;
    padding-left: 0;
    width: 45%;
}
#nav a {
	color: #000;
}
#intro {
	color: #FFF;
margin-top:5px;


}
#intro h1
{
   
    font-size: 36px;
    font-weight: bold;
    margin: 15px 0 0;
}
.home #intro {
	height: 240px;
	padding: 21px 0 0 41px;
	background: no-repeat 95% 0 url('/images/bg_intro.png');
}
#intro p {
	width: 355px;
}
#content {
	padding-top: 30px;
}
.col {
	width: 240px;
}
.col_big {
	width: 500px;
	min-height: 500px;
}
.col_big ul
{
    list-style-type: disc;
}
.col_big ul ul
{
    list-style-type: circle;
}
.col, .col_big {
	margin-left: 20px;
	float: left;
}
/*************/
/* ROLLOVERS */
/*************/
a:hover {
	text-decoration: underline;
}
/************/
/* ELEMENTS */
/************/
body {
	background: url('/images/bg.png') repeat-x #E6E6E6;
}
body.home {
	background: url('/images/bg_home.png') repeat-x #E6E6E6;
}
a {
	text-decoration: none;
}
p {
	margin: 15px 0;
}
/***********/
/* CLASSES */
/***********/
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
#content ul ul
{
    padding-left: 20px;    
}
#content ul ul li
{
    list-style-type: circle;
}
.disc
{
    float: left;
    font-weight: bold;
}
.servicelist
{
   font-weight: bold;
   padding-left:20px;   
}
.servicelist li
{
   list-style-type:none;
    
}