/* Ascendancy Recruitment Consulting CSS
--------------------------------------------------------------

	Contents:	Imports
					Global
					Flash
					Header
					Content
					Footer

------------------------------------------------*/

/* Imports
---------------------------------------------------*/
@import "navigation.css";
@import "forms.css";

/* Global Reset and CSS
------------------------------------------------*/
/* Global CSS and Master Reset
--------------------------------------------*/
html, body {
	margin: 0px; 
	padding: 0px;
	background-color: #f47721;
	background-image: url(../images/template/background-gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.container {
	width: 877px;
	margin: 0 auto;
	background-color: #f47721;
	background-image: url(../images/template/background.jpg);
	background-repeat: no-repeat;
}

div, dl, dt, dd, ul, ol, li, pre, blockquote {
	margin: 0pt;
	padding: 0pt;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
}

.rightColumn ul li { margin-bottom: 5px; font-size: 12px; }
.leftColumn ul li { margin-bottom: 5px; font-size: 12px; }

:link, :visited { text-decoration: none; }

img, a img, :link img, :visited img { border: none; }

.clearer { clear: both; height: 0pt; line-height: 0pt; }
.clear { clear: both; }
.formClear { clear: both; margin-top: 50px; }
.floatLeft { float: left; }
.floatRight { float: right; }

.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }

hr {  border: 0 none; }
hr.rule { background-color: #869DC6; color: #869DC6; height: 3px; margin-bottom: 0px; }

.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textCap { text-transform: capitalize; }
.textUnderline { text-decoration: underline; }

.spacer { height: 50px; }

/* Typography
--------------------------------------------*/
h1 { font-size: 14px; color: #f58220; }
h2 { font-size: 12px; margin-bottom: -10px; }
h3 { font-size: 10px; margin-bottom: -10px; }
h4 { font-size: 10px; margin-bottom: -10px; }

p { font-size: 0.9em; line-height: 1.5em; }

.blue { color: #1d3074; }

.leftColTitle { 
	width: 200px; color: #f58220;
	border-bottom: 1px solid #e9a55c;
	font-size: 14px; 
}
.leftColumn p { width: 200px; }
.rightColTitle {
	width: 581px; color: #f58220;
	border-bottom: 1px solid #e9a55c;
	font-size: 12px;
}
.rightColHeading { color: #f58220; font-size: 14px; }
.normalHeading {
	color: #f58220;
	font-size: 12px;
}
.highlight { color: #f58220; font-weight: bold; }
.clientsTitle { font-weight: bold; width: 217px; border-bottom: 1px solid #f58220; }
.candidatesTitle { font-weight: bold; width: 217px; border-bottom: 1px solid #f58220; }
.clientsContent p { width: 217px; }
.candidatesContent p { width: 217px; }
.lCol p { margin-bottom: -5px; }
.rCol p { margin-bottom: -5px; }

/* Links
--------------------------------------------*/
a { color: #f58220; text-decoration: none; outline: none; }
a:active { color: #f58220; outline: none; }
a:visited { color: #f58220; outline: none; }
a:hover { color: #f58220; outline: none; text-decoration: underline; }

.leftColTitle a { color: #f58220; text-decoration: none; outline: none; }
.leftColTitle a:active { color: #f58220; outline: none; }
.leftColTitle a:visited { color: #f58220; outline: none; }
.leftColTitle a:hover { color: #f58220; outline: none; text-decoration: none; }

/* Horizontal Rule
------------------------------------------------------*/
hr { border: 0 none; margin-top: 10px; margin-bottom: 20px; }
hr.rule { background-color: #e9a55c; color: #e9a55c; height: 1px; }

/* Flash
----------------------------------------------------*/
.headerFlash { margin-left: 1px; }

/* Navigation Tab
-------------------------------------------------------*/
.tab { position: absolute; top: 10px; z-index: 9; }
.tab img { margin-left: 50px; }

/* Terms Of Business
--------------------------------------------------------*/
.tob ul li {
	list-style: none;
	margin-left: -25px; margin-bottom: 20px;
}

.number { color: #e9a55c; font-weight: bold; margin-right: 25px; }

/* Logo
--------------------------------------------------------*/
.logo {
	position: absolute;
	top: 105px; z-index: 1000;
}

.logo img {
	margin-left: -35px;
}


/* Header CSS
------------------------------------------------*/
.header {
	font-size: 24px;
	height: 273px;
	margin-left: 5px; margin-right: 5px;
}

.topBar { position: relative; z-index: 10; }

/* Content CSS
------------------------------------------------*/
.content {
	background-image: url(../images/template/content-bg.jpg);
	background-repeat: repeat-y;
}

.bodyContent {
	margin-left: 5px; margin-right: 5px;
}

.leftColumn {
	width: 225px;
	float: left;
	padding-left: 20px; padding-top: 100px;
	margin-top: -33px; margin-left: 1px;
	background-image: url(../images/template/left-col-bg.jpg);
	background-repeat: repeat-x;
	position: relative; z-index: 851;
}

.rightColumn {
	color: #1D3074;
	width: 581px;
	float: right;
	margin-top: -33px;
	padding-left: 20px; padding-top: 15px; padding-right: 20px;
	position: relative; z-index: 850;
}

.lCol { width: 290px; float: left; }
.rCol { width: 290px; float: right; }

.addBox { width: 120px; float: left; }
.addDetails { width: 461px; float: right; }

.jobHeading {
	margin-bottom: -10px;
}


/* Footer CSS
------------------------------------------------*/
.footer {
	background-color: #f47721;
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	height: 238px; margin-top: -70px;
	margin-bottom: 20px;
	position: relative; z-index: 1;
}

.footerContent {
	text-align: center;
	font-size: 10px;
	color: white;
	margin-bottom: 10px;
}

.footerContent a { color: white; text-decoration: none; }
.footerContent a:active { color: white; text-decoration: none; }
.footerContent a:visited { color: white; text-decoration: none; }
.footerContent a:hover { color: white; text-decoration: underline; }



