/*
	RCI Technologies Main CSS Stylesheet
	Created by RhoVisions, designer Rohit Sodhia
*/

body, td, input, select, textarea {
	font: 12px "Arial";
	color: #000;
}

body {
	text-align: center;
	background-color: #ECF5FF;
}

div {
	text-align: left;
}

p {
	margin: 1em 0px;
	text-align: justify;
}

hr {
	border: none;
	height: 1px;
	color: #000;
	background-color: #000;
	margin: 1.25em auto;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
	padding: 2px 2px;
}

label {
	display: block;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

h1 {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0px .5em;
}

h2 {
	color: #009;
	font-size: 1.3em;
	margin: 1.25em 0px .5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

blockquote {
	margin-left: 30px;
}


/* Links */
a, a:visited, a:active {
	color: #900;
}

a:hover {
	text-decoration: none;
}


/* IDs */
#bannerContainer, #mainMenuContainer, #submenu, #bodyContentContainer, #footerMenu, #footer {
	text-align: center;
	clear: both;
}

#bannerContainer {
	background-color: #ECF5FF;
}

#banner {
	width: 905px;
	margin: 0px auto;
}

#banner #certCycle {
	width: 275px;
	float: left;
}

#banner #imageCycle {
	width: 234px;
	float: right;
}

#banner #certCycle img.hide, #banner #imageCycle img.hide {
	display: none;
}

#mainMenuContainer {
	background: url('../images/menu.jpg') top repeat-x;
	height: 50px;
}

#mainMenu {
	width: 893px;
	margin: 0px auto;
}

#mainMenu a {
	float: left;
	height: 32px;
	font-size: 1.2em;
	padding: 18px 14px 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#mainMenu a:hover, #mainMenu a.current {
	background: url('../images/menuMouseOver.jpg') top repeat-x;
}

#submenu {
	background-color: #400000;
	height: 20px;
	padding-top: 5px;
}

#submenu, #submenu a {
	color: #FFF;
}

#submenu .current {
	font-weight: bold;
}

#bodyContent {
	width: 900px;
	margin: 10px auto;
}

#footerMenu {
	background-color: #333;
	padding: 15px 0px;
}

#footerMenu, #footerMenu a {
	color: #CCC;
}

#footer {
	background: #400000;
	padding: 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer, #footer a {
	color: #FFF;
}

#leftCol, #rightCol {
	margin-bottom: 15px;
}

#leftCol {
	float: left;
}

#rightCol {
	float: right;
}

#submit {
	padding: 3px 8px;
	background: #EEE;
	border: none;
	border-bottom: 2px solid #900;
	border-right: 2px solid #900;
	border-top: 1px solid #FCC;
	border-left: 1px solid #FCC;
	color: #900;
	font-weight: bold;
}


/* Classes */
.imgBorder {
	border: 1px solid #000;
}

.tr {
	padding: 3px;
}

.alignCenter {
	text-align: center;
}


/* Services List */
#threeColServiceList td {
	width: 300px;
	padding: 0px;
}

.servicesList .left {
	text-align: right;
}

.servicesList .center {
	text-align: center;
}

.servicesList .right {
	text-align: left;
}

#twoColServiceList .left, #page_home #twoColServiceList .right {
	width: 425px;
}

#twoColServiceList .center {
	width: 50px;
}

.servicesList td a {
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
}


#adminMenu {
	margin-left: 0px;
	width: 150px;
	float: left;
}

#adminMenu li {
	border-right: 1px solid #AAA;
	list-style: none;
	padding: 3px 10px;
	text-align: right;
}

#adminBody {
	margin-left: 165px;
	margin-bottom: 20px;
}

/* Pages */
#page_home #presidentMessage {
	float: left;
	width: 200px;
	margin: 0px 15px 15px;
	background-color: #800;
	border: 1px solid #000;
}

#page_home #presidentMessage img {
	padding: 5px;
	border: none;
}

#page_home #presidentMessage div {
	padding: 0px 10px 10px;
	color: #FFF;
}

#page_home #presidentMessage div#signature {
	padding: 10px 0px 0px;
	font-weight: bold;
	text-align: right;
}


#page_awards table {
	margin-left: 40px;
}

#page_awards td {
	padding: 10px 5px;
}

#page_awards .awardImg {
	width: 300px;
	text-align: center;
}

#page_awards .awardName {
	vertical-align: middle;
}


#page_about #bodyContent img {
	float: right;
	margin: 0px 0px 15px 15px;
}


#page_clients #clientList td {
	width: 300px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0px;
}


#page_certifications #certList td {
	width: 300px;
	text-align: center;
	padding: 10px 0px;
}

#page_certifications #certList .certImgs td {
	vertical-align: middle;
}

#page_certifications #certList .certNames td {
	vertical-align: top;
}


