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

* {
  margin: 0;
  padding: 0;
}

body.vp-home {
background: url(images/body-bg.jpg) repeat-x top left;
}

body {
background: url(images/body-bg.jpg) repeat-x top left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#494E53;
}

#container {
	background: url(images/bg-top.jpg) no-repeat top center;
	width:850px;
	margin: 0 auto;
	padding: 4em 0;
}

#main-content {
	background: url(images/bg-middle.jpg) repeat-y top center;
	width:850px;
	margin: 0 auto;
	padding:0;
  }

#content-bottom {
	background: url(images/bg-bottom.jpg) no-repeat top center;
	width:850px;
	height:20px;
	margin: 0 auto;
	padding:4em 0 0 0;
  }

#content-bottom p {
text-align:center;
font-size:11px;
line-height:15px;
}

#header {
	position:relative;
	width:735px;
	height:200px;
	margin: 0 auto 1.5em auto;
	padding:0;
}

#logo {
margin:0;
padding:0;
}

#content-inner {
	width:655px;
	margin:0 auto;
	padding:1em 0 2em 0;
	}

h1, h2 {
color:#835CB3;
margin-top:0;
margin-bottom:.5em;
}

h1 {
font-size:24px;
letter-spacing:-0.5px;
line-height:30px;
}

h2 {
margin-top:1.5em;
font-size:17px;
line-height:20px;
}

h3 {
font-size:12px;
letter-spacing:-0.2px;
line-height:16px;
color:#B5B320;
}

a {
color:#5D3D80;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p {
margin-bottom:1em;
}

p.indent {
border-left:5px #B5B320 solid;
padding-left:10px;
}

p.link {
margin-bottom:0;
}

#ticker {
height:35px;
margin:2em 0 1em 0;
border-top:1px #B5B320 solid;
border-bottom:1px #B5B320 solid;
}

img {
margin:0;
padding:0;
}

/* Block styles */

#bottom-block {
clear:both;
margin-top:1.5em;
}

.vp-home #bottom-block, .vp-home h2 {
clear:both;
margin-top:0em;
}

#date p {
text-align:right;
margin:0;
}

#bottom-block p {
font-size:11px;
line-height:16px;
color:#575B5E;
}

#left-block {
float:left;
width:160px;
padding:0 25px 0 10px;
border-left:10px #B5B320 solid;
}

#middle-block {
margin:0 222px;
width:165px;
padding:0 0px 0 10px;
border-left:10px #B5B320 solid;
}

#right-block {
float:right;
width:160px;
padding:0 25px 0 10px;
border-left:10px #B5B320 solid;
}

#left-block-2 {
	float:left;
	width:250px;
	padding:0 25px 0 10px;
	border-left:10px #B5B320 solid;
}

#right-block-2 {
	margin:0 0 0 350px;
	width:250px;
	padding:0 25px 0 10px;
	border-left:10px #B5B320 solid;
}

/* Menu styles */
div.menu {
  padding:0;
  margin:0;
  }

#primary {
  line-height: 35px;
  padding:0;
  margin:0;
  }

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
display:block;
float:right;
font-size:95%;
font-weight:normal;
margin:0;
padding:0;
text-align:center;
text-transform:uppercase;
width:147px;
}

#primary a {
  background-position:0% 0px;
}

#primary a:hover {
  text-decoration: none;
  background-position:0% -42px;
}

#primary a.active {
  background-position: 0% -84px;
}

div#nav-container {
   width: 735px;              /* page width - optional */
  margin: auto;            /* center the page - optional */

	}

div#navigation {
	position:relative;
	height:35px;
	float:left;
	border-bottom: #330066 3px solid;
	margin:0;
	padding:0;
	background-color:#f7f8f9;
	}

#primary a {
  background: url(images/menu-bg.png) 100% 0 repeat-y;
  color: #494E53;
}

#primary a:hover,
#primary a.active {
  color: #ffffff;
  background: url(images/menu-over-bg.png) 100% 0 repeat-y;
}
