@charset "UTF-8";

body {
	background: #0c2a4c; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #4f7ba4;
	outline: none;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #CCCCCC;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}


h2 {
	font-size: 1.60em;
	margin-top: 20px;
	letter-spacing: 0.2em;
}
h3 {
	color: #993333;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: -.03em;
	margin-bottom: 3px;
}

h3 a:hover {
	color: #FFCC33;
}

h3 a {
	color: #FFCC33;
}

h4 {
	color: #0B2A4C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
	
hr {
	background: #999999;
	border: none;
	margin: 22px 0 5px;
	height: 1px;
}

strong {
	color: #FFCC33;
}

em {
	color: #4F7BA4;
}


#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
	background: url("../images/body-background.png") no-repeat top center;
}

.page-wrapper{
	margin:0 -40px;
	width:1040px;
}

.top-shadow {
	background: url("../images/shadow-top.png") no-repeat top;
	height: 80px;
	margin-top: 14px;
	float: left;
	width: 100%;
}

.bucket-shadow {
	background: url("../images/shadow-main.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("../images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.bucket {
	background: #000000;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}


/*---- Header ----*/
.header {
	text-align: center;
	border-bottom: 2px solid #999999;
}


.header .sponsor {
	padding: 10px 7px 5px 10px;
}

.header .sponsor img {
	padding: 0px 2px 0px 2px;
}

.header .sponsor a {
	padding: 0px 2px 0px 2px;
}

/*---- Main Nav ----*/

.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 160px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../images/m_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	outline:none;
	text-indent: -9999px;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
}
#kwick6 { 
	background-position:-1000px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0px bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -1000px bottom; 
}

/*---- Splash Image ----*/


#splashImage {
	background: #ffffff;
	border-top: 2px solid #999999;
	border-bottom: 4px solid #999999;
	height: auto;
	padding: 0;
	margin: 0;
}


/*---- Content ----*/


#mainArea {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}


.content {
	padding-bottom: 30px;
	float: left;
	width: 100%;
}


.left-column {
	float: left;
	width: 65%;
	margin-left: 25px;
	display: inline;
	line-height: 120%;
}


.right-column {
	float: right;
	width: 25%;
	margin-right: 24px;
	display: inline;
	line-height: 120%;

}

.content h2 {
	color: #FFCC33;
	border-bottom: 1px solid #999999;
	margin-bottom: 7px;
}

.content ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ul.list li {
	clear: left;
	padding-top: 7px;
	padding-bottom: 4px;
}

.content ul.list li .icon {
	float: left;
}

.content ul.news li .icon {
	width: 65px;
	margin-bottom: 15px;
}

.content ul.list li .quicklinks {
	float: left;
	padding-right: 14px;
}

.content ul.list li .text-area {
	overflow: hidden;
}

.content span.date {
	display: block;
	font-size: 0.9em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content p.description {
	font-size: 0.85em;
	font-style: italic;
	margin:0;
}

.subPageContent {
	float:right;
	margin:10px 25px 0 0;
	width:750px;
}

.subLinkInactive {
	padding-left: 15px;
	font-size: 1.5em;
	color: #CCCCCC;
}

.subLinkActive {
	padding-left: 15px;
	font-size: 1.5em;
}

.small {
	font-size: 0.9em;
}

#specialMessage {
	color: #ff0000;
	font-size: 1.55em;
	padding-left: 27px;
}

.right-column .left {
	width: 210px;
	float: left;
	margin-right: 10px;
}

.content ul.news li .text-area p {
	padding-left: 15px;
}
.content ul.news li .text-area a {
	font-size: 1.5em;
}

.highlight {
	color: #FFCC33;
	font-size: 1.15em;
	font-weight: bold;
}

.sponsorRow {
	float: right;
	text-align: left;
	width: 100%;
	padding: 25px 0px 5px 0px;
	font-size: 1em;
}

.sponsorRow img {
	border: 1px solid #FFFFFF;
	padding: 3px;
	width: 110px;
	float: left;
	background-color: #999999;
	margin-right: 40px;
}

/*---- Tree Nav ----*/

#treeNav {
	float:left;
	width:180px;
}

#treeNav ul.menu {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:25px 20px 0 25px;
}

