@charset "utf-8";
/* CSS Document */
/* =LAYOUT - the main layout styles */
	#apDiv1 {
	position:absolute;
	width:100px;
	height:113px;
	z-index:1;
	left: 65px;
	top: 46px;
    }
	.container{
	width:900px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	/* header layout */
	#header{
	height: 253px;
	position: relative;
	background-image: url(../images/bkgrnd2_noATTlogo);
	background-repeat: no-repeat;
	background-color: #FFF;
	}
	#headermenu {
	margin-left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 13px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-top: 13px;
	height: 35px;
	width: 500px;
    }
    #headermenu a {
	color:#000;
    }
    #headermenu a:hover {
	color:#008FC0
    }
    #spacer_topcontent {
	width: 500px;
	height: 20px;
    }
	    #navigation{
		position: absolute;
		right: 0;
		top:20px;
	}
	#header_main {
	height: 20px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	text-align: left;
	padding-top: 30px;
    }
    #header_main a{
	color:#000;
    }
    #header_main a:hover {
	color:#008FC0;
    }
	
	
	/* main area layout */
	#main{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-color: #FFF;
    }
	#leftcolumn{
	float: left;
	width:193px;
	background-color: #FFF;
}
	#leftcolumn ul {
	text-align: left;
	list-style-type: none;
	width: auto;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
    #leftcolumn li a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	width: 145px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	display: block;
}
    #leftcolumn li a:hover {
	background-color:#FFE26F;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	width: 145px;
	color: #008FC0;
}
	
	#center{
	float: left;
	width:380px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #333;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 18px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	
}
.centerp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}

	#rightcolumn{
	float: left;
	width:287px;
	background-color: #FFF;
}
	/* bottom layout */
	#bottominfo{
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #900;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */
	h1{
		position: absolute;
		height: 71px;
		top: 15px;
	}
	h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #fff;
		background: url(../../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../../images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#banner{
		position: absolute;
		height: 125px;
		color: #a49c8f;
		font-weight: bold;
		padding:0 440px 0 7px;
		bottom: 0;
		background: url(../../images/building.gif) right bottom no-repeat;
		font-size: 1.3em;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(../../images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	.article_wrapper h2{
	color: #000;
	font-size:2em;
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
    }
    .article_wrapper h3{
	color: #900;
	font-size:1em;
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	.article_wrapper h4{
	color: #008FC0;
	font-size:1.7em;
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	.article_wrapper p{
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
    }	
	/* right column */
	.rightbox_wrapper{
	padding:5px;
	margin-bottom: 15px;
	width:277px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #333;
	background-color: #FC0;
	}
	.rightbox{
	border: 1px dashed #900;
	width:275px;
	overflow: hidden;
	padding-bottom:6px;
	background-color: #FFF;
}
	.product_image{
	float: left;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}
	.product_wrapper{
	float: right;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
	.product_wrapper h4{
	font-size:16px;
	color: #900;
	font-weight: bold;
	padding-top:10px;
}
	.product_wrapper p{
	font-size:14px;
	color: #000;
	text-align: left;
}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
	color: #000;
	font-size:18px;
	padding:15px 0 5px 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	}
	.bottomcolumn p{
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #008FC0;
	}
	.iconlist{
	font-size: 1em;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	ul.iconlist li {
	padding-left: 5px;
	list-style-type: none;
	color: #008FC0;
	text-decoration: none;
	text-align: left;
	}
	ul.iconlist li a{
	padding-left: 5px;
	list-style-type: none;
	color: #008FC0;
	text-decoration: underline;
	text-align: left;
	}
	ul.iconlist  li a:hover{
	color: #000;
	list-style-type: none;
	text-decoration: none;
}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
	height: 65px;
	font-size: 1.2em;
	background-color: #000;
	}
	#footer a{color: #A39D97;}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}

