/*  
Theme Name: osyb 
Theme URI: http://www.osyb.com/ 
Description: The www.osby.com site style.
Version: 1.0 
Author: Ben Beverly 
Author URI: http://www.commonmind.com/
*/

body {
  background-color: #FFFFFF;
  background-image: url(/images/page_background2.gif);
  background-repeat: repeat-x; 
  background-position: top left;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

a { color: #335251; }
a:link { color: #335251; }
a:visited { color: #335251; }
a:active { color: #335251; }
a:hover { color: #335251; }

div#page {
  position: static;
  border: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  width: 908px;
}

/** some magic going on with all the auto margins **/

div#header {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(/images/page_background2.gif);
  background-repeat: repeat-x; 
  background-position: top left;
  height: 177px;
  padding: 0px;
  border: 0px;
  border-style: solid;
  border-color: white;
  width: 900px;
  text-align: left;
}

h2#logo {
  float: left;
  display: block;
  width: 516px;
  height: 68px;
  border: 0px;
  margin: 38px 0px 14px 0px;
  padding: 0px;
  background: url('/images/header/logo.gif') 0 0 no-repeat;
}

h2#logo a {
  display: block;
  width: 516px;
  height: 68px;
  background: url('/images/header/logo.gif') 0 0 no-repeat;
  text-indent: -1200px;
  overflow: hidden;
}

h3#phonenumber {
  display: block;
  float: right;
  width: 312px;
  height: 120px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: url('/images/header/phonenumber.jpg') 0 0 no-repeat;
  text-indent: -1200px;
  overflow: hidden;
}

h3#nophonenumber {
  display: block;
  float: right;
  width: 292px;
  height: 120px;
  border: 0px;
  padding: 44px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  background: url('/images/header/nophone2.jpg') 0 0 no-repeat;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

h3#nophonenumber div {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 1px;
  font-size: 1px;
  text-indent: -3000px;
  overflow: hidden;
}

div#outer {
  position: relative;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  width: 900px;
  text-align: left;
}

#content {
  border: 0px;
  margin: 0px;
  width: 100%;
  margin:  0px auto;
  overflow: auto;
  padding: 0px 1px;
  line-height: 1em;
  height: 100%;
  min-height: 600px;
}

/** the classes below are for www.alistapart.com articles fauxabsolutepositioning **/

.line {
  border: 0px;
  padding: 4px 1px;
  margin: 0px;
  width: 88%;
  position: relative;
  float: left;
  display: block;
  line-height: 1em;
}

.column_full {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 100%;
  margin-left: -750px;
  float: left;
  width: 100%;
  overflow: hidden;
  line-height: 1em;
}

.column_half_first {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 100%;
  margin-left: -750px;
  float: left;
  width: 50%;
  overflow: hidden;
  line-height: 1em;
}

.column_half_second {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 100%;
  margin-left: -340px;
  float: left;
  overflow: hidden;
  width: 50%;
  line-height: 1em;
}

.column_core { 
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.highlights {
  width: 396px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  background: #F4F1EA url(/images/highlightbox_bottom.gif) no-repeat bottom left;
}

.highlights div {
  margin: 0px;
  padding: 10px 0px 0px 0px !important;
  background: #F4F1EA url(/images/highlightbox_top.gif) no-repeat top left;
}

h4 {
  border: 0px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0em;
}

h1 {
  border: 0px;
  margin: 10px 25px;
  padding: 0px;
  text-align: left;
  color: #335251;
  font-size: 19px;
  line-height: 1em;
}

h2 {
  border: 0px;
  margin: 6px 25px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
}

h2 a { text-decoration: none !important; }

h3 {
  border: 0px;
  margin: 8px 25px;
  padding: 0px;
  font-size: 13px;
  line-height: 1em;
}

#content p {
  margin: 8px 25px;
  border: 0px;
  padding: 0px;
  color: #000000;
  font-size: 13px;
  line-height: 130%;
}

#content ul {
  margin: 8px 0px 8px 26px;
  border: 0px;
  padding: 0px 0px 0px 26px;
  list-style-image: url("images/bullet.gif");
  line-height: 130%;
}

#content ul li {
  margin: 0px;
  border: 0px;
  padding: 2px 0px;
  line-height: 130%;
}

#content ul li ul {
  margin: 8px 0px 8px 14px;
  border: 0px;
  padding: 0px 0px 0px 14px;
}

#content ol {
  margin: 8px 0px 8px 26px;
  border: 0px;
  padding: 0px 0px 0px 26px;
  line-height: 130%;
}

#content ol li {
  margin: 0px;
  border: 0px;
  padding: 2px 0px;
  line-height: 130%;
}

#content dl {
  margin: 8px 12px;
  border: 0px;
  padding: 0px 0px 0px 14px;
  line-height: 130%;
}

#content dl dt {
  margin: 0px;
  border: 0px;
  padding: 2px 0px;
  line-height: 130%;
  font-weight: bold;
}

