/*
    960 Grid System ~ Text CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* basic html */

body {
    background: #000;
    font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    }
a:focus {
    outline: 1px dotted;
    }
.container_12 {
    background: #FFF url('../images/containerBkgd.png') repeat-y;
    border: 1px solid #505050;
    }
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    }

/* page layout elements */

#header {
	height: 300px;
	width: 960px;
    }
#headerLeft {
	float: left;
	height: 300px;
	width: 640px;
	}
#headerRight {
	background: url('../images/headerBkgdRight.jpg') no-repeat;
	float: right;
	height: 40px;
    padding: 200px 13px 0 0;
    text-align: right;
	width: 307px;
	}
#body {
    background: url('../images/bodyBkgd.jpg') no-repeat;
    width: 960px;
    }
#menu {
	background: url('../images/menuBkgd.png') no-repeat;
	height: 34px;
	margin-bottom: 10px;
	width: 940px;
	}
#menu ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	}
#menu li {
	border-left: 1px solid #333333;
	border-right: 1px solid #1A1A1A;
	float: left;
	margin: 0;
	padding: 0 10px;
	}
#menu li.first {
	border-left: none;
	}
#menu li.last {
	border-right: none;
	}
#menu li a {
	color: #999;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	}
#menu li.selected a, #menu li a:hover {
	color: #FFF;
	}
#sidebar {
    background: url('../images/transBkgd.png');
    border: 2px solid #FFF;
    min-height: 390px;
    padding: 10px;
    }
.subnavHeader {
	font-weight: bold;
	}
.subnavLinks ul {
	list-style-type: square;
	padding: 0;
	}
.subnavLinks li {
	margin: 0 0 0 20px;
	padding: 1px 0;
	}
.subnavLinks li a {
	color: #333;
	text-decoration: none;
	}
.subnavLinks li a:hover {
	text-decoration: underline;
	}
#content {
    background: url('../images/transBkgd.png');
    border: 2px solid #FFF;
    min-height: 390px;
    padding: 10px;
    }
#content img {
    border: 1px solid #CCC;
	margin: 5px 10px;
    padding: 3px;
	}
#spotlight {
    border: 2px solid #FFF;
    height: 196px;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 696px;
    }
#spotlightPager {
	bottom: 10px;
	font-size: 11px;
	line-height: 22px;
	position: absolute;
	right: 5px;
	z-index: 50;
	}
#spotlightPager a {
	background: #333;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 0 5px;
	padding: 3px 7px;
	text-decoration: none;
	}
#spotlightPager a.activeSlide {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	}
#spotlightPager a:focus {
	outline: none;
	}
.psFocus {
    border: 2px solid #FFF;
    }
.psTitle {
    background: #000;
    padding: 3px;
    text-align: center;
    }
.psTitle a {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
#footer {
    background: url('../images/footerBkgd.png');
    margin: 20px 0 0;
    font-size: 11px;
    width: 960px;
    }
.footerLeft {
    }
.footerRight {
    text-align: right;
    }
#legal {
    color: #FFF;
    font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
    }
#legalLeft {
    float: left;
    padding: 5px 0 15px;
    width: 480px;
    }
#legalRight {
    float: left;
    padding: 5px 0 15px;
    text-align: right;
    width: 480px;
    }
#legalRight a {
    color: #FFF;
    }

/* headings */

h1 {
    font-size: 20px;
    }
h2 {
    color: #9E0B0F;
    font-size: 16px;
    }
h3 {
    font-size: 14px;
    }
h4 {
    font-size: 19px;
    }
h5 {
    font-size: 17px;
    }
h6 {
    font-size: 15px;
    }

/* spacing */

ol {
    list-style: decimal;
    }
ul {
    list-style: disc;
    }
li {
    margin-left: 30px;
    }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    line-height: normal;
    margin-bottom: 15px;
    }

/* tables */

td.header {
    background-color: #666;
	border: 1px solid #333;
    color: #FFF;
    font-weight: bold;
	padding: 5px;
    }
td.normal {
	border: 1px solid #333;
	padding: 5px;
	vertical-align: top;
    }
td.alternate {
    background-color: #E6E6E6;
	border: 1px solid #333;
	padding: 5px;
	vertical-align: top;
    	}

/* misc */

ul {
    list-style-type: square;
    }
ul.speclist {
    margin: 0 0 0 20px;
    }
ul.speclist li {
	margin: 0;
	padding: 2px 0;
	}
.caption {
	color: #999;
	font-size: 12px;
	text-align: center;
	}
.disabled {
	color: #808080;
	}