@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

table{
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

div{
width:auto;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*start page css*/
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat-x top left;
}


#mainContainer{
	height:auto;
	min-height: 620px;
	margin:0px auto 0px auto;
	width: 1000px;
	background: url(images/edge_shading.jpg) left 98px;
	background-repeat: no-repeat;
}

#mainBuffer{
	width: 982px;
	margin:0px auto 0px auto;
	position: relative;
	background-color: #fff;
	height:auto;
}

#pageData{
	height:auto;
	float:left;
	background-position: 12px top;
	background-repeat: repeat-y;
	background-image: url(images/brown_tile.jpg);
	color: #4b4b49;
}

#pageData .buffer{
	height: auto;
	position: relative;
}

/*header*/

#leaderboard{
position:absolute;
top:0px;
left:0px;
height:98px;
width:982px;
background:url(images/leaderboard_bg.jpg) #a6a795 repeat-x left 1px;
}

#lb_banners{
width:720px;
height:90px;
margin-left:130px;
margin-top:4px;
}

#header .buffer{
	position: absolute;
	left: 0px;
	top: 98px;
	background: url(images/header.jpg);
	width: 982px;
	height: 245px;
}

#top_nav .buffer{
	position: absolute;
	left: 436px;
	top: 282px;
	width:532px;
}

#top_nav .buffer ul{
float:left;
margin-top:6px;
}

#top_nav .buffer li{
	float: left;
	margin-right: 8px;
	color: #fff;
	font-weight: bold;
}

#top_nav .buffer li a{
	text-decoration: none;
	color: #fff;
}


#top_nav .search{
float:left;
margin-left:5px;
position:relative;
}

form#searchform{
width:201px;
height:21px;
float:left;
position:relative;
}

#top_nav .search input#snav{
	background: url(images/search_bg.jpg) no-repeat;
	border:0px;
	font-size:11px;
	width:174px;
	height:22px;
	padding-top:4px;
	text-indent:4px;
	position:absolute;
	top:2px;
}

#top_nav .search input#searchsubmitnav{
	background: url(images/search_btn.png);
	border:0px;
	cursor:pointer;
	width:20px;
	position:absolute;
	right:3px;
	top:2px;
	height:21px;
}

/*main content*/


/*column one*/

.column1{
	width: 200px;
	float: left;
	margin-top: 343px;
	margin-bottom: 0px;
	position:relative;
	height:auto;
}

.top_btn_box{
	display: block;
	width: 161px;
	height: 120px;
	top:0px;
	position: absolute;
	background:#666 url(images/top_btn_bg.jpg) no-repeat 8px top;
	left:12px;
	z-index:999;
}

.top_btn_box a.digi_btn{
display:block;
width:136px;
height:46px;
margin-left:20px;
margin-top:13px;
}

.top_btn_box a.home_btn{
display:block;
width:136px;
height:46px;
margin-left:20px;
margin-top:0px;
}

.column_menu{
	width: 199px;
	height: 668px;
	background: url(images/column1_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	top:119px;
}


.menu{
	display: block;
	position: absolute;
	left: 39px;
	top: 24px;
}

.menu ul li{
	display: block;
	height: 24px;
	width: 122px;
	line-height: 19px;
	font-size: 10px;
	position:relative;
}

.menu li.taller{
	display: block;
	height: 36px;
	width: 122px;
	font-size: 10px;
	line-height: 13px;
}

a.pd{
padding-top:4px;
}

.menu li.taller a:link, .menu li.taller a:visited{
	height: 36px;
}

.menu li.taller a:hover, .menu li.taller a:active{
	background: url(images/menu_btn_taller.jpg);
	background-position: left -33px;
	background-repeat: no-repeat;
	}

.menu li a:link, .menu li a:visited{

	display: block;
	height: 21px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;

}

.menu li a:hover, .menu li a:active{
	background: url(images/menu_btn.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*css for flyout menu*/

.menu ul li ul{
display:none;
}

.menu ul li:hover ul{
position:absolute;
left:120px;
top:0px;
display:block;
z-index: 999;
}

.menu ul li ul li{
background-color:#8b7d74;
width: 120px;
height:25px;
margin-left:16px;
text-indent: 5px;
color:#fff;
text-transform:uppercase;
font-weight:bold;
border-bottom:1px solid #fff;
line-height:23px;
}

.menu ul li ul li a:hover{
background-color:#7e6f68;
background-image:none;
display:block;
height: 25px;
}

/*column two*/

.column2{
	width: 602px;
	float: left;
	height: auto;
	margin-top: 340px;
	position:relative;
}

.column2 a:link, .column2 a:active, .column2 a:visited{
	color: #4b4b49;
}

.column2 a:hover{
	color: #323231;
	text-decoration: none;
}

#column2_container_left{
	float:left;
	width:394px;
	height: auto;
}

#top_banner{
	position: relative;
	float: left;
	width: 394px;
	height: 123px;
	margin-top: 10px;
	margin-bottom: 14px;
}

#top_banner img{
}

