@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#outer_wrapper {
	width: 1000px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #DBDBDB;
}
#header {
	height: 170px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
#logo {
	height: 118px;
	width: 960px;
}
#columnLeft {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}
#columnMiddle {
	width: 520px;
	float: left;
	margin-bottom: 20px;
}
#maincontent {
	background-color: #FFFFFF;
	background-image: url(../../raven_web/images/content_bg.gif);
	background-repeat: repeat-x;
}

#columnRight {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}
#sidenav {
	width: 200px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/content_bg.gif);
}
#sidenav .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#sidenav .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#otherlinks {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
}
#newsbox {
	width: 200px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
}


#sidenav .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#sidenav .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#sidenav .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#sidenav .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#sidenav ul
{
list-style-type: none;
text-align: left;
}

#sidenav ul li a
{
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;
	background-image: url(../images/list-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#sidenav ul li a:hover
{
	color: #a62222;
	background-color: transparent;
	background-image: url(../images/list-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
#sidenav ul li a#current
{
	color: #666;
	background-color: transparent;
	background-image: url(../images/list-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#otherlinks .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#otherlinks .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#otherlinks .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#otherlinks .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#otherlinks .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#otherlinks .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#otherlinks ul
{
list-style-type: none;
text-align: left;
}

#otherlinks ul li a
{
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;
	background-image: url(../images/list-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#otherlinks ul li a:hover
{
	color: #a62222;
	background-color: transparent;
	background-image: url(../images/list-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
#otherlinks ul li a#current
{
	color: #666;
	background-color: transparent;
	background-image: url(../images/list-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#newsbox .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#newsbox .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#newsbox .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#newsbox .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#newsbox .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#newsbox .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#newsbox ul
{
	list-style-type: none;
	text-align: left;
}

#newsfeed {
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
}
#newsfeed .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#newsfeed .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#newsfeed .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#newsfeed .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#newsfeed .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#newsfeed .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#timebox {
	width: 200px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#timebox .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#timebox .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slideshow {
	margin-bottom: 10px;

}


#timebox .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#timebox .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#timebox .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#timebox .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#maincontent .bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#maincontent .br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 20px;
}
#maincontent .t {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#maincontent .b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#maincontent .l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#maincontent .r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#newsbox a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a62222;
	text-decoration: none;
}
#newsbox a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a62222;
	text-decoration: none;
}
#newsbox a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.newsbox a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a62222;
	text-decoration: none;
}
.newsbox a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a62222;
	text-decoration: none;
}
.newsbox a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
#footer {
	height: 75px;
	width: 960px;
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
