body {
   font-family: calibri, ariel, sans-serif;
   font-size: 1em;
   margin: 0.5in;
}

#Logo {
   display: inline-block;
}

#ServicesMenu {
   float: left;
   width: 230px;
}

#contentArea {
   margin-top: 0.25in;
}

.contextImage {
   width: 300px;
}

#MainContent {
   width: 600px;
   margin-left: 230px;
}

#MainContent img {
   float: left;
   border: 1px solid black;
   margin-right: 0.125in;
}

#Footer {
   text-align: center;
   font-size: 8pt;
   margin-top: 1in;
   width: 600px;
   margin-left: 230px;
}

ul {
   list-style-type: none;
   padding-left: 5px;
}

li {
   padding-top: 5px;
}

.selected {
   text-decoration: underline;
}

.menuItem {
   color: #0070b3;
   cursor: pointer;
}

.menuItem:hover {
   color: #00b9f2;
}

.rightJust {
   text-align: right;
}

div .row {
   margin-top: 3px;

}

#contactForm span {
   float: left;
   width: 100px;
   margin-right: 5px;
}

.smallField {
   width: 100px;
}

.mediumField {
   width: 150px;
}

.largeField {
   width: 200px;
}

#contactForm textarea {
   width: 300px;
   height: 100px;
   margin-top: 4px;
}

#contactFormMessage {
   margin-top: 10px;
   color: red;
   font-weight: bold;
   text-align: center;
}

#contactResponse {
   padding-top: 50px;
   height: 300px;
   font-size: 14pt;
   color: #0070b3;
   text-align: center;
   width: 600px;
}

/* preload main page images */
body:after {
   content: url(/images/brcLLCHome.jpg) 
            url(/images/brcLLCDataWarehousingAnalytics.jpg)
            url(/images/brcLLCWebDevelopment.jpg)
            url(/images/brcLLCDatabaseManagement.jpg) 
            url(/images/brcLLCLinuxConfiguration.jpg)
            url(/images/brcLLCProgramming.jpg)
            ;
   display: none;
}
