﻿body 
{
    background-color: #525354;
    margin-top: 12px;
    color: #33220f;
    font-family: Verdana;
    font-size: 9pt;
}

h1, h2, h3, h4, h5 
{
    color: #90161f;
}

h1
{
    font-size: 120%;
}
h2 
{
    font-size: 110%;
}
h3 
{
    font-size: 105;
}
h4 
{
    font-size: 100%;
}
    

a:link, a:visited 
{
    color: #33220f;
    text-decoration: underline;
    font-weight: bold;
}

a:hover, a:active, a:focus 
{
    color: #90161f;
    text-decoration: underline;
    font-weight: bold;
}
#wrapper
{
    width: 906px;
    margin: auto;
    background-image: url(images/wrapper_bg.jpg);
    background-repeat: repeat-y;
}
#login
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 35px;
    text-align: right;
    width: 906px;
    margin: auto;
    color:  #FFFFFF;
    font-size: 8pt;
}
#login a:link, #login a:visited
{
    color:  #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}
#login a:hover, #login a:active, #login a:focus
{
    color:  #EEEEEE;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px dotted #EEEEEE;
}

{
    color:  #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

#top 
{
    background-image: url(images/top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    height: 45px;
    text-align: right;
}


#top img 
{
    border-width: 0px;
    float: left;
}
.quick-links 
{
    color: #90161f;
}

.quick-links a
{
    text-decoration: none;
    padding-right: 18px;
    padding-left: 10px;
}

#feature 
{
    width: 887;
    height: 225px;
    margin: 28px 0px 3px 5px;
    text-align: center;
}
#feature_web 
{
    width: 880;
    height: 175px;
    margin: 28px 0px 0px 8px;
    text-align: center;
}
#feature_web_design
{
    width: 880;
    height: 175px;
    margin: 28px 0px 0px 8px;
    text-align: center;
    background-image: url(images/web_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.nav
{
    margin: 0;
    background-image: url("images/nav.gif");
    margin-left: 8px;
    margin-right: 11px;
    height: 32px;
    line-height: 28px;
    font-weight: bold;
}
.nav a 
{
    color: #eeeeee;
    text-decoration:  none;
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px solid #666666;
    display: inline;
}    
.nav a:hover, .nav a:active, .nav a:focus
{
    color: #90161f;
}
.breadcrumb
{
    margin: 0;
    width: 884px;
    background-color: #90161f;
    margin-left: 8px;
    margin-right: 11px;
    margin-bottom: 11px;
    height: 34px;
    line-height: 28px;
    padding-left: 4px;
    color: #ffffff;
    font-size: 8pt;
}
.breadcrumb a 
{
    color: #ffffff;
    text-decoration:  none;
    padding-right: 2px;
    padding-left: 2px;
}    
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus
{
    color: #90161f;
}
#content 
{
    margin: 0;
    padding: 15px 25px 25px 20px;
    line-height: 140%;
    color: #444444;
    font-style: normal;
}

#content .feature_box 
{
	width: 887px;
	min-height: 200px;
	overflow: visible;
	margin-bottom: 10px;
	margin-right: 12px;
	clear: both;
}

#content .feature2_box 
{
	width: 408px;
	background-color: #fafafa;
	margin-bottom: 10px;
	margin-right: 12px;
	border: 1px dotted #999999;
	padding: 8px;
	float: left;
}

#content .feature3_box
{
	width: 262px;
	background-color: #fafafa;
	margin-bottom: 10px;
	margin-right: 12px;
	border: 1px dotted #999999;
	padding: 8px;
	float: left;
}

#portfolio img
{
    padding: 8px;
}

#bottom 
{
    background-image: url(images/bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 12px 12px 20px 12px;
    min-height: 45px;
    overflow: visible;
    text-align: center;
    color: #444444;
    font-size: smaller;
    text-align: center;
    margin: 0;
}
#line {
    width: 875px;
    height: 12px;
    border-top: 1px dotted #999999;
}
#bottom a 
{
    padding-left: 6px;
    padding-right: 6px;
}

#projects_list div
{
    width: 900px;
}
.ValidateMessage
{
color: Red;
font-size: .8em;
}    
.clear {
    width: 100%;
    height: 1px;
    clear: both;
}