@charset "utf-8";
html,body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
body, div, ul, li, h1, h2, th, td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background-position: 0px 72px;
}
p {
    padding: 0;
    margin: 5px 0 15px 0;
}
h1#logo {
    width: 187px;
    height: 68px;
    position: relative;
    left:55px;
}
.container {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
	
}

#page {
    width: 1200px;
    margin: auto;
    position: relative;
    background-position: 40px 0px;
    height:100%;
	/*border: dashed thin red;*/
}

#content {
    width: 1030px;
    padding: 0 0 0 106px;
    margin: 260px 0 10px 214px;
    position:absolute;
    top:130px;
    bottom:0px;
	/*border: dashed thin green;*/
}
#navigation {
    top: 50px;
    right: 0px;
    position: absolute;
}
#navigation li {
    margin-left: 20px;
    float: left;
}
.homebullets1 { 
    list-style-type:none;
    margin-left:40px;
    margin-top:28px;
}
.homebullets1 li {
    margin-bottom:3px;
}
.homebullets1 li div {
    font-size:145%;
    margin-top:14px;
    margin-bottom:6px;
}
.homebullets2 li {
    margin-left:60px;
    font-size:.8em;
    margin-top:5px;
}

.homeContent {
    width:100%;
    padding-bottom:10px;
}
.aboutContent {
    width:100%;
    padding-bottom:230px;
    background-position: 10px 0px;
}
.aboutContent p {
    padding-top:15px;
    padding-left:10px;
}
.pseudoBox {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pseudoBox p {
    padding: 20px 40px;
    margin:2px;
    font-weight:normal;
}
.pseudoBox p:nth-child(odd) {
    background-color:#0A0A0F;
}
.pseudoBox p:nth-child(even) {
    background-color:#111119;
}
div#vlightbox1 {
    position:absolute;
    overflow-y:scroll;
    top: -30px;
    bottom:0px;
    max-width: 877px;
    left: 150px;
	/*border: dashed thin yellow;*/
}
