html, body
{
	margin: 0;
	padding: 0;
	height: 100%; 
}

body
{
	background-color: #000000;
	font: 12px/170% Helvetica;
	color: #000000;
	text-align:center;
	min-height:100%;
}


input
{
	font: 12px/100% Verdana, sans-serif;
	color: #494949;
}

textarea, select
{
	font: 12px/160% Verdana, sans-serif;
	color: #494949;
}

h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica;
}

h1
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:18pt;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}

h2
{
	font-size: 160%;
	line-height: 130%;
	height: 0;
	display: none;
	
}

h3
{
	color:#DDDDDD;
	font-family:Helvetica;
	font-size:18pt;
	font-weight:normal;
	margin:0;
	padding-bottom:5px;
}

h4
{
	color: #C6E818;
    font-weight: bold;
    font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #C6E818;
    font-weight: bold;
    font-size: 15px;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 110%;
}

ul, quote, code, fieldset
{
	margin: .5em 0;
}

p
{
	margin: 0.6em 1em 1.2em 1em;
	padding: 0;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	outline: none !important;
}

a:hover
{
	color: #000000;
	text-decoration: none;
	outline: none !important;
}

a:active, a.active
{
	color: #000000;
	outline: none !important;
}

hr
{
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}

ul
{
	margin: 0.5em 0 1em;
	padding: 0;
}

ol
{
	margin: 0.75em 0 1.25em;
	padding: 0;
}

