body {
    background: #3c024c url(images/gradient-bg.jpg) top center repeat-x;
    font: 80%/1.2 verdana, arial;
}

#body-bg {
    background: url(images/drop-shadow.png) bottom center repeat-x;
    padding-bottom: 12px;
}

#body {
    background: #fff url(images/left-col-bg.jpg) top center repeat-x;
    border-top: 2px solid #fff;
    padding-bottom: 2em;
}

#pg-home #body {
    background: transparent;
    padding-bottom: 0;
}

#body h1, #body h2, #body h3, #body p {
    margin: 1em 0;
}

#pg-home #body h1, #pg-home #body h2, #pg-home #body h3, #pg-home #body p {
    margin: 0;
}

#footer {
    color: #fff;
    font-size: 1em;
    text-align: center;
}

#footer a {
    color: #ffb000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2.1em;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
}

#container {
    margin: 0 auto;
    padding-bottom: 3em;
    width: 860px;
}

#header {
    width: 100%;
}

#logo {
    float: left;
}

/******** Links **********/

a {
    color: #c90202;
}

/******** End Links **********/

#utility-links {
    color: #fff;
    float: right;
    font-size: 1.05em;
    font-weight: bold;
}

#utility-links a {
    color: #fff;
    text-decoration: none;
}

/******** Main Nav - Suckerfish Dropdowns **********/

#main-nav {
    background: #f5f5f5 url(images/main-nav-gradient-bg.jpg) top center repeat-x;
    border-top: 1px solid #fff;
}

#main-nav li {
    background: #f5f5f5 url(images/main-nav-gradient-bg.jpg) top center repeat-x;
    border-left: 2px solid #eee;
    color: #360265;
    float: left;
	/* width: 10em; */ /* width needed or else Opera goes nuts */
    font-size: 19px;
    margin: 0 1px;
}

#main-nav li.first {
    border-left: 0;
}

#main-nav a {
    color: #360265;
    padding: 17px 14px;
    text-decoration: none;
    display: block;
	/* width: 10em; */
}

#main-nav ul, #main-nav ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#main-nav li ul { /* second-level lists */
    margin-left: -1px;
	padding: 6px 0 6px 10px;
    position: absolute;
	background: #fff;
    /* -moz-opacity: .9; */
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 100000;
}

#main-nav li li {
    background: transparent;
    border: 0;
    display: block;
    float: none;
    font-size: 14px;
}

#main-nav li li a {
    padding: 6px 4px;
}

#main-nav li li a:hover {
    color: #ffb000;
}

#main-nav ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/******** End Main Nav - Suckerfish Dropdowns **********/

/******** Utility Links - Suckerfish Dropdowns **********/

#utility-links {
}

#utility-links li {
    border-left: 1px solid #999;
    /* float: left; */
    margin: 0 1px;
}

#utility-links li a {
    padding: 0;
    padding-bottom: 4px;
}

#utility-links li.first {
    border-left: 0;
}

#utility-links a {
    text-decoration: none;
}

#utility-links ul, #utility-links ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#utility-links a {
	display: block;
	/* width: 10em; */
}

#utility-links li { /* all list items */
	float: left;
    margin-left: 9px;
    padding-left: 9px;
	/* width: 10em; */ /* width needed or else Opera goes nuts */
}

#utility-links li ul { /* second-level lists */
    margin-left: -1px;
	padding: 6px 0 6px 10px;
    position: absolute;
	background: #fff;
    /* -moz-opacity: .9; */
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 100000;
}

#utility-links li li {
    background: transparent;
    border: 0;
    display: block;
    float: none;
    font-size: 12px;
    margin-left: 0;
    padding-left: 0;
}

#utility-links li li a {
    color: #360265;
    font-weight: normal;
    padding: 5px 3px;
    float: left;
}

#utility-links li li a:hover {
    color: #ffb000;
}

#utility-links li li img {
	float: left;
    padding-left: 5px;
    padding-top: 7px;
}

#utility-links li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/******** End Utility Links - Suckerfish Dropdowns **********/

/******** Content Formatting **********/

.storyimageright {
    color: #666;
    float: right;
    font-size: .85em;
    line-height: 1em;
    padding: 0 0 8px 8px;
}

.darkbackheader {
    background: #183E66;
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 1em;
    padding: 3px 1px 3px 16px;
    text-transform: uppercase;
}

.innerpadding,  .elementslist {
    padding: 8px 16px;
}

#right-col .lightback, #right-col .lightbackbordered, #right-col .elementslist {
    color: #444;
    font-size: .95em;
    line-height: 1.5em;
}

#right-col .lightback {
    background: #fcfcfc none repeat scroll 0%;
}

.rightbanner {
    margin-top: 1em;
}

.maintext img {
    border: 1px solid #000;
}

img.noborder {
    border: 0;
}

.hidden {
    display: none;
}

/******** End Content Formatting **********/

/******** Cookie Crumb Trail **********/

.cookiecrumb {
    font-size: .85em;
    color: #666;
    margin-bottom: 2em;
    text-transform: lowercase
}

.cookiecrumb ul {
    list-style: none;
    margin: 0 !important;
}

.cookiecrumb ul li {
    display: inline;
    margin: 0 !important;
    padding-left: 0 !important;
}

.cookiecrumb span.smallarrow {
    font-size: .8em
}

.cookiecrumb a:link, .cookiecrumb a:visited {
    color: #666;
    font-weight: normal !important;
}

/******** End Cookie Crumb Trail **********/

/******** Secondary Pages **********/

#left-col, #right-col {
}


#left-col {
    float: left;
    line-height: 1.4;
    padding: 10px 15px;
    width: 530px;
}

#left-col a {
    /* font-weight: bold; */
}

#left-col ol, #left-col ul {
    margin-left: 2em;
}

#left-col ol {
    list-style: decimal;
}

#left-col ul {
    list-style: disc;
}

#left-col li {
    margin: 1em 0;
    padding-left: .5em;
}


#right-col {
    float: right;
    padding: 10px 15px;
    width: 260px;
}

#middle-col {
    line-height: 1.4;
    padding: 10px 15px;
    width: 820px;
}

.homepagemorenewstable td a { color: #1530AF }
.homepagemorenewstable ul { list-style: disc outside none; margin-left: 2.1em; }
.homepagemorenewstable td { vertical-align: top; font-size: 0.85em }
.homepagemorenewstable li { margin-bottom: 0.3em; text-indent: -0.3em; color: rgb(21, 48, 175) }

/******** End Secondary Pages **********/

/*******************  PAGE LINKS  *******************/
.pagelinks           { font-size: .88em; line-height: 1; font-weight: bold; margin: 1em 20px 1em 0; float: right }
.pagelinks .link     { float: left }
.pagelinks a, .pagelinks .current, .pagelinks a:visited, .pagelinks a:hover
                     { display: block; padding: 2px 3px; border: 1px solid #999; margin-right: 2px;
                       background: #eee; text-decoration: none; color: #333; }
.pagelinks .current  { border: 1px solid #DAC16C; background: #EBDFB6; color: #000 }
.pagelinks a:hover   { border: 1px solid #6C93DA; background: #D2E6F4; color: #000 }

/*******************  CLEAR FIX  *******************/
.clearfix:after      { content: "."; clear: both; display: block; height: 0; visibility: hidden }
.clearfix            { display: inline-block }
* html .clearfix     { height: 1% }
.clearfix            { display: block }

