/* CSS Document */

*{margin:0px; padding:0px;}
html, body { height:100%; }

body {
	background:#FFFFFF url(images/bg.jpg) repeat;
	font-family:Arial;
	font-size:0.75em;
	line-height:16px;
}

img {
	border:none;
}

#wrapper {
	width:850px;
	height:100%;
	margin:0px auto;
	position:relative;
}
#shadow_left {
	position:absolute;
	top:0px;
	left:-46px;
}
#shadow_right {
	position:absolute;
	top:0px;
	right:-46px;
}
#header {
	height:97px;
	width:100%;
	position:relative;
	background:url(images/header_right.jpg) right no-repeat;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#undernav {
	height:6px;
	width:100%;
	background:url(images/nav_shadow_tile.jpg) repeat-x;
}

#content {
	width:100%;
	position:relative;
}

#content_left {
	width:201px;
	float:left;
	position:relative;
}

#content_right {
	width:616px;
	float:right;
	position:relative;
}

#sub_nav {
	width:100%;
	position:relative;
}

#sub_nav .button {
	float:left;
}

#footer {
	background:url(images/footer_bg.jpg) repeat-x;
	width:100%;
	height:47px;
	position:relative;
}

#footer a{
}

.fl_left {
	float:left;
}

.fl_right {
	float:right;
}

.clr {
	clear:both;
}

.break_6 {
	height:6px;
}

.break_10 {
	height:10px;
}

.break_16 {
	height:16px;
	position:relative;
}



.info_text {
	font:90% Arial;
	color:#636262;
}

.info_text p {
	line-height:19px;
	margin-bottom:10px;
	text-align:justify;
}


.red_upper_bold {
	color:#CC0000;
	font-weight:bold;
	text-transform:uppercase;
}

/************************/
/*****  SIDE NAV ********/
/************************/

#sidenav_link {
	background:url(images/sidenav_arrow_up.jpg) no-repeat;
	background-position:6% 55%;
	padding-left:28px;
	padding-top:2px;
}

#sidenav_link a{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
	font-size:80%;
}

#sidenav_link a:hover {
	color:#c01313;
	text-decoration:none;
	text-transform:uppercase;
	font-size:80%;
}

#sidenav_link a.active {
	color:#c01313;
	text-decoration:none;
	text-transform:uppercase;
	font-size:80%;
}
