/* 
    Document   : style
    Created on : Nov 18, 2009, 4:33:49 PM
    Author     : Mike
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color:#ffffff;
    color:#ffffff;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align:center;
    margin:0;
}

#container {
    padding-top:10px;
    background-color:#006600;
    color:#ffffff;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    text-align: left;
}

#header {
    margin-left: 5px;
    margin-right: 5px;
    font-family:'Times New Roman',Times,serif;
}

a {
    text-decoration:none;
    color:#ffffff;
}

a:hover {
    color:#ffff66;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contact {
    float:right;
    text-align: justify;
}

#tagline {
    clear:both;
}

#navbar {
    background-color:#000000;
    width:100%;
    border-top: 1px solid #009900;
    border-bottom: 1px solid #009900;
    clear:both;   
}

#footer {
    font-size: 12px;
    background-color:#000000;
    width:100%;
    border-top: 1px solid #009900;
    border-bottom: 1px solid #009900;
    text-align:center;
    clear:both;
}

#leftnav {
    width:220px;
    margin-left:50px;
    float:left;
}

.leftnavcell {
    float:left;
    width: 218px;
    height: 218px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size:25px;
    border: 1px solid black;
}

.leftnavcell p {
    margin-top:80px;
}

#management {
    background-image:url('images/propmanagement.png');
    background-repeat:no-repeat; 
}

#sales {
    background-image:url('images/sales.png');
    background-repeat:no-repeat;
}

#rentals {
    background-image:url('images/rentals.png');
    background-repeat:no-repeat;
}

#content {
    float: right;
    width: 600px;
    height: 650px;
    background-color: #006600;
    margin-right: 100px;
}

#kahoots {
    border:0px;
    width: 600px;
    height: 650px;
}

iframe {
    background-color: #ffffff;
}