﻿body
{
    background-image: url('/images/bg-gradient.JPG');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8f8f8f;
}
img
{
    border: 0;
}
#wrapper,#header, #banner, #sub-banner, #content, #sub-content, #footer
{
    width: 960px;
    margin: 0 auto;
    position: relative;
	
}
#header
{
    height: 90px;
    position: relative;
    top: 10px;
    z-index:2;
   
}
#header-top > .tl, #header-top > .tr, #header-bottom > .bl, #header-bottom > .br
{
    width: 5px;
    height: 5px;
    position: absolute;
}
#header-top > .tm, #header-bottom > .bm
{
    background-color: #fff;
    width: 950px;
    height: 5px;
    margin-left: 5px;
}
#header-top > .tl
{
    background: url('/images/tl_corner.PNG') top left no-repeat;
    top: 0;
    left: 0;
}
#header-top > .tr
{
    background: url('/images/tr_corner.PNG') top right no-repeat;
    top: 0;
    right: 0;
}
#header-bottom > .bl
{
    background: url('/images/bl_corner.PNG') bottom left no-repeat;
    bottom: 0;
    left: 0;
}
#header-bottom > .br
{
    background: url('/images/br_corner.PNG') bottom right no-repeat;
    bottom: 0;
    right: 0;
}
#header-content
{
    background-color: #fff;
    height: 80px;  
}
#logo
{
    padding: 8px 0 0 13px;    
    float:left;
}

#headersearch
{
	width: 307px;
	height: 68px;
	float: right;
	margin:15px 0px 0px 400px;		
}
#banner
{
    height: 326px;
    width:960px;
    position: relative;
    top: 20px;
    overflow:hidden;
    z-index:1;
}
#sub-banner
{
    height: 70px;
    position: relative;
    top: 20px;
    overflow:hidden;
    z-index:-90;
     
    
}
#banner-top > .tl, #banner-top > .tr, #banner-bottom > .bl, #banner-bottom > .br
{
    width: 5px;
    height: 5px;
    position: absolute;
}
#banner-top > .tm, #banner-bottom > .bm
{
    background-color: #2f3a75;
    width: 950px;
    height: 5px;
    margin-left: 5px;
}
#banner-top > .tl
{
    background: url('/images/tl_corner_blue.PNG') top left no-repeat;
    top: 0;
    left: 0;
}
#banner-top > .tr
{
    background: url('/images/tr_corner_blue.PNG') top right no-repeat;
    top: 0;
    right: 0;
}
#banner-bottom > .bl
{
    background: url('/images/bl_corner_blue.PNG') bottom left no-repeat;
    bottom: 0;
    left: 0;
}
#banner-bottom > .br
{
    background: url('/images/br_corner_blue.PNG') bottom right no-repeat;
    bottom: 0;
    right: 0;
}
#banner-content
{
    background-color: #2f3a75;
    height: 316px;    
}
#sub-banner #banner-content
{
    background-color: #2f3a75;
    height: 65px;
    border-bottom: 1px #ffffff solid;
}
#sub-banner #banner-content h1
{
    margin: 0;
    padding: 18px 0 0 25px;
    color: #fff;
    text-transform: uppercase;
}

