/*
Theme Name: Tricon Towers
Theme URI: http://www.tricontowers.com/
Description: Tricon Towers
Version: 1.0
Author: Stratforce
Author URI: http://www.stratforce.com/
Tags: fixed width, white, 960, css, xhtml

	Tricon Towers
	http://www.tricontowers.com/

	This theme was designed and built by Stratforce,
	the world�s first, only and leading search marketing firm 
	specializing in providing strategically positioned websites� 
	for enterprises.
	http://www.stratforce.com/


*/
/* ----------------------------------------- */
/* ------------- CSS Reset ----------------- */
/* ----------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}

/* remember to define focus styles! */
:focus {	outline: 0;}

/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}


/* ----------------------------------------- */
/* ------------- CSS Text  ----------------- */
/* ----------------------------------------- */
/* =Basic HTML
--------------------------------------------------------------------------------*/
body{	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;}
a:focus{	outline: 1px dotted invert;}
hr{	border-color: #ccc;	border-style: solid;	border-width: 1px 0 0;	clear: both;	height: 0;}

/* =Headings
--------------------------------------------------------------------------------*/
h1{	font-size: 25px;}
h2{	font-size: 23px;}
h3{	font-size: 21px;}
h4{	font-size: 19px;}
h5{	font-size: 17px;}
h6{	font-size: 15px;}

/* =Spacing
--------------------------------------------------------------------------------*/
ol{ list-style: decimal;}
ul{ list-style: square;}
li{	margin-left: 30px;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{	margin-bottom: 20px;}

/* ----------------------------------------- */
/* ------------- GRID Layout  -------------- */
/* ----------------------------------------- */
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0px;
}

.omega {
	margin-right: 0px;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:60px;
}

.container_16 .grid_2 {
	width:120px;
}

.container_16 .grid_3 {
	width:180px;
}

.container_16 .grid_4 {
	width:240px;
}

.container_16 .grid_5 {
	width:300px;
}

.container_16 .grid_6 {
	width:360px;
}

.container_16 .grid_7 {
	width:420px;
}

.container_16 .grid_8 {
	width:480px;
}

.container_16 .grid_9 {
	width:540px;
}

.container_16 .grid_10 {
	width:600px;
}

.container_16 .grid_11 {
	width:660px;
}

.container_16 .grid_12 {
	width:720px;
}

.container_16 .grid_13 {
	width:780px;
}

.container_16 .grid_14 {
	width:840px;
}

.container_16 .grid_15 {
	width:900px;
}

.container_16 .grid_16 {
	width:960px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;

}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* ----------------------------------------- */
/* ------------- Layout CSS ---------------- */
/* ----------------------------------------- */
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {	font-weight:normal;}


/* branding
----------------------------------------------- */
h1#branding {	font-weight:normal;	font-size:3em;	text-align:left;	margin-bottom:0;}


/* boxes
----------------------------------------------- */
.box {	background:#ddd;	margin-bottom:20px;	padding:10px 10px 1px 10px;}
.block {	padding-top:10px;}
div.menu {  padding:0;}
div.menu h2 {  margin:0;}
div.menu .block {	padding-top:0;}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {	margin-bottom:1em;}
blockquote {	font-size:1.2em;	padding-left:1em;	border-left:4px solid #ccc;}
blockquote cite {  font-size:.9em;}
ul, ol {  padding-top:0;}


/* forms
----------------------------------------------- */
form {  overflow:hidden;}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {  margin-bottom:1em;  margin-top:0pt;}
fieldset p label {  width:98%;}
fieldset p input {  width:98%;}
fieldset p select {  width:99%;}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {  width:60%;}
fieldset.login input.button {  margin-left:35%;}
form p.notice {  font-weight:bold;}
input.search.text {  width:66%;}
input.search.button {  width:28%;  margin-left:2%;}


/* articles
----------------------------------------------- */
.articles {  padding:0;}
.articles h2 {  margin:0;}
#articles {  padding-top:0;}
.article {  border-top:1px solid #666;  padding-top:.5em;}
.box .article {  border-top:3px solid #fff;  padding:13px 10px 0 10px;}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {  margin-bottom:.2em;  font-size:1.6em;}
.box .first {  border-top:none;}
.article h4 {  font-size:1.2em;  text-transform:uppercase;  margin-bottom:.5em;}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {  border:1px solid #666;}
.article a.image img {  float:left; }
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {	margin: 0;	padding:4px;	line-height:1.2em;}
.element p {	margin: 0;	padding: 4px;}
.float-right {	padding:10px 20px;	float:right;}


/* ----------------------------------------- */
/* ------------- Style CSS ---------------- */
/* ----------------------------------------- */
/* body
----------------------------------------------- */
body {
	background: #97A5AB url(images/body-bg2.png) top repeat-x;
	border: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
}

/* container
----------------------------------------------- */
.container_16 {
	width: 1000px;
	padding: 0;
}


/* anchors
----------------------------------------------- */
a, a:hover {
	text-decoration: none;
	color: #2C6EBC;
}

/*my custom styles */
.rounded{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: solid #FFF 1px;
	*\border: none;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.box {
	background: transparent;

}

/* head border
----------------------------------------------- */
#head-border {	
}

#content-body {
	background: url(images/content-body-bg.png) -3px 0 repeat-y;
	_background: url(images/content-body-bg.gif) 0 0 repeat-y;
	margin-top: 20px;
}

/* header
----------------------------------------------- */
#header {
	background: url(images/header-bg.png) 0 0 no-repeat;
	margin: 0 0 0 20px;
	margin-left: 17px;
	height: 86px;
	border: none;
	position: relative;
}
	#header #header-left{
		background: url(images/header-left-bg.png) 0 0 no-repeat;
		margin: 0;
		padding: 0;	
	}
	#header #header-right{
		background: url(images/header-right-top-bg.png) top right no-repeat;
		margin: 0;
		padding: 0;
		position: relative;
	}
#header #topnav{
	padding: 0;
	margin-bottom: 0px;
	height: 26px;
	font-size: 13px;
}
	#header #topnav span{
		margin-left: 30px;
	}
	#header #topnav ul{
	margin: 25px 0 0 25px;
	padding: 0 20px 0 0;
	}
	#header #topnav ul li{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#header #topnav ul li a{
		color: #7D7D7D;
		font-weight: normal;
		padding: 0 3px;
		border-left: solid #7D7D7D 1px;
	}
	#header #topnav ul li.first a{
		border: none;	
	}
	#header #topnav ul li a:hover, #header #topnav ul li.current_item a{
		color: #7D7D7D;
	}
	