#treeNav ul.menu li.sub {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:3px 0 3px 20px;
	font-size:0.8em;
}

#treeNav ul.menu li.sub a {
	color:#999999;	
}

#treeNav ul.menu li {
	padding:5px 0;
}

#treeNav ul.menu li a {
	color: #4f7ba4;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:0.9em;
}

#treeNav ul.menu li a:hover {
	color:#FFCC33;
}

/*---- Tables ----*/

#dataTable {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	margin-top: 0px;
	width: 750px;
	text-align: left;
	border-collapse: collapse;
}

#dataTable thead th.left {
	background: #666666 url('../images/left.png') left -1px no-repeat;
}

#dataTable thead th.right {
	background: #666666 url('../images/right.png') right -1px no-repeat;
}

#dataTable th {
	font-size: 1.15em;
	font-weight: bold;
	padding: 8px;
	background: #666666;
	border-bottom: 4px solid #333333;
	color: #FFCC33;
}

#dataTable td {
	padding: 8px;
	background: #000000; 
	border-bottom: 1px solid #333333;
	color: #4F7BA4;
	border-top: 1px solid transparent;
}

#dataTable tr:hover td {
	background: #000000 url('../images/tablehover.png') repeat-x;
	color: #FFCC33;
}

#dataTable tr:hover a {
	background: #000000 url('../images/tablehover.png') repeat-x;
	color: #993333;
	text-decoration: underline;
}

#dataTableLeft {
	border-left: 1px solid #333333;
}

#dataTableRight {
	border-right: 1px solid #333333;
}

#emailTable td {
	border-bottom: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 10px;

}

#popupTable {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	margin-top: 0px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}

#popupTable thead th.left {
	background: #666666 url('../images/left.png') left -1px no-repeat;
}

#popupTable thead th.right {
	background: #666666 url('../images/right.png') right -1px no-repeat;
}

#popupTable th {
	font-size: 1.15em;
	font-weight: bold;
	padding: 8px;
	background: #666666;
	border-bottom: 4px solid #333333;
	color: #FFCC33;
}

#popupTable td {
	padding: 8px;
	background: #000000; 
	border-bottom: 1px solid #333333;
	color: #4F7BA4;
	border-top: 1px solid transparent;
}
#popupTable tr:hover td {
	background: #000000 url('../images/tablehover.png') repeat-x;
	color: #FFCC33;
}

#popupTableLeft {
	border-left: 1px solid #333333;
}

#popupTableRight {
	border-right: 1px solid #333333;
}


#indTable {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	width: 750px;
	text-align: center;
	border-collapse: collapse;
}

#indTable td {
	padding: 8px;
	background: #000000; 
	border-top: 4px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #4F7BA4;
}

#indTable td:hover {
	background: #000000 url('../images/tablehover.png') repeat-x;
	color: #FFCC33;
}

#indTable td:hover a {
	background: #000000 url('../images/tablehover.png') repeat-x;
	color: #FFCC33;
}

#indTableLeft {
	border-left: 1px solid #333333;
}

/*---- Tabs ----*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #000000;
}
ul.tabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #ffffff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	color: #FFCC33;
	background: #000000 url('../images/tablehover.png') repeat-x;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #FFCC33;
	font-weight: bold;
	background: #000000 url('../images/tablehover.png') repeat-x;
	border-bottom: 1px solid #ffffff; /*--Makes the active tab look like it's connected with its content--*/
}


/*---- Footer ----*/

.footer {
	text-align: center;
	font-size: 0.85em;
	padding: 35px 0 45px 0;
	color: #999999;
	float: left;
	width: 100%;
}

.footer a {
	text-decoration: underline;
	color: #999999;
}

.footer p,
.footer a:hover {
	color: #FFCC33;
}

.footer ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.footer ul li {
	display: inline;
	padding: 0 11px 0 10px;
	border-right: 1px solid #999999;
}

.footer ul li:last-child {
	border-right: none;
	padding: 0 0 0 10px;
}

#footer {
	text-align: center;
	color: #999999;
	margin: 7px auto;
	font-size: 0.85em;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #999999;
	text-decoration: underline;
	margin-top: 7px;
}

#footer a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

