/* CSS Document */
/* common */
Body{
	background-image:url(../images/bluetowhite_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	a.larger:hover {font-size: 110%}

}

#container {
	width: 1024px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/plus_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* home page */
#home_wrapper {
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position: center top;
	width: 825px;
	min-height:625px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top:70px;
}
	/* IE Fix */
*html #home_wrapper{
	height:625px;
}

#content {
	background-image:url(../images/bg_middle.gif);
	background-repeat:repeat-y;
	width: 825px;
	min-height:625px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top:70px;
}



	/* IE Fix */
*html #content{
	height:625px;
}
#logo {
	padding-left:35px;
	padding-bottom:13px;
	padding-top:10px;
	margin-top:-70px;
}

.menu {
	position:relative;
	margin-top:-7px;
	text-align: center;
	padding-bottom:20px;
}
#theBrandMenu{
	padding-bottom:7px;
}

#home_content {
	margin-top:-7px;
	height:508px;
	width:758px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#homeBottomNav {
	margin-top:35px;
}

.page_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-right: 40px;
	padding-left: 45px;
	margin-top:-135px;
}
.page_content ul {
	list-style-image: url('/images/listbullet.gif');
	line-height:17px;
	margin-left: 60px;
}
.page_content p {
	padding-left:2px;
	padding-right:2px;
	margin-top:0px;
	margin-bottom:20px;
}

/* Link colors added by CZ 05/08/2007 */

.page_content A:link, .page_content A:visited{
	color:#B30936;
	text-decoration:underline;
	}
.page_content A:hover, .page_content A:active{
	color:#E5B53B;
	text-decoration:none;
	}

#content_Bottom{
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width:825px;
	height:72px;
	margin-top:-25px;
	padding:0px;
}

#plus{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:14px;
color:#B30936;
font-weight:900;
}
#content_bg_top{
	background-image:url(../images/bg_top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:0px;
	padding-top:0px;
	position:relative;
}

.subNav{

	background-image:url(../images/subnav_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	padding-top:2px;
	text-align:center;
	height:20px;
}

.subNav A:link, .subNav A:visited{
	color:#000000;
	text-decoration:none;
	}
.subNav A:hover, .subNav A:active{
	color:#000000;
	text-decoration:none;
	}

.subNav a{
	text-decoration:none;
	color:#000000;
}