/*
** ********************************************************************************
**
** Description: Main Style Sheet
** Version: 1.0
** Author: db Houston Ltd
** Company: McCartney Stewart
** Created: 01/08/2007
**
** ********************************************************************************
*/
html, body { height: 100%; }

body
{
	font-size: 10px;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, Sans-Serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	min-width: 840px;
	margin: 0px;
	padding: 0px;	
	background: #b5b5b5 url("../images/BodyBgdGray.jpg") repeat;
}

#wrapper
{
	position: relative;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0x;
	text-align: left;
	height: 100%;
}

div.clear
{
	clear: both;
}

div.spacer
{
	display: block;
	width: auto;
	height: 25px;
}

/*
** ***************************************************************************************
**
** Content section.
**
** ***************************************************************************************
*/
#header
{
	position: relative;
	width: 798px;
	height: 148px;
	padding: 0px;
	margin-top: 2px;
	border: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

#header img
{
	position: relative;
	width: 100%;
	height: 148px;
	padding: 0px;
	border: none;
}

/*
** ***************************************************************************************
**
** Menu section.
**
** ***************************************************************************************
*/
#menuTop
{
	position: relative;
	width: 798px;
	height: 30px;
	padding: 0px;
	background: #0053A6 url("../images/MenuFullBgd.jpg") repeat-x;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

/*
** Menu styling.
*/
#menuTop ul
{
	margin: -1px 0px;
	padding: 0px;	
	width: 80%;
	height: inherit;
	float: right;
	text-align: right;
	list-style: none;
}

#menuTop ul li
{
	float: right;
}

#menuTop li a
{
	display: block;
	padding: 0 1.0em;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	float: left;
	font-size: 1.6em;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: arial;
}

#menuTop ul li a:hover
{
	color: #CAA377;
	background: none;
	text-decoration: underline;
}

#menuTop ul a:visited
{
	color: #ffffff;
}

#menuTop .menuSpacer
{
	position: relative;
	display: block;
	float: left;
	height: 12px;
	margin-top: 8px;
	padding: 0px;
	border: 1px solid #00274F;
}

#menuTop .currentMenu
{
	color: #ca4a01;
}

/*
** Sub menu section.
*/
#subMenuTop
{
	position: absolute; 
	top: 7px;
	left: 5px;  
	width: 200px;
	color: #BEB29F;
	font-size: 1.2em;
}

#subMenuTop a
{
	color: #ffffff;
	text-decoration: none;
}

#subMenuTop a:hover
{
	color: #CAA377;
	text-decoration: underline;
}

#subMenuTop a:visited
{
	color: #ffffff;
	text-decoration: none;
}

/*
** ***************************************************************************************
**
** Side section.
**
** ***************************************************************************************
*/
#side
{
	float: left; 
	width: 205px; 
	margin: 0px;
	padding-top: 20px;
}

#sideInnerContent
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}

/*
** ***************************************************************************************
**
** Content section.
**
** ***************************************************************************************
*/
#contentContainer
{
	position: relative;
	width: 798px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#content
{
	position: relative;	
	width: 100%;
	text-align: left;
	min-height: 350px;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

#innerContent
{
	padding: 10px 25px 10px 10px;
}

* html #content 
{ 
   height: expression( this.scrollHeight < 350 ? "350px" : "auto" ); /* sets min-height for IE */
   min-height: 350px; /* sets min-height value for all standards-compliant browsers */
}

#content h1, h2
{
	font-family: georgia;
	font-weight: normal;
	/*color: #0053A6;*/
	color: #003468;
}

#content h1
{
	font-size: 2.2em;
	margin: 0px 0px 7px 0px;
	padding-bottom: 3px;
}

#content h2
{
	font-family: arial;
	font-size: 1.6em;
	margin: 0px 0px 7px 0px;
	padding-bottom: 3px;
	color: #817158;
}

#content h2.empHeader
{
	font-family: arial;
	font-size: 2.0em;
	margin: 0px 0px 7px 0px;
	padding-bottom: 3px;
	color: #817158;
}

#content p.contactus
{
	margin: 0px;
	padding: 0px;
	color: #817158 !important;
}

#content a.pageLink
{
	color: #3F7EA0;
	text-decoration: underline;
	text-transform: lowercase;
	font-size: 1.4em;
}

#content a.pageLink:hover
{
	text-decoration: none;
}

#content p a
{
	/*color: #3F7EA0;*/
	color: #425A85;
	text-decoration: underline;
}

#content p a:visited
{
	color: #425A85;
}

#content p a:hover
{
	text-decoration: none;
}

#content p
{
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: justify;
	margin: 2px 2px 10px 2px;
	padding-left: 5px;	
}

#content ul
{
	list-style: none;
	font-size: 1.5em;
	line-height: 2em;	
}

#content ul li
{
	padding: 2px 0px 3px 25px;
	margin: 5px 0;
	background-image: url(../images/GraySquare.jpg);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#content ul li a
{
	color: #425A85;
	text-decoration: underline;
}

#content ul li a:visited
{
	color: #425A85;
}

#content ul li a:hover
{
	text-decoration: none;
}

hr
{
	height: 1px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dotted #BBBBBB;
}


 .infoBlock
{
	position: relative; 
	width: 225px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

.infoBlock .infoBlockHeaderBrown
{
	width: 225px; 
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #2E5C75;
}

.infoBlock .infoBlockHeaderGreen
{
	width: 225px; 
	margin: 0px;
	padding: 0px;
	background-color: #8C5F00; 
	height: 30px;
	background: #8c5f00 url("../images/site/BlockHeaderBgdGreen.jpg") repeat-x;
	border: 1px solid #2C3A03;
}

.infoBlock .infoBlockHeaderRed
{
	width: 225px; 
	margin: 0px;
	padding: 0px;
	background-color: #8C5F00; 
	height: 30px;
	background: #8c5f00 url("../images/site/BlockHeaderBgdRed.jpg") repeat-x;
	border: 1px solid #40001A;
}

.infoBlock .infoBlockHeaderBlue
{
	position: relative;
	width: 225px; 
	margin: 0px;
	padding: 0px;
	height: 35px;
	background: #8c5f00 url("../images/BlockHeaderBgdBlue.jpg") repeat-x;
	margin-bottom: 1px;
}

.infoBlock .infoBlockHeaderYellow
{
	width: 225px; 
	margin: 0px;
	padding: 0px;
	background-color: #1b313e; 
	height: 35px;
	background: #8c5f00 url("../images/BlockHeaderBgdYellow.jpg") repeat-x;
	border: 1px solid #000000;
}

.infoBlock .infoBlockHeaderGray
{
	position: relative;
	width: 225px; 
	padding: 0px;
	height: 35px;
	background: #ffffff url("../images/BlockHeaderBgdGray.jpg");
	border-bottom: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;	
	margin-bottom: 1px;
}

.infoBlock .infoBlockHeader
{
	width: 225px; 
	margin: 0px;
	padding: 0px;
	height: 35px;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
	margin-bottom: 1px;	
}

.infoBlockHeader, .infoBlockHeaderGray h2
{
	position: absolute; 
	top: 8px; 
	left: 5px; 
	margin: 0px; 
	padding: 0px; 
	color: #595959 !important; 
	font-size: 1.5em !important;
	font-weight: bold;
	text-transform: capitalize;
}


.infoBlock .infoBlockText
{
	width: 225px; 
	padding: 0px;
}

.infoBlockText img
{
	border: 2px solid #e7e7e7;
	width: 90px;
	height: 60px;
	float: right;
}

#contentSiteMap ul
{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	/*list-style-type: none;*/
}

#contentSiteMap li
{
	line-height: 1.8em !important;
	text-transform: lowercase !important;
	font-size: 1.1em !important;
	/*background: url(../images/Arrow.gif) no-repeat 0% 50% !important;*/
	padding-left: 10px !important;
}

#contentSiteMap a
{
	color: #ffb648 !important;
	text-decoration: none !important;
}

#contentSiteMap a:hover
{
	text-decoration: underline !important;
}
/*
** ***************************************************************************************
**
** Footer section.
**
** ***************************************************************************************
*/
#footerContainer
{
	position: relative;
	width: 798px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url("../images/FooterFullBgd.jpg") repeat-x;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	clear: both;
	min-height: 125px;
}

#footer
{
	margin: 5px;
	padding: 5px;
}

#footer em
{
	font-weight: normal;
	color: #906638;
	font-style: normal;
	font-size: 1.1em !important;
}

#footer a
{
	color: #545438;
	text-decoration: none;	
}

#footer a:hover
{
	text-decoration: underline;
}

#footerAddress
{
	position: relative;
	width: 350px;
	float: left;
	color: #545438;
	font-size: 1.3em;
}

#footerCopyright
{
	position: relative;
	width: 300px;
	text-align: right;	
	float: right;
	color: #545438;
	font-size: 1.3em;
}

#footer p
{
	margin: 0px;
	padding: 0px;
}

#footer a.autherLink
{
	color: #906638 !important;
	text-decoration: underline;
}

#footer a.autherLink:hover
{
	text-decoration: none;
}

/*
** ***************************************************************************************
**
** Resume section.
**
** ***************************************************************************************
*/
.resume
{
	position: relative;
	float: left;
	width: 360px;
	min-height: 125px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #B4B4B4;
}

.resume .resumeContent
{
	background-color: #F8F8F8;
	width: 100%;
}

.resume img.employeePhoto
{
	width: 125px;
	height: 125px;
	border: 1px solid #CECECE;
	float: left;
	margin-right: 5px;	
}

.resume div.employeeDetails
{
	width: 225px;
	float: left;
}

.resume div.employeeDetails h3
{
	font-size: 1.4em;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

.resume div.employeeDetails p
{
	font-size: 1.1em !important;
	line-height: 1.5em !important;
	text-align: justify !important;
	margin: 2px 2px 2px 2px !important;
}

.resume div.employeeDetails em
{
	font-weight: bold;
}