#header #logo{
	background: url(images/logo.png) 0 0 no-repeat;
	width: 220px;
	height: 160px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	left: 366px;
	top: 1px;
	z-index: 1;
}
	#header #logo h1 a{
	text-indent: -9999px;
	display: block;
	height: 120px;
	}
	#header #logo h1#branding{
		padding: .8em 0 0 0;
	}
	#header #logo .description {
		display: none;
	}	
#header #toprightnav{
	margin: 30px 0 0 0;
	padding: 0 30px 0 0;
	height: 34px;
	color: #7D7D7D;
}
#header #toprightnav h6{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}	
#header #searchbox{
	clear:both;
	margin: 7px 0 20px 0;
	padding: 0 30px 0 0;
	text-align: right;
	font-weight: bold;
	color: #151717;
}
	#header #searchbox #inputtext{
		border: solid #C6C6C6 1px;
		margin: 0;
	}
	#header #searchbox #button{
		background: url(images/search-button-bg.png) 0 0 no-repeat;
		width: 20px;
		margin: 0 3px;
		border: none;
		text-indent: -9999px;
	}
#flash-banner {
	margin: 0 auto 0 17px;
	_margin: 0 0 0 9px;
	height: 319px;
	display: block;
	position: relative;
	z-index: 0;
}
#flash-banner h3{
	text-indent: -9999px;
	height: 1px;	
}		

/* content
----------------------------------------------- */ 
#main-content {
	margin: 0 0 0 17px;
}	
#main-content h3{
	font-size: 16px;
	font-weight: bold;
}
#main-content  table {
	width: 95%;
	border: none;
	margin: 5px 0 25px 40px;
}
#main-content  table td{
	width: 32%;
}
#main-content  .anim td{
	width: 20%;
	padding-right: 20px;
}
#main-content  .anim .title{
	font-weight: bold;
	width: 80px;
}

