/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url("../images/background.gif") repeat #fac266;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}

img{
	border:none;
}

a{
	color:#92181d;
	text-decoration:none;
}
a:hover{
	color:#e4373f;
	text-decoration:underline;
}
h1{
	font-size:16px;
	padding:10px 0 5px 0;
}
h2{
	font-size:14px;
	font-style:italic;
	margin-bottom:0px;
}
h3{
	font-size:14px;
}

#container-top{
	width:952px;
	height:24px;
	margin:20px auto 0 auto;
	padding:0;
	behavior: url("jscripts/iepngfix.htc");
	background:url("../images/top-container.png") no-repeat;
}
#container{
	width:952px;
	margin:0px auto;
	padding:0;
	background:url("../images/container-bg.png") repeat-y;
	behavior:url("jscripts/iepngfix.htc");
	}
	
	
	#content-home{
		width:894px;
		margin:0 auto;
		border:5px solid #fff;
		background:url("../images/content-home-bg.jpg") no-repeat right top #fff;
		}
		#logo{
			position:absolute;
			width:255px;
			margin:-35px 0 0 -30px;
		}
		#child-home{
			margin-top:70px;
			padding-bottom:1px;
			}
			#child-home img{
				float:left;
			}
			#child-home .two{
				margin:40px 0 0 30px;
			}
			
		#copy-home{
			width:490px;
			padding:20px 30px;
			float:left;
		}
		
		.box-home{
			border:1px solid #008c99;
			width:318px;
			background:url("../images/box-home-bg.gif") right repeat-y;
			margin:10px 20px 0 0;
			}
			.box-home p{
				width:225px;
				padding:5px 5px 0 10px;
				margin:0;
				float:left;
				font-size:11px;
			}
			.box-home-img{
				float:right;
				padding:3px 2px 1px 0;
			}
			.btn-jobsearch a{
				width:317px;
				height:26px;
				background:url("../images/btn-jobsearch.gif") bottom right no-repeat;
				display:block;
			}
			.btn-jobsearch {
				width:317px;
				height:26px;
				background:#ecf6f7;
			}
			.btn-jobsearch a:hover{
				width:317px;
				height:26px;
				background:url("../images/btn-jobsearch.gif") top right no-repeat;
			}
			

#container-bottom{
	clear:both;
	width:952px;
	height:24px;
	margin:0px auto;
	behavior: url("jscripts/iepngfix.htc");
	background:url("../images/bottom-container.png") no-repeat;
}

#footer{
	text-align:center;
	margin-top:10px;
	}
	#footer ul{
		list-style:none;
		margin:2px;
		padding:2px;
		}
		#footer ul li{
			display:inline;
			margin:0 5px;
			padding:0px;
		}
		#footer-one,
		#footer-one a{
			color:#008c99;
			text-decoration:none;
		}
	
		#footer-one a:hover{
			color:#00bacb;
			text-decoration:underline;
		}
		#footer hr{
			color:#fcdaa3;
			border:none;
			height:1px;
			background-color:#fcdaa3;
			width:600px;
			margin:0 auto;
			padding:0px;
		}

/*general styles*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

.padding10{
	padding:10px 0;
}

.list-notop{
	margin-top:0px;
	list-style:none;
	}
	.list-notop li{
		margin:2px 0;
		padding:2px 0;
	}

