body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding: 25px 0;
    line-height: 1.4em;
}

.container {
    position: relative;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 990px;
    overflow: hidden;
}

.visuals {
    margin-left: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 690px;
    overflow: hidden;
}

#brand {
    position: relative;
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
}

#brand .url {
    text-align: center;
    display: block;
    height: 80px;
    padding-top: 50px;
}

#brand dt {
    color: #263f77;
    font-size: 1.2em;
    height: 30px;
    width: 100%;
    text-align: center;
}

#toc {
    float: left;
    width: 200px;
    margin: 60px 0 0 50px;
}

#toc dd dl dd {
    display: none;
    padding: 0 0 0 10px;
}

#toc a {
    color: #333;
}

#site_information {
    clear: both;
    width: 100%;
    text-align: center;
    color: #eee;
    height: 7em;
    font-size: 0.9em;
    padding-top: 1.5em;
    background-color: #263f77;
}
      
#site_information a {
    color: #fff;
}   

.content {
    width: 640px;
    float: right;
    margin: 0 50px 0 0;
    padding: 60px 0 60px 0;
}

h1 {
    font-weight: lighter;
    font-size: 1.7em;
    color: #e3270f;
    padding-bottom: 2em;
}

h2 {
    font-weight: lighter;
    font-size: 1.4em;
    color: #e3270f;
    padding-bottom: 1em;
}

h3 {
    font-weight: lighter;
    font-size: 1.1em;
    color: #e3270f;
    padding-bottom: 1em;
    /*padding-top: 0.7em;*/    
}

a:link, a:visited {
    text-decoration: none;
    color: #e3270f;
}

em {
	font-style: italic;
}

strong {
	font-weight: bolder;
}

/* e.g. for images */
.contentRight {
  float: right;
  margin-left: 3em;
}

a:hover {
    text-decoration: underline;
    color: #e3270f;
} 

.content p {
    margin-bottom: 10px;
    clear: both;
}

.news td{
    height:65px;
    vertical-align:middle;
    padding-left:1em;
}

q {
    display: block;
    width: 100%;
    margin: 40px 0;
    color: #e3270f;
    text-align: center;
    font-size: 1.2em;
}

ul {
    padding: 20px 0 20px 0;
    list-style: none;
}

.content ul li, #portfolio dl dd {
    margin-left: 2.5em; 
    padding-left: 1em;
    padding-bottom: 0.5em;
    list-style: disc;
}             

#home ul {
    padding-top: 0;
}




