/* 
	DClark Created
	April 30, 2010
	
*/


body {
	background:url(../images/abr_bg.gif) repeat-x #dadada;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif ;
	font-size: 12px;
	color:#595c64;
	margin: 0px;
	padding: 0;
}

/* WRAPPERS */

#wrapper {
	width:1000px;
	min-height:400px;
	margin: 0px auto;	
}

/* HEADER */

#header {
	position:relative;
	width:950px;
	height:79px;
	padding: 14px 25px 17px 25px;
}

.logo {
	position:relative;
	float:right;
	background:url(../images/abr_logo.jpg);
	width:427px;
	height:84px;
}

.logo1 {
	position:relative;
	float:right;
	background:url(../images/abr_logo1.png);
	width:427px;
	height:84px;
}

.navMain {
	position:absolute;
	float:left;
	color:#595c64;
	bottom:18px;
}

.navMain a:link 	{ color: #595c64; text-decoration:none; margin-right:18px;}
.navMain a:visited 	{ color: #595c64; text-decoration:none; margin-right:18px;}
.navMain a:hover 	{ color: #9b3e3e; text-decoration:none; }

/* BANNER */

#banner {
	position:relative;
	float:left;
	width:1000px;
	height:292px;
	color:#fff;
}

#banner_left {
	position:relative;
	float:left;
	height:292px;
	width:430px;
}
#banner_right {
	position:relative;
	float:right;
	height:292px;
	width:433px;
}

.banner_welcome {
	position:relative;
	float:left;
	width:217px;
	height:19px;
	background:url(../images/abr_welcome.gif);
	left:25px;
	top:22px;
	clear:both;
}

.banner_text {
	position:relative;
	float:left;
	width:445px;
	top:26px;
	left:25px;
	clear:both;
}

.banner_webLink {
	position:relative;
	float:left;
	top:50px;
	width:445px;
	left:25px;
	clear:both;
}

.banner_star {
	position:relative;
	float:left; 
	height:19px;
	margin-right:10px;
	background:url(../images/abr_star.png) no-repeat;
	padding: 5px 0 0 22px;
}

h5 {
	font-size:12px;
	margin:0px;
}

#banner a:link 		{ color: #ffffff; text-decoration:none;}
#banner a:visited 	{ color: #ffffff; text-decoration:none;}
#banner a:hover 	{ color: #ffffff; text-decoration:underline; }


/* BOTTOM INDEX PAGE */

#bottom_index {
	position:relative;
	float:left;
	width:950px;
	margin-top:14px;
	padding:0 25px;
}

#bottom_box {
	position:relative;
	float:left;
	width:261px;
	height:129px;
	padding:43px 16px 16px;
	background:url(../images/abr_knowUs.gif) no-repeat #FFF;
	margin-right:31px;
}

#bottom_box2 {
	position:relative;
	float:left;
	width:261px;
	height:129px;
	padding:43px 16px 16px;
	background:url(../images/abr_worktogeth.gif) no-repeat #FFF;
	margin-right:31px;
}

#bottom_box3 {
	position:relative;
	float:left;
	width:261px;
	height:129px;
	padding:43px 16px 16px;
	background:url(../images/abr_contactus.gif) no-repeat #FFF;
}

.bottom_contactUs {
	position:relative;
	float:left;
	background:url(../images/abr_contactusButton.gif);
	width:263px;
	height:29px;
	top:60px;
}


#bottom_index a:link 		{ color: #9b3e3e; text-decoration:none;}
#bottom_index a:visited 	{ color: #9b3e3e; text-decoration:none;}
#bottom_index a:hover 		{ color: #9b3e3e; text-decoration:underline; }

/* FOOTER */

#footer {
	position:relative;
	float:left;
	width:950px;
	height:40px;
	padding:8px 25px;
	margin-top:31px;
	font-size:11px;
}
.footer_center {
	position:relative;
	text-align:center;
}

/* Generic */
a:link 		{ color: #ffffff; text-decoration:none;}
a:visited 	{ color: #ffffff; text-decoration:none;}
a:hover 	{ color: #ffffff; text-decoration:underline; }

