@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: print.css
* Description: Handles the site print layout.
    ------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, sans-serif;
	line-height: 1.4;
	background: #000;
	color: #444;
}

p, dl, td {
	font-size: 13px;
	font-weight: normal;
	margin: 0 20px 15px;
}

a {
	text-decoration: none;
	color: #009bc9;
}

a:hover {
	text-decoration: underline;
}


dt {
	font-size: 13px;
	font-weight: bold;
}

dd {
	padding-left: 20px;
}

blockquote {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-style: italic;
}

hr {
	border-bottom: 1px dotted #333;
	margin: 14px;
}

acronym, abbr {
	text-transform: uppercase;
}

acronym {
	font-weight: bold;
}

img {
	display: block;
}

sup {
	font-size: 8px;
}

strong {
	font-weight: bold;
}
	
/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/

#header {
	width: 990px;
	height: 71px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 10px 10px 30px;
}

/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 30px;
}

#content {
	width: 990px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	clear: both;
	margin: 0 auto;
	position:relative;
}

#banner {
	display: none;
}

#ticker {
	display: none;
}

#featured {
	display: none;
}

.blocks {
	display: none;
}

#home_columns {
	clear: both;
	padding-bottom: 20px;
}

#main {
	width: 990px;
	background: url(../images/global/main_background.gif) center left repeat-y;	
}

.sidebar {
	display: none;
}

.primary {
	width: 100%;
}

.welcome { 
	float: left;
	width: 660px;
	display: inline;
}

.promotion { 
	float: right;
	width: 330px;
	display: inline;
}

.project_heading {
	width: 640px;
	height: 60px;
	background: url(../images/global/projects_heading_background.jpg) no-repeat;
	margin: 0 10px 17px;
}

#footer {
	display: none;
}

/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

h1, h6 {
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
	margin: 13px 20px 10px;
}

.project_heading h1 {
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
	padding: 13px 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 17px 20px 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0 20px 10px;
}

#accordion h3 a {
	color: #000;
}

#accordion h3 a:hover {
	color: #0088cc;
	text-decoration: none;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 20px 10px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 14px 5px;
}

small {
	font-size: 11px;
}

/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/

.primary ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: normal;
	margin-left: 20px;
	padding: 0;
}

.primary ul {
	list-style-position: outside;
	margin: 0 20px 15px;
}

.primary li {
	font-size: 12px;
	font-weight: normal;
	margin: 0 20px 15px;
}

#sitemap ul {
	list-style-image: none;
	margin: 0 20px 10px;
	line-height: 1.6;
}

#sitemap ul li {
	font-size: 11px;
	font-weight: normal;
	margin: 0 20px;
}

#sitemap ul li ul {
	margin: 5px 20px;
}

#sitemap ul li ul li {
	margin: 0 10px;
}

p.date, p.title {
	color: #818181;
}

/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.clearfloat { 
	clear: both;
}

.icon { 
	margin: 0;
	padding-right: 8px;
}

.divider {
	clear: right;
	border-bottom: 1px solid #dcdcdc;
	margin: 20px;
}


#accordion .divider {
	clear: right;
	border-bottom: 1px dotted #CCC;
	margin: 15px 20px;
}

.thumb img {
	float: right;
	margin: 0 20px 20px;
}

.home_ad {
	margin: 10px 20px;
}

/*------------------------------------------------------------------------------------
      Buttons
    ------------------------------------------------------------------------------------*/

.launch_website a {
	display: none;
}

.download_pdf a {
	display: none;
}

/*------------------------------------------------------------------------------------
      Tooltip
    ------------------------------------------------------------------------------------*/

p#vtip { 
	display: none;
	background: url(../images/global/black_90_background.png) repeat;
	position: absolute;
	z-index: 9999;
	left: 6px; 
	font-size: 11px;
	color: #FFF;
	padding: 8px 12px; 
}

p#vtip #vtipArrow { 
	position: absolute; 
	top: -9px; 
	left: 6px;
}

/*------------------------------------------------------------------------------------
      Slider
    ------------------------------------------------------------------------------------*/

#slider {
	width: 640px;
	height: 360px;
	position: relative;
	z-index: 3;
	margin: 10px;
}

#slider_menu {
	position: absolute; 
	z-index: 6;
	top: 338px;
	left: 250px;
}

div#ImageRotation IMG.active {
    z-index: 5;
}

div#ImageRotation IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.HideImg {
	display: none;
}
.Hide {
	display: none;
}

ul.pagination {
	list-style: none !important;
	list-style-image: none !important;
}

ul.newsfeed {
	list-style: none !important;
	list-style-image: none !important;
	
}

ul.newsfeed li{
	position: absolute;
    top: 0;
    left: 89px;
    z-index: 4;
}

ul.pagination li {
	float: left; 
	margin: 0 10px 0 0;
}	

ul.pagination a {
	width: 12px;
	height: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	padding-top: 12px; 
}

ul.pagination li.active a {
	background-position: 0 -12px
}

/*------------------------------------------------------------------------------------
      Gallery
    ------------------------------------------------------------------------------------*/

#gallery {
	margin: 0;
}

#full {
	margin: 10px;
}

#full img {
	display: block;
	height: 330px;
	margin-bottom: 15px;
}

#thumb {
	margin: 0 0 15px 5px;
}

#thumb img {
	float: left;
	display: inline;
	width: 124px;
	margin: 5px 0 0 5px;
	padding: 0;
}

.HideDiv {
	display: none;
}

.Hide {
	display: none;	
}

/*------------------------------------------------------------------------------------
      Main Menu
    ------------------------------------------------------------------------------------*/

#menu_header {
	display: none;
}

#menu_content {
	display: none;
}