/* ------------------------------------------------------------
 * Global Styles
 * Changes to this document will apply to the entire site
 ------------------------------------------------------------ */

/* Setting up some basic styles... */
body {
	background: #B6B6B6;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.x hack */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /*feed to IE 5.5*/
	f\ont-size: small; /*feed to compliant browsers*/
}
img {
	border: 0;
}
a {
	color: #1081b9; /* the color of the right angle quote */ /*changed*/
	text-decoration: none;
}
a:hover {
	/*background: transparent; /* needed for IE to allow hover on sub elements */
	text-decoration: underline;
}
a:hover span {
	text-decoration: underline;
}
h1 {
	font-size: medium; /*feed to IE 5.5*/
	f\ont-size: large; /*feed to compliant browsers*/
}
h2 {
	font-size: small; /*feed to IE 5.5*/
	f\ont-size: medium; /*feed to compliant browsers*/
	font-weight: bold;
}
h3 {
	font-size: x-small; /*feed to IE 5.5*/
	f\ont-size: small; /*feed to compliant browsers*/
	text-transform: uppercase;
}
h3 img { /* TEMP HACK FIX */
	margin: 3px 0 2px 0;
}
h4, h5, h6 {
	font-size: xx-small; /*feed to IE 5.5*/
	f\ont-size: x-small; /*feed to compliant browsers*/
	text-transform: uppercase;
}
/* Our outer div */
#container, .container {
	width: 766px;
	text-align: left; /* Recover from hack */
	voice-family: "\"}\""; /* Tantek's Box Model Hack: http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	voice-family: inherit;
	width: 700px;
	background-color: #fff;
	background-image: url(../_images/container_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 100%;
	padding-left: 33px;
}
html>body #container { /* Be nice to Opera 5 */
	width: 700px;
}

/* Used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac */
.mac-clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
.promo_top_spacing {
   margin-top: 18px;
}
.promo_bottom_spacing {
   margin-bottom: 18px;
}
.rule {
    border: 1px solid #CCC;
    padding: 2px;
    }
img.right {
    float: right;
    margin: 0 0 10px 10px;
    }
img.left {
    float: left;
    margin: 0 10px 10px 0;
    }
/* remove below two lines after searching to see if tags other than img use these classes */
.right { float: right; margin: 0 0 10px 10px; }
.left { float: left; margin: 0 10px 10px 0; }
#header{
	overflow:hidden;
}
DIV.pagetitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #0065a7;
}
DIV.content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
DIV.contentprojects {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
TD.presscolumn{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #bababa;
	background-color: #e0e0e0;
}
DIV.pressrelease {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #f37130;
}
DIV.pressreleaselist {
	font-size: 10px;
}
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style-image: url(../_images/red_bull.gif);
}

li
{
	background-position: 2px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 24px;
}
DIV.footer {
	font-size: 10px;
	color: #FFFFFF;
}
a.footer {
	color: #FFFFFF; /* the color of the right angle quote */ /*changed*/
	text-decoration: none;
}
a:hover.footer {
	/*background: transparent; /* needed for IE to allow hover on sub elements */
	text-decoration: underline;
	color: #f37130;
}