/* CSS Document */

* {
margin: 0; 
padding: 0;
}

html, body {

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #4f4f4f;
	height: 100%;
	text-decoration:none;
	
			}

h1
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4f4f4f;
}

h2
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #1d9cf3;
}

#a_container {
	vertical-align: top;
	min-height: 100%;
	height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
	}
	
/* header */
#header
{
	margin: 0 auto;
}	

/* section */
#top-section{
	background-image: url(../images/a_bg_top.gif);
	background-repeat: repeat-x;
}


#main-nav
{

width: 154px;
float: left;
clear: both;

}

#middle-section
{
	margin-left: 10px;
	width: 400px;
	background-image: url(../images/a_bg_with_rgt_divider.gif);
	background-repeat: no-repeat;
	float:left;
}

#home_slideshow
{
	margin: 0 0 0 30px;
	width: 338px;
	height: 200px;
	background:#999999;

}


#body_content
{
	margin: 0 0 0 30px;
	width: 338px;
	background:#999999;

}



#home_middle_info
{
	margin: 20px 0 0 30px;
	width: 338px;
	line-height: 17px;
	float: left;
	clear: both;

}

#home_bottom_info
{

	margin: 10px 0 0 30px;
	width: 338px;
	height: 170px;
	line-height: 17px;
	float: left;
	clear: both;
}

#home-bottom-left
{

	padding: 10px 0px 0px 80px;
	font-weight:bold;

}


#home_bottom_info h1
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


#right-section
{

	margin-left: 10px;
	width: 205px;
	height: 555px;
	float:right;

}


#bottom-section{
	height: 60px;
	background-image: url(../images/a_bg_bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 4em;
}

#a_body {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}

#bottom-nav 
{
	text-align:center;
	color: #1e9cf3;
}

#a_footer {
	text-align: center;
	font-size: 10px;
	color:#FFFFFF;
	}	

.push
{
	height: 4em;
}

a:link {
color: #1e9cf3;
text-decoration: none;
}     /* unvisited link */
a:visited {color: #52a6e0;
text-decoration: none;}  /* visited link */
a:hover {color: #4f4f4f;
text-decoration: none;}   /* mouse over link */
a:active {color: #52a6e0;
text-decoration: none;}   /* selected link */

ul {
list-style-type: disc;
padding-left: 20px;
}