#main-content #post-content {
	text-align: justify;
	line-height: 1.8em;
}
#post-content h3, #post-content h3 a{
}
#post-content #page-navi a{

}		
#post-content #mviGallery{
	margin: 20px 0 10px 6px;
	text-align: center;
}
	 
	/* single pages
	----------------------------------------------- */
	#main-content #post-content {
		margin: 0;
		padding: 0;		
		font-size: 12px;
		text-align: justify;
		min-height: 334px;
	}
	#main-content #post-content-footer {
		margin: 0;
		padding: 0;
		background: transparent url(images/page-post-content-footer-bg.png) bottom center no-repeat;
		height: 55px;
	}
	
	#post-content-left{
		width: 204px;
		min-height: 362px;
		background: url(images/page-post-content-left-bg.png) 0 0 no-repeat;
	}
	#post-content-middle{
		width: 548px;
		min-height: 362px;
		background: url(images/page-post-content-middle-bg.png) top center no-repeat;
	}
	#post-content-right{
		width: 208px;
		min-height: 362px;
		background: url(images/page-post-content-right-bg.png) 0 0 no-repeat;
	}
	#post-content-left, #post-content-right {
		float: left;
	}
	#post-content-left .box{
		margin: 0;
		padding: 15px;
	}
		
	#post-content-middle .box{
		margin: 0;
		padding: 0 10px 0 15px;
	}
		#post-content-middle h3{
			text-transform: uppercase;
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
			text-align: center;
		}
		#post-content-middle h4{
			font-size: 12px;
			text-align: center;
		}
		#post-content-middle p{
			text-align: justify;
		}
		#post-content-middle .readmore{
			background: #64BB46;
			color: #FFF;
			padding: 0 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: solid #64BB46 1px;
		}
	#post-content-right .box{
		margin: 0;
		padding: 33px 10px 10px 10px;
	}
		#post-content-right .readmore{
			background: #2D5EA9;
			color: #FFF;
			padding: 0 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: solid #2D5EA9 1px;
			margin-right: 10px;
		}
	#post-content-left h3, #post-content-right h3{
		font-size: 13px;
		font-weight: normal;
		color: #324A78;
	}

	/* home page
	----------------------------------------------- */
	.home #main-content #post-content {
		margin: 0;
		padding: 0;		
		overflow: hidden;
		font-size: 11px;
		height: 334px;		
	}	
	
	.home #post-content-left{
		width: 309px;
		height: 334px;
		background: url(images/post-content-left-bg.png) 0 0 no-repeat;
	}
	.home #post-content-middle{
		width: 348px;
		height: 334px;
		background: url(images/post-content-middle-bg.png) top center no-repeat;
		text-align: center;
	}
	.home #post-content-right{
		width: 303px;
		height: 334px;
		background: url(images/post-content-right-bg.png) top right repeat-x;
	}
	.home #post-content-left, .home #post-content-right {
		float: left;
	}
	.home #post-content-left .box{
		margin: 0;
		padding: 120px 20px 0 15px;
	}
		.home #post-content-left .readmore{
			background: #E92429;
			color: #FFF;
			padding: 0 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: solid #E92429 1px;
		}
		
	.home #post-content-middle .box{
		margin: 0;
		padding: 88px 10px 10px 10px;
	}
		.home #post-content-middle h3{
			text-transform: uppercase;
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
		.home #post-content-middle h4{
			font-size: 12px;
		}
		.home #post-content-middle p{
		}
		.home #post-content-middle .readmore{
			background: #64BB46;
			color: #FFF;
			padding: 0 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: solid #64BB46 1px;
		}
	.home #post-content-right .box{
		margin: 0;
		padding: 33px 10px 10px 10px;
	}
		.home #post-content-right .readmore{
			background: #2D5EA9;
			color: #FFF;
			padding: 0 4px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: solid #2D5EA9 1px;
			margin-right: 10px;
		}
	.home #post-content-left h3, .home #post-content-right h3{
		font-size: 15px;
		font-weight: normal;
		color: #324A78;
	}
	
	/* floor plan page
	----------------------------------------------- */
	.page-template-floorplan-page-php #post-content {
		background: url(images/floorplan-content-body-bg.png) center repeat-y;
	}
	.page-template-floorplan-page-php #post-content-left{
		width: 204px;
		min-height: 380px;
		background: url(images/floorplan-left-bg.png) 0 0 no-repeat;
	}
	.page-template-floorplan-page-php #post-content-middle{
		background: url(images/floorplan-middle-bg.png) top center no-repeat;
	}
	.page-template-floorplan-page-php #post-content-right{
		width: 208px;
		min-height: 380px;
		background: url(images/floorplan-right-bg.png) top right repeat-x;
	}
	.page-template-floorplan-page-php #post-content-middle h4{
			font-size: 16px;
			text-align: left;
			margin-bottom: 10px;
			padding: 2px 3px;
			border-bottom: solid #C3C4C5 1px;
			width: 120px;
	}
	#post-content-right .box, #post-content-left .box{
		margin-top: 0px;
		padding: 0;
	}
	#post-content-right ul, #post-content-left ul{
		margin: 20px 0 0 0;
		padding: 0;
		border-top: solid #FFF 1px;
		border-bottom: solid #FFF 1px;
	}
	#post-content-right ul li, #post-content-left ul li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#post-content-right ul li a, #post-content-left ul li a{
		margin: 0;
		padding: 3px 3px 3px 50px;
		color: #0B4F74;
		display: block;
		text-decoration: none;
		font-weight: bold;
		background: #BBCCD5;
		border-bottom: solid #CBDBE2 2px;
	}
	#post-content-right ul li a:hover, #post-content-left ul li a:hover{
		color: #FFFFFF;
		text-decoration: none;
		background: #8B9DAA url(images/bullet-arrow.png) 30px 8px no-repeat;
	}