ol li, ul li
{
	margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul
{
	margin: 0.35em 0 0 -0.5em;
	padding: 0;
	float:left;
}

ul.menu ul, .item-list ul ul
{
	margin-left: 0em;
	width:100%;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf
{
	margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf
{
	padding: 0 0 .2em 5px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}

ol li
{
	padding: 0 0 .3em;
	margin-left: 2em;
}

ul li.expanded
{
	display: inline;
}

ul li.collapsed
{
	 display: inline;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a
{
	display: inline;
	font-family: Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 12px;
	color: #a1b9c5;
	font-weight:normal;
}

ul li.leaf a:hover
{
	color:#FFF;
}

ul.inline li
{
	background: none;
	margin: 0;
	padding: 0 1em 0 0;
}

ol.task-list
{
	margin-left: 0;
	list-style-type: none;
	list-style-image: none;
}

ol.task-list li
{
	padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active
{
	background: transparent url(images/task-list.png) no-repeat 3px 50%;
}

ol.task-list li.done
{
	color: #393;
	background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}

ol.task-list li.active
{
	margin-right: 1em;
}

fieldset ul.clear-block li
{
	margin: 0;
	padding: 0;
	background-image: none;
}

dl
{
	margin: 0.5em 0 1em 1.5em;
	float:left;
	text-align:left;
}

dl dt a, dl dt a:link, dl dt a:visited
{
	color:#FFF;
	font-weight:bold;
	padding-right: 5px;
}

dl dd
{
	margin: 0 0 .5em 1.5em;
}

img, a img
{
	border: none;
}

a img
{
	cursor: pointer;
}

table
{
	margin: 1em 0;
	width: 100%;
}

thead th
{
	border-bottom: 2px solid #d3e7f4;
	color: #494949;
	font-weight: bold;
}

th a:link, th a:visited
{
	color: #6f9dbd;
}

td, th
{
	padding: .3em .5em;
	text-align:left;
}

tr.even, tr.odd, tbody th
{
	border: solid #d3e7f4;
	border-width: 1px 0;
}

tr.odd, tr.info
{
	background-color: #edf5fa;
}

tr.even
{
	background-color: #fff;
}

tr.drag
{
	background-color: #fffff0;
}

tr.drag-previous
{
	background-color: #ffd;
}

tr.odd td.active
{
	background-color: #ddecf5;
}

tr.even td.active
{
	background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category
{
	border-top: 1.5em solid #fff;
	border-bottom: 1px solid #b4d7f0;
	background-color: #d4e7f3;
	color: #455067;
	font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category
{
	border-top-width: 0;
}

span.form-required
{
	color: #ffae00;
}

span.submitted, .description
{
	font-size: 0.92em;
	color: #898989;
}

.description
{
	line-height: 150%;
	margin-bottom: 0.75em;
	color: #000000;
}

.messages, .preview
{
	margin: .75em 0 .75em;
	padding: .5em 1em;
}

.messages ul
{
	margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item
{
	margin: 0.25em 0;
}

.form-button, .form-submit
{
	margin: 2em 0.5em 1em 0;
}

#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit
{
	margin: 0;
}

.box
{
	margin-bottom: 2.5em;
}

#header-region
{
	min-height: 1em;
}

#header-region .block
{
	display: block;
	margin: 0 1em;
}

#header-region .block-region
{
	display: block;
	margin: 0 0.5em 1em;
	padding: 0.5em;
	position: relative;
	top: 0.5em;
}

#header-region *
{
	display: inline;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#header-region script
{
	display: none;
}

#header-region p, #header-region img
{
	margin-top: 0.5em;
}

#header-region h2
{
	margin: 0 1em 0 0;
}

#header-region h3, #header-region label, #header-region li
{
	margin: 0 1em;
	padding: 0;
	background: none;
}

#slide_div
{
    width: 100%;
    margin-bottom: -70px;  
    position:relative;
    min-height: 100%;
}

#wrapper
{
	margin:0 auto;
	height:100%;
	width:100%;	
	top:0;
	z-index:1;
	border:0px solid #3F0;
    float: left;
}

* html #wrapper 
{
	position: absolute;
	top:0;
	left:0;
}

#right_wrapper
{
    min-height: 0;
}

#main-wrapper
{
	margin:0 auto;
	border:0px solid #3F0;
	width: 960px;
}

#container
{
	margin: 0 auto;
	padding: 0;
	float:none;
	width: 100%;
	max-width: 100%;
}

#header-main
{
	background:url("images/header-bg.png") top left repeat !important; 
	min-width:960px;
	border-bottom:1px solid #BBBBBB;
	width:100%;
	height: 81px;
	margin:0; 
	position:relative;
}

#header
{
	width:960px;
	margin:0 auto;	
}

#logo-floater
{
	width: 100%;
	float: left;
}

#logo-floater img
{
	padding-top: 12px;
}

#logo-floater-menu
{
	float: left;
	text-align:left;
	font-family: Helvetica;
	font-size: 13pt;
	padding-left: 39px;
}

#logo-floater-menu img
{
	padding-top: 12px;
}

#menu-floater
{
	width: 659px;
	text-align:right;
	color: #a1b9c5;
	font-family: Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 17px;
	text-transform:lowercase;
	float:left;
	font-weight: normal;
}

#wrapper #container #header h1 span
{
	font-weight: bold;
}

#wrapper #container #header h1 img
{
	padding:12px 0;
	float: none;
	text-align:center;
	position:relative;
}

#center
{
	float: none;
	width: 100%;
	text-align:center;
}

#wrapper #container .sidebar
{
	margin: 0;
	width: 210px;
	float: left;
	z-index: 2;
	position: relative;
}

#wrapper #container .sidebar .block
{
	margin: 0 0 1.5em 0;
}

#sidebar-left .block
{
	padding: 0 15px 0 0px;
}

#sidebar-right .block
{
	padding: 0 0px 0 15px;
}

.block .content
{
	margin: 0.5em 0;
}

#sidebar-left .block-region
{
	margin: 0 15px 0 0px;
}

#sidebar-right .block-region
{
	margin: 0 0px 0 15px;
}

.block-region
{
	padding: 1em;
	background: transparent;
	border: 2px dashed #b4d7f0;
	text-align: center;
	font-size: 1.3em;
}

#wrapper #container #center #squeeze
{
	position: relative;
}

#wrapper #container #center .right-corner
{
	position: relative;
}

#wrapper #container #center .right-corner .left-corner
{
	padding: 0;
	position: relative;
	min-height: 400px;
}

#footer
{
	float: none;
	text-align: left;
	color: #FFFFFF;
	height: 69px;
	width:852px;
	font-family: Helvetica;
	margin:0 auto;
	position:relative;
	z-index:1;
	min-height:100%;
}

#footer-main
{
	color: #FFFFFF;
	background-repeat:repeat-x;
	height: 69px;
	width: 100%;
	border-top: 1px solid #ABAABC;
	font-family: Helvetica;
	background:url("images/footer-bg.png") top left repeat !important;
	min-width: 960px;
}

.inner-footer
{	
	padding-top: 26px;
	text-align:center;
}

#wrapper #container .breadcrumb
{
	position: absolute;
	top: 15px;
	left: 35px;
	z-index: 3;
}

#wrapper #container #header h1 a:hover
{
	text-decoration: none;
}

#wrapper #container .breadcrumb
{
	font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a
{
	color: #529ad6;
}

#mission
{
	padding: 1em;
	background-color: #fff;
	border: 1px solid #e0e5fb;
	margin-bottom: 2em;
}

ul.primary-links
{
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 4;
}

ul.primary-links li
{
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited
{
	display: block;
	margin: 0 5px;
	padding-top: 32px;
	color: #a1b9c5;
	text-shadow: 0 0 0 #000;
}

ul.primary-links li a:hover, ul.primary-links li a.active
{
	color: #fff;
}

ul.secondary-links
{
	margin: 0;
	padding: 18px 0 0;
	float: right;
	clear: right;
	position: relative;
	z-index: 4;
}

ul.secondary-links li
{
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited
{
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
	color: #cde3f1;
	background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active
{
	color: #cde3f1;
	background: transparent;
}

ul.primary, ul.primary li, ul.secondary, ul.secondary li
{
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}

#tabs-wrapper
{
	margin: 0;
	padding: 0 26px;
	border-bottom: 1px solid #e9eff3;
	position: relative;
}

ul.primary
{
	padding: 0.5em 0 10px;
	float: left;
}

ul.secondary
{
	clear: both;
	text-align: left;
	border-bottom: 1px solid #e9eff3;
	padding: 0 26px 0.6em;
}

h2.with-tabs
{
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited
{
	border: 0;
	background: transparent;
	padding: 4px 1em;
	margin: 0 0 0 1px;
	height: auto;
	text-decoration: none;
	position: relative;
	top: -1px;
	display: inline-block;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover
{
	background: url(images/bg-tab.png) repeat-x 0 50%;
	color: #fff;
}

ul.primary li.active a, ul.secondary li.active a
{
	font-weight: bold;
}

.node
{
	text-align:center;
	
	width: 100%;
}

ul.links li, ul.inline li
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 1em;
	background-image: none;
}

.node .links, .comment .links
{
	text-align: left;
}

.terms ul.links li
{
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 1em;
}

.picture, .comment .submitted
{
	float: right;
	clear: right;
	padding-left: 1em;
}

.new
{
	color: #ffae00;
	font-size: 0.92em;
	font-weight: bold;
	float: right;
}

.terms
{
	float: right;
}

.preview .node, .preview .comment, .sticky
{
	margin: 0;
	padding: 0.5em 0;
	border: 0;
	background: 0;
}

.sticky
{
	padding: 1em;
	background-color: #fff;
	border: 1px solid #e0e5fb;
	margin-bottom: 2em;
}

#comments
{
	position: relative;
	top: -1px;
	border-bottom: 1px solid #e9eff3;
	margin: -1.5em -25px 0;
	padding: 0 25px;
}

#comments h2.comments
{
	margin: 0 -25px;
	padding: .5em 25px;
	background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment
{
	margin: 0 -25px;
	padding: 1.5em 25px 1.5em;
	border-top: 1px solid #e9eff3;
}

.indented
{
	margin-left: 25px;
}

.comment h3 a.active
{
	color: #494949;
}

.node .content, .comment .content
{
	padding-top: 49px;      
    margin:0 auto ;
    width:100%;	
}

#tnc-body
{
	float: left;
	text-align:left;
	margin-bottom: 10px;
}

#aggregator
{
	margin-top: 1em;
}

#aggregator .feed-item-title
{
	font-size: 160%;
	line-height: 130%;
}

#aggregator .feed-item
{
	border-bottom: 1px solid #e9eff3;
	margin: -1.5em -31px 1.75em;
	padding: 1.5em 31px;
}

#aggregator .feed-item-categories
{
	font-size: 0.92em;
}

#aggregator .feed-item-meta
{
	font-size: 0.92em;
	color: #898989;
}

#palette .form-item
{
	border: 1px solid #fff;
}

#palette .item-selected
{
	background: #fff url(images/gradient-inner.png) repeat-x 0 0;
	border: 1px solid #d9eaf5;
}

tr.menu-disabled
{
	opacity: 0.5;
}

tr.odd td.menu-disabled
{
	background-color: #edf5fa;
}

tr.even td.menu-disabled
{
	background-color: #fff;
}

.poll .bar
{
	background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
	border: solid #f0f0f0;
	border-width: 0 1px 1px;
}

.poll .bar .foreground
{
	background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent
{
	font-size: .9em;
}

#autocomplete li
{
	cursor: default;
	padding: 2px;
	margin: 0;
}

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #d9eaf5;
}

*:first-child+html fieldset
{
	padding: 0 1em 1em;
	background-position: 0 .75em;
	background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description
{
	padding-top: 1em;
}

fieldset legend
{
	display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend
{
	display: inline;
}

html.js fieldset.collapsed
{
	background: transparent;
	padding-top: 0;
	padding-bottom: .6em;
}

html.js fieldset.collapsible legend a
{
	padding-left: 2em;
	background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a
{
	background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

#user-login-form
{
	text-align: center;
}

#user-login-form ul
{
	text-align: left;
}

.profile
{
	margin-top: 1.5em;
}

.profile h3
{
	border-bottom: 0;
	margin-bottom: 1em;
}

.profile dl
{
	margin: 0;
}

.profile dt
{
	font-weight: normal;
	color: #898989;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: 1.4em;
	margin-bottom: 0.45em;
}

.profile dd
{
	margin-bottom: 1.6em;
}

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu
{
	margin: 0;
	padding: 0;
}

div.admin .left
{
	float: left;
	width: 40%;
	text-align:left;
}

div.admin .right
{
	float: right;
	width: 40%;
	text-align:left;
}

div.admin-panel
{
	padding: 1em 1em 1.5em;
}

div.admin-panel .description
{
	margin-bottom: 1.5em;
}

div.admin-panel dl
{
	margin: 0;
}

div.admin-panel dd
{
	color: #000000;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-top: -.2em;
	margin-bottom: .65em;
}

table.system-status-report th
{
	border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active
{
	background: #027ac6;
	color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active
{
	color: #d3e7f4;
}

tr.taxonomy-term-preview
{
	opacity: 0.5;
}

tr.taxonomy-term-divider-top
{
	border-bottom: none;
}

tr.taxonomy-term-divider-bottom
{
	border-top: 1px dotted #CCC;
}

.messages
{
	background-color: #fff;
	border: 1px solid #b8d3e5;
}

.preview
{
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
}

div.status
{
	color: #33a333;
	border-color: #c7f2c8;
}

div.error, tr.error
{
	color: #a30000;
	background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error
{
	color: #363636;
}

tr.dblog-user
{
	background-color: #fcf9e5;
}

tr.dblog-user td.active
{
	background-color: #fbf5cf;
}

tr.dblog-content
{
	background-color: #fefefe;
}

tr.dblog-content td.active
{
	background-color: #f5f5f5;
}

tr.dblog-warning
{
	background-color: #fdf5e6;
}

tr.dblog-warning td.active
{
	background-color: #fdf2de;
}

tr.dblog-error
{
	background-color: #fbe4e4;
}

tr.dblog-error td.active
{
	background-color: #fbdbdb;
}

tr.dblog-page-not-found, tr.dblog-access-denied
{
	background: #d7ffd7;
}

tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active
{
	background: #c7eec7;
}

table.system-status-report tr.error, table.system-status-report tr.error th
{
	background-color: #fcc;
	border-color: #ebb;
	color: #200;
}

table.system-status-report tr.warning, table.system-status-report tr.warning th
{
	background-color: #ffd;
	border-color: #eeb;
}

table.system-status-report tr.ok, table.system-status-report tr.ok th
{
	background-color: #dfd;
	border-color: #beb;
}

.home-container
{
    position:relative;
    float:left;
    width:200%;
    height:400px;
    overflow:hidden;
}

.home
{
	margin: 19px 0 0 0px;
    float:left;
    position:absolute;
	height:100%;
	
}

.home .home-text
{
	float: left;
	width: 250px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-weight:normal;
	font-size:11pt;
	text-align: right;
    padding-left: 46px;
	height:95%;
	display:table;
	overflow:hidden;
}

.home-text-content
{
	display:table-cell;
	vertical-align:middle;
	text-shadow: 0 2px 2px #191919;
	margin-top/*\**/: 60px\9;
}

.home-heading
{
	font-size: 18pt;
	font-weight: bold;
	font-family: Verdana;
}

.home-text img
{
	padding-top: 20px;
}

.home .gallery-image
{
	float: left;
	padding-left: 10px;   
}

.gallery
{
	float:none;
	text-align:center;
}

.mainpage .gallery
{
	padding-bottom: 6px;
	float:left;
}
	
.gallery .gallery-image
{
	width: 585px;
	float: left;
	position:relative;
	text-align:left;
	margin: 0;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:17pt;
	font-weight:bold;
	padding-left:46px;
}

.gallery-image img
{
	text-align: center;
	padding:6px;
	/*padding:5px; 
	padding:62px;*/
}

.gallery .gallery-text
{
	width: 250px;
	float: left;
	position:relative;
	text-align:left;
	padding: 10px 0 0 35px;
	margin: 0;
}

.mail-heading
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:13pt;
	font-weight:bold;
	padding-top:36px;
}

.mail-addressing
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	padding-top: 16px;
}

.mail-body
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	padding-top:11px;
	text-align:left;
}

.display-body
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:10pt;
	font-weight:bold;
	padding-top:11px;
	text-align:left;
}

.mail-end
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	padding-top:15px;
}

.mail-sending
{
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	padding-top:12px;
}

.lower-display
{
	float: left;
	padding-bottom: 15px;
	margin: 15px 0 5px 0;
}

.lower-display .lower-display1
{
	width: 335px;
	float: left;
	position:relative;
	text-align:left;
	padding: 0;
	margin: 0;
	font-size:11pt;
}

.lower-display1 img
{
	text-align: center;
	padding: 5px 10px 0 46px;
}

.lower-display .lower-display2
{
	width: 294px;
	float: left;
	position:relative;
	text-align:left;
	font-size:11pt;
}

.lower-display2 img
{
	text-align: center;
	padding: 5px 9px 0 9px;
}

.lower-display .lower-display3
{
	width: 305px;
	float: left;
	position:relative;
	text-align:left;
	font-size:11pt;
}

.lower-display3 img
{
	text-align: center;
	padding: 5px 45px 0 10px;
}

.first-name-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/first-name-button.png);
	background-repeat:no-repeat;
	width: 110px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding:6px 0 6px 6px;
	font-weight:bold;
	outline: none;
}

.first-name-button1
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/first-name-button1.png);
	background-repeat:no-repeat;
	width: 102px;
	height: 20px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.last-name-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/last-name-button.png);
	background-repeat:no-repeat;
	width: 110px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding:6px 0 6px 6px;
	font-weight:bold;
	outline: none;
}

.last-name-button1
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/last-name-button1.png);
	background-repeat:no-repeat;
	width: 108px;
	height: 20px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.company-name-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/company-name-button.png);
	background-repeat:no-repeat;
	width: 206px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding:6px 0px 6px 6px;
	font-weight:bold;
	outline: none;
}

.company-name-button-email
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/email-email.png);
	background-repeat:no-repeat;
	width: 173px;
	height: 24px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.company-name-button1
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/company-name-button1.png);
	background-repeat:no-repeat;
	width: 198px;
	height: 20px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.project-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/big-company.png);
	background-repeat:no-repeat;
	width: 373px;
	height: 24px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.email-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/email-button.png);
	background-repeat:no-repeat;
	width: 135px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding:6px 0 6px 6px;
	font-weight:bold;
	outline: none;
}

.email-button1
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/email-button1.png);
	background-repeat:no-repeat;
	width: 104px;
	height: 20px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.phone-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/phone-button.png);
	background-repeat:no-repeat;
	width: 120px;
	height: 25px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.phone-button1
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/phone-button1.png);
	background-repeat:no-repeat;
	width: 119px;
	height: 20px;
	border: none;
	color:#323241;
	font-style:italic;
	font-size:9pt;
	padding-left: 5px;
	font-weight:bold;
	outline: none;
}

