﻿/*=================================================
 Site Layout
=================================================*/

*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
body
{
	height: 100%;
	font-family: Futura, Arial, sans-serif, Verdana;
	font-size: .900em;
	color: #333333;
	min-width: 980px;
}
form
{
	height: 100%;
}
#divHeader
{
	height: 60px;
	width: 100%;
}
#divMenu
{
	height: 35px;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
}
#divContent
{
	width: 100%;
}
#divFooter
{
	clear: both;
	height: 35px;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	color: #333333;
	font-size: .850em;
}
.divPage, .divPageContent
{
	margin: 0 auto;
	padding-bottom: 0;
	width: 930px;
}
.divContentRow
{
	background-position: left top;
	background-image: url('../Images/Background-Shadow.png');
	background-repeat: repeat-x;
	overflow: hidden;
	width: 100%;
}

/*=================================================
 Global Styles
=================================================*/

h1
{
	font-weight: bold;
	font-size: 2.7em;
}
h2
{
	font-size: 1.2em;
	font-weight: normal;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
}
a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}
a:hover, a:active
{
	color: #333333;
	text-decoration: underline;
}

/*=================================================
 Header
=================================================*/

.lnkLogo
{
	border-width: 0px;
	margin-top: 20px;
	position: absolute;
}
.lnkLogo img
{
	border-width: 0px;
}


#ulMenu
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 270px;
}

#ulMenu a
{
	float:left;
	padding: 10px 25px 10px 25px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B9B9B9;
	background-position: center center;
}


.lnkMenuItem, .lnkAbout, .lnkServices, .lnkTheWork, .lnkContact
{
	background-position: center center;
	padding: 10px 25px 10px 25px;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B9B9B9;
}

.lnkAbout
{
	background-image: url('../Images/Header-About-Gray.png');
	background-repeat: no-repeat;
	width: 73px;
	height: 16px;
	margin-left: 250px;
}
.lnkAbout:hover
{
	background-image: url('../Images/Header-About-Yellow.png');
}
.lnkServices
{
	background-image: url('../Images/Header-Services-Gray.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 16px;
}
.lnkServices:hover
{
	background-image: url('../Images/Header-Services-Yellow.png');
}
.lnkTheWork
{
	background-image: url('../Images/Header-TheWork-Gray.png');
	background-repeat: no-repeat;
	width: 113px;
	height: 16px;
}
.lnkTheWork:hover
{
	background-image: url('../Images/Header-TheWork-Yellow.png');
}
.lnkContact
{
	background-image: url('../Images/Header-Contact-Gray.png');
	background-repeat: no-repeat;
	width: 103px;
	height: 16px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B9B9B9;
}
.lnkContact:hover
{
	background-image: url('../Images/Header-Contact-Yellow.png');
}

/*=================================================
 Footer
=================================================*/

#ulFooterLinks
{
	list-style-type: none;
	list-style-position: outside;
	margin-right: auto;
	margin-left: auto;
	width: 515px;
}
#ulFooterLinks li
{
	padding-top:9px;
	padding-right: 20px;
	float: left;
}
#ulFooterLinks li img
{
	border: 0px;
}
.lnkEmail
{
	float: left;
	background-position: 0px 0px;
	background-image: url('../Images/Footer-Email.png');
	background-repeat: no-repeat;
	width: 248px;
	height: 17px;
}

/*=================================================
 Global
=================================================*/

.spanHighlight
{
	color: #E39604;
}
.spanBold
{
	font-weight: bold;
}
.spanItalic
{
	font-style: italic;
}