#featured{
	float: left;
	width: 398px;
	height: 514px;
	background: url(images/featured_box_bg_large2.jpg) no-repeat left 6px;
	position: relative;
	
}

#featured h1{
	font-size: 13px;
	margin-left: 24px;
	margin-top: 25px;
}

.featured1{
	width: 351px;
	height: 136px;
	background:url(images/white_fade.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-top: 8px;
	position: relative;
}

.featured1img{
	height: 83px;
	overflow: hidden;
	width: 125px;
	position: relative;
	top: 6px;
	margin-left: 6px;
}

.featured1 h2 a{
	position: absolute;
	top: 7px;
	left: 143px;
	width: 197px;
	font-size: 12px;
}

.featured1 p{
	position: absolute;
	top: 27px;
	left: 143px;
	width: 197px;
	line-height: 14px;
}

.featured1 .more-link{
	position: absolute;
	left: 143px;
	top: 75px;
	font-weight: bold;
}

.featured2{
	width: 351px;
	height: 136px;
	background:url(images/white_fade.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-top: 8px;
	position: relative;
}

.featured2img{
	height: 83px;
	overflow: hidden;
	width: 125px;
	position: relative;
	margin-left: 217px;
	top: 6px;
}

.featured2img .imgtfe{
	position: absolute;
}


.featured2 h2 a{
	position: absolute;
	top: 7px;
	left: 7px;
	width: 197px;
	font-size: 12px;
	font-weight: bold;
}

.featured2 p{
	position: absolute;
	top: 27px;
	left: 7px;
	width: 197px;
	line-height: 14px;
}

.featured2 .more-link{
	position: absolute;
	left: 7px;
	top: 75px;
	font-weight: bold;
}

.more_products{
	position: absolute;
	bottom: 16px;
	left: 280px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#column2_container_right{
	width: 187px;
	height: auto;
	float:left;
	margin-left: 8px;
}

.mag_box{
	width: 187px;
	height: 135px;
	float: left;
	background: url(images/mag_box_bg_two.jpg);
	background-position:left 10px;
	float: left;
	margin-left: 5px;
	position: relative;
}

.mag_box_three{
	width: 187px;
	height: 135px;
	float: left;
	background: url(images/aggzone_banner_small.jpg);
	float: left;
	margin-left: 5px;
	position: relative;
	margin-top:4px;
}

.mag_box_three a{
display:block;
	width: 187px;
	height: 135px;
}

.mag_box .cover img{
	left: 80px;
	top:0px;
	position:absolute;
	z-index:999;
	width:95px;
}

.mag_box h1{
	position: absolute;
	top: 20px;
	margin-left: 12px;
	font-size: 13px;
	width: 100px;
	color: #fff;
	line-height: 15px;
}

.mag_box h2{
	position: absolute;
	top: 69px;
	margin-left: 18px;
	font-size: 11px;
	width: 60px;
	color: #fff;
	font-weight: normal;
	line-height: 14px;
}

.mag_box a:link, .mag_box a:visited, .mag_box a:active,
.mag_box a:hover{
	text-decoration: none;
	color: #fff;
}

.mag_box_two{
	width: 187px;
	height: 135px;
	float: right;
	background: url(images/mag_box_bg_two.jpg);
	float: left;
	margin-left: 5px;
	margin-top: 11px;
	position: relative;
}

.mag_box_two .atlas_cover img{
	margin-left: 11px;
	margin-top: 8px;
	width:95px;
}

.mag_box_two h1{
	position: absolute;
	top: 10px;
	margin-left: 118px;
	font-size: 13px;
	width: 70px;
	color: #fff;
	line-height: 15px;
}

.mag_box_two h2{
	position: absolute;
	top: 58px;
	margin-left: 115px;
	font-size: 11px;
	width: 60px;
	color: #fff;
	font-weight: normal;
	line-height: 14px;
}

.mag_box_two a:link, .mag_box_two a:visited, .mag_box_two a:active,
.mag_box_two a:hover{
	text-decoration: none;
	color: #fff;
}

.mag_box_three h1{
	float:left;
	margin:20px 0 0 12px;
	font-size: 13px;
	width: 160px;
	color: #fff;
	line-height: 15px;
	text-align:center;
}

.mag_box_three h2{
	width: 150px;
	text-align: left;
	float:left;
	margin-left: 20px;
	margin-top: 11px;
	font-weight:normal;
}

.mag_box_three h2 a{
	text-decoration:none;
}

#news{
	float: left;
	background: url(images/news_box_smaller2.jpg) -2px top;
	width: 398px;
	height: 160px;
	position: relative;
	margin:6px 6px 7px 0;
}

#news h1{
	font-size: 13px;
	margin-left: 18px;
	margin-top: 20px;
}

