@charset "UTF-8";
/*****
Global Settings
VER: 1.0
DATE: 5.20.09
NOTES: Default setup, no changes yet!
REVISIONS: Rigby
*****/

/* Import the reset file and layout parts first */
@import url('reset.css');
@import url('layout.css');
@import url('form.css');
 
body {
background: #fff;
font: 12px/1.25em Tahoma, Arial, Helvetica, sans-serif;
line-height: 18px;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
color: #2b4c5d;
font-family: Geneva, Tahoma, sans-serif;
font-weight: normal;
text-transform: uppercase;
margin: 0;
padding-bottom: 11px;
}
 
h1 {
font-size: 16px;
}
 
h2 {
font-size: 14px;
}
 
h3 {
font-size: 13px;
}

h4 { font-size: 1em; }

.titleBar { text-align: right; margin-bottom: 20px; }

#home h1, #home h2, #home h3, #home h4 { color: #996e2c; }

.FB { background: transparent url(../images/fb_icon.png) no-repeat left 0; min-height: 44px; padding: 12px 0 0 50px; }

.TWT { background: transparent url(../images/twt_icon.png) no-repeat left 0; min-height: 44px; padding: 12px 0 0 50px; margin-top: -12px; }

.jobTitle { font-size: 80%; }
 
/***** Common Formatting *****/
 
p, ul, ol { margin: 0; padding: 0 0 1.25em 0; }
 
ul, ol { padding: 0 0 1.25em 1.5em; }
 
blockquote { margin: 1.25em; padding: 1.25em 1.25em 0 1.25em; }

cite { font-size: 0.85em; font-style: italic; padding: 0.5em 0; }
 
small { font-size: 0.85em; }
 
sup { bottom: 0.3em; position: relative; vertical-align: baseline; }
 
sub { bottom: -0.2em; position: relative; vertical-align: baseline; }
 
acronym, abbr { cursor: help; border-bottom: 1px dashed; letter-spacing: 1px; }

dt { color: #092331; }
dd { margin-bottom: 12px; }

dl.faqs dt { font-weight: bold; margin-bottom: 4px; }
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
}

a:link { color: #2b4c5d; }

a:visited { color: #2b4c5d; }

a:hover { color: #007bba; }

a img { border: 0; }

a.active { color: #703607; }

/***** More Links *****/

#homeContent a:link { color: #996e2c; }

#homeContent a:visited { color: #996e2c; }

#homeContent a:hover { color: #b68842; }

a.top { background: transparent url(../images/top_link.png) no-repeat right 50%; margin-left: 25px; padding-right: 15px; }

#footer a:link {  }

/***** Custom Elements *****/

#contactList {
list-style: none;
margin: 0;
padding: 0;
}

.colHdr { margin-top: 10px; }

.bioPic { background: #fff; border: 1px solid #c3aa81; margin-bottom: 12px;padding: 6px; }

.jobTitle { display: block; font-size: 13px; }

.phone_icon, .fax_icon, .email_icon { background: transparent url(../images/contact_icons.gif) no-repeat; padding-left: 15px; }
.phone_icon { background: transparent url(../images/contact_icons.gif) no-repeat 0 4px; }
.fax_icon { background: transparent url(../images/contact_icons.gif) no-repeat 0 -14px; }
.email_icon { background: transparent url(../images/contact_icons.gif) no-repeat 0 -32px; }
 
/***** Tables *****/
 
table {
border: 0;
margin: 0 0 1.25em 0;
padding: 0;
}
 
table tr td {
padding: 2px;
}
 
/***** Global Classes *****/
 
.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
 
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }
.mGrey			{ color: #878787; }
.drk			{ color: #092331; }
 
.wrap          { width: 960px; margin: 0 auto; }
 
.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
 
.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

.quote			{ font-family:Georgia, "Times New Roman", Times, serif; font-style: italic; padding: 0 20px 15px 20px; }
.author			{ color: #092331; font-family:Georgia, "Times New Roman", Times, serif; font-size: 13px; }
.redTxt			{ color: #943438; }

.paidFor {
border: 1px solid #ccc;
color: #ccc;
display: inline;
font-size: 75%;
margin: 0;
padding: 4px;
text-align: center;
text-transform: uppercase;
}

.tweet { background: transparent url(../images/twitter_bkg.png) no-repeat 0 0; color:#fafafa; margin-top: -18px; padding: 15px; height: 97px; }

.tweet .tweet_list {
list-style-type: none;
margin: 0;
padding: 0;
}

.tweet .tweet_list li {
overflow: auto;
}

.tweet_text {
font-style: italic;
font-size: 13px;
}

.tweet .tweet_list li a { color: #996e2c; }

.tweet .tweet_list .tweet_even { background: none; }

.tweet .tweet_list .tweet_avatar {
padding-right: .5em;
float: left;
}

.tweet .tweet_list .tweet_avatar img { vertical-align: middle; }
