body,html  {
    min-width:900px;
    font-family:arial, sans-serif;
    font-weight:normal;
    font-size: 1em;
    margin: 0px;
    color:#444;
    }

a {
  color:#dd8811;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h3{
  color:#154279;
  font-size:1.2em;
  margin:0px;
  padding-bottom:8px;
}

h4{
  color:#154279;
  font-size:1.1em;
  margin:0px;
  padding-bottom:0px;
}

form {
  margin-top:0px;
}

input {
  border:1px solid #888;
  margin:.2em;
}

input:focus {
  border: 1px solid #666;
  background-color:#FFFE9D;
}

pre {
  font-family:courier;
  font-size: .8em;
}

p, ul, li{
  margin-top: 0px;
  margin-bottom: 0px;
}

th {
  font-weight:bold;
  font-size:.8em;
  font-family:arial, sans-serif;
  border-bottom:1px solid;
}

td {
  font-size:12px;
  font-family:arial, sans-serif;
}

#wrapper{
    background:#fff;
    margin:0 auto;
    width:850px;
}

#menu {
  float:left;
  height:200px;
  width:200px;
  padding-right:0px;
  }

#menu > div > a {
    color:#fff;
}

#menu > div > a:hover{
    color:#fff;
    text-decoration:none;
}

#demo-wrapper {
	overflow: hidden;
	height: 200px;
	width: 500px;
	position: relative;
        border-left: 1px solid #eee;
}

#announce {
       /*  display:none; */
	float:right;
	width: 115px;	
	margin:5px;
	height:200px;	
}

.scrolling-content {
	width: 500px;
	height: 150px;
        padding:50px 0px 0px 10px;
	text-align: left;
	position: absolute;
        color:#fff;
        font-size:.9em;

}

.scrolling-content a {
        color:#fff;
}

.scrolling-content a:hover {
        color:#fff;
        text-decoration:none;
}

.scrolling-content h1 {
	color: #fff;
	padding: 0px;
        margin:0px;
	font-size: 1.4em;
        margin:0px;
}

#services{
  margin-top:10px;
  height:240px;
}

#services .description {
  font-size:.8em;
}

#services td {
  font-size:.8em !important;
  font-size:1em;
}

#footer_wrapper2{
  width:100%;
  background-color:#f0f0f0;
  clear:both;
  border-top:2px solid #ddd;
  margin-top:10px;
}

#footer2{
    margin:0 auto;
    width:850px;
    text-align:center;
    font-size:.8em;
    padding-top:5px;
    padding-bottom:5px;
}

.footer_list{
    list-style:none;
    display:block;
    width:270px;
    float:left;
    margin: 0px;
    padding:0px;
    text-align:left;
}

.footer_list h3{
    text-align:left;
    font-size:1.5em;
    font-weight:normal;
}

#footer_wrapper{
  width:100%;
  background-color:#0c2645;
  clear:both;
}

#footer{
    margin:0 auto;
    width:850px;
    text-align:center;
    font-size:.8em;
    padding-top:5px;
    padding-bottom:5px;
}

#footer a{
  color:#fff;
  font-weight:bold;
  font-size:1em;
  padding-right:30px;
  text-decoration:none;
}

#footer a:hover{
  text-decoration:underline;
}
