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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 18px;
	padding-left: 18px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 0px;
}

.header {
	background: #c06 url(/images/246867_.jpg) no-repeat 600px -80px;
	font-family: 'Syncopate', sans-serif;
	color: #FFF;
	width: 960px;
	margin: 0px;
	padding: 0px;
	height: 168px;
}
.container .header #logo {
	display: block;
	width: 138px;
	height: 168px;
	float: right;
	background: url(/images/header_arrows.png) no-repeat 0px 8px;
	margin: 0px 0px 0px 18px;
}
.container .header #logo .login a {
	float: right;
	border-style: none;
	padding: 6px;
	position: relative;
	top: 48px;
	text-decoration: none;
	color: #FFF;
	margin: 88px 28px 0px 0px;
}
.container .header #logo .login a:hover {
	color: #FC0;
}
.container .header h1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
.container .header .title1 {
	padding-top: 18px;
	font-weight: bold;
}
.container .header .title2 {
	font-weight: normal;
	border-top: 1px solid #FFF;
	float: left;
	margin-top: 3px;
	padding-top: 6px;
}
.container .header .heading {
	font: bold 80px/98px 'Syncopate','Bubbler One', sans-serif;
	position: absolute;
	z-index: 10000;
	float: left;
}
.container #horizontal-nav{
	width: 960px;
	display: block;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	position: absolute;
	top: 490px;
}
.container #horizontal-nav ul {
	background: url(/images/black28pc-transparent.png);
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
}
.container #horizontal-nav ul li {
	float: left;
	list-style: none;
	margin: 0px;
}
.container #horizontal-nav ul li a:link, .container #horizontal-nav ul li a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 18px;
	margin-top: 1px;
	float: left;
}
.container #horizontal-nav ul li a:hover, .container #horizontal-nav ul li a.selected  {
	background: url(/images/black28pc-transparent.png);
	text-decoration: none;
	color: #F90;
}
.container #horizontal-nav ul li#restricted {
	display: none;
}

.no-carousel .header {
	height: 227px;
}

.no-carousel #horizontal-nav {
	margin-top: -322px;
}

.container #sub-nav  {
	width: 100%;
	background: url(/images/black18pc-transparent.png);
	margin: 0px 0px 18px;
	padding: 3px 0px;
	float: left;
	color: #C06;
	font-size: 21px;
	font-weight: bold;
}
#sub-nav ul {
	margin: 0px;
	padding: 0px;
}
#sub-nav li {
	float: left;
	list-style: none;
	background: url(../css/none);
	margin: 3px 21px 0px 18px;
}
#sub-nav ul li a, #sub-nav ul li a:visited {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-top: 3px;
}
#sub-nav ul li a:hover {
	color: #C06;
}

.content {
	padding: 0px;
	font-family: 'Inder', sans-serif;
	margin: 0px;
	vertical-align: top;
	min-height: 380px;
	width: 960px;
}
.container .content ul, .container .content ol {
	padding: 0px 18px 0px 38px;
}

.footer {
	padding: 10px 0;
	background: #C06;
	color: #FFF;
	min-height: 18px;
	margin: 0px;
}

.container .footer li {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	float: left;
	border-left: 1px dashed #FFF;
	margin: 0px 0px 18px -1px;
	padding: 0px 18px;
}
.container .footer li:first-child {
	border-style: none;
}
.container .footer li a {
	text-decoration: none;
	color: #FFF;
}
.container .footer a:hover {
	color: #FC0;
}
.container .box {
	display: block;
	float: left;
	margin: 0px;
	min-height: 200px;
	background: url(/images/black18pc-transparent.png);
	border-top: 1px none #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	vertical-align: top;
}
.container .box:hover {
	background: url(/images/black28pc-transparent.png);

}
.container .quarterwidth {
	width: 240px;
}

.container .halfwidth {
	width: 478px;
}
.container .threequarterwidth {
	width: 718px;
}

.container a.nav-arrow {
	height: 60px;
	width: auto;
	float: right;
	background: url(../images/white-dotted-arrow.png) no-repeat right;
	font-size: 28px;
	color: #FFF;
	padding-right: 78px;
	line-height: 60px;
	position: relative;
	top: 118px;
	text-decoration: none;
	margin-right: 8px;
}
.container a.nav-arrow:hover {
	background: url(/images/pink-dotted-arrow.png) no-repeat right;
	color: #C06;
}
.container .box h2 {
	color: #FFF;
	line-height: 32px;
	font-size: 28px;
	padding-top: 18px;
}
.container .top {
	position: absolute;
}


.content a[href^="http:"] {
    display:inline-block;
    padding-right:14px;
    background:transparent url(/images/new_window.gif) center right no-repeat;
}
.content a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/email.png) center left no-repeat;
}
.content a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/pdf.gif) center left no-repeat;
}
.content a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/swf.png) center left no-repeat;
}
.content a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/excel.png) center left no-repeat;
}
.content a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/powerpoint.png) center left no-repeat;
}
.content a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/doc.gif) center left no-repeat;
}
.content a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/images/zip.png) center left no-repeat;
}
.content .xIcon a[href^="http:"], .content .xIcon a[href$='.pdf'], .content .xIcon a[href^="mailto:"] {
    padding-left:0px;
	padding-right:0px;
    background: url(../css/none);

}
.box2 {
	margin: 0px 18px 18px;
	width: 918px;
	padding: 8px 0px;
	border: 2px dashed #CCC;
	float: left;
}
.box-full-width {
	float: left;
	width: 100%;
}
.container .content .imgR{
	float: right;
	margin: 0px 0px 18px 8px;
}
.container .content .imgL{
	float: left;
	margin: 0px 18px 0px 0px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}

.clearBoth { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.xxx {
	display: none;
}
.container .footer ul li.footerRight {
	background: #AF0000;
	float: right;
	border-style: none;
	padding: 8px 8px 12px;
	margin-top: -8px;
}
.container .footer ul li.footerRight a:hover {
	color: #FC0;
}
.pink {
	background: #FFEBFD;
}
.grey {
	background: #E5E5E5;
}
.container.no-carousel .content #news hr {
	border-top: 3px dashed #999;
}


.container.no-carousel #secure {
	width: 632px;
	position: absolute;
	top: 148px;
	text-align: right;
	z-index: 1001;
	font-size: small;
	margin: -8px 0px 0px 318px;
}
.container.no-carousel #secure ul li {
	text-decoration: none;
	list-style: none;
	float: right;
	color: #FFF;
}
.container.no-carousel #secure ul li a, .container.no-carousel #secure ul li a:visited {
	color: #FC0;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-top: -3px;
	float: right;
}
.container.no-carousel #secure ul li a:hover {
	color: #fff;
}