#manu-news{
	float: right;
	background: url(images/news_box_smaller.jpg);
	width: 390px;
	height: 160px;
	position: relative;
	margin-top: 6px;
	margin-right: 6px;
}

#manu-news h1{
	font-size: 13px;
	margin-left: 18px;
	margin-top: 20px;
}

#manu-news .more_news{
	left:199px;
	top:138px;
	position:absolute;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.news_column{
	font-weight: bold;
	width: 345px;
	margin-left: 15px;
	float: left;
	background:url(images/white_fade.jpg);
	background-repeat: repeat-y;
	margin-top: 6px;
	height: 90px;
}

.news_column a{
	line-height: 11px;
	font-size: 12px;
	clear:left;
	float:left;
	margin-top: 7px;
	margin-left: 10px;
	width:100%;
	padding-bottom:2px;
}


#news .more_news{
	left:275px;
	top:138px;
	position:absolute;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.news_excerpt{
	float: right;
	font-size: 10px;
	width: 270px;
}

#articles{
	width: 392px;
	height: 295px;
	float: left;
	background: url(images/articles_box_smaller.jpg);
	margin-top: 6px;
	position: relative;
	margin-left: 10px;
}

#articles h1{
	font-size: 13px;
	margin-left: 24px;
	margin-top: 15px;
}

.article_img {
	height: 90px;
	overflow: hidden;
	float:left;
	width: 125px;
	background: url(images/aggman_logo_thumb.png);
	background-repeat: no-repeat;
}

.article_box1{
	background:url(images/white_fade.jpg);
	background-repeat: repeat-y;
	width: 342px;
	margin-left: 20px;
	height: 106px;
	margin-top: 10px;
}

.article_box2{
	background:url(images/white_fade.jpg);
	background-repeat: repeat-y;
	width: 342px;
	margin-left: 20px;
	margin-top: 10px;
	height: 106px;
}

.article1{
	width: 340px;
	float:left;
	margin-left: 7px;
	margin-top: 7px;
	position: relative;
}

.article1 h2{
	float: left;
	width: 194px;
	margin-left: 9px;
	font-size: 12px;
}

.article1 p{
	float: left;
	width: 194px;
	margin-left: 9px;
	margin-top: 5px;
}

.article1 .more-link a{
	position: absolute;
	left: 134px;
	top: 80px;
	font-weight: bold;
}

.more_articles {
	position: absolute;
	left: 278px;
	top: 270px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#welcome{
	float: left;
	background: url(images/welcome_tall.jpg);
	width: 189px;
	height: 453px;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
}

#welcome h1{
	margin-left: 14px;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 4px;
	}

#welcome p{
margin-left: 16px;
margin-right: 14px;
margin-top: 10px;
}

.about{
margin:15px 10px 0 10px;
float:left;
}

.about p{
margin:0 0 5px 0;
}

/*column three*/

.column3{
	width: 180px;
	min-height: 1130px;
	height: auto;
	float: right;
	margin-top: 345px;
	position:relative;
}

.banner #Advertisement{
	float: right;
	width: 160px;
	margin-bottom: 10px;
	margin-right: 14px;
	border:1px solid #444;
}

.banner img{
	float: right;
	width: 160px;
	height: auto;
	border:1px solid #444;
	margin-bottom: 10px;
	margin-right: 14px;
}

/*footer*/

#mainFooter .clearer{
	float: left;
	clear: both;
	width: 982px;
	height: 0px;
}

#mainFooter{
	background: url(images/footer_bg.jpg);
	height: 110px;
	width: 982px;
	float:left;
	clear: both;
	position: relative;
}

#mainFooter img{
	position: absolute;
	left: 162px;
	top:40px;
}

#mainFooter ul a{
color:#4E4D52;
text-decoration:none;
}

