/* 
Author: Bivin Howell | B!VHOW Design
Site URL: www.trinihost.com
Version: yr. 2007 no. 1
 */


/* General ----------------------------- */

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.1em;
  color: #000;
  background: #ffffff url(../images/bg.jpg) top left no-repeat;  
  }
  
p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .8em;
  margin: -12px 0 30px 0;
  }
  
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }

a img {border: none;}
  
a:link, a:visited {
  color: #004b18;
  text-decoration: none;
  font-weight: bold;  
  }

a:hover, a:active {
  color: #8dcb41;
  text-decoration: none;
  }
  
h1 { 
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #475063;
  }
  
h2 { 
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #475063;
  }
  
h3 {
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: .8em;
  font-weight: normal;
  color: #475063;
  }      
 
.logo { 
  position: absolute;
  left: 95px;
  top: 45px;
  } 

h3.subtitle {
  position: absolute;
  left: 330px;
  top: 103px;
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #008000;
  }

.faq { border-bottom: 1px solid #b0c3d9; }

.faq h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .9em;
  font-weight: normal;
  color: #008000;
  }
  
.img-wrapper {
  background: url(../images/shadow.gif) no-repeat bottom right;
  }
  
.img-wrapper img {
  margin: -5px 5px 5px -5px;
  }    
  
.clear {
  clear: both;
  padding: 10px 0;
  }  
  
p.continue a {
  text-align: right;
  font-size: .9em;
  font-style: italic;
  font-weight: bold;
  line-height: .3em;
  display: block;
  } 

h2.continue a {
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #008000;
  }
  
.headerText {
  font-size: .9em;
  line-height: 1.3em; 
  margin: -10px 0 35px 0;
  }

ul.multi {
  width: 32em;
  margin-left:3px;
  padding: 0;  
  font-size: .9em;
  }

.multi li {
  float: left;
  width: 12em;
  margin: 4px 0;
  list-style: none;  
  padding-left: 20px;
  background: url(../images/bullet.gif) top left no-repeat;
  }

.hosting {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #1e2341;
  }

p.hosting {
  text-align: center;
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: .9em;
  color: #1e2341;
  margin-bottom: 5px;
  }

h2.serv a { font-weight: bold;}


/* Layout ----------------------------- */  

#branding {
  background: url(../images/header.gif) top center no-repeat;
  height: 233px;
  }
  
#wrapper {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  }
  
#mainContent {
  background: url(../images/bgcont.jpg) bottom left no-repeat;
  float: left;
  width: 500px;
  min-height: 500px;
  line-height: 1.1em;
  border-right: 1px dotted #475063;
  padding: 0 15px 35px 15px;
  }

#sidebar {
  width: 240px;
  float: right;
  line-height: 1.1em;
  }
#sidebar a {
  font-size: 1em;
  font-weight: normal;
  }

#sidebar ul {
  font-size: .9em;
  line-height: 1.3em;
  margin: -10px 0 0 10px;;
  padding-bottom: 13px;
  }

#sidebar ul.list1 {
  margin: -10px 0 25px 0;
  padding: 0;
  }

.list1 li {
  background: url(../images/bullet.gif) top left no-repeat;
  padding-left: 25px;
  margin: 5px 0;
  }

#pageHeader { margin-left: 15px; }

#container { 
  float: left;
  width: 500px;
  height: 100%; 
  }

/* Services page --------------------*/

#serviceContainer {
  background: url(../images/bgcont.jpg) top left no-repeat;
  height: 300px;
  }
  
#colOne, #colTwo, #colThree {
  float: left;
  height: 300px;
  width: 225px;
  line-height: 1.2em;
  font-size: 1em;
  padding: 0 20px;
  }

#colOne p, #colTwo p, #colThree p { margin: 2px 7px; }
  
#colOne a, #colTwo a, #colThree a {
  font-weight: normal;
  font-size: .9em;
  }
  
#colOne, #colTwo {
  border-right: 1px dotted #475063;
  }


 
/* Sub Content -------------------------- */  

#subContent {
  float: left;
  height: 100%;
  width: 500px;
  padding: 10px 0 15px 0;
  }

#subCol1, #subCol2 {
  float: left;
  width: 200px;
  margin-left: 20px;
  }

#subCol2 { padding-left: 20px; }

#subContent p {
  margin: 0 10px;
  }


#subCol2 img { 
  float: left;
  margin: 5px 25px 0 0;
  }

/* Navigation ------------------------- */

#navcontainer { 
  position: absolute;
  left: 410px; 
  top: 189px;
  }

ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  }
  
#navlist li {
  display: inline;
  list-style-type: none;
  }
  
#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .9em;
  font-weight: normal;
  letter-spacing: .1em;
  color: #c5d1e0;
  text-decoration: none;
  }
  
#navlist a:hover {
  color: #8dcb41;
  text-decoraion: none;
  }  


/* Footer --------------------------------- */


#footer {
  clear: both;
  padding: 25px 0 150px 0;
  margin-left: 125px;
  }
  
#footOne {
  width: 250px;
  float: left;
  }
  
#footTwo {
  width: 250px;
  float: left;
  padding: 0 25px;
  }

#footThree {
  width: 250px;
  float: left;
  padding: 0 25px;
  }

#footOne, #footTwo, #footThree {
  padding-bottom: 30px;
  }

#footOne a, #footTwo a, #footThree a { font-size: .8em; }

#footOne ul, #footTwo ul, #footThree ul { margin-top: -10px; }

#footer p {
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: .6em;
  font-weight: normal;
  font-height: 1.3em;
  }

#footer a {
  font-weight: normal;
  } 
 
#footer h3 { color: #475063; }