/* site information
----------------------------------------------- */
#site_info {
	float: left;
	background: url(images/site-info-bg.png) -3px 0 no-repeat;
	margin: 0 auto 30px auto;
	padding: 0;
	display: block;
	clear: both;
	height: 118px;
}
#site_info .box {
	padding: 3px 0;
	margin: 1px 20px 0;
	font-size: 95%;
}
#site_info #footer-left{
	text-align: left;
	color: #404040;
}
#site_info #footer-left .box{
	margin: 0;
	padding: 5px 0 0 85px;
}
#site_info #footer-right{
	float: right;
	text-align: right;
	color: #404040;
}
#site_info #footer-right .box{ 
	padding-top: 10px;
	padding-right: 10px;
}
#site_info a{
	color: #404040;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
	padding: 0 10px;
}

/* custom scroll
----------------------------------------------- */
#mycustomscroll {
	height: 320px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 10px 0 15px;
	font-size: 12px;
	text-align: justify;
}
.redhotline {
	color:#ED1E24;
}
#flash-banner #swf3d3c1 {
	position: absolute;
	z-index: -10;
}
#OverlayContainer {
	z-index: 1002;
}
#MultiBoxControlsContainer { display: none; }
.meta {
	font-size: 10px;
	margin-left: 10px;
	font-style: italic;
}

#dd_topnav { float: right; }
#dd_topnav li { float:left; margin: 0; padding: 0; list-style: none; }
#dd_topnav li img { vertical-align: middle; }
#dd_topnav li#customers { margin-left: 10px; position: relative; }
#dd_topnav ul {
	position:absolute;
	top: 20px;
	right: 1px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	background:#CADBE3;
	display:none;
	opacity:0;
	list-style:none;

	color: #7D7D7D;
	text-align: left;
	
	width: 160px;
	
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	
}
.home #dd_topnav ul { top: 20px; }
#dd_topnav ul li { float: none; display: block; margin: 0 !important; padding: 0; }
#dd_topnav ul li a {
	padding: 8px 5px;
	backgrund: none;
	border: none;
	
}
#dd_topnav #customers a, #dd_topnav #customers a:hover {
	background: none;
	color: #7D7D7D;
	font-weight: normal;
	padding: 5px 8px;
}
#dd_topnav #customers li a, #dd_topnav #customers li a:hover { color: #7D7D7D; line-height: 18px; }

#dd_topnav ul:after {
	content: '';
	clear: both;
}


/* ---- Customer Service ------  */

#contact #contactBody{
	margin: 5px 0 0 0;
	padding: 10px 5px 10px 10px;
	background: rgb(0, 0, 0);
	color: #FFF;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
}
	#contactBody ul{
		margin: 0;
		padding: 0;
		line-height: 2em;
}  

     #contactform ul{
	margin: 0 auto;
	padding: 0;
        width: 75%;

	}
	#contactBody ul li{
		list-style: none;
		width: 45%;
		display: inline-block;
	        margin: 0;
	        padding: 0;
	}
	.page #contactBody ul li{
		padding-left: 1px;
	}
	#contactBody ul li.full, #contactBody ul li.wider{
		width: 99%;
	}
	#contactBody ul li.oneThirds{
		width: 90%;
		margin-bottom: 5px;
	}
	#contactBody ul li input, #contactBody ul li select, #contactBody ul li textarea{
		margin-bottom: 5px;
		background: #FCFCFC;
		color: #666;
		font-size: 11px;
		width: 95%;				
	}
	#contactBody ul li input{
		height: 12px !important;
	}
	#contactBody ul li.file {
		width: 40%;
	}
	#contactBody ul li input[type=file], #contactBody ul li input.file{
		width: 80%;
		height: 20px !important;
	}
	#contactBody ul li input.submit{
		margin: 2px 15px 0 10px;
		background: transparent url(images/submit.png) top no-repeat;
		color: #FFF;
		width: 70px;
		height: 22px !important;
		border: none;
		float: right;
		font-size: 12px;
		text-indent: -9999px;
	}	
	#contactBody .wpcf7-not-valid-tip {
		background: none;
		color: #F00;
		font-size: 11px;
		width: 240px;
		top: -5px;
		left: 2px;
		border: none;
	}
	#contactBody p{
		margin-bottom: 5px;

	}
#contactBody #contactform ul li {
      text-align: left !important; }

}