.send-button
{
	font-family: Helvetica;
	background-color: transparent;
	background-image:url(images/send-button.png);
	background-repeat:no-repeat;
	width: 53px;
	height: 23px;
	border: none;
	color:#FFF;
	font-size:8pt;
	padding: 0 0 2px 4px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
}

.banner-nav
{
	float:left;	
}

.banner-nav .banner
{
	opacity:0;
	position:absolute;
	z-index:1;
	background-repeat:no-repeat;
}

.banner-nav .banner img
{
	height:333px;
	width: 591px;
	/* [if IE] margin-left:-18px;
	width:450px;
	height:252px;*/
	/*height:334px;
	width: 592px;*/
	cursor:pointer;
	
}

.menu-banner_outer
{
	z-index:5;
	text-decoration:none;
	float:right;
	padding: 10px 48px 0px 0px;
}

.menu-banner_home
{
    text-decoration:none;
    float:right;
    outline:none;
    padding-top:384px;
    padding-right:83px;
}

.menu-banner
{
	z-index:5;
	bottom:15px;
	position:absolute;
	right:6px;
	text-decoration:none;
	float:right;
	padding: 0 5px;
}

.menu-banner ul
{
	float: left;
	list-style:none;
	float:left;
	text-align:left;
}

.menu-banner li
{
	width: 28px;
}

.menu-banner .item
{
	position: relative;
	background-image : url(http://www.dev.thinkwellgroup.com/themes/garland/images/non-selected.png);
	background-repeat: no-repeat;
	background-position: center center; 
	margin: 0 4px;
	width : 19px;
	height: 14px;
	float: left;
	outline:none;
}
.menu-banner  .item-video{
	background-image : url(images/video-play.png);
}
.menu-banner_outer .item , .menu-banner_home .item
{
	position: relative;
	background-image : url(images/non-selected.png);
	background-repeat: no-repeat;
	background-position: center center; 
	margin: 0 4px;
	width : 20px;
	height: 14px;
	float: left;
	outline:none;
}

.menu-banner .selected , .menu-banner_outer .selected
{
	background-image : url(images/selected.png);
}

.Banner
{
	overflow: hidden;
	min-width:603px;
	min-height:345px;
	margin-top: 10px;
	position: relative;
	z-index: 0;
	width: 603px;
	/*background-image: url(images/gallery-background.png);*/
}

.Banner-body
{
	position: relative;
	z-index: 0;
	margin: 0;
}

.Banner-tl
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url('images/top-left-bg.png');
}

.Banner-tr
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
}

.Banner-tr div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url('images/top-right-bg.png');
}

.Banner-bl
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 19px;
	height: 19px;
}

.Banner-bl div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url('images/bottom-left-bg.png');
}

.Banner-br
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	bottom: 0;
	right: 0;
	width: 19px;
	height: 19px;
}

.Banner-br div
{
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 19px;
	background-image: url('images/bottom-right-bg.png');
}

.Banner-tc
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 19px;
	right: 19px;
	height: 19px;
}

.Banner-tc div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 19px;
	background-image: url('images/top-bg.png');
}

.Banner-bc
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 19px;
	right: 19px;
	height: 19px;
}

.Banner-bc div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 100%;
	height: 19px;
	background-image: url('images/bottom-bg.png');
}

.Banner-cl
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 19px;
	left: 0;
	width: 19px;
	bottom: 19px;
}

.Banner-cl div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 19px;
	height: 100%;
	background-image: url('images/left-bg.png');
}

.Banner-cr
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 19px;
	right: 0;
	width: 19px;
	bottom: 19px;
}

.Banner-cr div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0px;
	width: 19px;
	height: 100%;
	background-image: url('images/right-bg.png');
}

.Banner-cc
{
    background-image: url(images/gallery-background1.png);
    width: 598px;
    text-align: center;
    margin: 0 0 0 6px;

}

.Banner-cc img
{
	margin: -6px 0 0 -6px;   
}


.Contact
{
	overflow: hidden;
	min-width:631px;
	min-height:10px;
	margin-top: -10px;
	position: relative;
	z-index: 0;
	width: 631px;
}

.Contact-body
{
	position: relative;
	z-index: 0;
	margin: 0;
}

.Contact-tl
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url('fancybox/top-left.png');
}

.Contact-tr
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.Contact-tr div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url('fancybox/top-right.png');
}

.Contact-bl
{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

.Contact-bl div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url('fancybox/bottom-left.png');
}

.Contact-br
{
	position: absolute;
	overflow: hidden;
	z-index: 5;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.Contact-br div
{
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-image: url('fancybox/bottom-right.png');
}

.Contact-tc
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 40px;
	right: 40px;
	height: 40px;
}

.Contact-tc div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url('fancybox/top.png');
}

.Contact-bc
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 40px;
}

.Contact-bc div
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url('fancybox/bottom.png');
}