#content dl dd {
  margin: 0px;
  border: 0px;
  padding: 2px 16px 14px 16px;
  line-height: 130%;
}

#content pre {
  font-size: larger;
}

#content blockquote {
	line-height: 150%;
}


#navigation {
  display: block;
  width: 900px;
}

ul#topnav {
  display: block;
  width: 900px;
  height: 32px;
  background-image: url(/images/header/nav_background.jpg);
  background-repeat: no-repeat; 
  background-position: top left;
  border: 0px;
  border-top: 4px solid #3A5553;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: absolute;
  top: 122px;
  z-index: 100;
}

ul#topnav li {
  float: left;
  height: 32px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
}

ul#topnav li a {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 32px; width: 65px;
  overflow:hidden;
  text-decoration: none;
  text-indent: -1200em;
}

ul#topnav li a:hover {
  background-image: none;
}

ul#topnav li:hover a {
  background-image: none;
}

#home { background: url('/images/header/topnav_home.jpg') right top no-repeat; width: 90px; }
#home a { background: url('/images/header/topnav_home.jpg') right -32px no-repeat; width: 90px !important; }
#services { background: url('/images/header/topnav_services.jpg') top left no-repeat; width: 85px; }
#services a { background: url('/images/header/topnav_services.jpg') 0px -32px no-repeat; width: 85px !important; }
#theosybadvantage { background: url('/images/header/topnav_theosybadvantage.jpg') top left no-repeat; width: 163px; }
#theosybadvantage a { background: url('/images/header/topnav_theosybadvantage.jpg') 0px -32px no-repeat; width: 163px !important; }
#cparesources { background: url('/images/header/topnav_cparesources.jpg') top left no-repeat; width: 128px; }
#cparesources a { background: url('/images/header/topnav_cparesources.jpg') 0px -32px no-repeat; width: 128px !important; }
#howitworks { background: url('/images/header/topnav_howitworks.jpg') top left no-repeat; width: 118px; }
#howitworks a { background: url('/images/header/topnav_howitworks.jpg') 0px -32px no-repeat; width: 118px !important; }
#resources { background: url('/images/header/topnav_resources.jpg') top left no-repeat; width: 98px; }
#resources a { background: url('/images/header/topnav_resources.jpg') 0px -32px no-repeat; width: 98px !important; }
#about { background: url('/images/header/topnav_about.jpg') top left no-repeat; width: 68px; }
#about a { background: url('/images/header/topnav_about.jpg') 0px -32px no-repeat; width: 68px !important; }
#contact { background: url('/images/header/topnav_contact.jpg') top left no-repeat; width: 82px; }
#contact a { background: url('/images/header/topnav_contact.jpg') 0px -32px no-repeat; width: 82px !important; }
#whyosyb { background: url('/images/header/topnav_whyosyb.jpg') top left no-repeat; width: 91px; }
#whyosyb a { background: url('/images/header/topnav_whyosyb.jpg') 0px -32px no-repeat; width: 91px !important; }
#blog { background: url('/images/header/topnav_blog.jpg') top left no-repeat; width: 58px; }
#blog a { background: url('/images/header/topnav_blog.jpg') 0px -32px no-repeat; width: 58px !important; }
#whatclientssay { background: url('/images/header/topnav_whatclientssay.jpg') top left no-repeat; width: 142px; }
#whatclientssay a { background: url('/images/header/topnav_whatclientssay.jpg') 0px -32px no-repeat; width: 142px !important; }



#topnav li ul { /* second-level lists */
  position: absolute;
  width: 176px !important;
  background: #F5F5F5;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  list-style-type: none;
  border: 0px;
  margin: -4px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
}

#topnav li ul li { /* all list items */
  float: left;
  width: 176px !important;
  height: auto;
  border: 0px;
  margin: 0px;
  background-image: none;
}

#topnav li ul li a { /* all list items */
  width: 176px !important;
  height: auto;
  text-indent: .85em;
  border: 0px;
  margin: 0px;
  padding: 4px 0px;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  background-image: none;
  text-decoration: none;
}

ul#topnav li ul li a:hover {
  background-color: #DDDDDD;
}

#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

.fieldlabels {
  text-align: right;
}

input, select {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  padding: 2px;
  margin: 0px;
  font-size: 13px;
}

select {
  margin: 2px 4px;
}

fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px 8px;
}

fieldset label {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  line-height: 2em;
}

fieldset input {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 0px !important;
  padding: 2px;
  line-height: 1.35em;
  text-align: left;
}

textarea, textarea[id="comment-text"] {
  font-size: 13px;
}

hr {
border: 1px solid #FFFFFF; border-top: 1px dotted #CCCCCC; margin: 24px 0px; padding: 0px; background: #FFFFFF; text-align: left;
}

