@charset "utf-8";
/* CSS Document */

body
{
	background-color: #FFFFFF;
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px auto;
	-webkit-text-size-adjust: none;  /*prevent Mobile Safari automatically scales text */
}

.wrap 
{
    position: relative;
    width: 1005px; /*1185px on Lisa's. But this width will not fit on the 13 inch screen.*/
	text-align: left;
	margin: 0px auto;
	padding: 5px 0px 0px 10px;
    background-color: #FFFFFF;
}

.footer
{
    text-align: center;
}

.footer .statement
{
    font-size: 12px;
    font-weight: normal;
	color: #333333; 
}

.footer h1
{
    text-align: center;
    font-size: 10px;
	color: #999999;
	top: 0px;
	font-weight: normal;
}

.footer .call
{
    font-size: 13px;
    font-weight: bold;
	color: #333333; 
}

.footer .address
{
    font-size: 13px;
    font-weight: bold;
	color: #666666;
}

.footer .contact
{
    font-size: 13px;
    font-weight: bold;
	color: #666666;
}


.round 
{
    position: relative;
    width: 1000px;
	margin: 0px auto;
	top: -20px;
    background-color: #CCCCCC;
}


a:link 
{
	text-decoration: none;
	color: #333333;
}
a:visited 
{
	text-decoration: none;
	color: #333333;
}
a:hover 
{
	text-decoration: none;
	color: #666666;
}
a:active 
{
	text-decoration: none;
	color: #666666;
}

img 
{
    border-width: 0px;
}

#divNews 
{
    margin-left: 0px;
    margin-bottom: 15px;
}

ul li {
	margin-left: -25px;
}

