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

body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#footer p {
	margin-bottom: 4px;
}

a {
	color: #12ad3a;
}

h2, h3 {
	margin-bottom: 8px;
	clear: both;
}

h2, h3 {
	font-size: 16px;
}

/* Template Structure */

#outer-wrapper {
	background: url(../images/ati-header-bg.gif) no-repeat;
	background-position: center top;
	height: 171px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
	overflow: visible;
	position: relative;
}

#page-wrapper {
	width: 100%;
	background: url(../images/body-bg.gif) repeat-x;
	height: 100%;
}

#ati-header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#inner-wrapper {
	width: 960px;
	margin: 0 auto;
}

#page-top {
	width: 960px;
	height: 249px;
	background: url(../images/feature-bg.jpg) no-repeat;
	float: left;
}

#page {
	width: 960px;
	min-height: 500px;
	background-color: #FFF;
	background: url(../images/page.gif) repeat-y;
	float: left;
	height: 100%;
}

#main {
	width: 560px;
	background-color: #FFF;
	float: left;
	height: 100%;
}

#sidebar-left {
	width: 200px;
	background: #7e7969 url(../images/sidebar-bg.jpg) no-repeat;
	float: left;
	min-height: 500px;
	height: 100%;
}

#sidebar-right {
	width: 200px;
	background: #7e7969 url(../images/sidebar-bg.jpg) no-repeat;
	float: right;
	min-height: 500px;
	height: 100%;
}


#footer {
	width: 960px;
	height: 78px;
	background: url(../images/footer-bg.jpg) no-repeat;
	float: left;
	margin-bottom: 15px;
}

/* ATI Logo */

#logo {
	width: 93px;
	height: 81px;
	margin-top: 8px;
	position: absolute;
}

/* Search Form */

#search-box {
	position: absolute;
	left: 650px;
	top: 100px;
}

#search-box input.button {
	width: 67px;
	height: 20px;
	background: url(../images/search-button.gif) no-repeat;
	display: block;
	margin-left: 5px;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	left: 150px;
	top: 1px;
	margin-top: 0px;
}

input#mod_search_searchword {
	height: 14px;
	margin-top: 1px;
	position: absolute;
}

input#mod_search_searchword .inputbox {
	line-height: 10px;
}

#search-box input.button:hover {
	background-position: 0 -20px;
}

/* Contact Tel */

#contact-tel {
	position: absolute;
	left: 690px;
	top: 22px;
}

#contact-tel h3 {
	color: #FFF;
	font-size: 16px;
}

/* RSS Feed */

#feed-box {
	height: 22px;
	width: 75px;
	position: absolute;
	left: 876px;
	top: 90px;
}

span#rss-feed  {
	width: 95px;
	height: 40px;
	background: url(../images/rss-feed.jpg) no-repeat;
	display: block;
	float: left;
}

a#rss-feed:hover {
	background-position: 0 -22px;
}

#navigation {
	position: absolute;
	top: 138px;
	left: 10px;
}

/* Inner Content */
	
#sidebar-left-inner {
	padding: 8px;
}

#sidebar-menu-inner {
	padding: 8px;
}

#sidebar-right-inner {
	padding: 8px;
}

#main-inner {
	padding: 8px;
}

#footer-inner {
	padding: 8px;
}

/* Article Styling */

.componentheading {
	display: none;
}

#main-inner .contentpaneopen img {
	border: 3px #CCC solid;
}

#main-inner p {
	font-size: 1.1em;
}





