/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/

/*html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
/*table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}*/

/*#######################
  Element Styles
#######################*/
body {
     font-size:14px;
     font-family: Helvetica, Arial, Verdana, sans-serif;
     color:#282828;
     background:#f4f3f3 url(/images/body_bg.jpg) left top repeat-x;
}
h1 {
     padding:5px 0 5px 30px;
     margin-bottom:19px;
     font-size:2em;
     color:#fff;
     background:url(/images/example_logo.png) left 50% no-repeat;
}
h2, h3, h4, h5, p, ul, ol, dl { margin:15px 0; }
h2, h3, h4, h5 { font-weight: bold; }
h2 {
    clear:both;
    font-size:1.75em;
    text-align:center;
    color:#ff9841;
    background:url(/images/headline_bg.jpg) left 50% no-repeat;
}
h3 {font-size:1.25em;}
h4 {font-size:1.15em;}
h5 {font-size:1em; color:gray;}
div,p { line-height:1.25em; font:normal 13px Verdana,Arial; color:#000; }
a {color:#1ab2c0; outline:none;}
a:hover {text-decoration:none;}
dt {margin:15px 0; font-weight:bold;}
dd {margin:5px 0 5px 15px;}
ol {margin-left:25px;}
.uldisc { margin-left:25px; list-style-type:disc; }
.objid { color:#1ab2c0; padding: 5px 5px 3px 0px; }
.popup {
    position: absolute;
    visibility: hidden;
    /*font: 13px/16px arial,helvetica,sans-serif;*/
    layer-background-color: yellow;
    width: 300px;
    background-color:#ffffcc;
    padding:5px;
    margin:0px;
    border:solid 1px #000;
    color:#000;
    line-height:1.2em;  /* This fixes the IE-only "peekaboo" bug */
    -moz-border-radius: .75em .75em .75em .75em;
}

/*#######################
  Visual Styles
#######################*/
.version_number{color:#888;font-size:18px;vertical-align:10px}
#product_price{float:right;height:80px;margin:0;position:relative;width:80px}

/*#######################
  Layout Styles
#######################*/

#wrapper { width:970px; padding:0 15px 15px 15px; margin:0 auto; }

#header { height:95px; padding:5px 0; margin-bottom:15px; }
#navigation {
    float:center;
    display:block;
    margin-right:5px;
}
#navigation li {
    float:left;
    display:inline;
    width:135px; height:39px;
    margin-right:5px;
    font-size:1.15em;
    text-transform:lowercase;
}
#navigation li a {
    display:block;
    width:135px;
    height:26px;
    padding-top: 13px;
    text-align:center;
    text-decoration:none;
    font-weight: bold;
    color:#fff;
    background:url(/images/nav_tab-135.png) left top no-repeat;
}
#navigation li a:hover {
    color:#408080;
    background:url(/images/active_nav_tab-135.png) left top no-repeat;
}

#navigation1 {
    float:center;
    display:block;
    margin-right:5px;
}
#navigation1 li {
    float:left;
    display:inline;
    width:100px; height:39px;
    margin-right:5px; font-size:1.15em;
    text-transform:lowercase;
}
#navigation1 li a {
    display:block;
    width:100px;
    height:26px;
    padding-top: 13px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    background:url(/images/nav_tab-135.png) left top no-repeat;
}
#navigation1 li a:hover {
    color:#408080;
    background:url(/images/active_nav_tab-135.png) left top no-repeat;
}

#content {float:center;}
.content p {line-height:1.25em}
.content ul {margin-left:25px; list-style-type:disc}
.content li {margin:10px 0}

#content #sub_navigation {width:980px; margin:0 0 15px 0;}
#content #sub_navigation li {float:left; display:inline; width:250px; margin:0 15px 15px 0; font-size:1.4em;}
#content #sub_navigation li a {display:block; padding:30px 0 30px 105px; color:#828181; text-decoration:none}
#content #sub_navigation #find {background:url(/images/magnifying_glass.png) left 50% no-repeat;}
#content #sub_navigation #seo_reports {background:url(/images/chart_icon.png) left 50% no-repeat;}
#content #sub_navigation #security {background:url(/images/lock_icon.png) left 50% no-repeat;}

.two_columns {float:center; display:block; width:450px; margin:15px}
.two_three_columns { float:center; display:block; width:610px; margin:15px; }
.three_columns { float:center; display:block; width:300px; margin:15px; }

