body {
	background-image: url(../images/cibackground.gif);
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.accent{
	color:#223a57;
	font-weight:bold;
}

.pop {
	background-color: transparent;
}

.clear{clear:both;margin:0;padding:0;height:0;}

a img {
	border: none;
}

a{
	text-decoration:none;
	color:#223a57;
	font-weight:bold;
}

.title{
	font-size:20px;
	font-family: Arial;
	color: #223a57;
}

#container {
	width: 100%;
	height: 550px;
	margin-top: 5%;
	text-align:center;
}

#container-bg{
	width:100%;
	height:550px;
	background-color:#eeeeee;
}

#content-holder {
	width: 950px;
	height: 550px;
	margin-left:auto;
	margin-right:auto;
}

.footer {
	padding-top:1px;
	padding-bottom:10px;
	width: 100%;
	float:left;
	clear:both;
	text-align:center;
	color:#FFFFFF;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
}

#left {
	width: 255px;
	height: 500px;
	float:left;
	clear:none;
	text-align:left;
}

#left #logo {
	position: relative;
	top: 25px;
}

#right {
	width: 622px;
	height: 550px;
	float:left;
	clear:none;
	background-image:  url(../images/content_bg.png);
	background-repeat: repeat-y;
	text-align:left;
}

#right #content {
	margin: 25px;
	max-height: 450px;
}

#right #content .page-title {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #666666;
	margin-bottom: 10px;
}

#right #content .page-content {
	font-size: 13px;
	color: #223a57;
	line-height: 1.3em;
}

.popup_text{
	font-size: 13px;
	color: #223a57;
	line-height: 1.3em;
}



.nav {
	width: 254px;
	height: 151px;
	position: relative;
	top: 45px;
	left:9px;
}

.nav li {
	display: inline;
	list-style-type: none;	
	bottom: 0px;
}




	.nav-about a {
		display:block;
		height:30px;
		background-image:url(../images/nav-about.jpg);
	}
	.nav-about a:hover {
		background-image:url(../images/nav-about-over.jpg);
	}

	.nav-about-over a {
		display:block;
		height:30px;
		background-image:url(../images/nav-about-over.jpg);
	}

	.nav-staffing a {
		display:block;
		height:30px;
		background-image:url(../images/nav-staffing.jpg);
	}
	.nav-staffing a:hover {
		background-image:url(../images/nav-staffing-over.jpg);
	}

	.nav-staffing-over a {
		display:block;
		height:30px;
		background-image:url(../images/nav-staffing-over.jpg);
	}


	.nav-programming a {
		display:block;
		height:30px;
		background-image:url(../images/nav-programming.jpg);
	}
	.nav-programming a:hover {
		background-image:url(../images/nav-programming-over.jpg);
	}

	.nav-programming-over a {
		display:block;
		height:30px;
		background-image:url(../images/nav-programming-over.jpg);
	}

	
	.nav-clients a {
		display:block;
		height:30px;
		background-image:url(../images/nav-clients.jpg);
	}
	.nav-clients a:hover {
		background-image:url(../images/nav-clients-over.jpg);
	}

	.nav-clients-over a {
		display:block;
		height:30px;
		background-image:url(../images/nav-clients-over.jpg);
	}


	
	.nav-employees a {
		top:-1px;
		display:block;
		height:30px;
		background-image:url(../images/nav-employees.jpg);
	}
	.nav-employees a:hover {
		background-image:url(../images/nav-employees-over.jpg);
	}

	.nav-employees-over a {
		top:-1px;
		display:block;
		height:30px;
		background-image:url(../images/nav-employees-over.jpg);
	}
	
	.nav-positions a {
		display:block;
		height:30px;
		background-image:url(../images/nav-positions.jpg);
	}
	.nav-positions a:hover {
		background-image:url(../images/nav-positions-over.jpg);
	}
	.nav-positions-over a {
		display:block;
		height:30px;
		background-image:url(../images/nav-positions-over.jpg);
	}
	
	.nav-contact a {
		display:block;
		height:31px;
		background-image:url(../images/nav-contact.jpg);
	}
	.nav-contact a:hover {
		background-image:url(../images/nav-contact-over.jpg);
	}
	.nav-contact-over a {
		display:block;
		height:31px;
		background-image:url(../images/nav-contact-over.jpg);
	}	
	
