﻿/* full height */
html, body, form {
	height: 100%;
	margin:0 auto;
}


/* no borders on images */
img {
	border: 0px;
}

/* make divs marginless */
div {
	padding: 0px;
	margin: 0px;
}

/* make page links gray */
a {
	color: #505050; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* main body */
#wholeBody  {
	font-family: Myriad Pro, Candara, Calibri, Arial, sans-serif;
	margin:0 auto;	
	padding: 0px;
	background-color: white;
	font-size: 12pt;
	width: 965px;
	height: 756px; 
}

/* holder for header */
#wholeHeader {
	font-family: Arial, sans-serif;
	height: 118px; 
	width: 965px;
	color: #505050;
	font-size: 10pt;
	float:left;
	/*z-index:750;*/
}

/* grey background for header */
.grayBGHeader {
	height: 118px; 
	width: 933px;
	background-color: #808080;
	position: relative;
	left: 16px;
}

/* grey bar in header */
.grayBarHeader {
	height: 87px;
	width: 927px;
	background-image: url('../../Images/precise_tables/graybar.jpg');
	background-repeat: no-repeat;
	position: relative;
	left: 3px;
	float:left;
}

/* logo */
.logo {
	position:relative;
	left: 19px;
	float:left;
}

/* top links - contact us, my precise, site map */
.topLinks {
	position: relative;
	top:20px;
	left: 320px;
	float:left;
}

/* exceptional service, precise solutions */
#motto {
	position: relative;
	top:52px;
	left: 185px;
	float:left;
}

/* search */
.search {
	float:left;
	position: relative;
	top: 15px;
	left:135px;
	width: 180px;
}

/* Wrapper around search input */
td.ms-sbcell{
	padding:0px;
	padding-left:2px;
	white-space:nowrap;
	border:solid 0px;
}

/* Formatting for Search terms text box */
.ms-sbplain{
	border: solid 1px #808080;
	height: 15px;	
	position:relative;
	top: 0px;			
}

/* Formatting for Search terms text box */
.ms-sbgo{
	position:relative;
	top: 0px;			
}

/* white bar behind top menu */
.whiteBarHeader {
	float:left;
	height: 31px; 
	width: 927px;
	background-image: url('../../Images/precise_tables/Precise_logo_bottom.jpg');
	background-repeat: no-repeat;
	position:relative;
	left: 3px;
}

/* logo bottom */
#logoBottom {
	float:left;
	position: relative;
	height:31px;
	width:215px;
}

/* menu holder */
.menu {
	float:left;
	font-family: Myriad Pro, Candara, Calibri, Arial, sans-serif;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	height: 26px;
	width:712px;
	position:relative;
	top: 0px;
	left: 15px;
	z-index:500;
}

#menu a:hover {
	text-decoration:none;

}

/* top menu holder */
.customNavItemContainer{
	float:left;
	font-family: Myriad Pro, Candara, Calibri, Arial, sans-serif;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	width:712px;
	margin-left: 0px;
	text-decoration:none;
	z-index:900;
	position:relative;
	top:5px;
	left: 15px;
}

/* top menu */
.customTopnav{
	background-color:#ffffff;
	z-index:500;
}

.customTopnav a{
text-decoration:none;
}

/* top menu sub item flys */
.customTopNavFlyOut {
float:left;
	z-index:500;
}

/* top menu sub item fly items */
.customTopNavFlyOutItem {
	font-family: Myriad Pro, Candara, Calibri, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #b30838;
	border: 1px #ffffff solid;
	border-top-style: none;
	color: #ffffff;
	width: 135px;
	z-index: 500;
	white-space: normal;
}

.customTopNavFlyOutItem a {
    display:block;
    padding:4px 5px 4px 5px;
    z-index:500;
    text-decoration:none;
}

/* top menu sub item fly out hover */
.customTopNavFlyOutHover {
	background-color: #505050;
	z-index:500;
}

/* top menu item selected */
.customTopnavSelected{
	background-color:#ffffff;
	color: #a9153e;
	z-index:500;
}

.customTopnavSelected a{
color: #a9153e;
}

/* top menu item hover */
.customTopnavHover{
	background-color:#ffffff;
	color: #a9153e;
	z-index:500;
}

.customTopnavHover a{
}