#page_services #bodyContent img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#page_services #bodyContent h2 {
	clear: both;
}

#page_services #bodyContent h3 {
	margin-top: 1.5em;
}

#page_services #bodyContent ul {
	margin: 15px 0px;
}

#page_services #servicesCodeList {
	width: 600px;
	margin: 10px auto;
}

#page_services #servicesCodeList th, #page_services #servicesCodeList td {
	padding: 8px;
	border: 1px solid #777;
}

#page_services #servicesCodeList th {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	background-color: #CCC;
}

#page_services #servicesCodeList .service {
	width: 300px;
	background-color: #EEE;
}

#page_services #servicesCodeList .code {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEE;
}


#page_technology #leftCol, #page_technology #rightCol {
	width: 430px;
	padding: 0px 10px;
}


#page_contact #sendMsg {
	text-align: center;
	padding: 10px 0px;
	font-size: 1.3em;
	font-weight: bold;
}

#page_contact h1 {
	margin-bottom: .5em;
}

#page_contact #leftCol {
	width: 630px;
	text-align: center;
}

#page_contact #leftCol img {
	margin-bottom: 15px;
}

#page_contact #leftCol .tr {
	margin-top: 10px;
}

#page_contact #leftCol label {
	width: 180px;
	text-align: right;
	float: left;
	padding-top: 3px;
}

#page_contact #leftCol .inputDiv {
	margin-left: 190px;
}

#page_contact #leftCol .inputDiv input {
	width: 250px;
}

#page_contact #leftCol textarea {
	margin-left: 190px;
	width: 250px;
	height: 5em;
}

#page_contact #leftCol #submit {
	margin-left: 280px;
}

#page_contact #rightCol {
	width: 250px;
}

#page_contact #rightCol h3 {
	text-transform: uppercase;
	margin: 1em 0px;
}

#page_contact #rightCol h3.first {
	margin-top: 0px;
}


#page_hr #bodyContent img {
	float: right;
	margin: 0px 0px 10px 10px;
}


#page_itstaffing #bodyContent img {
	float: left;
	margin: 0px 10px 10px 0px;
}


#page_globalrecruiting h3 {
	margin-top: 1em;
}


#page_jobOpportunities div.floatLeft {
	float: left;
}

#page_jobOpportunities div.label {
	width: 100px;
	font-weight: bold;
}

#page_jobOpportunities div.jobInfo {
	margin-left: 110px;
}

#page_jobOpportunities div.noMargin {
	margin-left: 0px;
}

#page_jobOpportunities hr.jobSplitter {
	width: 600px;
}


#page_projectProgramManagement #bodyContent img {
	float: right;
	margin: 0px 0px 10px 10px;
}


#page_adminLogin h2 {
	text-align: center;
}

#page_adminLogin #messageBox {
	margin: 15px;
	padding: 15px;
	border: 2px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #FAA;
}

#page_adminLogin label {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	margin-left: 275px;
	padding-top: 3px;
}

#page_adminLogin input.textfield {
	margin-left: 10px;
	width: 150px;
}

/*#page_adminLogin #submit {
	background: #700;
	padding: 3px 5px;
	color: #FFF;
	border: 2px solid #000;
	font-weight: bold;
}*/


#page_adminLoginSuccess h2 {
	text-align: center;
}

#page_adminLoginSuccess #messageBox {
	margin: 15px;
	padding: 15px;
	border: 2px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #AFA;
}


#page_adminJobList table {
	width: 550px;
}

#page_adminJobList th {
	font-weight: bold;
	padding: 3px;
}

#page_adminJobList td {
	padding: 3px;
}

#page_adminJobList .jobNumber {
	font-weight: bold;
	width: 100px;
	text-align: center;
}

#page_adminJobList .actions {
	text-align: center;
	width: 150px;
}

#page_adminJobList .actions img {
	margin: 0px 5px;
}

#page_adminJobList #addJobDiv {
	margin-top: 1em;
}

#page_adminJobList #addJobDiv a {
	font-weight: bold;
}


#page_adminAddJob #messageBox {
	margin: 15px;
	padding: 15px;
	border: 2px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #FAA;
}

#page_adminAddJob label {
	width: 100px;
	padding-top: 3px;
}

#page_adminAddJob label.leftCol {
/*	text-align: right;*/
	float: left;
}

#page_adminAddJob input {
	margin-left: 15px;
	width: 200px;
}

#page_adminAddJob #description {
	width: 500px;
	height: 7em;
}

#page_adminAddJob #submitDiv {
	margin-top: .5em;
	width: 500px;
}

#page_adminAddJob #submit {
	width: 100px;
}


#page_adminDeleteJob .leftCol {
	font-weight: bold;
	float: left;
	width: 100px;
}

#page_adminDeleteJob .jobInfo {
	margin-left: 110px;
}