@charset "UTF-8";
/* CSS Document */

body,div,ul,ol,li,h1,h2,h3,p,blockquote,th,td {  
margin:0; 
padding:0;

} 
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}

a img:hover
{
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */
}
body {
	background-attachment: scroll;
	background-image: url(images/stripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	background-color: #FFCAD8;
	float: none;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#branding {
         margin: 0px;
	padding: 0px;
	width: 900px;
	height: auto;
}
#flash {
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 350px;
	float: left;
}
#navigation {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 350px;
	float: left;
	background-image: url(images/nav-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	text-align: left;
	padding: 0px;
	width: 800px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-box {
	padding: 0px;
	float: left;
	height: auto;
	width: 285px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content a {
	cursor: auto
}
#content a:link {
	color:#FFF;
	text-decoration: none;
	}
#main-top {
	background-image: url(images/welcome-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: left;
	height: 235px;
	width: 509px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-top p {
	font-size: 160%;
	font-weight: bold;
	color: #800E0D;
	padding: 0px;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 130%;
}
#main-bottom {
	background-image: url(images/welcome-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 337px;
	width: 509px;
}
#main-address table {
	text-align: left;
	vertical-align: top;
}
#main-address table tr th {
	vertical-align: top;
}
#main-bottom p {
	font-size: 160%;
	font-weight: bold;
	color: #800E0D;
	padding: 0px;
	float: left;
	height: auto;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 130%;
}
#main-address {
	background-image: url(images/main-addressbk.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 285px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 160%;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 800px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 130%;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F56998;
	vertical-align: middle;
}
#footer ul li {
	font-size: 120%;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#footer ul li a {
	text-decoration: none;
	color: #F56998;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer ul li a:hover {
	color: #FE9BA7;
}