#mainFooter ul.rights{
	margin:39px 40px 0 0;
	color:#4d4d51;
	font-weight:bold;
	width:500px;
	float:right;
}

#mainFooter ul.rights li{
	font-size:10px;
	margin:0 0 2px 0;
	text-align:right;
}

#mainFooter ul.industry{
	font-size:10px;
	margin:0 34px 0 0;
	float:right;
	clear:right;
	color: #4d4d51;
}

#mainFooter ul.industry li{
	float:left;
	margin:0 4px 0 0;
}

#mainFooter ul.publications{
	display: block;
	position: absolute;
	left: 165px;
	top:62px;
	color: #4d4d51;
	width:500px;
}

#mainFooter ul.publications li{
	text-align:right;
	float:left;
	margin:0 4px 0 0;
	font-size:10px;
}

#mainFooter ul.publications li.heading{
	font-weight:bold;
	float:none;
	text-decoration:underline;
	margin:0 0 3px 0;
}

/*content_banners*/

#content_banner{
padding:16px 0 12px 0;
text-align:center;
margin:0 0 6px 0;
width:595px;
background:url(images/banner-bg.jpg) -2px 2px;
}

/*bottom_banners*/

#bottom_banners{
float: left;
margin-top: 15px;
}

#bottom_banners img{
margin-top: 15px;
margin-left:12px;
border:1px solid #807f7a; 
}

/*menu_banners*/


.menu_banners {
	position:relative;
	top:130px;
	left:33px;}

.menu_banners img {
	border:1px solid #444;}

/*event_calendar*/

#calendar{
	float:left;
	padding-right:20px;
	position:relative;
	width:100%;
}

#wp-calendar caption {
	font-size:18px;
	border:none;
	padding:10px 0 10px 0;}

#wp-calendar caption a {
	text-decoration:none;
	font-weight:bold;}

#wp-calendar th {
	height:30px;
	background:#dbdada;
	font-size:14px;
	color:#7e7c7c;}

#wp-calendar table.nav tr td{
	height:20px;
}

#wp-calendar table tbody tr td {
	border:1px solid #ccc;
	height:50px;
	font-size:13px;
	width:100px;}

#wp-calendar table tbody tr td.pad{
	border:0px;}

#wp-calendar {
	padding-bottom:20px;}

#wp-calendar td.ec3_eventday {
	font-weight:bold;
	background:#f4f5e9;}

#wp-calendar td.ec3_eventday a.eventday{
	display:block;
	width:100%;
	height:100%;
	line-height:45px;
}

#wp-calendar td#today {
	background:#e2d6c1;}

a#ec3_prev{
	position:absolute;
	width:81px;
	height:33px;
	top:48px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:29px;
}

a#ec3_next{
	position:absolute;
	width:81px;
	height:33px;
	top:48px;
	right:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:29px;
}

#calendar h2 {
	font-size:15px;
	text-transform:uppercase;}

#calendar h3 {
	font-size:13px;
	margin:10px;
	color:#3E74BA;}

#calendar ul {
	font-size:14px;
	font-weight:bold;}

#calendar ul li {
	margin:0px 0 0px 20px;}

#calendar ul li a {
	font-weight:normal;
	font-size:12px;
	margin:0 0 0 -20px;}

#calendar ul.ec3_events li.ec3_list_day {
	margin-top:20px;}

#calendar ul.ec3_events{
	margin-bottom: 20px;
}

#calendar h3 a:link, #calendar h3 a:visited{
	color:#3E74BA;
}

.usercontent table.ec3_schedule{
	float:none;
	border:0px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	margin-left:-5px;
}

#calendar table.ec3_schedule{
	float:none;
	border:0px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	margin-left:-5px;
	clear:left;
}

#single #calendar h1.title{
	margin-top:0px;
	margin-left:0px;
	font-size:16px;
	clear:left;
	float:left;
	margin-bottom:5px;
	width:70%;
	border-bottom:1px dashed #ccc;
}

#calendar_banner{
	margin-bottom:15px;
}

/* INTERNAL CONTENT BANNER */

.inside-content-banner-wrp{
background:#eee;
padding:0 0 20px 0;
margin:10px 0 10px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.inside-content-banner-wrp span{
font-size:10px;
text-align:center;
display:block;
padding:4px 0;
}

.inside-content-banner{
width:300px;
height:250px;
margin:0 auto;
}

.home-twit{
float:right;
margin:10px 10px 10px 0;
}

/* CLEARER */
.clearer {
	clear:both;
}
	
img#wpstats{
	display:none
}
