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

body {
	background-color:#999999;
	text-align:center;
	font: 76% Arial, Helvetica, sans-serif;
	}
#container {
	background-color:#fff;
	width:960px;
	margin: 0 auto;
	text-align:left;
	}
#header {
	padding:8px 0 0 0;
	height:160px;
	background: transparent url(../images/header-2007.jpg) no-repeat;
	}
#header #logo {
	height:113px;
	}
#header #logo p {
	font: 3.2em Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding-left:20px;
	padding-top:20px;
	text-transform:uppercase;
	}
#header #logo p a {
	text-decoration:none;
	color:#fff;
	}
#header #logo p a span {
	color: #000066;
	margin-left:-4px;
	}
#left-column {
	width:680px; 
	float:left;
	padding-left:20px;
	}
#right-column {
	width:250px;
	float:right;
	}
#footer {
	clear:both;
	text-align:center;
	}

.right-250 {
	float:right;
	margin: 14px 0 14px 20px;
	}
.right-250 img {
	border:none;
	}
.quote {
	text-align:left;
	}
	
/* ---------- homepage styles ---------- */

.left {
	float:left;
	width:320px;
	}
.right {
	float:right;
	width:320px;
	}	
	
	
/* ---------- breadcrumb ---------- */

.breadcrumb {
/*	background:#f1f1f1 url(../images/breadcrumb-bg.gif) no-repeat; */
	padding:5px 0 0 0;
	margin: 3px 0 12px 0;
	clear:both;
	}
.breadcrumb p {
	font-size:.9em;
/*	background:#f1f1f1 url(../images/breadcrumb-bg.gif) no-repeat scroll 0px 100%; */
	margin:0;
	padding:0 10px 6px;
	color:#ccc;
	}
.breadcrumb strong {
	font-weight:normal;
	color:#999999;
	}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
	}
	
/* ----- paragraphs and lists ---- */

p, ul {
	line-height:160%;
	}
ul,li {
	margin:0;
	padding:0;
	}
h1 {
	color:#333333;
	font-size: 2.1em;
	font-weight:normal;
	}
h2 {
	font-weight:normal;
	font-size:1.7em;
	}
	

ul.portal {
	list-style:none;
	}
ul.portal li {
	background: url(../images/bullet.gif) left .5em no-repeat;
	padding-left:12px;
	margin:.5em 0 .5em 0;
	}

/* ----- main nav ---- */

.glossymenu{
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a strong{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a strong, .glossymenu li a:hover strong{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
/* ----- button headings for home page ---- */

a.boldbuttons{
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a.blue {
background: transparent url(../images/roundedge-blue-left.gif) no-repeat top left;
	}
a.red {
background: transparent url(../images/roundedge-red-left.gif) no-repeat top left;
	}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
span.blue {
background: transparent url(../images/roundedge-blue-right.gif) no-repeat top right;
	}
span.red {
background: transparent url(../images/roundedge-red-right.gif) no-repeat top right;
	}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
font-size:10px;
}