.Contact-cl
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 40px;
	left: 0;
	width: 40px;
	bottom: 40px;
}

.Contact-cl div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-image: url('fancybox/left.png');
}

.Contact-cr
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 40px;
	right: 0;
	width: 40px;
	bottom: 40px;
}

.Contact-cr div
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0px;
	width: 40px;
	height: 100%;
	background-image: url('fancybox/right.png');
}

.Contact-cc
{
	background-color:#D7D7D7;
	height:265px;
	margin:40px 0 40px 40px;
	min-height:10px;
	width:551px;
}

#campaign_list_container
{
	border-top:1px solid #ABAABC;
	float:left;
	padding:10px 0 0 46px;
	width:95%;	
}

#create_new_link
{
	float:right;
	width:100%;
	padding-right:46px;
	text-align:right;
}

.input_box
{
	width: 250px;
}

.input_textarea
{
    width: 250px;
}

.heading
{
    background: #EEEEEE;
}

/*#block-menu-menu-firstmenu
{
	float: right;
	margin-top: 34px;
	padding-right: 46px;
}*/

#block-search-0
{
	float:left;
	width: 260px;
	margin-left: 20px;
}

#block-node-0
{
	float:left;
	position: relative;
	margin: 27px 0 0 -7px;
}

#block-block-1
{
	float:left;
	position: relative;
	/*margin: 25px 0 0 30px;*/
	margin: 26px 0 0 -5px;
}

#block-block-2
{
	float:left;
	position: relative;
	/*margin: 27px 0 0 5px;*/
	margin: 27px 0 0 -5px;
}

#block-block-3
{
	float:left;
	position: relative;
	margin: 24px 0 0 68px;
}

#edit-search-block-form-1
{
	background-color:transparent;
	background-image:url(images/search-field.png);
	background-repeat:no-repeat;
	border:medium none;
	color:#323241;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	padding:6px 0 6px 5px;
	width:177px;
	float:left;
	margin-top: 15px;
	outline:none;
	
	margin-left: 0px;
}

#edit-submit, #edit-submit-1, #edit-submit-2
{
	background-color:transparent;
	background-image:url(images/search-button.png);
	background-repeat:no-repeat;
	border:medium none;
	color:#323241;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	height:27px;
	padding-left:0;
	width:32px;
	margin: 27px 0 0 -13px;
	font-size:0px;
	float:left;
}

#footer_message_container
{
	float:left;
	width:76%;
	text-align:center;
	margin: 7px 0 0 -120px;
	font-family: Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
}

#block-menu-menu-firstmenu {
    /*float:left;
    margin-left:577px;
    margin-top:34px;
    position:absolute;*/
	float: right;
	margin-top: 34px;
	padding-right: 46px;
}

#footer_message
{
	width:100%;
	margin-top:20px;      
	padding-left: 187px;
    #padding-left: 195px;     
	text-indent: 132px;
}

#footer-content
{
	float:left;
	width:100%;
	margin-top: -60px;
    margin-left: 2px;
}

.project_input_textarea
{
	width: 300px;
	height:150px;
}

#bg
{
	left:0;
	position:fixed;
	top:0;
	width:100%;   
	z-index:-1;
	min-width: 960px;
	min-height: 1800px;
}

#bg img
{
	width:100%;
	height: 100%;
}

.book-navigation .menu
{
	border-top: 1px solid #888;
	padding: 1em 0 0 3em;
}

.book-navigation .page-links
{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	padding: 0.5em;
}

.book-navigation .page-previous
{
	text-align: left;
	width: 42%;
	display: block;
	float: left;
}

.book-navigation .page-up
{
	margin: 0 5%;
	width: 4%;
	display: block;
	float: left;
}

.book-navigation .page-next
{
	text-align: right;
	width: 42%;
	display: block;
	float: right;
}

#book-outline
{
	min-width: 56em;
}

.book-outline-form .form-item
{
	margin-top: 0;
	margin-bottom: 0;
}

#edit-book-bid-wrapper .description
{
	clear: both;
}

#book-admin-edit select
{
	margin-right: 24px;
}

#book-admin-edit select.progress-disabled
{
	margin-right: 0;
}

#book-admin-edit tr.ahah-new-content
{
	background-color: #ffd;
}

#book-admin-edit .form-item
{
	float: left;
}

.node-unpublished
{
	background-color: #fff4f4;
}

.preview .node
{
	background-color: #ffffea;
}

#node-admin-filter ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#node-admin-buttons
{
	float: left;
	margin-left: 0.5em;
	clear: right;
}

td.revision-current
{
	background: #ffc;
}

.node-form .form-text
{
	display: block;
	width: 95%;
}

.node-form .container-inline .form-text
{
	display: inline;
	width: auto;
}

.node-form .standard
{
	float:none;
	text-align:left;
	clear: both;
}

.node-form textarea
{
	display: block;
	width: 95%;
}

.node-form .attachments fieldset
{
	float: none;
	display: block;
}

.terms-inline
{
	display: inline;
}

.poll .bar
{
	height: 1em;
	margin: 1px 0;
	background-color: #ddd;
}

.poll .bar .foreground
{
	background-color: #000;
	height: 1em;
	float: left;
}

.poll .links
{
	text-align: center;
}

.poll .percent
{
	text-align: right;
}

.poll .total
{
	text-align: center;
}

.poll .vote-form
{
	text-align: center;
}

.poll .vote-form .choices
{
	text-align: left;
	margin: 0 auto;
	display: table;
}

.poll .vote-form .choices .title
{
	font-weight: bold;
}

.node-form #edit-poll-more
{
	margin: 0;
}

td.poll-chtext
{
	width: 80%;
}

td.poll-chvotes .form-text
{
	width: 85%;
}

fieldset
{
	margin-bottom: 1em;
	padding: .5em;
}

form
{
	margin: 0;
	padding: 0;
}

hr
{
	height: 1px;
	border: 1px solid gray;
}

img
{
	border: 0;
}

table
{
	border-collapse: collapse;
	float:left;
}

