﻿html
{
	height:100%;
}
body
{
    font-size: 62.5%;
    font-family: 'Arial', 'Futura', sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    text-align: center;
    min-width: 995px;
	height:100%;
}
p
{
    padding: 0 0 14px 0;
    margin: 0;
    line-height: 1.5em;
}
ul
{
    padding: 0 0 15px 0;
    margin: 0 0 0 15px;
}
a:link, a:visited, a:active, a:hover
{
	color: #00264c;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
	border: none;
}
.spacer
{
    line-height: 1px;
    font-size: 1px;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height:0px;
}
.error
{
    color:Red;
}

/* ------------------------------------------------ */
/* Default Form Elements
/* ------------------------------------------------ */

form
{
    display: inline;
}
fieldset 
{
    border: 1px solid #ddd;
    padding: 0 15px 12px 15px;
    margin:0 0 1.5em 0;
}
legend 
{
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
legend a
{
    font-size: 0.8em;
}

/* ------------------------------------------------ */
/* Headings
/* ------------------------------------------------ */

h1
{
    font-size: 3em;
    margin: 0px;
    padding: 0 0 15px 0;
    font-weight: bold;
    font-family: 'Times New Roman', 'Garamond', serif;
}
h2
{
    font-size: 1.7em;
    margin: 0px;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Times New Roman', 'Garamond', serif;
}
h3
{
    font-size: 1.3em;
    margin: 0px;
    padding: 0 0 1px 0;
    font-weight: bold;
    font-family: 'Times New Roman', 'Garamond', serif;
}

/* ------------------------------------------------ */
/* Typography
/* ------------------------------------------------ */

.green {
	color:#00A14B;
}

.bottom {
	margin-bottom:-16px;
}

.italic {
	font-style:italic;
}

.author {
	padding-left:30px;
	margin-top:-15px;
}

/* ------------------------------------------------ */
/* Default Table Settings
/* ------------------------------------------------ */

table 
{
    border-collapse: collapse;
}

/* ------------------------------------------------ */
/* Primary Layout Elements
/* ------------------------------------------------ */

#site-background
{
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#wrapper
{
    width: 954px;
    position: relative;
    margin: 0 auto 0;
    padding: 0 0 25px 0;
    text-align: left;
	z-index: 2;
}
#site-background img
{
	width: 100%;
	height: 100%;
}
#content
{
	position: relative;
    width: 954px;
	margin: 0;
	font-size: 1.4em;
    z-index: 2;
}
#content-left
{
    float: left;
    width: 700px;
}
#content-right
{
    float: right;
    width: 210px;
}
#header
{
    position: relative;
    width: 954px;
    height: 171px;
	margin: 0;
	padding: 0;
    z-index: 3;
    background: url('/images/site-header2.png') no-repeat left top;
}
#header a#logo,
#header a#logo:hover
{
	display: block;
    position: absolute;
	left: 0px;
    top: 63px;
    width: 381px;
    height: 91px;
	text-indent: -9000px;
	text-decoration: none;
}
#header #phone
{
    position: absolute;
	left: 211px;
    top: 160px;
	color: #00264c;
	font-size: 1.4em;
}
#header #top-navigation
{
    position: absolute;
    left: 650px;
    top: 25px;
	font-size: 1.8em;
	color: #00264c;
}
#footer
{
    position: relative;
    width: 950px;
    height: 112px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    z-index: 4;
}

/* ------------------------------------------------ */
/* Main Menu
/* ------------------------------------------------ */

#header .main-navigation
{
    position: absolute;
	left: 403px;
    top: 94px;
}
#header .main-navigation a#services,
#header .main-navigation a#services:hover
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
    width: 102px;
	height: 33px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/main-navigation.png') no-repeat 0px 0px;
}
#header .main-navigation a#services:hover
{
	background-position: 0px -33px;
}
#header .main-navigation a#about,
#header .main-navigation a#about:hover
{
	display: block;
	position: absolute;
	left: 112px;
	top: 0px;
    width: 102px;
	height: 33px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/main-navigation.png') no-repeat -102px 0px;
}
#header .main-navigation a#about:hover
{
	background-position: -102px -33px;
}
#header .main-navigation a#clients,
#header .main-navigation a#clients:hover
{
	display: block;
	position: absolute;
	left: 224px;
	top: 0px;
    width: 102px;
	height: 33px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/main-navigation.png') no-repeat -204px 0px;
}
#header .main-navigation a#clients:hover
{
	background-position: -204px -33px;
}
#header .main-navigation a#contact,
#header .main-navigation a#contact:hover
{
	display: block;
	position: absolute;
	left: 336px;
	top: 0px;
    width: 102px;
	height: 33px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/main-navigation.png') no-repeat -306px 0px;
}
#header .main-navigation a#contact:hover
{
	background-position: -306px -33px;
}

#header .main-navigation a#home,
#header .main-navigation a#home:hover
{
	display: block;
	position: absolute;
	left: 448px;
	top: 0px;
    width: 102px;
	height: 33px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/main-navigation.png') no-repeat -408px 0px;
}
#header .main-navigation a#home:hover
{
	background-position: -408px -33px;
}

/* ------------------------------------------------ */
/* Home
/* ------------------------------------------------ */

#home-page-top
{
    width: 954px;
	height: 6px;
    margin: 0;
	padding: 0;
    background: url('/images/home-top-border.png') no-repeat left top;
}
#home-page
{
	position: relative;
    width: 954px;
	height: 513px;
    margin: 0;
	padding: 0;
    background: url('/images/home-middle-bg.jpg') no-repeat left top;
}
#home-page-bottom
{
    width: 954px;
	height: 30px;
    margin: 0;
	padding: 0;
    background: url('/images/home-bottom-border.png') no-repeat left top;
}
#home-page #left-quote
{
	position: absolute;
	left: 6px;
	top: 84px;
	width: 90px;
}

#home-page #left-quote p
{
	font-size: 1.2em;
	color: #fbface;
	text-align: center;
	padding-top:24px;
}

#home-page #bottom-left
{
	position: absolute;
	left: 40px;
	top: 400px;
	width: 528px;
	font-size: 1em;
	line-height: 1.3em;
	color: #ffffff;
}
#home-page #bottom-right
{
	position: absolute;
	left: 629px;
	top: 385px;
	width: 278px;
	color: #ffffff;
}
#home-page #bottom-right .col1
{
	float: left;
	width: 120px;
}
#home-page #bottom-right .col2
{
	float: left;
	width: 290px;
	margin: 0 0 0 12px;
	font-size: 0.9em;
}
#home-page #bottom-right .col2 ul 
{ 
  padding-bottom: 10px;
}
#home-page #bottom-right .col2 ul li a
{ 
  color: #ffffff;
}
#home-page #bottom-right .col2 p
{
    line-height: 1.3em;
	padding: 0 0 12px 0;
}
a.more
{
	color: #2690c4;
	font-size: 1.5em;
	line-height: 17px;
	padding: 0 30px 0 0;
	margin: 0 0 0 23px;
    background: url('/images/more-arrow.png') no-repeat right top;
}
a#home-banner-services,
a#home-banner-services:hover
{
	position: absolute;
	display: block;
	left: 539px;
	top: -94px;
    width: 80px;
	height: 464px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/home-banner-services2.png') no-repeat left top;
}
a#home-banner-aboutus,
a#home-banner-aboutus:hover
{
	position: absolute;
	display: block;
	left: 645px;
	top: -94px;
    width: 80px;
	height: 464px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/home-banner-aboutus.png') no-repeat left top;
}
a#home-banner-clients,
a#home-banner-clients:hover
{
	position: absolute;
	display: block;
	left: 760px;
	top: -94px;
    width: 80px;
	height: 464px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/home-banner-clients2.png') no-repeat left top;
}

a#home-banner-contact,
a#home-banner-contact:hover
{
	position: absolute;
	display: block;
	left: 873px;
	top: -94px;
    width: 80px;
	height: 464px;
    margin: 0;
	padding: 0;
	text-indent: -9000px;
    background: url('/images/home-banner-contactus.png') no-repeat left top;
}

a#home-banner-services:hover,
a#home-banner-clients:hover,
a#home-banner-aboutus:hover,
a#home-banner-contact:hover
{
	background-position: right top;
}

/* ------------------------------------------------ */
/* Common Secondary Pages
/* ------------------------------------------------ */

.secondary-page
{
	padding: 0 30px 30px 70px;
    background: url('/images/interior-bg.png') repeat-y left top;
}

p a {
  text-decoration: underline;
}

#picture {
	float:right;
	padding:15px;
}