/* Form Styles */
fieldset, form, label, legend  {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
input, textarea { padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; color:#666; }
/*input {width:250px}*/
textarea { width:350px; height:150px; }
.required { font:normal 13px verdana,arial;color:#ff9841;margin:3px; padding:1px 3px 1px 3px; }
.option { font:normal 13px verdana,arial;color:#005980;margin:3px; padding:5px 0 5px 0; }

#submit { width:120px; font-weight:bold; color:#000; font-style:normal; background:#ff9841; }

#footer { margin:0px; padding:20px 0 20px 0; font-size:.9em; color:gray; }

/* Div Box2 */
div#box2 { float:left; background:#fff url('/images/box2_bkg-300x630.png') repeat-x; width:300px; height:630px; padding:12px 15px 0 15px; font-size:14px; } /* 382 x 390 */
div#box2 hr { clear:both; border-color:#BCD4E0; border-style:solid; border-width: 1px 0 1px 0; color:#BCD4E0; background:#BCD4E0; padding:0; margin:16px 0 10px 0; }
div#box2 h2 { color:#005980; font-size:16px; font-weight:bold; line-height:18px; margin:8px 0 5px 0; }
div#box2 h2 a { color:#005980; text-decoration:none; }
div#box2 h2 span { font-weight:normal; }
div#box2 span { display:block; font-size:12px; line-height:14px; }
div#box2 div { margin-top:8px; }
div#box2  a.learnMore { background:#116699; border: 1px solid #fff; color:#fff; font-size:12px; padding:3px 10px; text-decoration:none; margin-top:8px; }
div#box2  a.learnMore:hover { text-decoration:underline; }
div#box2 .sm { font-size:11px; }
div#box2 #img1 { padding:5px 5px; 0 0; }
div#box2 #img2 { padding:0 10px 0 0; }
div#box2 #img3 { padding:0 5px 0 0; }

/* Div Box3 */
/*div#box3 { float:left; background:#fff url('/images/box3_bkg.png') repeat-x; width:300px; height:306px; padding:12px 15px 0 15px; font-size:14px; } /* 382 x 390 */
div#box3 hr { clear:both; border-color:#BCD4E0; border-style:solid; border-width: 1px 0 1px 0; color:#BCD4E0; background:#BCD4E0; padding:0; margin:16px 0 10px 0; }
div#box3 h2 { color:#005980; font-size:16px; font-weight:bold; line-height:18px; margin:8px 0 5px 0; }
div#box3 h2 a { color:#005980; text-decoration:none; }
div#box3 h2 span { font-weight:normal; }
div#box3 span { display:block; font-size:12px; line-height:14px; }
div#box3 div { margin-top:8px; }
div#box3  a.learnMore { background:#116699; border: 1px solid #fff; color:#fff; font-size:12px; padding:3px 10px; text-decoration:none; margin-top:8px; }
div#box3  a.learnMore:hover { text-decoration:underline; }
div#box3 .sm { font-size:11px; }
div#box3 #img1 { padding:5px 5px; 0 0; }
div#box3 #img2 { padding:0 10px 0 0; }
div#box3 #img3 { padding:0 5px 0 0; }

div#box3 {
    padding:10px;
    color:#fff; /*#005980;*/
    float:left;
    background:#fff url('/images/sidebarTop-300x110.png') repeat-x;
    width:300px; height:110px; padding:12px 15px 0 15px; font-size:14px;
}
/*div#box3  hr { border-color:#ccc; border-style:solid; border-width: 0 0 1px 0; background:#fff; }*/
div#box3 p { margin-bottom:3px; }
div#box3 p.title { font-size:18px; font-weight:bold; margin-top:8px; margin-bottom:5px; color:#fff; text-align:center; }
div#box3 p.call { margin:3px 0 8px 10px;  }
div#box3 a { color: #005980;  }
div#box3 ul { padding:0 0 0 20px; margin:0; }
div#box3 ul li { list-style-image: url('/images/bullet.gif'); line-height:14px; margin-top:5px; margin-bottom:5px; }
div#box3 ul li a { font-weight:bold; color:#fff;}

TABLE.tableSpec { margin:3px; background-color:#c0cee7; padding:1px 3px 3px 1px; }
TABLE.tableSpec TH { background-color:#f0f9f4; font:bold 16px Verdana,Arial; color:#000; padding:10px 3px 10px 3px; text-align:left; }
TABLE.tableSpec TD { background-color:#f0f9f4; font:normal 13px Verdana,Arial; color:#000; padding:10px 3px 10px 3px; text-align:left; }

TABLE.tableModel { margin:3px; background-color:#c0cee7; padding:1px 1px 1px 1px; }
TABLE.tableModel TH { background-color:#e2f8ff; font:bold 13px Verdana,Arial; color:#000; padding:5px 2px 5px 2px; text-align:left; }
TABLE.tableModel TD { background-color:#e2f8ff; font:normal 13px Verdana,Arial; color:#000; padding:5px 2px 5px 2px; text-align:left; }

/* Table Article Style */
TABLE.tableArticle { margin:3px; background-color:#ffffff; padding:1px 1px 1px 1px; }
TABLE.tableArticle .articleTitle { font:bold 16px Verdana,Arial; color:#000; padding:5px 2px 5px 2px; text-align:left; }
TABLE.tableArticle .articleBody { font:normal 13px Verdana,Arial; color:#000; padding:5px 2px 5px 2px; text-align:left; }
TABLE.tableArticle a.articleMore { background:#116699; border: 1px solid #fff; color:#fff; font-size:12px; padding:3px 10px; text-decoration:none; margin-top:8px; }
TABLE.tableArticle a.articleMore:hover { text-decoration:underline; }
