* { 
	padding: 0; 
	margin: 0; 
	border: 0; 
}
body {
	font-family: arial, verdana;
	font-size: 12px;
	background-color: #f1edee;
	color: #666666;
}
.clear {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
	height: 1px;
}
img {
	display:block;
}
p{
	padding: 0 0 10px 0;
	line-height: 18px;
}
a:focus {
	/*-moz-outline: 1px solid lime;*/
	outline: 0px solid lime;
}
#wrapper {
	width: 965px;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0px;
}
#top {
	margin: 0 0 0px 0;
}
.logo {
	float: left;
	margin: 0 10px 0 0;
}
.verticalline {
	float: left;
	margin: 10px 15px 0 0;
}
/* columns and layout */

.boxtop {
	background: transparent url("../images/top_corners.gif") no-repeat;
	height: 25px;
	font-size: 1px;
}
.boxbody {
	background: transparent url("../images/bckg.gif") repeat-y;
	width: 915px;
	padding: 10px 25px 0 25px;
	margin: 0;
  	min-height:400px;
  	height:auto !important;
  	height:400px;
}
.boxbody p{
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 8px 0;
}
.boxbtm {
	background: transparent url("../images/btm_corners.gif") no-repeat;
	height: 25px;
	font-size: 1px;
	margin: 0 0 10px 0;
	clear: both;
}

#slider {
    margin: 0 auto 20px auto;
    border: 2px solid #999999;
    width: 911px;
    height: 275px;
}


.callouts {
	width: 295px;
	float: left;
	margin: 0 15px 20px 0;
}
.callouttop {
	background: transparent url("../images/smbox_top.gif") no-repeat;
	height: 25px;
	font-size: 1px;
}
.calloutbody {
	background: transparent url("../images/smbox_bckg.gif") repeat-y;
	width: 255px;
	padding: 0px 20px 0 20px;
	margin: 0;
  	min-height:160px;
  	height:auto !important;
  	height:160px;
	color: #192b8a;
	line-height: 18px;
}
.calloutbtm {
	background: transparent url("../images/smbox_btm.gif") no-repeat;
	height: 25px;
	font-size: 1px;
}
.calloutbody p{
	padding:0 0 5px 0;
}

.date {
	float: right;
	margin: 15px 0 5px 0;
	height: 20px;
}
.partnerlogo {
	float: left;
	margin: 0 10px 0 0;
}
.copy {
	border: 2px solid #cccccc;
	padding: 20px 10px 20px 20px;
	margin: 20px 3px;
	width: 876px;
}
.thumb {
	float: right;
	padding: 0 0 10px 10px;
}
/* hyperlinks */
a.blacklink:link {color:#000000; text-decoration: underline;}
a.blacklink:active {color:#000000; text-decoration: underline;}
a.blacklink:visited {color:#000000; text-decoration: underline;}
a.blacklink:hover {color:#666666; text-decoration: underline;}

a.greenlink:link {color:#9aac05; text-decoration: none; font-weight: bold;}
a.greenlink:active {color:#9aac05; text-decoration: none; font-weight: bold;}
a.greenlink:visited {color:#9aac05; text-decoration: none; font-weight: bold;}
a.greenlink:hover {color:#6b7516; text-decoration: none; font-weight: bold;}
/* h1, h2, h3 tags */

h1 {
    font-size: 12px;
	color:#acacac;
	margin: 0;
	padding: 23px 0 0px 0;
	font-weight:normal;
	text-decoration: none;
	float: left;
}
h2 {
    font-size: 16px;
	color:#192b8a;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	text-decoration: none;
}



/* FOOTER ITEMS */
.address {
	float: right;
	padding: 25px 10px 10px 10px;
	text-align: right;
}
.copyright {
	padding: 5px 0 0 5px;
}
/* BULLETS */
.bulletlist {
	margin: 5px 0 10px 0;
	padding: 2px 0 2px 2px;
	list-style: none;
}
.bulletlist li {
	padding: 0 0 7px 10px;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
