@import url('nav_main.css');
@import url('nav_foot.css');
@import url('nav_secondary.css');

body {
margin: 0;
padding: 0;
background-color: #dcddde;	
font-family: Arial, Helvetica, sans-serif;
font-size: small;
/* color: #707173; */
color: #000;
}

h1 {
	color: #0098d4;	
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0;

}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #0098d4;	
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0;
}

h3 {
	color: #0098d4;	
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.1em;
}

p, ul {
	line-height: 1.6em;	
	margin-top: 0;
}

a {
	color: #707173;	
	text-decoration: none;	
}

#Col2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.6em;
}

#Col2 ul li {
	background-image: url('../images/Bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 10px;
}

blockquote {
	font-style: italic;
	padding: 0;
	margin: auto 0;
}

blockquote p.Source {
	font-style: normal;	
}

blockquote p.Source strong {
	color: #0098d4;	
}

.FirstPara {
	color: #0098d4;	
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
}

.Error {
	color: #cc0000;		
}

.Required {
	color: #cc0000;
	font-size: 1.6em;
}

.Hidden {
	display: none;	
}

.Clear {
clear: both;
height: 0;
overflow: hidden;
}

.InnerCol {
	display: inline;
	float: left;
}

/* Default Inner Column Settings - These can be overridden later on */
#Col1 {
	background: url('../images/DottedLine_Vertical.jpg') repeat-y top right;
	padding-right: 10px;
	width: 188px;	
	color: #707173;
}

#Col2 {
	background: url('../images/DottedLine_Vertical.jpg') repeat-y top right;
	padding-left: 28px;
	padding-right: 30px;
	width: 432px;
}

#Col3 {
	padding-left: 28px;
	width: 168px;
	
}

#Col4 {

}

a.MoreArrow {
	background-image: url('../images/MoreArrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;	
}

a.MoreArrow:hover {
	background-image: url('../images/MoreArrow_On.jpg');
}

a.GreyLink {
	color: #b1b3b4;
	text-decoration: none;			
}

/* Background Shadow */

#Shadow1 {
width: 1010px;
margin: 20px auto auto auto;
background-image: url('../images/Background.jpg');
}

#Shadow2 {
background-image: url('../images/BackgroundTop.jpg');
background-repeat: no-repeat;
padding-top: 1px; /* IE Hack */
}

#Shadow3 {
background-image: url('../images/BackgroundBottom.jpg');
background-repeat: no-repeat;
background-position: bottom;

}

/*
	Outerbox (the outer content holder)
	Total width: 994px
*/
#OuterBox {
margin: 8px;
margin-bottom: 0;
width: 884px;
padding: 35px 55px;
}

#Logo {
	background-image: url('../images/Renaissance-Executive-Search-Logo.jpg');	
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 28px;
}

#TopRule, .TopRule {
	background-color: #0098d4;
	height: 7px;
	margin-bottom: 20px;
	overflow: hidden;
}

#Footer {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 0.8em;
}

.GreyBox {
	background-image: url('../images/GreyBox_Top.jpg');
	color: #0098d4;	
	display: block;
	font-weight: bold;
	text-align: center;
	width: 106px;
}

.GreyBox span {
	display: block;
	height: 1px;
	overflow: hidden;
	background-image: url('../images/GreyBox_Bottom.jpg');
}