﻿#header
{
    background-image: url('/images/layout/banner.png');
    height: 126px;
}

#slogan
{
    background-image: url('/images/layout/slogan.png');
    height: 176px;
}

.floatBox
{
	display: block;
	float: right;
}

.NavOne:visited
{
	color: White;
}

.NavOne:hover
{
	background-color: #707479;
}

.NavOne
{
	color: White;
	display: block;
	float: right;
	margin-left: 1px;
	text-transform: uppercase;
	background-color: #020E18;
	text-align: center;
	padding: 5px;
}

.searchButton
{
	display: block;
	float: right;
	margin-left: 4px;
}

.LoginCtrl input
{
	margin-bottom: 3px;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

/* Normal Page Content */
.ContentContainer
{
	width: 550px; 
	margin: 7px; 
	border: 1px solid #E0E2E3; 
	padding: 6px; 
	float: left;
}
* html .ContentContainer { display:inline; padding: 1px; } 

.footer
{
	width: 1000px; 
	float: left; 
	height: 64px; 
	margin-top: 5px; 
	background-image: url('/images/layout/footerBG.png');
    padding-top: 20px; 
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
}

.footer a
{
	color: black;
	text-decoration: none;
}

.footer a:visited
{
	color: Black;
}

.footer a:hover
{
	color: White;
}


/* Portfolio Listing */
.Item, .ItemImage, .ItemContent
{
	float: left;
}

.Item
{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ItemImage
{
	width: 120px;
}

.ItemContent
{
	width: 390px;
}

.label
{
	display: block;
	float: left;
	width: 140px; 
	padding: 0 5px 5px 0;
}
.inputBox
{
	display: inline-block;
	width: 200px; 


}

.loginBox
{
	width: 140px;
}

.frontPageBox
{
	width: 261px; min-height:242px; margin: 7px; border: 1px solid #E0E2E3; padding: 4px; float: left; 
}
* html .frontPageBox { display:inline; } 

.frontPageBoxBottom
{
	width: 547px; min-height:230px; margin: 7px; border: 1px solid #E0E2E3; padding: 4px; float: left;
}
* html .frontPageBoxBottom { display:inline; } 

.contactBox
{
	float: left; width: 212px; margin: 5px; margin-right: 0px; height: 509px; 
	background-image: url('/images/layout/contactBackground.png'); background-repeat: no-repeat;	
}
* html .contactBox { display:inline; } 