@charset "utf-8";
/* CSS Document */

body {
	background-color:#941318;
	background-image:url(../images/bodyBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:40px 0 40px 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a img {
	border:0;
}
p {
	font-size:13px;
	color:#333;
}
p a {
	text-decoration:none;
	color:#941318;
}
p a:hover {
	color:#333;
}
.outerwrapper {
	width:1000px;
	margin:0px auto;
	height:735px;
}
.wrapperInner {
	width:877px;
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0px auto;
	top:0;
}
.wrapper {
	width:877px;
	background-color:#FFFFFF;
	overflow:hidden;
	position:relative;
	z-index:1001;
	left:50px;
	top:0;
}
.takenbake {
	width:209px;
	position:relative;
	z-index:2001;
	left:0;
	top:-388px;
}
/*  NAVIGATION  */

#navcenter {
	width:857px;
	float:left;
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
	font-size:15px;
	font-weight:normal;
	height:33px;
	padding-top:5px;
	padding-left:20px;
}
#navcenter ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#navcenter li {
	display:inline;
	margin:0;
	padding:0;
}
#navcenter a {
	float:left;
	background:url(../images/left.png) no-repeat left top;
 filter: progid:XImageTransform.Microsoft.AlphaImageLoader(...);
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	color:#ffffff;
	height:29px;
	display:block;
}
#navcenter a span {
	float:left;
	display:block;
	background:url(../images/right.png) no-repeat right top;
	padding:4px 12px 5px 3px;
	margin-right:9px;
	color:#ffffff;
	font-weight:normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcenter a span {
	float:none;
}
/* End IE5-Mac hack */
#navcenter a:hover span {
	color:#000;
}
#navcenter a:hover {
	background-position:0% -30px;
}
#navcenter a:hover span {
	background-position:100% -30px;
}
#navcenter a.active {
	background-position:0% -30px;
	color:#000;
}
#navcenter a.active span {
	background-position:100% -30px;
	color:#ffffff;
}
.headerSection {
	width:877px;
	float:left;
	background-color:#FFFFFF;
	margin-top:4px;
	margin-bottom:3px;
}
.headerLeft {
	float:left;
	width:640px;
	background-color:#FFFFFF;
	background-image:url(../images/headerImg.jpg);
	background-repeat:no-repeat;
	height:490px;
}
.headerLeftInner {
	float:left;
	width:640px;
}
.headerLeftInnerImg {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/headerInner.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:192px;
}
.headerLeftInnerContent {
	float:left;
	width:600px;
	padding:20px;
}
.headerLeftInnerContent h2 {
	font-size:25px;
	color:#08116C;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing:-1px;
	border-bottom:1px dashed #888;
}
.headerLeftInnerContent h3 {
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing:-1px;
}
a.button {
	background-color:#941318;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}
a.button:hover {
	background-color:#bbb;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}
.headerRight {
	float:right;
	width:227px;
	height:auto;
	margin:0 5px 0 0;
}
.loginSection {
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/bgLogin.gif);
	background-repeat:repeat-x;
}
.loginFormRow {
	float:left;
	width:100%;
	height:auto;
	margin-top:5px;
}
.loginFormRowTop {
	float:right;
	width:93%;
	height:auto;
	color:#a7494c;
}
.loginFormRowBottom {
	float:right;
	width:93%;
	height:auto;
	font-size:13px;
}
.loginFormRowBottom input {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #dcd8d8;
	background-color:#f4f3f3;
	width:80%;
	height:17px;
	padding-top:3px;
	padding-left:3px;
}
.loginFormRowBottom a {
	color:#141414;
	text-decoration:none;
}
.loginFormRowBottom a:hover {
	color:#141414;
	text-decoration:underline;
}
.banners {
	float:left;
	width:100%;
	height:auto;
}
.banners img {
	margin-top:6px;
}
.promoSection {
	width:877px;
	float:left;
	background-image:url(../images/bottomBgFooter.jpg);
	background-repeat:repeat-x;
	height:162px;
}
.promoSection img {
	padding:6px;
}
.footer {
	width:837px;
	float:left;
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	height:23px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	color:#ffffff;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	color:#aaaaaa;
	text-decoration:none;
}
.footerLeft {
	float:left;
	width:auto;
}
.footerRight {
	float:right;
	width:auto;
}
.clear {
	clear:both;
	height:0px;
	font-size:1px;
}
.location {
	float:left;
	width:270px;
	background-color:#eee;
	border:1px solid #CCC;
	margin-top:20px;
	padding:10px;
	margin-right:5px;
}
