﻿/* --
Merrimac Main Style Sheet
*/

/* HTML Defaults */
body { background: #fff url(/images/bg_body.jpg) repeat-x; border-top: 2px solid #900; color: #333; font: normal 13px "Segoe UI" , Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0 0 15px; }
h3, h4, h5 { margin: 0 0 2px; }
h1 { color: #900; font-size: 22px; line-height: 28px; }
h2 { color: #900; font-size: 16px; line-height: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; font-weight: bold; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
input a, a, a:visited { color: #e0511a; text-decoration: none; }
a:hover, a:active { color: #900; text-decoration: underline; }
#content #main p a:visited, #content #main ul a:visited, #content #main ol a:visited { color: #966; text-decoration: none; }

/* Common Classes */
.clear { clear: both; }
.arrow { background: url(/images/icons_sprite.gif) no-repeat; padding-right: 12px; position: relative; }
.arrow.orange { background-position: 100% 7px; }
.arrow.dgray { background-position: 100% -43px; }
.arrow.lgray { background-position: 100% -93px; }
.arrow.white { background-position: 100% -143px; }
.button { display: block; font-size: 12px; height: 29px; line-height: 29px; text-align: center; }
.button:hover { text-decoration: none; }
.button.red, .button.red:visited { color: #eee; background: #900 url(/images/bg_button.gif) repeat-x; border: 1px solid #900; }
.button.red:hover { color: #fff; background-position: 0 -29px; }
.button.gray, .button.gray:visited { color: #666; background: #eee url(/images/bg_button.gif) 0 -58px repeat-x; border: 1px solid #ccc; }
.button.gray:hover { color: #333; background-position: 0 -87px; }
.button span { font-weight: bold; }
.floatleft { float: left; margin-right: 15px; }
.floatright { float: right; margin-left: 15px; }

/* Forms */
.fieldlabel { width: 110px; padding: 0 10px 5px 0; text-align: right; vertical-align: top; }
.fieldlabelbox { width: 290px; }
input.fieldlabelbox { border: 1px solid #ccc; margin-bottom: 10px; padding: 4px; }
.fieldlabelboxlarge { width: 410px; height: 73px; margin-bottom: 10px; border: 1px solid #ccc; padding: 4px; }
input.submit_btn { cursor: pointer; margin-left: 140px; }

/* General Layouts/Columns */
#site_wrap { margin: 0 auto 30px; width: 960px; background: url(/images/header_separator.png) left 86px no-repeat; }
#page_wrap { margin: 0 auto; width: 885px; }
#content { float: left; width: 100%; padding-top: 2px; }
#content .inner { float: left; width: 865px; padding: 17px 20px 20px 0; background: #fff url(/images/bg_sidebar_fade.gif) 10px 0 repeat-y; }
#content #intro { float: left; width: 424px; }
#content #solutions { float: right; width: 424px; }
#content #main { float: right; width: 635px; }
#content #sidebar { float: left; width: 210px; }
#content #sidebar { font-size: 11px; color: #666; }
#content #sidebar #sidebar_content { padding: 0 15px; }
#content p, #content ol, #content ul, #content table { margin: 0 0 15px; line-height: 20px; }
#content ol, #content ul { list-style: square; margin-left: 30px; }

/* Header */
#header { height: 87px; position: relative; }
#header #logo { position: absolute; left: 0; top: 12px; }
#header #logo a { display: block; height: 60px; width: 97px; }
#header #header_links { position: absolute; top: 10px; right: 0; }
#header #header_links li { display: inline; float: left; border-right: 1px solid #ccc; padding: 0 10px; }
#header #header_links li.last { border: none; padding-right: 0; }
#header #header_links a { color: #777; float: left; font-size: 11px; }
#header #navigation { position: absolute; overflow: hidden; bottom: 4px; right: 0; }
#header #navigation li { background: url(/images/nav_separator.png) right center no-repeat; display: inline; float: left; padding: 0 24px; }
#header #navigation li.last { background: none; padding-right: 0; }
#header #navigation a { color: #900; display: block; float: left; font-size: 15px; height: 25px; line-height: 25px; }
#header #navigation .last a { background: none; }
#header #navigation a:hover { color: #e0511a; text-decoration: none; }

/* Home Page */
#home_lead { height: 242px; position: relative; }
#home_lead h3 { position: absolute; top: 15px; right: 3px; font-size: 14px; padding: 2px 7px; background: #f1f1f1; }
#home_lead h3 span { color: #e0511a; }
#home_lead .main_img { width: 893px; padding-bottom: 10px; background: url(/images/home_lead_img_shadow.png) no-repeat; position: relative; left: -4px; }
#home_lead .main_img img { display: block; margin: 0 auto; }
#home_lead .callout { position: absolute; bottom: 36px; }
#home_lead .callout a { display: block; background: url(/images/lead_box.png) no-repeat; color: #fff; width: 251px; height: 80px; padding: 10px 12px; overflow: hidden; }
#home_lead .callout a:hover { text-decoration: none; background-position: -275px 0; }
#home_lead .callout span { display: block; }
#home_lead .callout span.title { font-size: 16px; color: #e0511a; margin-bottom: 2px; }
#home_lead .callout span.desc { font-size: 13px; line-height: 17px; }
#home_lead .callout span.arrow.white { color: #fff; font-size: 12px; font-weight: bold; position: absolute; bottom: 3px; right: 14px; background-position: 100% -145px; }
#home_lead .left { left: 15px; }
#home_lead .center { left: 305px; }
#home_lead .right { right: 15px; }
#home { float: left; width: 100%; margin-bottom: 20px; background: url(/images/home_col_divider.gif) center bottom no-repeat; }
#home #intro a.arrow { white-space: nowrap; }
#home #intro h1 { margin-bottom: 5px; }
#home #intro h1 span { display: block; }
#home #intro h2 { margin-bottom: 10px; }
#home #intro ul.solutions { list-style: none; margin: 0; float: left; width: 100%; margin-bottom: 15px; line-height: 18px; }
#home #intro ul.solutions li { float: left; width: 200px; padding-left: 12px; font-size: 12px; background: url(/images/icons_sprite.gif) 0 -191px no-repeat; }
#home #intro #contact_btns { clear: both; height: 30px; margin-bottom: 20px; position: relative; }
#home #intro #contact_btns a { position: absolute; width: 200px; }
#home #intro #contact_btns a.left { left: 0; }
#home #intro #contact_btns a.right { right: 0; }
#home #intro #partners { background: #f3f3f3; padding: 10px 12px; }
#home #intro #partners h2 { color: #666; }
#home #intro #partners img { float: right; border: 1px solid #ccc; }
#home #intro #partners p { margin: 0; padding-right: 110px; }
#home #solutions ul { margin: 0; list-style: none; }
#home #solutions li { display: inline-block; position: relative; margin-bottom: 20px; }
#home #solutions li.last { margin: 0; }
#home #solutions img { position: absolute; top: 0; left: 0; border: 1px solid #ddd; padding: 1px; background: #fff; }
#home #solutions h2, #home #solutions p { margin: 0; padding-left: 65px; }
#home #solutions h2 { margin-bottom: 2px; }
#home #solutions p { color: #666; line-height: 18px; font-size: 12px; }
#home #solutions a.arrow { background-position: 100% 5px; }
#blog { clear: both; border-top: 1px solid #ddd; background: #f3f3f3; padding: 10px 12px; }
#blog h2 { color: #666; float: left; margin-top: 10px; height: 32px; line-height: 35px; padding-left: 50px; background: url(/images/talk_bubble.gif) no-repeat; }
#blog h6 { color: #999; }
#blog .latest_post { padding-left: 170px; }
#blog .latest_post p { margin: 0; }

/* Interior Left Nav */
#sidebar .leftnav { margin-bottom: 20px; }
#sidebar .leftnav ul { margin: 0; }
#sidebar .leftnav li { display: inline; }
#sidebar .leftnav ul { margin: 0; border-top: 1px solid #ccc; }
#sidebar .leftnav ul ul { border: none; margin-left: 15px; }
#sidebar .leftnav a:hover { text-decoration: none; border-left: 1px solid #999; background: #f3f3f3; }
#sidebar .leftnav ul a { font-weight: bold; display: block; font-size: 13px; background: #e5e5e5; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; color: #555; padding-left: 20px; height: 26px; line-height: 26px; margin: 0; }
#sidebar .leftnav ul .AspNet-TreeView-Selected a, #sidebar .leftnav ul .AspNet-TreeView-Selected a:hover { background: #fff; color: #e0511a; }
#sidebar .leftnav ul ul a { font-weight: normal; font-size: 12px; }
#sidebar .leftnav ul .AspNet-TreeView-Selected ul a { background: #e5e5e5; color: #444; }
#sidebar .leftnav ul .AspNet-TreeView-Selected ul a:hover { background: #f3f3f3; color: #222; }

/* Content Pages */
#sidebar p, #sidebar ol, #sidebar ul { line-height: 16px; }
#sidebar li { margin-bottom: 5px; }
#sidebar h5 { color: #900; margin-bottom: 8px; }
#sidebar h6 { color: #666; margin: 0; font-style: italic; font-weight: bold; }
#sidebar #contact_btns { margin-bottom: 20px; }
#sidebar #contact_btns a { margin-bottom: 10px; }
#sidebar #news { margin-bottom: 25px; }
#sidebar #blog_posts { margin-bottom: 25px; }
#main #breadcrumbs { color: #666; font-size: 12px; padding-bottom: 5px; margin: 8px 0 15px; background: url(/images/wide_gradient_line.gif) left bottom no-repeat; }
#main #breadcrumbs a { position: relative; padding-right: 12px; background: url(/images/icons_sprite.gif) 100% -45px no-repeat; }
#main h1 { color: #333; margin-bottom: 15px; font-size: 25px; }
#main h2 { color: #555; margin-bottom: 15px; }
#main h4 { font-weight: bold; }
#main img { border: 1px solid #ddd; background: #fff; }
#main .AspNet-TreeView ul ul { margin-bottom: 0; }
#main .main_sub_content { border-top: 1px solid #ccc; padding: 10px 0; float: left; width: 100%; clear: both; }
#main .main_sub_content .more_info { float: left; width: 50%; text-align: left; font-weight: bold; }
#main .main_sub_content .addthis_toolbox { display: inline-block; float: right; width: auto; font-size: 11px; }
#main .main_sub_content .addthis_toolbox .soc_media { float: left; margin-right: 5px; }
#main .main_sub_content .addthis_toolbox .soc_media img { border: none; }
#main .main_sub_content .addthis_toolbox .addthis_separator { color: #ccc; padding: 0 6px; }

/* Solutions Page */
ul#solutions_list { list-style: none; margin: 0; float: left; width: 100%; }
ul#solutions_list li { float: left; margin-bottom: 10px; }
ul#solutions_list li.sl_dr a { margin-left: 107px; }
ul#solutions_list a { display: block; width: 211px; text-align: center; padding: 15px 0; background: url(/images/solutions_shadow.jpg) no-repeat; }
ul#solutions_list a:hover { background-position: 0 -167px; }
ul#solutions_list img { display: block; margin: 0 auto 5px; }

/* Clients Page */
#featured_client { margin: 0 0 15px; width: 611px; padding: 10px 12px 0; float: left; background: #f3f3f3; }
#featured_client h2 { color: #666; }
#featured_client img { float: left; width: 94px; height: 30px; }
#featured_client h4, #featured_client h5, #featured_client p { padding-left: 110px; }
#featured_client h5 { color: #900; }
p.refine { clear: both; }
.client_row { clear: both; float: left; width: 100%; margin-bottom: 15px; }
.client_set { float: left; width: 50%; }
.client_resize { width: 250px; height: auto; border: none; }
.client_image { float: right; padding: 3px; }

/* Partners Page */
#partners_list h2 { border-bottom: 1px solid #ddd; padding-bottom: 5px; }
#partners_list ul { list-style: none; margin: 0; float: left; width: 100%; margin-bottom: 20px; }
#partners_list li { display: inline; float: left; padding: 8px 0; margin-bottom: 5px; }
#partners_list li img { height: 30px; width: 94px; float: left; margin-top: 2px; border: none; }
#partners_list li h4, #partners_list li p { padding-left: 110px; margin-bottom: 0; }
#partners_list li a { white-space: nowrap; }

/* Contact Us Page */
#map_request { float: right; width: 279px; }
#map_request img { display: block; margin: 0 0 10px; }
#map_request .button { clear: both; width: 277px; float: right; margin-bottom: 15px; }
.directions_list td { padding-bottom: 15px; }

/* Blog Page */
#blog_rss { display: block; margin-bottom: 15px; }
#blog_rss h5 { float: left; margin-right: 10px; }
#content table.calendarTable table { margin: 3px 0; }
table.calendarTable { border-collapse: collapse; border: 1px solid #ddd; }
table.calendarTable .weekRow td { border: 1px solid #ddd; }
tr.monthRow { background: #666; }
tr.monthRow a { color: #fff; }
td.inactiveDay:hover { background: #ccc; }
td.activeDay { background: #666; }
td.activeDay a { color: #fff; display: block; font-weight: bold; }
td.activeDay a:hover { background: #e0511a; text-decoration: none; }
h3.entryTitle { background: none; border: none; padding-bottom: 5px; font-size: 18px; }
div.entry { margin-bottom: 20px; border-bottom: 1px solid #ddd; }
div.entryFooter { text-align: left; font-size: 11px; color: #999; padding: 2px 0 5px; clear: both; }

/* Footer */
#footer { clear: both; border-top: 2px solid #900; }
#footer #footer_nav { float: left; width: auto; margin: 10px 0 10px; }
#footer #footer_nav li { border-left: 1px solid #ccc; display: inline; float: left; padding: 0 6px; }
#footer #footer_nav li.first { border: none; padding-left: 0; }
#footer #footer_nav a { color: #666; display: block; float: left; font-size: 12px; }
#footer #footer_nav a:hover { color: #999; }
#footer #certifications { float: right; width: 50%; text-align: right; margin-top: 10px; }
#footer #certifications h5 { display: inline; color: #999; position: relative; top: -5px; }
#footer #certifications img { margin-left: 10px; }
#footer #copyright { color: #999; clear: both; font-size: 11px; }
#footer #copyright a { color: #999; text-decoration: underline; }
