body {
    font-family:helvetica;
    color:gray;
}

a:link { color:#3399ff; text-decoration:none; }
a:visited { color:#3399ff; text-decoration:none; }
a:hover { color:#3399ff; text-decoration:underline; }
a:active { color:#3399ff; text-decoration:none; }


#pagewrapper {
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

#header {
    margin-top:40px;
    background-color:orange;
    width:100%;    
}

#logo {
    /* background: yellow; */       
    width:400px;
    margin-top:0px;
    float: left;
}

#logo img {
    padding-right: 20px;
    background: white;
    border: 0px;
    padding-right: 0px;
    width: 100%;
}

#nav {    
    background-color: #F7F7F7;    
    width:360px;
    padding-left:40px;
    padding-top:5px;
}

#nav ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom:10px;
}

#nav ul li {
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

ul.indentless {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.indentless li {
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color:black;
    font-size: 14px;
}

ul.indentless ul {
    margin-top: 10px;
}

#content {
    clear:both;
    /* height:100%; */
}

#leftcontent {
    float:left;
    width:400px;
}

#rightcontent {
    float:right;
    width:390px;
    margin-left: 10px;
    background-color: white;
}

#footer {
    width:800px;
    /*
    border-top-style:solid;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    border-color: black;
    */
}

.info {
    /* background: url("http://www.quietsimple.com/images/greydots.png") repeat-x scroll 0 0 transparent; */   
    /* background: url("http://www.quietsimple.com/images/greydots.png") transparent; */
    background-color: #F7F7F7;   

    
    color:black;
    font-size: 14px;
    line-height: 20px;
    padding-right: 30px;
    
    
    /*
    border-top-style:solid;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    */

    border-color: black;
	  padding-top: 7px;
	  padding-bottom: 7px;       
}

.info p, .info ul, .info img, .info h2 {
    margin-left: 40px;    
}

.info h2 {
    font-size: 1.2em;
    margin-bottom: 0;
}

.main-point {
  font-size: 1.2em;
  font-weight: lighter;
}

.info form input, .info form textarea, .info form label {
    display: block;
}

.videobox {
    background: gray;
    width: 400px;
    height: 310px;
    
    float: left;
      
    
    border-top-style:none;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    border-color: black;
    
}

.colorband1 {
    width: 100%;
    height: 8px;    
    background: #494949;
}

.colorband2 {
    width: 100%;
    height: 80px;
    background: gray;
}

.colorband3 {
    width: 100%;
    height: 50px;
    background: darkgray;
}

img.email {
    margin-top: 10px;
}

a.selectedPage {
    color:black;
    font-size: 150%;
    text-decoration:none;
}

#arrow {
	font-size: 20px;
}

.people {
	margin-top: -7px;
}

li {
	list-style-type: none;
	
}

ul.indentless {
	line-height: 10px;
}

ul.indentless2 {
	line-height: 16px;
}

ul.indentless3 {
	line-height: 16px;
}

ul.indentless3 li {
    margin-left: -40px;

}

.what {
	margin-bottom: -12px;
}

