@charset "utf-8";

/* CSS Document */

body {
	overflow:visible;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pagebak.jpg);
	background-color: #B283BA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7E3F20;
}


.mainoneColFixCtr #container {
	overflow:visible;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/mainbak.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container {
	overflow:visible;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/mainpurpgreen.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.oneColFixCtr #mainContent {
	overflow:visible;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/ABS_Web_header2.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtr #mainContentNew {
	overflow:visible;
	padding: 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/ABS_Web_header1_09.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtr #mainContent1 {
	overflow:visible;
	padding: 250px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/navpurpgreen.jpg);
	height: 40px;
	padding-left: 70px;
}

.oneColFixCtr #indexmain {
	overflow:visible;
	background-repeat: repeat;
	height: auto;
	background-image: url(../images/mainpurpgreen.jpg);
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: underline;
}

.content {
	overflow:visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 585px;
	padding-left: 160px;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: auto;
}

.ContentNew {
	overflow:visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 585px;
	padding-left: 160px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: auto;
	
	border-style:none;
	border-color:green;
	border-width:0px;
	
}

.oneColFixCtr #mainContent #welcome {
	overflow:visible;
	padding-top: 300px;
	padding-left: 250px;
}

.TopGraphic {
	padding-top: 200px;
	padding-left: 320px;
}

.TopGraphic1 {
	position: relative;
	overflow:	visible;
	padding-top: 0px;
	padding-left: 0px;
	border-style: solid;
	border-color: green;
	border-width: 2px;
	width: 558px;
	height: 345px;
	left: 20px;
	top: 200px;
}

.TopGraphic3 {
	padding-top: 220px;
	padding-left: 160px;
}

.TopGraphic4 {
	padding-top: 240px;
	padding-left: 72px;
}

.oneColFixCtr #Image {
	padding-top:  30px;

}

#EventsBox {
	position:		relative;
	overflow:		visible;
	padding:		0px;
	border-style:	solid;
	border-width:	0px;
	border-top-width: 1px;
	border-color:	rgb(179,132,187);
	width:100%;
}

#EventsBoxHdr {
	position:		relative;
	margin:			0px;
	margin-top:		15px;
	margin-bottom:	30px;
}

.EventBuyNow {
	position:		relative;
	overflow:		visible;
	background:		transparent;
	font-family:	Verdana,Tahoma;
	font-size:		12pt;
	font-weight:	bold;
	color:			blue;
	border-style:	none;
	border-width:	1px;
	border-color:	blue;
	padding:		0px;
	margin-left:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	text-align:		left;
}

.EventItemBox {
	position:		relative;
	margin:			0px;
	margin-left:	20px;
	margin-bottom:	30px;
	width:			100%;
}

.EventItemDesc {
	position:		relative;
	display:inline-block;
	padding-top:	6px;
	padding-left:	6px;
	border-style:	none;
	border-width:	1px;
	border-color:	green;
	
	width:260px;
}

.EventItemImage {
	position:		relative;
	float:			left;
	margin-right:	8px;
	width:			280px;
	
	border-style:	none;
	border-width:	1px;
	border-color:	green;
}

.FloatFixer {
	position:		relative;
	display:block;
	clear:both;
	height: 4px;
}

#NewsBox {
	position:		relative;
	overflow:		visible;
	padding:		0px;
	border-style:	solid;
	border-width:	0px;
	border-top-width: 1px;
	border-color:	rgb(179,132,187);
	width:100%;
}

#NewsBoxHdr {
	position:		relative;
	margin:			0px;
	margin-top:	15px;
	margin-bottom:	30px;
}

.NewsItemBox {
	position:		relative;
	margin:			0px;
	margin-left:	20px;
	margin-bottom:	30px;
	width:			100%;
}

.NewsItemDesc {
	position:		relative;
	display:		inline-block;
	padding-top:	6px;
	padding-left:	6px;
	border-style:	none;
	border-width:	1px;
	border-color:	green;
	
	width:260px;
}

.NewsItemImage {
	position:		relative;
	float:			left;
	border-style:	none;
	border-width:	1px;
	border-color:	green;
	margin-right:	20px;
}

.NewsItemMoreImage{
	position:		relative;
	border-style:	none;
	margin-top:		10px;
}

#NewsletterMsg {
	position:		relative;
	display:		block;
	overflow:		visible;
	background:		transparent;
	font-family:	Tahoma, Verdana;
	font-size:		9pt;
	font-weight:	normal;
	color:			rgb(124,59,28);
	padding:		0px;
	text-align:		center;
	width:			160px;
}

#ToolBox {
	position:		relative;
	overflow:		visible;
	padding:		0px;
	border-style:	solid;
	border-width:	0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color:	rgb(179,132,187);
	margin-bottom: 10px;
	width:			100%;
}

#ToolBoxHdr {
	position:		relative;
	margin:			0px;
	margin-top:		15px;
	margin-bottom:	10px;
}

.ToolBoxItemLeft {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	z-Index:		1px;
	float:			left;
	width:			275px;
	padding-left:	10px;
	padding-top:	40px;
	padding-bottom: 10px;
	margin-bottom:	auto;
}

.ToolBoxItemRight {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:			Black;
	float:			right;
	width:			275px;
	padding-left:	20px;
	padding-top:	40px;
	padding-bottom: 10px;
	
	border-style:	solid;
	border-color:	red;
	border-width:	0px;
	border-right-width:0px;
	
	height:			300px;
}

.ToolBoxItemFullWidth {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	z-Index:		1px;
	float:			left;
	width:			525px;
	padding-left:	10px;
	padding-top:	40px;
	padding-bottom: 10px;
	margin-bottom:	auto;
}

#ToolBoxItem_StayInTouch {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;	
	width:			215px;
	margin-bottom:	auto;
	margin-left:	30px;
	padding-left:	5px;
	padding-top:	20px;
	padding-bottom: 10px;
	border-style:	solid;
	border-color:	#B3D670;
	border-color:	rgb(179,132,187);
	border-width:	2px;
	height:			265px;
}
