/* Layout Stylesheet */ 
html {background:#333333;}

body {
 color: #DCDCDC;
 background:#333333;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 }
 
#outer {
 text-align:left;
 background-image: url(images/home-bg.gif);
 background-repeat: no-repeat;
 margin: 0 auto;
 width: 1000px;
 }

#hdr {
 height:96px;
 }

#bodyblock {
 padding:0 30px 0 50px;
 margin-top:-12px;
 }

/* Hides from IE-Mac */
* html #bodyblock {height:1%;}
/* End Hide from IE-Mac */
 
#l-col {
 float:left;
 width:589px;
 min-height:360px;
 }

#l-col #description {
margin-top:20px;
height: 310px;
}

#cont {
 float: right;
 width:326px;
 height: 364px;
 margin: 0;
 padding-top:20px;
 }
 
body#home #cont {
 float: right;
 width:326px;
 margin-top:-18px;
}

body#about #cont {
 float: right;
 width:326px;
 margin: 0;
 padding-top:3px;
 }

#cont h1, #cont h2{
margin: 10px 0 0 15px;
}

#cont ul {
list-style: none;
margin: 20px 0 0 20px;
}

#cont #contactinfo {
line-height: 1.6em;
padding: 80px 0 0 50px;
font-size: 1.2em;
}

#nav {
 text-align: right;
 margin: 0;
 padding: 0 0 0 0;
}

body#links #nav, body#contact #nav, body#home #nav, body#about #nav, body#testimonial #nav {
 width: 700px;
 text-align:right;
}

body#links #nav ul, body#contact #nav ul, body#home #nav ul, body#about #nav ul, body#testimonial #nav ul {
 list-style:none;
}

body#links #nav li, body#contact #nav li, body#home #nav li, body#about #nav li, body#testimonial #nav li {
 display:inline;
}

#nav a {
 width:auto;
 padding: 0 0 0 20px;
 text-decoration: none;
 color: #DCDCDC;
 }
 
#nav a:hover {
 text-decoration: none;
 color: #FFFFFF;
 }

#ftr {
 margin-top: 5px;
 padding-right: 355px;
 }
 
body#links #ftr, body#contact #ftr, body#home #ftr, body#about #ftr, body#testimonial #ftr {
 margin: 15px 0 0 7px;
 width: 589px;
 text-align:right;
 }
  
.clearfix:after {
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
}

/* Hides from IE-Mac */
* html .clearfix {height:1%;}
/* end hide from IE-Mac */