﻿* { margin: 0px; padding: 0px; }

html, body 
{
    background: Black none;
    color: White;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .9em;
}

#Container 
{
    background: White none;
    color: Black;
    width: 800px;
    margin: 0px auto 50px auto;
    border: solid 1px #777777;
}

#Logo img
{
    display: block;
}

#Navigation
{
    background: Silver none;    
    color: Black;
}

#Navigation .AspNet-Menu-Horizontal .AspNet-Menu-Link 
{
    background: Silver none;
    width: 266px;
    text-align: center;
    padding: 15px 0px;
}

#Navigation .AspNet-Menu-Horizontal a:link
{
    background: Silver none;
    color: #0f4997;
    font-size: 1.3em;
    font-weight: bold;
}

#Navigation .AspNet-Menu-Horizontal a:visited
{
    background: Silver none;
    color: #013479;
    font-size: 1.3em;
    font-weight: bold;
}

#Navigation .AspNet-Menu-Horizontal a:hover
{
    background: Silver none;
    color: #0354c1;
    font-size: 1.3em;
    font-weight: bold;
}

#Content 
{
    padding: 20px;
}

#Content h1
{
    font-size: 2em;
}

#Content h2
{
    font-size: 1.8em;
}

#Content h3
{
    font-size: 1.6em;
}

#Content h4
{
    font-size: 1.4em;
}

#Content h5
{
    font-size: 1.2em;
}

#Content label
{
    display: block;
    font-weight: bold;
    margin: 7px 0px 0px 0px;
}

#Content input[type ^='text'], textarea 
{
    display: block;
    width: 250px;
    border: solid 1px #dddddd;
    border-top: solid 1px #bbbbbb;
    padding: 2px;
}

#Content .NoBlock label
{
    display: inline;
    margin: 0px 15px 0px 5px;
}

#Content p 
{
    margin: 10px 0px;
}

#Portfolio {
    position: relative;
	height: 460px;
	width: 760px;
}

#Projects{
	overflow: hidden;
	background: White none;
	width: 660px;
	height: 430px;
	clear: left;
	margin-left: 62px;
}
	
#Projects ul{
    width:3660px;
}

#Projects li{
	float:left;
	padding:11px 30px;
}

#Projects h3 {
    width: 560px;
}

.guide td, .guide th
{
    font-size: .8em;
    text-align: right;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #bbbbbb;
    padding: 3px 7px;
}

.note
{
    font-size: .8em;
    color: #555555;
}

.Bar 
{
    width: 800px;
    height: 10px;
    background: Silver none;
}

.Clear 
{
    clear: both;
    display: block;
    visibility: hidden;
}