/*
JDRWeb.com

I. Layout
II. Typography
III. Navigation

==========*/

/* General
==========*/

* {
        margin: 0;
        padding: 0;
}

body {
        text-align: center;
        color:#4b4b4b;
}

img {
   border:none;
}

/* Layout
==========*/

#contentwrap {
  width: 902px;
  margin: 0 auto;
  border-left:1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  background-color:#c6d4dc;
  text-align:left;
}

#top-content {
  background-color:#496777;
  height:121px;
}

#logo-wrap {
  float:left;
  background-color:#fff;
  width:290px;
  text-align:center;
  padding-top:30px;
}

#logo-wrap a {
  display:block;
  border-bottom: 1px solid #496777;
  text-decoration: none;
  padding:0;
  margin:0 0 25px 0;
  height:65px;
}

#top-right {
  float:left;
  background-color:#496777;
  background: url('../images/watermark.jpg') no-repeat 375px 10px;
  width:610px;
  height:95px;
  border-bottom:1px solid #7fb4d0;
}

h1 {
  margin-top:68px;
  color:#7fb4d0;
  font-size:22px;
  padding-left:10px;
  float:left;
}

#top-right-underline {
  border-bottom:1px solid #7fb4d0;
  margin:0;
  padding:0;
}

.top-nav {
  margin:13px 0 -3px 10px;
  width:27px;
  height:82px;
  float:left;
  padding:0;
  background: url('../images/arrow-background.jpg') no-repeat bottom;
}

.top-nav .non {
  display:none;
}

.top-nav .current {
  display:block;
}

#homeButtonContain {
  margin-left:30px;
}

#top-left-underline {
  border-bottom: 1px solid #496777;
  width:290px;
  float:left; 
  top:0;
  left:0;
  position:relative;
}

#blue-wrapper {
  background: url('../images/content-background.jpg') repeat-y top left; 
  width:900px;
}

#left-menu-contain {
  min-height:450px;
  width:290px;
  float:left;
}

#left-menu-contain img {
  margin-left:10px;
}

#site-content {
  background-color:#c6d4dc;
  float:left;
  color:#6b7a82;
  font-size:12px;
  padding:10px;
  width:590px;
  margin-bottom:50px;
}

#main-nav {
  margin:20px 0 20px 30px;
  width:210px; 
  list-style:none;
}

#main-nav li a {
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 22px;
  display: block;
  padding: 6px 0 2px 40px;
  text-decoration: none;
  background: url("../images/menu-button.jpg") no-repeat 0 -31px;
}

#main-nav li a:hover, a.current {
  background-color: #fff;
  color:#7fb4d0;
  background-position: 0 0;
}

#footer {
  width:900px;
  margin:0 auto;
}

#footer ul {
  float:left;
  margin:12px 0 15px 80px;
  font-size:12px;
}

#footer ul li {
  display:inline;
  
}

#footer p {
  float:left;
  font-size:10px;
  margin:15px;
}

#footer img {
  margin:10px 10px 0 0;
  float:right;
}

#site-content h2 {
  color:#2e3e46;
  font-size:25px;
  margin:10px 0 10px 0;
}

#site-content p {
  margin:10px 0 10px 5px;
}

#site-content ul {
  margin:10px 0 10px 50px;
}

#clearboth {
  clear:both;
}

.clearboth {
  clear:both;
}

.pstrong {
  font-weight:bold;
  font-size:14px;
}

#contact {
  margin:20px 0 10px 10px;
}

#contact td {
  padding:5px;
}

.error {
  border:1px solid #c00;
  background-color:#ff8c8c;
  color:#fff;
  padding:3px;
}

.confirm {
  border:1px solid #00ff30;
  background-color:#5eff7c;
  color:#fff;
  padding:3px;
}

#login {
  border:1px solid #496777;
  margin-left:175px;
  margin-top:30px;
  padding:20px 40px;
  background-color:#b1c1c9;
}

#login td {
  padding:5px;
}

#clients td {
  padding:10px 20px;
}

#clients img {
  border: 5px solid #b1c1c9;
}

#clients .border-right {
  border-right:1px solid #b1c1c9;
}

#partners img {
  border: 5px solid #b1c1c9;
  margin:10px 0;
}

#hosting {
  border-top:1px solid #767676;
  border-left:1px solid #767676;
  padding:0;
  margin-bottom:15px;
}

#hosting td {
  padding:3px;
  margin:0;
  border-right:1px solid #767676;
  border-bottom:1px solid #767676;
}

#hosting .odd {
  background-color:#fff;
}

#hosting .hosting-h2 {
  background-color:#496777;
  color:#fff;
  font-size:14px;
  font-weight:bold;
}

#hosting .hosting-h3 {
  background-color:#b3d8ec;
}

#hosting .hosting-joomla a {
  color:#fff;
}

/* Typography
==========*/

/* BEGIN FONT NORMALIZATION
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}

/* END FONT NORMALIZATION */

body {
        font-family: "lucida grande", trebuchet, helvetica, arial, sans-serif;
}

p {
        margin-bottom: 1em;
}

/* Navigation
==========*/