#banner-image > div
{
     border: 1px #fff solid;
    width: 448px;
    height: 298px;
    position: absolute;
    top: 13px;
    left: 13px;
    background-repeat: no-repeat;
    z-index: 8;
    opacity: 0.0;
    filter: alpha(opacity=0);
}
#banner-image > div.active
{
    z-index: 10;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#banner-image > div.last-active
{
    z-index: 9;
}
div.banner-image-text
{
    position: absolute;
    bottom: 0px;
    width: 448px;
    height: 40px;
    background-color: #000;
    font-weight: bold;
    color: #fff;
    opacity: 0.70;
    filter: alpha(opacity=70);
    font-size:16px;
}
div.banner-image-text p
{
    padding: 0 10px 0 10px;
}
div#viewall
{
    text-align: right;
    margin-top: 10px;
}
div#quicklinks
{
    text-align: left;
    margin-left: 20px;
    margin-top: 30px; 
}
div#quicklinks p
{
	padding-bottom:2px;	
}
div#quicklinks a
{
	color: #e4bb29;
	text-decoration:none;
	font-weight:bold;

}
div#bannermenu
{
 background-color:#000000;	
}
ul#banner-menu
{
    list-style: none;
    position: absolute;
    top: 15px;
    left: 423px;
    
}
ul#banner-menu li
{
    display: block;
    height: 26px;
    margin-bottom: 6px;
}
ul#banner-menu li a
{
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    border-right: 1px #fff solid;
    display: block;
    color: #fff;
    background: #8289ac;
    line-height: 26px;
    text-decoration: none;
    padding: 0 0 0 10px;
    height: 26px;
    width: 162px;
    font-weight: bold;
}
ul#banner-menu li a:hover, ul#banner-menu li a.active
{
    color: #2f3a75;
    background: #ffffff;
}
#banner-text h2
{
    font-size: 13px;
    padding-top: 20px;
}
#banner-text
{
    line-height: 1.4em;
    width: 270px;
    height: 298px;
    position: absolute;
    top: 13px;
    right: 23px;
    color: #fff;
}
#content
{
    margin-top: 50px;
    color: #8f8f8f;
    overflow: hidden;
}
#sub-content
{
    margin-top: 21px;
    border-top: 1px #2f3a75 solid;
    background-color: #fff;
    color: #8f8f8f;
    overflow: hidden;
}
div#left-column
{
    padding-top: 40px;
    float: left;
    width: 630px;       
}
div#left-column h3, div #left-column p, div #left-column table
{
    padding: 0 25px 0 25px;
}
#left-column a
{
    color: #e4bb29;
}
b#pressreleasetitle
{
    font-size: 14px;
}
div#right-column
{
    padding-top: 40px;
    float: right;
    width: 325px;      
}
.content-section h3
{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0 0 0 5px;
}
.content-section p
{
    padding: 0 5px 0 5px;
}
.content-section
{
    width: 290px;
    height: 264px;
    float: left;
    margin: 0 8px 25px 8px;
    overflow: hidden;
}
div#events
{
    width:270px;
    padding: 0 5px 0 5px;
    margin: 0;    
}
div#events div.eventcontent
{
	height:73px;
	border-bottom: 1px #8f8f8f dashed;
	padding: 3px 5px 0 5px;
}
div#events a
{
    color: #e4bb29;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
div#events a:hover
{
    text-decoration: underline;
}
div#events div.date
{
    background-image: url('/images/date_bg.jpg');
    background-repeat: no-repeat;
    width: 39px;
    height:65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    border:solid 0px black;
}
div#events div.text
{
    float: right;
    width: 217px;
    height:63px; 
    padding:0px 0px 0px 4px;   
}
div#news
{
    width:270px;
    padding: 0 5px 0 5px;
    margin: 0;      
}
div#news div.newscontent
{
	height:73px;
	border-bottom: 1px #8f8f8f dashed;
	padding: 3px 5px 0 5px;
}
div#news a
{
    color: #e4bb29;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
div#news a:hover
{
    text-decoration: underline;
}
div#news div.date
{
    background-image: url('/images/date_bg.jpg');
    background-repeat: no-repeat;
    width: 39px;
    height:65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    border:solid 0px black;
}
div#news div.text
{
    float: right;
    width: 217px;
    height:63px; 
    padding:0px 0px 0px 4px;   
}

a.archive, a.archive-back, a.calendar
{
    color: #e4bb29;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}


a.archive, a.archive-back, a.calendar
{
    padding: 5px 5px 5px 25px;
}
a.archive
{
    background: url('/images/folder.png') no-repeat scroll 0px center;
}
a.archive-back
{
    background: url('/images/folder-back.png') no-repeat scroll 0px center;
}
a.calendar
{
    background: url('/images/folder.png') no-repeat scroll 0px center;
}
a.archive:hover, a.archive-back:hover, a.calendar:hover
{
    text-decoration: underline;
}

div#footer
{
    margin-top: 25px;
    background-image: url('/images/lines.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    padding: 10px 0 40px 0;
}
div#footer p
{
    padding: 4px;
    margin: 0;
    text-align: center;
}
div#footer p a
{
    color: #e4bb29;
}
#menu {
	height: 30px;	
	margin: 0px 0px 0px 0px;
	}
#menu a {
	color: #2f3a75;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
ul#nav {
	list-style: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    
    
}
ul#nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style-type: none;
	list-style-position: inside;
	display: none;
	width: 16.3em;
	top: 1.8em;
	left:0px;
	border-bottom: solid 1px #2f3a75;
	border-left: 1px solid #2f3a75;
	border-right: 1px solid #2f3a75;
	border-top: 1px solid #2f3a75;
	
}



ul#nav li {
	float: left;
	position: relative;
	line-height: 28px;
	margin: 0px 10px 0px 10px;
	display:block;
}
ul#nav span {
	display: none;
}
ul#nav a {
	height: 28px;
	display: inline-block;
}
ul#nav ul li a {
	display: block;
	padding: 0px 0px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-color: #fff;
}
ul#nav ul li a:hover {
	background-color: #b0b0b0;
	color: #000;
}
ul#nav li ul li {
	float: left;
	position: relative;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
}
ul#nav li ul a {
	width: 17.8em;
	height: auto;
	float: left; /* for IE */;
	filter: alpha(opacity=90); /* CSS3 standard */;
	opacity: 0.8;
}

ul#nav ul ul {
	top: auto;
}
ul#nav li ul ul {
	left: 12.1em;
	margin: 0px 0 0 10px;
}
ul#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
ul#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
a.button
{
    padding: 5px 5px 5px 40px;
    color: #7f7f7f;
    text-decoration: none;
    display: block;
    margin: 5px;
    background: url('/images/arrow.png') no-repeat scroll 10px center;
    color: #e4bb29;
    font-weight: bold;
    text-transform: uppercase;
}
a.button:hover
{
    text-decoration: underline;
}
table.form
{
    padding: 0 20px 0 20px;
    width: 100%;
}
td.form-header h4
{
    border-bottom: 1px #8f8f8f dotted;
    color: #172d4f;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
table.form td h5
{
    color: #000000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
table.form td
{
    padding-bottom: 15px;
    width: 50%;
}
.backgroundcolor
{
    background-color: #f5f5f5;
    border: 1px #cccccc solid;
}
