@charset "utf-8";
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/global/bodyBG.jpg) top left repeat-x #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	padding: 8px 0 0 0;
}

.clear { clear: both; }

a img { border: none; }

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.auto { width: auto; }

.cntr { text-align: center; }

.plaing { list-style: none; }

.b { font-weight: bold; }

.i { font-style:italic; }

.large { font-size: 16px; }

/* -------------- Template elements ---------------- */

#page-wrapper {
	width: 806px;
	margin: 0pt auto;
	position: relative;
}

#header {
	width: 100%;
	height: 72px;
	position: relative;
	z-index: 10;
}

#title {
	float: left;
	width: 325px;
	padding: 5px 0px 0px 4px;
}

#slogan {
	float: right;
	width: 328px;
	padding: 15px 3px 0px 0px;
}

#csl {
	width: 400px;
	position: absolute;
	top: 53px;
	left: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#logo {
	background: url(../images/global/ABRI_logo.png) top left no-repeat;
	position: absolute;
	width: 179px;
	height: 141px;
	top: 25px;
	left: 317px;
}

* html #logo {
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/global/ABRI_logo.png);
}

#splash {
	background: url(../images/global/splash.jpg) top left no-repeat;
	clear: both;
	height: 253px;
	position: relative;
	z-index: 5;
}

#girl {
	background: url(../images/global/girl.png) top left no-repeat;
	width: 253px;
	height: 253px;
	top: 0px;
	right: 3px;
	position: absolute;
	z-index: 1000;
}

* html #girl {
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/global/girl.png);
}

#slider_container {
	font-style: italic;
	color: #FFFFFF;
}

#content-body {
	background: url(../images/global/contentBG.gif) top left repeat-y #FFFFFF;
}

* html #content-body {
	height: 100px;
	position: relative;
}

#leftColumn {
	width: 231px;
	float: left;
	background: transparent;
}

#content {
	width: 550px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	background: transparent;
}

ul.menu {
	margin: 0;
	padding: 17px 0px 10px 0px;
	list-style: none;
}

ul.menu li {
	height: 23px;
}

ul.menu li a {
	font-weight: bold;
	font-size: 14px;
	color: #F0F0F0;
	display: block;
	line-height: 23px;
	padding-left: 14px;
}

ul.menu li a:hover, ul.menu li a.active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/global/navHover_icon.gif) 2px center no-repeat;
}

.pageHeading {
	background: url(../images/global/headingIcon.gif) left center no-repeat;
	padding-left: 35px;
	line-height: 31px;
	font-size: 12px;
	color: #990000;
}

.pageHeading span {
	font-weight: bold;
	font-size: 14px;
	color: #0079c2;
}

#footer-wrapper {
	background: #898989;
	border-top: 2px solid #000;
	clear: both;
	position: relative;
}

#footer {
	color: #CCCCCC;
	width: 806px;
	margin: 0pt auto;
}

#footer a {
	color: #CCCCCC;
}

#seo-text {
	width: 790px;
	margin: 0pt auto;
	color: #CCCCCC;
	font-size: 10px;
	padding: 15px 0px 25px;
}

.servicesCallout {
	background: url(../images/global/serviceBG.gif) top left no-repeat;
	width: 212px;
	height: 92px;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-align: center;
	line-height: .9em;
	margin-left: 13px;
	margin-top: 15px;
	padding: 11px 0px;
}

.servicesCallout span {
	font-size: 14px;
}

ul.gallery {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
}

ul.gallery li {
	float: left;
	width: 40%;
	padding: 2px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
