*
{
	margin: 0;
	padding: 0;
}

html
{

}

body
{
	/* default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	
	/* insert background image or color */
	/*background: #fff url('') repeat-x top left;	/* repeat left to right starting top left */
	background: #c2c2c2 url('images/bg_gradient3.jpg') repeat-y top center; /* repeat top to bottom starting top left */
	/*background: #fff url('images/bg.jpg') repeat top left; /* no repeat top center */
	/*background-color: #dddddd;			/* no image - just set color */
}

#wrap
{
	/* Default wrapper */
}

#main_page_wrapper
{
	/* adjust main page width here */
	width: 786px;
	margin: 0 auto;
	background-color: #fff;
}

#border_wrap
{
	margin: 0 auto;
	width: 780px;
	margin: 2px;
	border: 1px solid #485578;
}

#header
{
	/*background: #fff url('images/ab_logo2.jpg') no-repeat top center;	/* adjust url if using img as background */
	width: 100%;								
	height: 350px;								/* adjust to img height */
}

#button_home
{
	float: left;
}

#button_home a
{
	display: block;
	width: 112px;
	height: 45px;
	outline: none;
	background: transparent url('images/Home.jpg') no-repeat;
}

#button_home a:hover
{
	background-position: -112px 0;
}

#button_history
{
	float: left;
}

#button_history a
{
	display: block;
	width: 114px;
	height: 45px;
	outline: none;
	background: transparent url('images/History.jpg') no-repeat;
}

#button_history a:hover
{
	background-position: -114px 0;
}


#button_facilities
{
	float: left;
}

#button_facilities a
{
	display: block;
	width: 113px;
	height: 45px;
	outline: none;
	background: transparent url('images/OurFacilities.jpg') no-repeat;
}

#button_facilities a:hover
{
	background-position: -113px 0;
}

#button_contact
{
	float: left;
}

#button_contact a
{
	display: block;
	width: 112px;
	height: 45px;
	outline: none;
	background: transparent url('images/ContactUs.jpg') no-repeat;
}

#button_contact a:hover
{
	background-position: -112px 0;
}

/* ***** MENU ***** */


#side_menu
{
	float: left;
	width: 184px;
	/*height: 100%*/
}

#side_menu ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#side_menu a
{
	
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	padding-top: 3px;
}

#side_menu a:hover
{
	text-decoration: none;
}

#side_button a
{
	float: right;
	width: 184px;
	height: 47px;

	color: white;
	background: transparent url('images/side_button.png') no-repeat;
}

#side_button a:hover
{
	background-position: -184px 0;
}


#link_text
{
	position: relative;
	top: 9px;
}


#menu
{
	position: relative;
	width: 100%;
	height: 25px;
	left: 0px;	/* how far to move away from left side */
	/*float: left 	/* float this or add float to classes */
	/*background: #dd2c18 url('images/menu_bg.jpg') no-repeat;*/
}

#menu_wrap
{
	position: relative;
	left: -13px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 25px;
	width: 170px;							/* button width */
	height: 25px;							/* button height */
	float:left;
	text-align: center;
	/*background: url('/images/button_on.gif') repeat-x top left;  /* set background img - set as hover img if using dynamic imgs */
}

#menu a
{
	display: block;
	padding: 9px 5px;
	color: #fff;
	background-color: #485578;
	/*background: url('/images/button_off.gif') repeat-x top left;	/* set background img - set as standard img if using seperate hover img */
	text-decoration: none;

	font: bold 11px/15px arial, helvetica, sans-serif;		/* may need to adjust font size for menu to line up properly vertically */
}

#menu a:hover
{
	padding: 9px 5px;
	margin: 0px 0px;						/* adjust margin(space between buttons)
									   first field is top/bottom, second field is left/right */
	color: #fff;
	background-color: #485578;
	border-bottom: 4px solid #dc2d1c;
	/*background: url('/images/button_on.gif') repeat-x top left;	/* set background img - set as hover img if using dynamic imgs */
	text-decoration: none;
		
	font: bold 11px/15px arial, helvetica, sans-serif;
}




#content
{
	float: right;
	width: 550px;
	margin: 10px;
	margin-top: 0px;
	border: 1px solid #485578;
	padding: 10px;
}

#content h1
{
	color: #555;
	padding: 5px 0px;
}

#content p
{
	margin: 0px;
	padding: 5px 0px;
}

#content li
{
	padding: 2px 0px;
	margin-left: 35px;
}

#content a
{
	color: #dd2c18;			/* adjust link color */
	text-decoration: none;		/* adjust link decoration */
}

#content a:hover
{
	color: #dd2c18;			/* adjust link color */
	text-decoration: underline;	/* adjust link decoration */
}

#footer
{
	clear: both;
	background: #fff url('images/footer.jpg') no-repeat bottom center;
	height: 35px;
	padding: 5px 0px;
}

#footer p
{
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding-top: 16px;
	font-weight: bold;
}

#footer a
{
	color: #cba;			/* adjust link color */
	text-decoration: none;		/* adjust link decoration */
}

#footer a:hover
{
	color: #cba;			/* adjust link color */
	text-decoration: underline;	/* adjust link decoration */
}


/* ***** BORDERS ***** */

/* Set Border Colors */
.bT
{
	border-top: 1px solid #485578;
}
.bB
{
	border-bottom: 1px solid #485578;
}
.bL
{
	border-left: 1px solid #485578;
}
.bR
{
	border-right: 1px solid #485578;
}

.bALL
{
	border: 1px solid #485578;
}


/* ***** ADJUSTMENTS ***** */

.clearboth
{
	clear: both;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.adjust_text_left
{
	text-align: left;
}

.adjust_text_right
{
	text-align: right;
}

.adjust_text_center
{
	text-align: center;
}

.adjust_text_justify
{
	text-align: justify;
}

.adjust_width400
{
	/* example - create for any size and include in class */
	width: 400px;
}

.adjust_background_red
{
	/* example */
	background-color: red;
}

.adjust_margin_center
{
	margin: 0 auto;
}

.adjust_margin_left25
{
	/* example */
	margin-left: 25px;
}



