@charset "utf-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
}
a {
	color:#ff7700;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
body {
	margin:0;
	padding:0;
	background-image:url(bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}
#logo {
	position:absolute;
	top:13px;
	left:-410px;
	margin-left:50%;
	z-index:2;
	height:132px;
	width:132px;
}
.image {
 	background-image:url(index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:800px;
}
#site {
	margin:auto;
	width:840px;
	text-align:left;
	z-index:1;
}
#top {
	text-align:right;
	padding-bottom:10px;
	vertical-align:baseline;
	line-height:14px;
	padding-top:36px;
	padding-right:10px;
	font-weight:bold;
	color:#ff7700;
	background-image:url(images/top-bg.gif);
	background-repeat:no-repeat;
	background-position:145px 34px;
	
}
#top a {
	color:#454545;
}
#flash {
	height:280px;
}
#flashleft {
	width:280px;
	float:left;
	background-image:url(images/flashleft-bg.gif);
	background-position:0 0px;
	height:280px;
}
#flashright {
	width:560px;
	float:right;
	background-image:url(images/flashright-bg.gif);
	background-position:0 0px;
	height:280px;
}
#left {
	width:280px;
	float:left;
}
#right {
	width:560px;
	float:left;
}
.clr {
	clear:both;
	line-height:0;
	height:10px;
}
.module {
	padding-bottom:15px;
}
.moduleheader {
	height:50px;
	border-bottom:2px solid #E4E4E4;
}
.article {
	padding:15px;
	padding-bottom:0px
}
.readmore {
	text-align:right;
	padding-top:7px;
}
.title {
	font-weight:bold;
}
.date {
	color:#ff7700;
	padding-top:4px;
}
.text {
	padding-top:4px;
}
#footer {
	text-align:right;
	color:#ff7700;
	font-weight:bold;
	border-top:2px solid #E4E4E4;
	padding-top:7px;
}
#footer a {
	color:#454545;
	font-weight:lighter;
}

p {
	margin-top: 0px;
	padding: 0px 0px;
}

.text p {
	padding: 0px 0px;
}

.kudos
{
	text-align: center;
}