th
{
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

* html .clear-block
{
	height: 1%;
}

.clear-block
{
	float:left;
}

body.drag
{
	cursor: move;
}

th.active img
{
	display: inline;
}

tr.even, tr.odd
{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

tr.drag
{
	background-color: #fffff0;
}

tr.drag-previous
{
	background-color: #ffd;
}

td.active
{
	background-color: #ddd;
}

td.checkbox, th.checkbox
{
	text-align: center;
}

tbody
{
	border-top: 1px solid #ccc;
}

tbody th
{
	border-bottom: 1px solid #ccc;
}

thead th
{
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.breadcrumb
{
	padding-bottom: .5em
}

div.indentation
{
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	float: left;
}

div.tree-child
{
	background: url(../../misc/tree.png) no-repeat 11px center;
}

div.tree-child-last
{
	background: url(../../misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal
{
	background: url(../../misc/tree.png) no-repeat -11px center;
}

.error
{
	color: #e55;
}

div.error
{
	border: 1px solid #d77;
}

div.error, tr.error
{
	background: #fcc;
	color: #200;
	padding: 2px;
}

.warning
{
	color: #e09010;
}

div.warning
{
	border: 1px solid #f0c020;
}

div.warning, tr.warning
{
	background: #ffd;
	color: #220;
	padding: 2px;
}

.ok
{
	color: #008000;
}

div.ok
{
	border: 1px solid #00aa00;
}

div.ok, tr.ok
{
	background: #dfd;
	color: #020;
	padding: 2px;
}

.item-list .icon
{
	color: #555;
	float: right;
	padding-left: 0.25em;
	clear: right;
}

.item-list .title
{
	font-weight: bold;
}

.item-list ul
{
	margin: 0 0 0.75em 0;
	padding: 0;
}

.item-list ul li
{
	margin: 0 0 0.25em 1.5em;
	padding: 0;
	list-style: disc;
}

ol.task-list li.active
{
	font-weight: bold;
}

.form-item
{
	margin: 1em;
	float:left;
	text-align:left;
}

tr.odd .form-item, tr.even .form-item
{
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

tr.merge-down, tr.merge-down td, tr.merge-down th
{
	border-bottom-width: 0 !important;
}

tr.merge-up, tr.merge-up td, tr.merge-up th
{
	border-top-width: 0 !important;
}

.form-item .description
{
	font-size: 0.85em;
}

.form-item label
{
	display: block;
	font-weight: bold;
}

.form-item label.option
{
	display: inline;
	font-weight: normal;
}

.form-checkboxes, .form-radios
{
	margin: 1em 0;
}

.form-checkboxes .form-item, .form-radios .form-item
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.marker, .form-required
{
	color: #f00;
}

.more-link
{
	text-align: right;
}

.more-help-link
{
	font-size: 0.85em;
	text-align: right;
	padding-right: 10px;
}


.nowrap
{
	white-space: nowrap;
}

.item-list .pager
{
	clear: both;
	text-align: center;
}

.item-list .pager li
{
	background-image:none;
	display:inline;
	list-style-type:none;
	padding: 0.5em;
}

.pager-current
{
	font-weight:bold;
}

.tips
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}

dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select
{
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}

dl.multiselect dd.a, dl.multiselect dd.a .form-item
{
	width: 8em;
}

dl.multiselect dt, dl.multiselect dd
{
	float: left;
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
}

dl.multiselect .form-item
{
	height: 1.75em;
	margin: 0;
}

.container-inline div, .container-inline label
{
	display: inline;
}

ul.primary
{
	border-collapse: collapse;
	padding: 0 0 0 1em;
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}

ul.primary li
{
	display: inline;
}

ul.primary li a
{
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}

ul.primary li.active a
{
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
}

ul.primary li a:hover
{
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}

ul.secondary
{
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}

ul.secondary li
{
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}

ul.secondary a
{
	padding: 0;
	text-decoration: none;
}

ul.secondary a.active
{
	border-bottom: 4px solid #999;
}

#autocomplete
{
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}

#autocomplete ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#autocomplete li
{
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}

#autocomplete li.selected
{
	background: #0072b9;
	color: #fff;
}

html.js input.form-autocomplete
{
	background-image: url(../../misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

html.js input.throbbing
{
	background-position: 100% -18px;
}

html.js fieldset.collapsed
{
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}

html.js fieldset.collapsed *
{
	display: none;
}

html.js fieldset.collapsed legend
{
	display: block;
}

html.js fieldset.collapsible legend a
{
	padding-left: 15px;
	background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
}

html.js fieldset.collapsed legend a
{
	background-image: url(../../misc/menu-collapsed.png);
	background-position: 5px 50%;
}

* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table *
{
	display: inline;
}

html.js fieldset.collapsible
{
	position: relative;
	float:left;
	width: 100%;
}

html.js fieldset.collapsible legend a
{
	display: block;
}

html.js fieldset.collapsible .fieldset-wrapper
{
	overflow: auto;
}

.resizable-textarea
{
	width: 95%;
}

.resizable-textarea .grippie
{
	height: 9px;
	overflow: hidden;
	background: #eee url(../../misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}

html.js .resizable-textarea textarea
{
	margin-bottom: 0;
	width: 100%;
	display: block;
}

.draggable a.tabledrag-handle
{
	cursor: move;
	float: left;
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
	padding: 0.42em 1.5em 0.42em 0.5em;
	text-decoration: none;
}

a.tabledrag-handle:hover
{
	text-decoration: none;
}

a.tabledrag-handle .handle
{
	margin-top: 4px;
	height: 13px;
	width: 13px;
	background: url(../../misc/draggable.png) no-repeat 0 0;
}

a.tabledrag-handle-hover .handle
{
	background-position: 0 -20px;
}

.joined + .grippie
{
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}

.teaser-checkbox
{
	padding-top: 1px;
}

div.teaser-button-wrapper
{
	float: right;
	padding-right: 5%;
	margin: 0;
}

.teaser-checkbox div.form-item
{
	float: right;
	margin: 0 5% 0 0;
	padding: 0;
}

textarea.teaser
{
	display: none;
}

html.js .no-js
{
	display: none;
}

.progress
{
	font-weight: bold;
}

.progress .bar
{
	background: #fff url(../../misc/progress.gif);
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}

.progress .filled
{
	background: #0072b9;
	height: 1em;
	border-bottom: 0.5em solid #004a73;
	width: 0%;
}

.progress .percentage
{
	float: right;
}

.progress-disabled
{
	float: left;
}

.ahah-progress
{
	float: left;
}

.ahah-progress .throbber
{
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
	float: left;
}

tr .ahah-progress .throbber
{
	margin: 0 2px;
}

.ahah-progress-bar
{
	width: 16em;
}

#first-time strong
{
	display: block;
	padding: 1.5em 0 .5em;
}

tr.selected td
{
	background: #ffc;
}

table.sticky-header
{
	margin-top: 0;
	background: #fff;
}

#clean-url.install
{
	display: none;
}

html.js .js-hide
{
	display: none;
}

#system-modules div.incompatible
{
	font-weight: bold;
}

#system-themes-form div.incompatible
{
	font-weight: bold;
}

span.password-strength
{
	visibility: hidden;
}

input.password-field
{
	margin-right: 10px;
}

div.password-description
{
	padding: 0 2px;
	margin: 4px 0 0 0;
	font-size: 0.85em;
	max-width: 500px;
}

div.password-description ul
{
	margin-bottom: 0;
}

.password-parent
{
	margin: 0 0 0 0;
}

input.password-confirm
{
	margin-right: 10px;
}

.confirm-parent
{
	margin: 5px 0 0 0;
}

span.password-confirm
{
	visibility: hidden;
}

span.password-confirm span
{
	font-weight: normal;
}

ul.menu
{
	list-style: none;
	border: none;
	text-align:left;
    position: relative;
    left:70px;
}

ul.menu li
{
	margin: 0 0 0 0.5em;
}

li.expanded
{
	list-style-type: circle;
	list-style-image: url(../../misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.collapsed
{
	list-style-type: disc;
	list-style-image: url(../../misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.leaf
{
	list-style-type: square;
	list-style-image: url(../../misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li a.active
{
	color: #000;
}

td.menu-disabled
{
	background: #ccc;
}

ul.links
{
	margin: 0;
	padding: 0;
}

ul.links.inline
{
	display: inline;
}

ul.links li
{
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.block ul
{
	margin: 0;
}

#footer-content ul.menu
{
	padding:0;
}

#footer-content ul.menu li
{
	/*padding: 0 5px 0 5px;*/
	padding-left: 5px;
    padding-right:10px;
	margin:0;
	background:url(images/separator.png) no-repeat top right;
}

#footer-content ul.menu li.last
{
	background:none;
}

/*#footer-content ul.menu li.first
{
	padding-left: 10px;
    padding-right:10px;
}

#footer-content ul.menu li
{
	padding-left: 5px;
    padding-right:5px;
}*/

#permissions td.module
{
	font-weight: bold;
}

#permissions td.permission
{
	padding-left: 1.5em;
}

#access-rules .access-type, #access-rules .rule-type
{
	margin-right: 1em;
	float: left;
}

#access-rules .access-type .form-item, #access-rules .rule-type .form-item
{
	margin-top: 0;
}

#access-rules .mask
{
	clear: both;
}

#user-login-form
{
	text-align: center;
}

#user-admin-filter ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#user-admin-buttons
{
	float: left;
	margin-left: 0.5em;
	clear: right;
}

#user-admin-settings fieldset .description
{
	font-size: 0.85em;
	padding-bottom: .5em;
}

.profile
{
	clear: both;
	margin: 1em 0;
}

.profile .picture
{
	float: right;
	margin: 0 1em 1em 0;
}

.profile h3
{
	border-bottom: 1px solid #ccc;
}

.profile dl
{
	margin: 0 0 1.5em 0;
}

.profile dt
{
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

.profile dd
{
	margin: 0 0 1em 0;
}

#menu
{
	margin:0 auto;
	min-width:100%;
	position:relative;
	top:0;
	z-index:100;
}

span.cke_skin_kama , .cke_skin_kama .cke_wrapper
{
	float:left;
}

.node-form
{
	float:left;
	text-align:left;
}

.menu-item-form
{
	float:none;
	text-align:left;
}

#node-form
{
	float:none;
	text-align:left;
}

.project-details
{
	float:none;
	width: 874px;
	padding-left: 45px;
	min-height: 445px;
}

.project-details .pdetails-header
{
	float:left;
	width: 874px;
}

.pdetails-header .pdetails-text
{
	float:left;
	text-align:left;
}

.pdetails-middle #watchTabContent
{
    padding:0;
    width:271px;
    height:345px;
    opacity:1;
}

.pdetails-text .left-text
{
	float: left;
	text-align:left;
	width:auto;
}

.pdetails-text .right-text
{
	float: left;
	text-align:left;
	width:636px;
	padding-left: 10px;
}

.pdetails-button
{
	float:right;
	margin:0;
	text-align:right;
	padding-top: 15px;
}

.project-details .pdetails-middle
{
	float:left;
	width: 902px;
}

.pdetails-middle .Banner
{
    margin:0;
}

.pdetails-middle .gallery-image
{
	float:left;
	width: 603px;
}

.pdetails-middle .project-details
{
	float:left;
	width: 241px;
	min-height:335px;
	text-align:left;
	color:#FFF;
	font-family: Helvetica;;
	font-size: 11pt;
	font-weight:normal;
	padding: 10px 10px 0 20px;
	background-image: url(images/project-details-bg.png);
}

.pdetails-middle .gradient
{
	background-image: url(images/gradient.png);
	background-repeat: repeat-y;
	width: 28px;
	height: 345px;
	float: left;
	margin-left: -271px;
}

#tabs-area-content
{
	float: left;
}

.project-details .pdetails-lower
{
	float:left;
	width: 874px;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 11pt;
	color:#FFF;
	text-align:right;
}

.pdetails-lower a, .pdetails-lower a:selected, .pdetails-lower a:visited
{
	color:#FFF;
}

.white-text, .white-text a
{
	color:#FFFFFF;
	float:right;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

.pdetails-lower .lower-left
{
	float:left;
	width: 200px;
	text-align:left;
	padding: 10px 0 30px 0;
}

.pdetails-lower .lower-right
{
	float:left;
	width: 639px;
	padding: 10px 0 0 0;
}

.green-text
{
	color: #ceeb11;
	padding-right: 15px;
}

.pdetails-heading
{
	font-family: Helvetica;
	color:#FFF;
	font-size: 18pt;
	font-weight:bold;
	text-align:left;
}

.client-heading
{
	font-family: Helvetica;
	color:#000;
	font-size: 18pt;
	font-weight:bold;
	text-align:left;
	padding-left: 7px;
}

.watch-button span
{
	float:left;
	text-align:left;
    background:url(images/watch-button.png) no-repeat left bottom;
    height:19px;
    width:59px;
}

.pdetails-button span
{
    cursor:pointer;
}

.watch-button img
{
	float:left;
	text-align:right;
}

.read-button span
{
	float:left;
	text-align:left;
    background:url(images/white-read-button.png) no-repeat left bottom;
    height:19px;
    width:59px;
}

#watchTab .active
{
    /*background:url(images/black-view-button.png) no-repeat left bottom;*/
}

#readTab .active
{
    /*background:url(images/read-button.png) no-repeat left bottom;*/
}

.read-button img
{
	float:left;
	text-align:right;
	vertical-align:bottom;
}

.pdetails-middle .gallery-image .Banner .Banner-tr div
{
	background-image:url("images/top-right-bg-pd.png");
	height:19px;
	left:0;
	position:absolute;
	top:0;
	width:19px;
	z-index:-1;
}

.pdetails-middle .gallery-image .Banner .Banner-br div
{
	background-image:url("images/bottom-right-bg-pd.png");
	height:19px;
	left:0;
	position:absolute;
	top:0;
	width:19px;
	z-index:5;
}

.bios
{
	float:none;
	min-width: 840px;
	padding-left:71px;
}

.bios .bios-header
{
	float:left;
	text-align:left;
	width: 100%;
	margin-bottom: 5px;
}

.bios .bios-display
{
	float:left;
	text-align:left;
}

.bios-display .Banner
{
	margin:0;
	padding:6px;
	min-height:113px;
	min-width:800px;
	overflow:hidden;
	position:relative;
	width:800px;
	z-index:0;
}

.bios-image
{
    width:200px;
    position:relative;
	float:left;
	overflow: hidden;
}

.bios-image a
{
	z-index:-1;
}

.bios-image img
{
	float:left;
	text-align:left;
	margin-left: 0;
    width:200px;
    position:absolute;
    top:0;
    left:0;
}

.bios-text
{
	float:left;
	text-align:left;
	margin: 90px 0 0 -195px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight:normal;
	color:#FFF;
	height: 20px;
	line-height: 14px;
	padding-top: 3px;
}

.bios-landing
{
	float:none;
	text-align:left;
	width: 876px;
	padding-left: 45px;
}

.bios-landing .bl-header
{
	width: 100%;
	float:left;
	text-align:left;
}

.bios-landing .bl-middle
{
	width: 100%;
	float:left;
	text-align:left;
}

.bl-middle .gallery-image
{
	float:left;
	text-align:left;
	width: 603px;
}

.bl-middle .project-details
{
	float:left;
	text-align:left;
	width: 248px;
	font-family: Helvetica;
	font-weight:normal;
	font-size: 11pt;
	color:#FFF;
	padding: 10px 0 0 25px;
}

.bl-lower
{
	float:left;
	text-align:left;
	width: 876px;
	padding: 10px 0px 15px 45px;
}

#edit-title-wrapper
{
	float:left;
	width: 100%;
}

.banner-dark span.bios-text
{
    margin: 0 5px;
}

.banner-dark .bios-text-div
{
    background-image: url(images/thumbs-trans-people-bg.png); 
	background-repeat: repeat-x;
    float: left;
    margin-top: 91px;
	height: 20px;
    width: 100%;
    opacity:0.99;
}

.work, .newsroom
{
    width: 100%;
    float: left;
}

span#prev , span#next
{
	cursor:pointer;
}

span#prev.disabled , span#next.disabled
{
	opacity:0.4;
	filter:alpha(opacity:40);
	display: block;
	float: left;
}

span#prev.hide , span#next.hide
{
	display: none;
}

.work-display .Banner
{
    width: 600px;
    padding: 6px;
    min-height: 40px;
    min-width: inherit;
    margin-top: 0px;
    overflow: visible;
    float: left;
}

.work-display .work-description
{
    float: left;
    width: 243px;
    text-align: left;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: normal;
    font-family: Helvetica;
    margin: 5px 0 0 15px;
}

.newsroom-display .news-room-right
{
	color: #FFFFFF;
    font-size: 11pt;
    font-weight: normal;
    font-family: Helvetica;
}

.work-display .work-description-title
{
    font-size: 18pt;
}

.work-display .work-desc-select
{
    padding: 0;
    color: #000000;
    font-size: 9pt;
    height: 27px;
}

.work-display .work-desc-select
{
    margin-top: 20px;
}

.work-display .work-desc-select input
{
    background: url(images/drop-down.png) no-repeat;
    height: 27px;
    border: none;
    outline: none;
    width: 242px;
    padding: 0px 0 0 15px;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;
    line-height: 17px;
}

.banner-nav  .banner-nav-error
{
	width:600px;
	font-size:15pt;
	color:#FFFFFF;
}

.banner-nav  .banner-nav-error p{
	margin:1em; 
}

.work-display .work-description-text
{
    margin-top: 15px;
}

.work-display .work-description-text-drop
{
    margin-top: 32px;
}

.work-display .work-description .work-description-text p
{
    margin: 0;
}

.work-display .work-desc-link, .work-display .work-desc-link-drop
{
    float: left;
    margin: 20px 0 0 0;
    font-size: 10pt;
    font-weight: bold;    
}

.work-display .work-desc-link a, .work-display .work-desc-link-drop a
{
    color: #C6E818;
}

.work-clear
{
    clear: both;
}

.work-navigation-news-details
{
    text-align: left;
    float: left;
    padding-top: 10px;
	position:absolute;
	top: 405px;
}

.work-navigation
{
    text-align: left;
    float: left;
    padding-top: 10px;
	position:relative;
	bottom: 0px;
}

.work-navigation span
{
    float: left;
}

.work-navigation span#next
{
    margin-left: 10px;
}

.work-wrapper, .newsroom-wrapper
{
    margin: 0 auto;
    width: 870px;
	padding-left:0;
}

.work-desc-select-list
{
    position: absolute;
    width: 241px;
    font-size: 10pt;
}

.work-desc-select-list ul
{
    margin: 0;
    padding: 0;    
}

.work-desc-select-list ul li
{
    display: block;
    margin: 0;
    padding: 4px 0px 4px 13px;
    border-bottom:1px solid #63636F;
    opacity:0.95;
    filter:alpha(opacity=95);
    cursor: pointer;
    background: transparent url(images/drop-down-expand.png) no-repeat 0 0;
}

.work-desc-select-list ul li:hover
{
    color: #C6E818;
    opacity:1;
    filter:alpha(opacity=100);
}

.work-description div.active input
{
    background: transparent url(images/drop-down-selected.png) no-repeat;
}

.work-desc-select-list li.last
{
    background:url(images/drop-down-lower.png) no-repeat 0px 0px;
    border:none;
    outline: none;
}

.contact-us
{
	float:left;
	text-align:center;
	width: 92%;
	height: 100%;
	margin: 0 95px;
	padding-bottom: 20px;
}

.contact-us .contact-left
{
	color:#FFFFFF;
	float:left;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	padding-right:20px;
	text-align:left;
	width:155px;
}

.contact-heading
{
	font-size: 17pt;
	margin-top: 15px;
	text-align:right;
	text-transform:uppercase;
}

.contact-text
{
	text-align:right;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 20px;
}

.contact-green-text
{
	color: #ceeb11;
	text-align:right;
	font-size: 10pt;
}

.contact-us .contact-right
{
	color:#000000;
	float:left;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:653px;
	background-repeat:no-repeat;
	min-height: 292px;
}

.contact-right-heading
{
	font-size: 17pt;
	text-align:left;
	margin-top: 15px;
	padding-left: 10px;
	text-transform:uppercase;
}

.contact-right-text
{
	font-size: 13pt;
	line-height: 30px;
	padding-left: 15px;
}

.right-text-span
{
	padding: 0;
}

.contact-send
{
	padding-left: 10px;
	padding-top: 25px;
	margin-bottom: 10px;
	line-height: 25px;
}

.search-display
{
	float: left;
	text-align: left;
	width: 620px;
	margin-left: 36px;
}

.search-display .title a
{
	color:#ceeb11;
	font-size: 16pt;
	line-height: 30px;
}

.search-display dt.title
{
    padding:5px 0;
}

.search-display hr
{
    margin-left: 30px;
    border:1px solid #6F7186;
}

.search-error
{
    display:block;
    color:#CEEB11;
    font-size:14pt;
    text-align:left;
    margin:0 auto;
    width:860px;
    padding-top:15px;
}

.search-error li
{
    display:block;
}

.thank-you
{
	font-size:13pt;
	line-height:230px;
	margin:14px;
	text-align:center;
}

.news-wrapper
{
    text-align: left;
    filter:alpha(opacity=90);
    position: relative;
    min-height:300px;
}

.newsroom-header
{
    color: #FFFFFF;
    font-size: 18pt;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 9px 0px;
}

.news-wrapper .news-room
{
    float:left;
	margin-top:0;
	min-height:40px;
	min-width:inherit;
	overflow:visible;
	padding:6px;
	width:565px;
}

.news-wrapper .news-right
{
    color:#FFFFFF;
	float:left;
	font-family:Helvetica;
	font-size:11pt;
	font-weight:normal;
	margin:5px 0 0 15px;
	text-align:left;
	width:243px;
}

.news-dropdown
{
    float: left;
    color:#FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
	background-color: transparent;
}

.news
{
    float: left;
    width: 575px;
    margin: 0 0 0 5px;
    padding: 10px 0;
	font-weight: normal;
	font-size: 9pt;
	font-family: Helvetica;
	color:#DDDDDD;
	letter-spacing: 1px;
	text-align: left;
}

.news img
{
	float: left;
	padding-right: 10px;
	max-width: 575px;
}

.news span
{
	color: #FFFFFF;
    font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}

.news span p
{
	margin: 0;
	padding: 0;
}

.news .news-thumb
{
    float: left;
    width: 184px;
	padding-bottom: 10px;
}

.news .news-desc
{
    float: left;
    width: 385px;
	padding-bottom: 10px;
	font-family:Helvetica;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}

.news-desc .news-desc-date
{
    font-weight: normal;
	font-size: 9pt;
	font-family: Helvetica;
	color:#323241;
	letter-spacing: 1px;
}

.news-desc .news-desc-title
{
    color: #C6E818;
    font-weight: bold;
    font-size: 12px;
}

.news-desc .news-desc-desc
{
    color: #FFFFFF;
    font-weight: normal;
	font-size: 12pt;
	letter-spacing: 1px;
}

.news .news-bottom-border
{
    border-bottom: 1px solid #000000;
    opacity:0.2;
    filter:alpha(opacity=20);
    width: 100%;
	margin: 5px 0;
}

.search-display .news-bottom-border
{
	border-bottom: 1px solid #000000;
    opacity:0.2;
    filter:alpha(opacity=20);
    width: 100%;
	margin: 5px 0 5px -8px;
}

.last .news-bottom-border
{
    border: none;
}

.work-description .news-media-contact
{
    float: right;
    text-align: right;
    bottom:6px;
    right:15px;
    position: relative;
    line-height: 145%;
    color: #FFFFFF;
    font-weight: normal;
	margin-top: 10px;
	font-size: 10pt;
}

.work-description .news-media-contact-drop
{
    float: right;
    text-align: right;
    bottom:6px;
    right:15px;
    position: relative;
    line-height: 145%;
    color: #FFFFFF;
    font-weight: normal;
	margin-top: 72px;
	font-size: 10pt;
}

.news-media-contact .news-media-contact-email a, .news-media-contact-drop .news-media-contact-email a
{
    color:#C6E818;
}

.news-dropdown .news-dropdown-select input
{	
	background:url(images/drop-down.png) no-repeat;
	height: 27px;
	border: none;
	outline: none;
	width: 242px;
	padding: 0 0 0 5px;
	font-size:9pt;
	font-weight:bold;
    cursor: pointer;
    line-height: 17px;
	white-space: nowrap;
}

.news-dropdown .news-dropdown-select
{
    background: transparent;
    height: 27px;
    font-size: 9pt;
}

.news-dropdown div.active input
{
    background: transparent url(images/drop-down-selected.png) no-repeat;
}

.news-room .first
{
    padding-bottom:10px;
	margin-top: -10px;
}

.news-room .last
{
    border: none;
}

.newsroom-wrapper
{
    margin: 0 auto;
    width: 835px;
	padding-bottom: 10px;
	min-height: 600px;
}

.news-gallery-desc .gallery-image
{
    float: left;
}

.news-gallery-desc .Banner
{
    width: 610px;
}

.news-gallery-desc .banner-nav img
{
    width: auto;
	height:auto;
}

.newsdetail-wrapper .newsdetail-title
{
    font-size: 18pt;
    text-align: left;
    font-weight: bold;
}

.news-white-title
{
    color: #FFFFFF;
	margin-left:15px;
}

.newsdetail-wrapper .news-desc-right
{
    float: left;
    font-size: 14px;
    width: 200px;
    text-align: left;
    font-weight: normal;
    color: #FFFFFF;
    width: 240px;
    margin-left: 10px;
    padding-top: 10px;
}

.newsdetail-wrapper p
{
    margin:0;
}

.newsdetail-wrapper .news-desc-high-res
{
    float: right;
    padding-top:10px;
	padding-bottom: 10px;
}

.work-navigation .indexing-button
{
    margin-left: 10px;
}

.newsdetail-wrapper
{
    width: 880px;
    margin:0 0 0 45px;
    position:relative;
	min-height: 450px;
}

.newsdetail-wrapper .news-media-contact
{
    right:10px;
    bottom: 10px;
}

.news-desc-desc p
{
	margin:0;
	padding:0;
}

.green-text a , .green-text a:hover
{
    color:#CEEB11;
}

.news-desc .news-desc-title a
{
    color:#CEEB11;
	font-size: 12pt;
}

.bios .bios-text-div
{
    background-image: url(images/thumbs-trans-people-bg.png);
	float:left;
    width:100%;
	background-repeat: repeat-x;
    opacity:0.99;
    margin:90px 0 -10px 0;
    height:45px;
	z-index: 1;
}

.bios .bios-text-div .bios-text
{
    width: 100%;
	margin:0 0 0 5px;
    font-weight:normal;
	z-index:1;
}

.newsdetail-wrapper .newsdetail-time
{
    float:left;
	width: 120px;
	line-height: 26px;
}

.newsdetail-title .newsdetail-inner-title
{
    float:left;
    line-height: 25px;
    width: 880px;
}

.menu-banner_home
{
    position:absolute;
    right:47px;
    top:383px;
    padding-top:0px;
    padding-right:0px;
}

.search-navigation
{
    margin-left:45px;
}

.page-navigator
{
	float: left;
	text-align: left;
	padding: 10px 0;
    margin-bottom: 6px;
    
}

.left-navigator
{
	float: left;
	text-align: left;
	padding: 0;
}

.left-navigator img
{
	padding: 0;
}

.middle-navigator
{
	float: left;
	text-align: left;
	padding: 0;
}

.middle-navigator img, .right-navigator img
{
	padding: 0 0 0 8px;
}

.right-navigator
{
	float: left;
	text-align: left;
	padding: 0;
}

.project-category-selected, .news-category-selected
{
	float: left !important;
	background:url("images/drop-down.png") no-repeat;
	height:27px;
	line-height:17px;
	font-size:9pt;
	font-weight:bold;
	padding:5px 0 0 5px;
	color: #323241;
	width:242px;
	cursor: pointer;
	text-align: left;
}



.project-category-expanded
{
	float: left !important;
	text-align: left;
	margin-top: -300px;
	margin-left: -2px;
}

.news-category-expanded
{
	float: left !important;
	text-align: left;
	margin-top: -281px;
}

.project-category-selected, .news-category-selected, .project-category-expanded, .news-category-expanded
{
	float/*\**/: none\9;
	position:relative;
}

.project-category-expanded ul li, .news-category-expanded ul li
{
    display: block;
    margin: 0;
    padding: 4px 0px 4px 11px;
    border-bottom:1px solid #63636F;
    opacity:0.95;
    filter:alpha(opacity=95);
    cursor: pointer;
    background: transparent url(images/drop-down-expand.png) no-repeat 0 0;
	width: 229px;
}

.project-category-expanded li.last, .news-category-expanded li.last
{
	background:url(images/drop-down-lower.gif) no-repeat 0px 0px;
    border:none;
    outline: none;
}

.work-display .news-room
{
	float:left;
	margin-top:0;
	min-height:40px;
	min-width:inherit;
	overflow:visible;
	padding:6px;
	width:565px;
}

.privacy-page
{
	text-align:left;
	color:#fff;
	font-size:11pt;
}

.project-details .pdetails-middle .gallery-image .Banner .banner-nav .banner img, .bios-landing .bl-middle .gallery-image .Banner .banner-nav img
{
	cursor: default;
}

.pdetails-lower .page-navigator
{
	width: 200px;
}

.pdetails-lower .lower-right
{
	width: 674px;
	color:#FFFFFF;
	float:right;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

.newsroom-display .news-room-left
{
	float: left;
	text-align: left;
	width: 600px;
}

.newsroom-display .news-room-right
{
	float: left;
	text-align: left;
	width: 235px;
	padding-top: 10px;
}

.newsroom-media
{
	margin-top: 200px;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:10pt;
	font-weight:normal;
	text-align:right;
}

.newsroom-media-drop
{
	margin-top: 200px;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:10pt;
	font-weight:normal;
	text-align:right;

}


.newsroom-media a, .newsroom-media a:hover, .newsroom-media a:visited, .newsroom-media-drop a, .newsroom-media-drop a:hover, .newsroom-media-drop a:visited
{
	color: #C6E818;
}

.bg_img
{
    top:0;
    min-height:1800px;
    width:100%;
    z-index:-1;
}

.search-results
{
	float: left;
	text-align: left;
	width: 895px;
}

.left-pan
{
	float: left;
	text-align: left;
	width: 743px;
}

.right-pan
{
	float: left;
	text-align: right;
	width: 152px;
	line-height: 30px;
}

.specialnews-wrapper
{
	float: left;
	text-align: left;
	width: 880px;
	margin-left: 45px;
}

.specialnews-title
{
	float: left;
	text-align: left;
	width: 100%;
}

.specialnews-content
{
	float: left;
	text-align: left;
	width: 100%;
}

.item-video
{
    opacity:1;
    filter:alpha(opacity=100);
}

.page-indicator
{
    color:#a1b4bb;
    font-weight:bold;
    background-image:url(images/page-indexing-button.png);
    width:53px;
    float:left;
    text-align:center;
    height:23px;
    margin-left:8px;
    line-height:22px;
}

.h2_rt-text
{
	color:#DDDDDD;
	font-family:Helvetica;
	text-align:right;
	font-size:18pt;
	font-weight:bold;
	margin-top:-5px;
	padding-bottom:5px;
	display:inline;
	position:absolute;
}

#inline5 div,#inline5 ul,#inline5 li,#inline5 p,#inline5 table,#inline5 tr,#inline5 td,#inline5 span
{
    margin:0;
    padding:0;
}

#inline5 ul
{
    display:block;
    padding-left:15px;
}

#inline5 li
{
    display:list-item;
    list-style-type:inherit;
}

#inline5 table
{
    border-collapse:separate;
}

#edit-search-block-form-1
{
	padding-top/*\**/: 8px\9;
}

#footer_message
{
	text-indent/*\**/: 72px\9;
}

.bios-image img
{
	z-index/*\**/: -1\9;
}

#slide_div
{
	margin-bottom/*\**/: -73px\9;
}

html>body .mail-addressing
{
	padding-top/*\**/: 12px;
}

.mail-sending
{
	padding-top/*\**/: 2px\9;
}

.news-gallery-desc .gallery-image .Banner .Banner-cc .banner-nav
{
	height/*\**/: 320px\9;
}

.Contact-cc
{
	height/*\**/: 290px\9;
}

#block-block-3
{
	margin-top/*\**/: -28px\9;
}

dl
{
	margin-top/*\**/: 30px\9;
}

.menu-banner .item
{ 
    opacity/*\**/: 0.5\9;
    filter/*\**/: alpha(opacity = 50)\9;
}

.menu-banner .selected, .menu-banner_outer .selected, .menu-banner_home .item
{
    opacity/*\**/: 1\9;
    filter/*\**/: alpha(opacity = 100)\9;
}
.menu-banner_outer .item, .menu-banner_home .item
{
    opacity/*\**/: 0.5\9;
    filter/*\**/: alpha(opacity = 50)\9;
}

.menu-banner_outer .selected, .menu-banner_home .selected
{
    opacity/*\**/: 1\9;
    filter/*\**/: alpha(opacity = 100)\9;
}
.home-page-title{
	margin-bottom/*\**/: 35px\9;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	dl
	{
		margin-top: 37px;
	}
	
	#slide_div
	{
		margin-bottom: -73px;
	}
	
	#footer-main
	{
		margin-top: 3px;
	}
	
	#tnc-body
	{
		margin-bottom: 100px;
	}
	
	.mail-addressing 
	{
		padding-top: 20px;
	}

	html>body .mail-addressing
	{
		padding-top: 20px;
	}
	
	.mail-sending 
	{
		padding-top: 16px;
	}
	
	.work-navigation
	{
		padding-bottom: 60px;
	}
	
	.newsdetail-wrapper .news-media-contact
	{
		padding-bottom: 60px;
	}
	
	.project-details
	{
		min-height: 500px;
	}
	
	.privacy-page, .contact-us, .work-wrapper, .bios, .newsroom, .newsdetail-wrapper
	{
		margin-bottom: 60px;
	}
	
	.home .home-text
	{
		width: 296px;
	}
	
	.home-container
	{
		margin-bottom: 90px;
	}
    
	#bg img
	{
    	position:absolute;
        min-height:auto;
        height:auto;
   	}
	
	.search-navigation
	{
    	margin-bottom:10px;
	}
}

*:first-child+html .work-wrapper
{
	width: 875px;
	margin-bottom: 50px;
}

*:first-child+html .work-display .Banner
{
	padding-right: 3px;
}
*:first-child+html .banner-nav
{
	margin-top: -14px;
}

*:first-child+html .project-details
{
	min-height: 500px;
}

*:first-child+html .pdetails-middle .project-details
{
	min-height: 335px;
}

*:first-child+html .home-container
{
	min-height: 470px;
}

*:first-child+html .bios
{
	min-height: 525px;
}

*:first-child+html .about-us
{
	min-height: 420px;
}

*:first-child+html .contact-us
{
	padding-bottom: 75px;
	width: 828px;
	margin: 0 70px;
}

*:first-child+html .Contact
{
	padding-top: 30px;
}

*:first-child+html .Contact-cc
{
	padding-top: 20px;
}

*:first-child+html #tnc-body
{
	padding-bottom: 65px;
}

*:first-child+html .privacy-page
{
	padding-bottom: 65px;
}

*:first-child+html .newsroom
{
	padding-bottom: 70px;
}

*:first-child+html .newsdetail-wrapper
{
	min-height: 515px;
}

*:first-child+html .Banner-cc
{
	/*height: 333px;
	padding-top: 12px;*/
	margin-left: 0;
}

*:first-child+html .news-gallery-desc .gallery-image .Banner .Banner-cc .banner-nav
{
	padding-top: 8px;
}

*:first-child+html .news-gallery-desc .banner-nav img
{
	max-height: 333px;
}

*:first-child+html .news-gallery-desc .gallery-image .Banner .Banner-cc
{
	height: 333px;
	padding-top: 12px;
}

.project-details p
{
	margin:0px;
	padding:0px;
}