/* area for flash */
#flashAndBottomHolder {
	float:left;
	top:0px;
	width:956px;
	height:275px;
	z-index:1;
}

/* area for flash */
#flashHolder {
	float:left;
	top:0px;
	width:949px;
	height:247px;
	z-index:1;
}

/* area below flash - hot jobs, news */
#belowFlash {
	float:left;
	position: relative;
	top: 0px;
	height:28px;
	width:949px;

}

/* holder for whole bottom */
#bottomHolder {
	float:left;
	font-family: Arial, sans-serif;
	width: 965px;
	height:184px;
	color: #263e87;
	font-size: 10pt;
	position:relative;
	top: 0px;
}

/* grey background of whole bottom */
#grayBGBottom {
	width: 933px;
	height:184px;
	background-color: #808080;
	position: relative;
	left: 16px;
	color: #263e87;
}

/* fade for whole bottom */
#bottomBG {
	float:left;
	width: 927px;
	height:184px;
	position: relative;
	left: 3px;
	color: #263e87;
}

/* precise statement */
.preciseStatementHolder {
	float:left;
	position: relative;
	left: 30px;
	color: #263e87;
	width: 298px;
}

/* linkedin */
.linkedInHolder {
	float:left;
	position: relative;
	left: 405px;
	top: 6px;
}

/* facebook */
.facebookHolder {
	float:left;
	position: relative;
	left: 435px;
	top: -20px;
}


/* linkedin 
.linkedInHolder {
	float:left;
	position: relative;
	left: 246px;
	top: 9px;
}*/

/* facebook 
.facebookHolder {
	float:left;
	position: relative;
	left: 0px;
	top: 9px;
}*/

/* hot jobs and news holder */
#contentHolder {
	float:left;
	position: relative;
	left: 0px;
	width: 730px;
	height:184px;
	color: #263e87;
}

/* hot jobs and news */
#content {
	float:left;
	position: relative;
	left: 0px;
	top:0px;	
}

/* holder for footer */
#footerHolder {
	float:left;
	font-family: Arial, sans-serif;
	height: 23px; 
	width: 965px;
	color: #FFFFFF;
	font-size: 8pt;
}

/* grey background for footer */
#grayBGFooter {
	float:left;
	height: 23px; 
	width: 933px;
	background-color: #808080;
	position: relative;
	left: 16px;
	top: 0px;
}

/* blue background for footer */
#footerBG {
float:left;
	height: 23px; 
	width: 927px;
	background-color: #19388a;
	position: relative;
	left: 3px;
}

/* copyright statement */
#copyright {
	float:left;
	position: relative;
	left: 25px;
	top: 5px;
}

/* bottom links - home, site map, contact us */
#bottomLinks {
	float:left;
	position: relative;
	right: 16px;
	top: 5px;
	float:right;
}

#bottomLinks a{
	color:#FFFFFF;
}

/* welcome and site actions holder */


/* welcome */
#customTopLeft {
	float: left;
	position:relative;
	left:	25px;
	top: 3px;
	color:#19388a;
	font-size: 11pt;
}

#customTopLeft a {
	color:#19388a;
}

.ms-SPLink {
	color:#969696 !important;	
}

.ms-SPLink A:link{
	color:#969696 !important;	
}

.ms-HoverCellActive,.ms-SpLinkButtonActive{
	background:#b30838;
	border:none;
}

#topBar {
	float:left;
	height: 20px;
	top: 0px;
}

/* site actions */
#customTopRight {
	padding-top: 10px;
	float: left;
	position:relative;
	left:16px;

}

/* CEWP paragraph formatting */
.ms-WPBody
{
font-size:10pt;
font-family:arial,sans-serif;
color:#505050;
}

.ms-WPBody A:link,.ms-WPBody A:visited
{
font-size:10pt;
font-family:arial,sans-serif;
color:#505050;
text-decoration:none;
}

.ms-WPBody A:hover
{
color:#505050;
text-decoration:underline;
}


#indexContentHolder {
	float:left;
	font-family: Arial, sans-serif; 
	color: #19388a;
	font-size: 10pt;
	position:relative;
	left: 40px;
	top: 5px;
	width:200px;
}

#indexJobsHolder {
	font-family: Arial, sans-serif; 
	color: #19388a;
	font-size: 10pt;

}


