﻿/* global zeroing of margin an padding on all elements */
* {
	margin:0;
	padding:0;
}

html, body, #wrapper {
	height: 100%;
	background-color:#F0F1DA;
	font: 14px/1.2 white Calibri, Cambria;
	color:#333;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

p {
	padding-bottom:15px;
}

a {
	color:#900;
	}
	
img {
	border:0;
	}

#main {
	padding-bottom: 150px; /* MUST BE THE SAME HEIGHT VALUE AS THE FOOTER */
}

#header {
	background-color:#900;
	height: 50px;
	padding: 10px;
}

/* styling for heading and paragraph in the header div */
#header H1 {
	color:white;
	font: 22px/1.2 white Calibri, Cambria;
}

#header p {
	color: white;
	font-size: 16px;
}

/* this is wrapper container for the main content - fixed width and centered */
#contentcontainer {
	clear:both;
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	background:#F0F1DA;
}

#sidebar {
	margin-top:25px;
	width: 250px;
	padding: 20px;
	float: left;
	
}

#content {
	margin-top:25px;
	padding: 20px;
	float: left;
	width: 510px;
}

#content-2 {
	margin-top:25px;
	padding:0px;
	width:900px;
}

/* gives any images on the content area a 1px black border */

img {
	
}
.imgright {
	float: right;
	padding: 2px;
	margin: 10px;
}

/* floats an image left, so text wraps around it */
.imgleft {
	float: left;
	padding: 2px;
	margin-right: 10px;
}

/*////////////////////////////////////////////////////////////////
/    Footer                                                      /
/    NOTE:  ALL HEIGHTS NEED TO BE THE SAME VALUE, INCLUDING THE /
/    MINUS VALUE FOR THE STICKY TO STAY IN CORRECT POSITION      /
////////////////////////////////////////////////////////////////*/
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	background-color:black;
	padding-left:25px;
	padding-right:25px;
	clear:both;
	color:#ffffff;
}

#footer img {border: none;}

/* styles any paragraphs in the footer */
#footer p {
	padding: 20px;
	color: white;
	line-height: 1.2em;
}

/* colors the links in the footer */
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#336699;
	}
#footer #altnav {
	width:350px;
	float:right;
	text-align:right;
	padding-top:13px;
	}
#footer #copyright {
	padding-top:13px;
	float:left;
	text-align:left;
	}

/* DO NOT REMOVE THE CLEAR FIX CLASS */
/* CLEAR FIX to ensure footer stays at bottom of window and any floated content in main content area is cleared */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*////////////////////////////////////////////////////////////////
/    Navigation                                                  /
////////////////////////////////////////////////////////////////*/
#navcontiner {
	margin: 0 auto;
	background:#999;
	width:900px;
}
#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 3px 3px 0px;
	background-color:#414141;
	background-repeat:repeat;
	border-color:#CECECE;
	border-width:4px;
	border-style:ridge;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	position:absolute;
	z-index: 1000;
	margin-left: 0;
	margin-top: 0;
}
* HTML ul.pureCssMenu {position:absolute}
ul.pureCssMenu ul{
	width:181.65px;
}
ul.pureCssMenu li{
	display:block;
	margin:3px 0px 0px 3px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#414141;
	border-width:1px;
	border-color:#414141;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 11px Verdana;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#CECECE;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#A3A3A3;
	border-color:#FFFFFF;
	border-style:solid;
	font:normal 11px Verdana;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#A3A3A3;
	border-color:#FFFFFF;
	border-style:solid;
	font:normal 11px Verdana;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:4px;width:24px;
height:24px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;
	background-image:url(./images/arrow_sub5.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:14px;}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(./images/arrow_sub2.gif)}
ul.pureCssMenu ul li:hover > a span{	background-image:url(./images/arrow_sub5.gif);}
ul.pureCssMenu table a:hover span{background-image:url(./images/arrow_sub5.gif)}

/*///////////////////////////////////////////////////////////
/	TABLE FORMAT			        						/
///////////////////////////////////////////////////////////*/

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 793px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	color:#fff;
	padding: 8px;
	background: #900;
	border-top: 4px solid #999;
	border-bottom: 1px solid #999;
}
#box-table-a td
{
	padding: 8px;
	background: #e4e5cf; 
	border-bottom: 1px solid #fff;
	color: #333333;
	border-top: 1px solid transparent;
	vertical-align:top;
}
#box-table-a td:hover
{
	background: #e3bfbf;
	color: #333333;
}

#box-table-a th a {
	color:#fff;
}
