*
{
margin: 0;
padding: 0;
}
body
{
font-size: 62.5%;
font-family: tahoma, verdana, sans-serif;
}
#header
{
	background: url(images/vistaheader.jpg) no-repeat center top;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -400px;

	height: 102px;
	width: 800px;
}
#header h1, #header h2
{
text-indent: -9999px;
}
#mainnav
{
background: url(images/vistabar.jpg) no-repeat center top;
float: left;
position: absolute;
top: 102px;
left: 50%;
margin: 0 0 0 -400px;
height:60px;
width: 800px;
padding-top: 1em;
list-style-type:none;
}

#mainnav li
{

float: left;
display: block;
padding-left: 15px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}


a.button {
    background: transparent url(images/vistabuttonright.jpg) no-repeat scroll top right;
    color: #02405a;
    display: block;
    float: left;
    font-size:1.8em ;
    height: 35px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url(images/vistabuttonleft.jpg) no-repeat;
    display: block;
    line-height:1.5em;
    padding: 5px 0 5px 18px;
}
a.button:hover, a.button:active
{
	background: url(images/vistahoverright.jpg) no-repeat scroll top right;
	color: #064f6e;
	outline: none;
}
a.button:hover span, a.button:active span
{
	background: url(images/vistahoverleft.jpg) no-repeat;
	display: block;
	line-height: 1.5em;
	padding: 5px 0 5px 18px;
}


#current a.button
{
	background: transparent url(images/vistahoverright.jpg) no-repeat scroll top right;
    color: #036b96;
    display: block;
    float: left;
    font-size:1.8em ;
    height: 35px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}
#current a.button span {
    background: url(images/vistahoverleft.jpg) no-repeat;
    display: block;
    line-height:1.5em;
    padding: 5px 0 5px 18px;
}

#content .box
{
float: left;
	width: 600px;

	margin-top: 75px;
	background: url(images/vistabottomleft.jpg) no-repeat left bottom;
}
#content .box-outer
{
	background: url(images/vistabottomright.jpg) no-repeat right bottom;
	padding-bottom: 5%;
}
#content .box-inner{
	background: url(images/vistatopleft.jpg) no-repeat left top;
}
#content .box h2
{ 
	background: url(images/vistatopright.jpg) no-repeat right top;
	padding-top: 5%;
	font-style: italic;
	font-size: 2em;
	line-height: 2.5em;
	color: #012432;
	text-align: center;
}
#content .box h2, #content .box p
{
	padding-left: 5%;
	padding-right: 5%;
}
#content .box p
{
	color: #012432;
	font-size: 1.5em;
	line-height: 1.65em;
}

#secondarycontent .box
{
	width: 195px;
	float: right;

	margin-top: 75px;
	background: url(images/vistabottomleft.jpg) no-repeat left bottom;
}
#secondarycontent .box-outer
{
	background: url(images/vistabottomright.jpg) no-repeat right bottom;
	padding-bottom: 10px;
}
#secondarycontent .box-inner{
	background: url(images/vistatopleft.jpg) no-repeat left top;
}
#secondarycontent .box h2
{ 
	background: url(images/vistatopright.jpg) no-repeat right top;
	padding-top: 10px;
	font-style: italic;
	font-size: 2em;
	line-height: 2.5em;
	color: #012432;
	text-align: center;
}
#secondarycontent .box h2, #secondarycontent .box blockquote, #secondarycontent .box ol
{
	padding-left: 10px;
	padding-right: 10px;
}
#secondarycontent .box blockquote, #secondarycontent .box ol
{
	color: #012432;
	font-size: 1.5em;
	line-height: 1.65em;
	list-style-type: none;
}
#wrapper
{
width: 800px;
margin: auto;
}
	