a img {
border: none;
}
a {
color: #347e25;
text-decoration: underline;
}
a:hover {
color: #145e05;
}


h1 {
color: #347e25;
font-weight: bold;
font-size: 38px;
line-height: 1em;
}
h2 {
color: #1b3b6a;
font-weight: bold;
font-size: 24px;
line-height: 1.2em;

}
h3 {
color: #1b3b6a;
font-weight: normal;
font-size: 18px;
line-height: 1.2em;
}
h4 {
font-size: 18px;
color:#686868;
}

.mainContainer{
width:960px;
margin:0 auto;
padding: 0 10px;
position: relative;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}


body{
font-family: Arial, sans-serif;
font-size: 14px;
color:#686868;
background-color: white;
/* background-color: #fefefe; */
}

/*---------- Navigation ----------*/
#navContainer {
background-color: #fff;
height: 70px;
z-index: 110;
background-image: url(../img/fadeTop.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}
.phoneNumber {
float: right;
padding-top: 20px;
}
#nav{
margin:0;
padding:0;
list-style-type:none;
position:relative;
top: 20px;
height: 30px;
font-size: 18px;
}
#nav li{
float: left;
height: 30px;
position:relative;
margin-right: 15px;
padding: 0;
}
#nav li a {
display: block;
height: 28px;
line-height: 35px;
/* border: 1px solid #888; */
padding: 0 20px;
background-color: #1b3b6a;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 #777;
}
#nav li a .cufon {
padding-top: 6px;
}
#nav li a:hover {
color: #fff;
background-color: #062655;
text-shadow: 0 -1px 0 #777;
}
#nav li a:active {
background-color: #2b4b7a;
color: #fff;
}
#nav span.current a {
background-color: #347e25;
/* border: 1px solid #19364a; */
color: #fff;
text-shadow: 0 -1px 0 #09263a;
}

#nav li ul {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
}

/*
#nav li#nav_170 a {
background-color: #347e25;
}
#nav li#nav_170 a:hover {
background-color: #246e15;
}
#nav li#nav_170 a:active {
background-color: #448e35;
}
*/


#nav2{
margin:0;
padding:0;
list-style-type:none;
position:relative;
top: 10px;
float: right;
font-size: 12px;
}
#nav2 li{
float: left;
position:relative;
margin-left: 15px;
}
#nav2 li a {
display: block;
padding: 0 10px;
color: #888;
text-decoration: none;
}
#nav2 li a:hover {
color: #fff;
}
#nav2 li a:active {
color: #ea3e00;
}



/*---------- Header ----------*/
.header{
height: 205px;
position: relative;
background-color: #040b21;
background-image: url(../img/headerBg.jpg);
/* border-top: 10px solid white; */
/* margin-top: -45px; */
}
.headerHome {
height: 205px;
}
.headerHome .mainContainer {
background-image: url(../img/headerSiteWall.jpg);
background-repeat: no-repeat;
background-position: top center;
height: 100%;
}
.logo {
top: 20px;
left: 279px;
position: absolute;
}
.tagline {
top: 150px;
left: 10px;
position: absolute;
}


/*---------- Sidebar ----------*/
#sidebar{
position:absolute;
width:179px;
margin:60px 0 0 40px;
xheight:210px;
xfloat:left;
xbackground-color:#8e8e8e;
}

#sidebar h1{
font-size:18px;
color:#FFFFFF;
margin:10px 0 0 20px;
}
#sidebar ul{
list-style:none;
width:150px;
margin-left:15px;
margin-top:5px;
}
#sidebar ul li{
list-style:none;
display:block;
padding:2px 8px;
}
#sidebar ul li a{
color:#2d2d2d;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover{
text-decoration:none;
list-style:none;
display:block;
color:#fff;
font-weight:bold;
}

/*---------- Main Content ----------*/
#mainContent {
padding: 25px 0 50px 0;
background-color: #fff;
}

/*---------- Footer ----------*/
#footer{
text-align:center;
color: #9aa6bd;
color: #999;
background-image: url(../img/fadeBottom.jpg);
background-repeat: no-repeat;
background-position: top center;
}
#footer ul{
list-style:none;
padding-top:20px;
margin-bottom: 10px;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
color:#999;
display:inline;
}
#footer ul li a{
text-decoration:none;
line-height:18px;
color:#999;
}
#footer ul li a:hover{
color:#666;
text-decoration: none;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
}


/*---------- Miscellaneous ----------*/
.clear{
clear:both;
}


a.bigButton {
height: 45px;
font-size: 30px;
background-color: #347e25;
color: #fff;
padding-top: 15px;
text-align: center;
/* text-shadow: 0 -1px 0 #b11a00; */
background-image: url(../img/buttonBg.png);
background-repeat: repeat-x;
display: block;
width: 260px;
overflow: hidden;
text-decoration: none;
}
a.bigButton:hover {
background-position-y: -60px;
text-decoration: none;
}

::selection {
background-color: #d9f8d3;
/* color: white; */
}
::-moz-selection {
background-color: #d9f8d3;
/* color: white; */
}





/*---------- Home ----------*/
table.homeFeatures {
background-image: url(../img/fadeBottom.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top: 40px;
margin-top: -30px;
}
table.homeFeatures td {
width: 33.3%;
padding-left: 58px;
background-repeat: no-repeat;
background-position: top left;
vertical-align: top;
}
table.homeFeatures h3 {
padding-top: 15px;
margin-bottom: 5px;
}
table.homeFeatures p {
margin-bottom: 10px;
}





/*---------- Pricing Stuff ----------*/
.pricingSection {
background-color: #f3f3f3;
padding: 20px;
margin-bottom: 20px;
}
.pricingBox {
float: left;	
/* margin-left: 25px; */
margin-bottom: 10px;
}
.pricingBox .image {
float: left;
width: 100px;
text-align: center;
}
.pricingBox .text {
float: left;
width: 800px;
}
.pricingBox .text span {
float: right;
font-weight: bold;
font-size: 18px;
border: 1px dashed #a89f90;
padding: 0 5px;
}
.pricingBox .text strong {
font-size: 18px;
color: #1b3b6a;
}


.imageRight {
float:right;
margin-left:15px;
padding:5px;
border: 1px solid #EEE;
}


table.hosting {
width: 600px;
border: 1px solid #ddd;
font-size: 18px;
}
table.hosting th {
background-color: #aaa;
color: white;
}
table.hosting td {
border-top: 1px solid #ddd;
}
table.hosting tr td:first-child {
background-color: #eee;
}
table.hosting td, table.hosting th {
padding: 5px 10px;
}