﻿/* ATK general styles and home page */
body{
	margin:0;
	padding:0;
	background:#E8EBEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a2628;
}

img{
	border:none;
}

a{
	color:#ab2d34;
	text-decoration:underline;
}
a:hover{
	color:#62050b;
	text-decoration:underline;
}

h1{
	font-size:18px;
}


/*div structure*/
#container{
	background:#fff;
	width:760px;
	border-bottom:solid #000 14px;
	margin:0 auto 20px auto;
	padding-bottom:20px;
	}
	#logo{
		padding:27px 0 0 38px;
		float:left;
		margin-bottom:25px;
	}
	#headline{
		padding:29px 43px 0 0;
		float:right;
	}
	
	#home-left{
		width:440px;
		float:left;
		margin:0 10px 0px 30px;
		}
		#flashcontent img{
			margin-left:20px;
		}
		#searchjobs a{
			color:#fff;
			text-decoration:none;
			background:#ab2e34;
			padding:2px 5px;
			font-weight:bold;
		}
		#searchjobs a:hover{
			color:#fff;
			text-decoration:none;
			background:#77070c;
		}
		
	#home-right{
		float:right;
		margin:30px 30px 0 0 !important;
		margin:30px 20px 0px 0px;
		}
		.homebox{
			border:1px solid #2a2628;
			width:225px;
			margin:10px 0;
			}
			.homebox h2{
				font-size:12px;
				color:#fff;
				background:#2a2628;
				padding:2px 15px;
				margin:0px;
			}
			.homebox p{
				width:145px;
				padding:6px 65px 5px 15px;
				margin:0px;
			}
			.homebox a{
				text-decoration:none;
				color:#2a2628;
			}
			#homebox-video p{
				background:url(../images/homebox-video.jpg) #e9e7e4 no-repeat top right;
			}
			#homebox-locations p{
				background:url(../images/homebox-locations.jpg) #e9e7e4 no-repeat top right;
			}
				#homebox-calculator p{
				background:url(../images/homebox-calculater.jpg) #e9e7e4 no-repeat top right;
			}
	
/*end div structure*/


/*general styles*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.center{
	text-align:center;
}

.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

.nolist{
	list-style:none;
}

.darkred{
	color:#430003;
}

.font10{
	font-size:10px;
}

.left570{
	float:left;
	width:570px;
	margin-left:10px;
	}
	.left570 p{
		margin-top:0px;
	}
.searchjobs a{
			color:#fff;
			text-decoration:none;
			background:#ab2e34;
			padding:2px 5px;
			font-weight:bold;
		}
.searchjobs a:hover{
			color:#fff;
			text-decoration:none;
			background:#77070c;
		}

/*end general styles*/

