/* Arora Group CSS Document */

/* [ Globals ] */

* {
	margin: 0;
	padding: 0;
}

body {
	/* Center Website for IE */
	text-align: center;
	background: url(../images/MAIN-BG.jpg) top repeat;
	/* Fonts */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

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

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

/* [ Class Library ] */

.threePixFix {
	margin-bottom: -3px;
}

/* [ Site Wrapper ] */

#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#background {
	float: left;
	background: url(../images/stretcher.jpg) center repeat-y;
	position: relative;
}

#innerWrapper {
	padding: 0px 6px;
}

/* [ Header ] */

#header {
	position: relative;
}

#topLinks {
	position: absolute;
	padding: 10px 7px 0px 0px;
	top: 0;
	right: 0;
}

#topLinks a {
	color: #FFFFFF;
}

#header img {
	border: 0;
}

/* [ Main Navigation ] */

#mainNavigation {
	border: 1px solid #FFFFFF;
	background: #27394E;
	float: left;
	width: 735px;
	position: relative;
}

#mainNavigation li {
	list-style: none;
	display: inline;
}

#mainNavigation li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 20px;
	background: #27394E;
}

#mainNavigation li a:hover {
	background: #A6B3D2;
}

/* [ MAK's Sticky Nav ] */

#home .home,
#serviceAreas .serviceAreas,
#jobListings .jobListings,
#contactUs .contactUs,
#employeeLogin .employeeLogin,
#aroraAdvantage .aroraAdvantage
{
	background: #213D75;
}

/* [ Body ] */

#bodyContainer {
	position: relative;
	float: left;
	width: 735px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/stretcher.jpg) center repeat-y #213D75;
}

#contactUs #bodyContainer {
	background: #213D75;
}

/* [ Home Columns ] */

#homeLeftColumn {
	float: left;
	width: 317px;
	background: #213D75;
	position: relative;
	border-right: 1px solid #FFFFFF;
	padding: 25px;
	text-align: justify;
}

#homeRightColumn {
	float: right;
	width: 317px;
	background: url(../images/rightColumnBG.jpg) top repeat-x #6597D1;
	position: relative;
	padding: 25px;
	text-align: justify;
}	

/* [ Footer ] */

#footer {
	float: left;
	width: 750px;
	background: url(../images/footer.jpg) top center no-repeat;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

#footer p {
	color: #213D75;
}

#footer a {
	color: #213D75;
}

/* [ Sub Page Body Content ] */

#bodyContentSub {
	width: 695px;
	padding: 20px;
	position: relative;
	background: #213D75;
}	

/* [ Contact Form ] */

#quickContact {
	width: 300px;
	float: right;
	margin: 15px 0px 15px 15px;
	border: 1px dashed #FFFFFF;
	padding: 15px;
}

/* [ Job Listings ] */

#jobListingsTable td {
	padding: 4px;
}

#jobSearchForm {
	border: 1px dashed #FFFFFF;
	padding: 15px;
}