.news_box{
	height:169px;
	width:166px;
	background-image:url(../images/latest_news_box.jpg);
	
	background-position:center top;
	position: relative;
	top: 95px;
	left:44px;
	padding:40px 15px 10px 20px;
	
}

.news_box p.news_date{
	text-transform:uppercase;
	font-size:11px;
	color:#686868;
	margin-top:7px;
}

.news_box p.news_content{
	font-size:12px;
	line-height:1.4em;
}
		
.form-button {
	overflow: hidden;
    width:68px;
    background-color:#223a57;
    border:1;
	border-color:#FFFFFF;
    color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
    cursor:pointer;
    text-align:center;
}

#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 4001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	color:#FFFFFF;
}
#popupInner {
	border: 0px solid #2b456e;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4002;
}
#popupTitleBar {
	font-weight: bold;
	height: 1.3em;
	padding: 1px;
	position: relative;
	z-index: 4003;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #;
}

/****** Lost Password Divs ********/
.lp_container{
    background: url(/images/lost_pass_bg_lrg.png) no-repeat top left;
	font-size: 100%;
	width:660px;
    height:400px;
}

.lp_middle_text {
    padding: 20px 30px 0px 26px;
    font-size:12px;
}
.lp_title {
	float:left;
    text-align:left;
    width:90%;
    border-bottom: 2px solid #FFFFFF;

 }
.lp_close {
	text-align:right;
    float:right;
    padding-bottom:5px;
    padding-right:5px;
	}
	
.lp_input{
	float:left;
    text-align:left;
    width:240px;
    padding-top:10px;
    }        
.lp_submit {
	float:left;
	text-align:left;
    padding-top:8px;
}
.lp_form {
	padding-right:20px;
}
.lp_container textarea{
height:140px;
}
.lp_container table{
    clear:both;
}
.lostpass_text {
	clear:both;
    text-align:left;
    padding-top:10px;
    width:90%;
}
.lostpass_text .bold_title{
	 text-transform:none;
     font-weight:none;
}
.cell_border_bottom{
    border-bottom: 2px solid #223a57;

}
/****Index page columns****/
.top h3{
		padding:12px 0 8px 0; 
		margin:0;
		font-size:14px;
		text-align:center;
		color:#FFFFFF;
		}

div.green_half{
	width:273px;
	padding:0;
	background-image:url(../images/blue_middlehalf.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

div.green_half .top{
	background-image:url(../images/blue_tophalf.gif);
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
	padding:0px 15px 0px 15px; 
	margin: 0 0 -1px 0;
	height:34px;

}
div.green_half .middle{
	padding:0 15px 0 15px;
	margin: 0 0 -1px 0;
	}
div.green_half .bottom{
	background-image:url(../images/blue_bottomhalf.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:20px;
	padding:0;
	margin-top:-15px;
}

div.green_full{
	width:572px;
	padding:0;
	background-image:url(../images/blue_middlefull.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

div.green_full .top{
	background-image:url(../images/blue_topfull.gif);
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
	padding:0px 15px 0px 15px; 
	margin: 0 0 -1px 0;
	height:34px;

}
div.green_full .middle{
	padding:0 15px 0 15px;
	margin: 0 0 -1px 0;
	}
div.green_full .bottom{
	background-image:url(../images/blue_bottomfull.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:20px;
	padding:0;
	margin-top:-15px;
}




div.blue_half{
	width:273px;
	padding:0;
	background-image:url(../images/blue_middlehalf.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

div.blue_half .top{
	background-image:url(../images/blue_tophalf.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
	padding:0px 15px 0px 15px; 
	margin: 0 0 -1px 0;
	}
	
div.blue_half .middle{
	padding:0 15px 0 15px;
	margin: 0 0 -1px 0;
	
	}
	
div.blue_half .bottom{
	background-image:url(../images/blue_bottomhalf.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:20px;
	padding:0;
	margin-top:-15px;
	}
		
		