table {
  border: 0px;
  border-collapse: collapse;
  margin: 8px 25px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 130%;
  text-align: left;
}

form {
  margin: 8px 25px;
  border: 0px;
  padding: 0px;
  color: #000000;
  font-size: 13px;
  line-height: 130%;
}

form table {
  border: 0px;
  border-collapse: collapse;
  margin: 8px 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 130%;
  text-align: left;
}

form table tbody tr th { background-color: #FFFFFF; padding: 2px 6px; }
form table tbody tr td { background-color: #FFFFFF; padding: 2px 6px; }

table caption {
}

table tbody tr th {
  border: 1px solid white;
  margin: 0px;
  padding: 6px 16px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  background-color: #FFE8AC;
  background-color: #FFF1CB;
  background: #F4F1EA;
}

table tbody tr td {
  border: 1px solid white;
  margin: 0px;
  padding: 6px 16px;
  vertical-align: top;
  background-color: #F9F7F3;
}

table tbody tr td input {
  margin: 1px 4px;
}

table tbody tr td ul {
  margin: 0px 16px 0px 16px !important;
  border: 0px;
  padding: 0px 16px 0px 16px !important;
  list-style-image: url("images/bullet.gif");
}

table tbody tr td ul li input, .radio {
  border: 0px;
  margin: 0px 4px;
  padding: 0px;
  background-color: #F6F5EF;
}

table tbody tr td textarea {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 1px 0px;
  padding: 2px;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
  text-align: left;
  overflow: auto;
  width: 280px;
}

.sub-link { border: 0px; float: right; margin: 0px 32px 0px 0px; }
.sub-link2 { border: 0px; float: left; margin: 0px 32px 0px 0px; }

#footer {
  position: relative;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 0px;
  padding: 0px;
  width: 900px;
  text-align: left;
  background-color: #F9F7F3;
  clear: both;
}

#footer p {
/** width: 528px; **/
  width: 800px;
  border: 0px;
  padding: 25px 50px;
  margin: 0px;
}

.alert {
  color: #BF6C00;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icon_pdf.gif) no-repeat center right;
}

a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(/images/icon_mailto.gif) no-repeat center right;
}

sup { font-size: .7em; line-height: .7em; }

.column_half_home {
  background: #313131;
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 100%;
  margin-left: -770px;
  float: left;
  width: 69%;
  overflow: hidden;
  line-height: 1em;
}
.column_half_homesecond {
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 100%;
  margin-left: -200px;
  float: left;
  overflow: hidden;
  width: 31%;
  line-height: 1em;
}
.home_main_callout {
 padding: 32px 32px 22px 32px; 
}
.home_main_callout h1 {
  margin: 0px;
  border: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
}
.home_main_callout h2 {
  margin: 0px 0px 16px 0px;
  border: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  color: #FFEBB5;
  font-size: 26px;
  line-height: 29px;
}
#home_main_callout_links {
  margin: 14px 0px !important;
  border: 0px;
  padding: 0px !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  list-style-type: none !important;
  list-style-image: none !important;
}
#home_main_callout_links li {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
#home_main_callout_links li a {
  margin: 0px;
  border: 0px;
  padding: 7px 10px;
  color: #FFFFFF;
  line-height: 33px;
  text-decoration: none;
}
#home_main_callout_links li a:hover { background: #999999 !important; }
#home_main_callout_links li a:active { background: #999999 !important; }
#home_main_callout_request {
  margin: 22px 0px 0px 0px;
  border: 0px;
  padding: 0px;
  text-align: right;
}
#home_main_callout_request a {
  margin: 0px;
  border: 0px;
  padding: 8px 12px;
  background: #506A6B;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-decoration: none;
}
#home_main_callout_request a:hover { background: #728C8B; }
#home_main_callout_request a:active { background: #728C8B; }
#customer_login {
  margin: 0px 0px 6px 0px;
  border: 0px;
  padding: 0px;
  text-align: right;
}
#customer_login a {
  margin: 0px;
  border: 0px;
  padding: 7px 10px;
  background: #506A6B;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 33px;
  text-decoration: none;
}
#customer_login a:hover { background: #728C8B; }
#customer_login a:active { background: #728C8B; }
.home_main_explanation {
  margin: 0px;
  border: 0px;
  padding: 16px 32px;
  background: #4D4635;
  font-family: Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 130%;
}
.right_home_features {
  margin: 0px;
  border-top: 1px solid #EFEFEF;
  padding: 18px 0px;
}
.right_home_features h2 { margin: 0px 10px !important; }
.right_home_features p {
  border: 0px;
  margin: 8px 10px !important;
  padding: 0px;
}
.home_quote {
  padding: 12px 0px;
  font-size: 16px !important;
  line-height: 1.3em;
  font-style: italic !important;
}
div#bookkeeping_home {
  background: #F9F7F3;
  border-bottom: 1px solid #EFEFEF;
}
small { line-height: 130%; }

