﻿/* Techresit CSS Document */

body {
background-color: #333355;
color: #666666;
/*background-image: url(../images/bg-trees.jpg);
background-repeat: no-repeat;
background-position: center;
background-width: 100%;
background-height: 100%;*/
}

#container {
width: 950px;
background-color: #ffffff;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

#header {
width: 950px;
height: 40px;
position: relative;
background-color: #333355;
border-bottom: 10px solid #333355;
background-image: url(../images/bg-menu.png);
}

.headerlinks {
position: absolute; top: 11px; left: 20px;
font-weight: bold;
}

.headerlinks ul {
margin-top: 0;
margin-bottom: 0;
}

.headerlinks li {
margin: 0px 50px 0px 0px;
list-style-type: none;
display: inline;
}

.headerlinks li a {
color: #f0f0f0;
padding: 5px 12px 7px;
text-decoration:none;
}

.headerlinks li a:hover {
color: #FF0000;
background-image: url(../images/bg-menu-focus.png);
text-decoration:none;
}

#body {
width: 600px;
margin-left: 15px;
margin-top: 15px;
}

.heading1 {
color: #333333;
font-weight: bold;
}

.textblue {
color: #3366FF;
}

.tagline {
color: #CCCCCC;
font-weight: bold;
}

#rightnav1 {
float: right;
width: 300px;
height: 300px;
border-left: 2px solid #CCCCCC;
margin-left: 10px;
margin-top: 20px;
margin-right: 5px;
padding-left: 15px;

}
