@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-color: #B4001A;
	line-height: 21px;
}
#header {
	background-image: url(img/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo {
	background-image: url(img/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 30px;
	color: #FFFFFF;
	font-family: "Eurostile LT", Verdana, Arial, Helvetica, sans-serif;
}
#subscribe {
	padding-top: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subscribe span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 5px;
	display: block;
	float: left;
}
#subscribe .textfield {
	background-image: url(img/subscribe-textfield-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	float: left;
	color: #666666;
}
#subscribe .button {
	background-image: url(img/subscribe-button-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 20px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#nav  li a {
	font-size: 17px;
	color: #FFD7DD;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
	padding-bottom: 16px;
}
#nav li a:hover, #nav li a.current {
	color: #f4ff40;
	text-decoration: none;
	background-image: url(img/menu-item-hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* This is the transparent box */
.transbox {
	z-index:10;
	border: 2px solid black;
	display: block;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	background-color: #000000;
	width: 884px;
}
.transbox p {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 14px;
	padding-left: 25px;
	font-size: 17px;
	display: block;
}
#content {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5ADB4;
	border-left-color: #E5ADB4;
	position: relative;
}

.article h2 {
	font-size: 18px;
	color: #49616f;
	font-weight: normal;
}
.article a {
	color: #B1001A;
	text-decoration: underline;
}
.article a:hover {
	color: #FF9933;
	text-decoration: none;
}
#sidebar-right {
	background-image: url(../img/sidebar-right-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#footer {
	background-image: url(img/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer .clear {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

