﻿body
{
    margin-top: 0;
    background-color: white;
    /* IE6 max-width fix */
	width:expression(document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize)? "761px":"auto");
    max-width: 760px;
}

#header
{
	/* IE6 max-width fix */
	width:expression(document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize)? "758px":"auto");
    max-width: 760px;
    margin: 0;
    padding: 0;
    background-image: url("http://www.gsvwebdesign.com/Public/images/vertical.png");
    background-repeat: repeat-x;
    background-position:top right;
    border:1px solid;
}

/* Navigation */
#navbar, #navbar ol
{
    /* IE6 max-width fix */
    width: expression(document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize)?    "758px" : "auto" );
    max-height: 1.75em;
    max-width: 760px;
    background: #b1c8f7;
    font: bold 12px Verdana, sans-serif;
    padding: 0;
    margin: 0;
    border:1px solid #b1c8f7;
}

#navbar li
{
    display:inline;
    padding: 0 1em 0 0;
    margin: 0;
    margin-left:1em;
    max-height: 1.75em;
}

#navbar li a
{
    text-decoration: none;
    color: #334b82;
    margin: 0;
}

#navbar li a:hover
{
    text-decoration:none;
    color:White;
    margin:0;
    border-bottom:1px solid Navy;
    border-top:1px solid Navy;
    
}

/* Content Holder - Contains Everything Between Header and Footer */

#content
{
    background-color:white;
    margin:0;
}

div.content
{
    font-family:Arial;
    font-size:10pt;
    background-color:white;
    border:1px solid gray;
}

div.copy
{
    padding:0 1em 0 1em;
    text-align:justify;
}

div.image
{
 float:left;
 padding:0 1em 0 0;
}

/* Handle Inline Images */

div.inlineImageLeft
{
	display:inline-block;
	float:left;
	margin:0 10px 0 5px;
}

div.inlineImageRight
{
	display:inline-block;
	float:right;
	margin:0 10px 0 10px;
}

h1
{
	font-family:Arial;
    font-size:14pt;
    color:#555;
    text-align:left;
}

h2
{
	font-family:Arial;
    font-size:12pt;
    color:#555;
    text-align:left;
}

/* Samples */
div.samples
{
    width: 700px;
    display: inline;
    background-color: #dcdcdc;
    border: 1px solid;
    margin: 0 0 2em 2em;
    float: left;
}

div.samples img
{
    margin:1.25em;
}

/* Footer */
#footer
{
    max-height: 2em;
    max-width: 760px;
    background-color:#b1c8f7;
    vertical-align: top;
    font-family: Arial;
    text-align: center;
    font-size:10pt;
    clear:both;
    color:#334b82;
}

div ul
{
	text-align:left;
}

div #gallery
{
	margin:0 0 0 5em;
}

div.testimonial
{
	font-family:Arial;
	font-size:10pt;
	padding: 1em;
	border-bottom: 1px solid Gray;
}

div.testimonial a
{
	text-decoration:none;
	color:Maroon;
}