#picture img.vert {
	width:250px;
}

#picture img.horiz {
	width:350px;
}

blockquote { 
  font-family: Georgia, serif; 
  font-size: 18px; 
  font-style: italic; 
  width: 750px; 
  margin: 0.25em 0; 
  padding: 0.25em 40px; 
  line-height: 1.45; 
  position: relative; 
  color: #383838; } 

blockquote:before { 
  display: block; 
  content: "\201C"; 
  font-size: 80px; 
  position: absolute; 
  left: -20px; 
  top: -20px; 
  color: #7a7a7a; } 
  
blockquote:after { 
  display: block; 
  content: "\201D"; 
  font-size: 80px; 
  float: right;
  position: relative; 
  left: 2px; 
  top: -23px; 
  color: #7a7a7a; }   

cite { 
  color: #999999; 
  font-size: 14px; 
  display: block; 
  margin-top: 5px;
  width: 750px; }   

cite:before { 
  content: "\2014 \2009"; 
  } 

/* ------------------------------------------------ */
/* Contact
/* ------------------------------------------------ */

#contact-page
{
}

/* ------------------------------------------------ */
/* About
/* ------------------------------------------------ */

#about-page
{
}

/* ------------------------------------------------ */
/* Services
/* ------------------------------------------------ */

#services-page
{
	position:relative;
}

/* ------------------------------------------------ */
/* Clients
/* ------------------------------------------------ */

#clients-page
{
}

/* ------------------------------------------------ */
/* Resources
/* ------------------------------------------------ */

#resources-page
{
}