@charset "UTF-8";
/* STYLESHEET COPYRIGHT 2010 BRAND LEVERAGE. ALL RIGHTS RESERVED */

* { padding: 0; margin: 0; }
html, body { 
	height:100%;
}
body {
	margin: 10px 0 0;
	padding: 0;
	font: normal 100%/1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;;
	color: #666;
	background-color:#FFF;
	text-align: left;		
}

/***********************
	  LAYOUT
************************/

#wrap {
	width: 880px;
	margin: 0 auto;
	position:relative; 
}


/***********************
	  HEADER
************************/
#newsflash { margin: 0; position: absolute; right: 20px; top: 125px; background:transparent; visibility:visible; z-index:100;}

#header{
	height: 100px;
	padding: 0 25px;
	position: relative;
}
#header #logo{
	padding: 0;
	border:none;
	position:absolute;
	top:10px;
	left:15px;
}
#header #breadcrumbs{
	position:absolute;
	top:73px;
	right:15px;
	font-size:0.6em;
	color:#999;
	text-transform: lowercase;
}
#header #breadcrumbs a:link{
	color:#999;
}
#header #breadcrumbs a:active {
	color:#999;
	text-decoration:underline;
}
#header #breadcrumbs a:visited {
	text-decoration:underline;
	color:#999;
}
#header #breadcrumbs a:hover {
	color:#161616;
	text-decoration: underline;
}


/***********************
	  MAIN NAVIGATION
************************/

#ddtopmenubar ul {
	list-style: none;
	height:50px;
	position:absolute;
	top:30px;
	right:0;
	margin: 0; 
	padding: 0;		
}
#ddtopmenubar ul li {
	display: inline;
	font-size:12px;
}
#ddtopmenubar ul li a:link {
	float: left;
	display: block;
	padding: 10px 15px;
	margin-right:1px;	
	color:#666;
	background-color:#F6F6F6;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	font-size:13px;
}
#ddtopmenubar ul li a:active {
	color:#161616;
	background-color:#EEE;
}
#ddtopmenubar ul li a:visited {
	float: left;
	display: block;
	padding: 10px 15px;
	margin-right:1px;	
	color:#666;
	background-color:#F6F6F6;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	font-size:13px;
}

#ddtopmenubar ul li a:hover {
	color:#FFF;
	background:#ea3d39 none;
}

/* DROP DOWN UL CSS */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a{
	display: block;
	width: 140px; /*width of menu (not including side paddings)*/
	color: #666;
	background:transparent url(../images/80percentgrey1x1.png) left top repeat;
	text-decoration:none;
	text-transform:lowercase;
	text-decoration: none;
	padding: 4px 5px 4px 15px;
	margin-bottom:1px;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover{
	color: #FFF;
	background:#ea3d39 none;
}
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/***********************
	  SLIDESHOW
************************/

:focus { outline: 0; }
#slideshow { width: 880px; margin: 0; padding:0; overflow: hidden; position:relative; border:1px solid #F6F6F6;
 }
#showcase { width: 880px; height: 378px; overflow: hidden; float: left; padding:0; }
#showcase-loader img { margin: 134px 284px; }
#showcase .bigimage, #showcase-loader { position: absolute; bottom:0; width: 885px; height: 378px; overflow: hidden; }
#showcase .text { width: 840px; height:120px; padding:20px; position: absolute; left: 0; bottom: 0; background:transparent url(../images/50percentblack1x1.png) left top repeat; overflow: hidden; vertical-align:bottom; }
#showcase .text.lightbg { background:transparent url(../images/30percentgrey1x1.png) left top repeat; }
#showcase .text a { color: #ea3d39; }
#showcase .text p {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px;
	color:#EEE;
	width:75%;
}
#showcase .text blockquote {
	font-size:0.9em;
	color:#FFF;
	font-weight:normal;
	margin:15px 0 10px;
	width:75%;
}
#showcase .text.lightbg blockquote {
	font-size:0.9em;
	color:#666;
	font-weight:normal;
	margin:15px 0 10px;
	width:75%;
}
#showcase .text h1 {
	color:#FFF;
	font-weight:normal;
	font-size:2em;
	line-height:.9em;
	margin:0 0 10px;
}
#showcase .text.lightbg h1 {
	color:#666;
	font-weight:normal;
	font-size:2em;
	line-height:.9em;
	margin:0 0 10px;
}
#showcase .text p.h1 {
	color:#FFF;
	font-size:1.6em;
	padding:10px 0 0 0;
	line-height:.9em;
	margin:0 0 10px;
}
#showcase .text.lightbg p.h1 {
	color:#666;
}
#showcase .text p.quote {
	background: url(../images/leftquote.png) top left no-repeat; 
	font-size:1.6em;
	padding:10px 0 0 5px;
	line-height:.9em;
	margin:0 0 10px;
	color:#666;
}
#showcase .text p.quote span.postscript {
	font-weight:normal;
	font-size:.5em;
	line-height:1.1em;
	margin:10px 0 15px;
	background:none;
	display:block;
}
#showcase .text .lightbg {
	color:#666;
}
#showcase .text .darkbg {
	color:#FFF;
}
#showcase-nav { width: 285px; overflow: hidden; position: absolute; right: 0; }
#showcase-nav ul { list-style: none; padding: 0; margin: 0; width:100%; }
#showcase-nav li { float: left; clear: both; margin: 0; padding: 0; width:100%; height:126px; } 
#showcase-nav a { display: block; width: 100%; height:105px; padding: 10px 0; overflow: hidden; margin-bottom: 1px; text-decoration: none; background:transparent url(images/50percentblack1x1.png) left top repeat;}
#showcase-nav a:hover { background-color: #000; }
#showcase-nav .thumbnail { display: block; width: 74px; overflow: hidden; float: left; }
#showcase-nav .thumbnail img { border: 2px solid #EEE; margin: 0 10px;}
#showcase-nav .text { display: block; font-size: 11px; line-height:1em; font-weight: 800; color: #EEE; width: 200px; overflow: hidden; float: left; padding: 0 0 10px 0; }
#showcase-nav .text h2 { color: #FFF; font-size: 1.3em; line-height: 1.5em; font-weight: bold; margin: 5px 0 0; }
#showcase-nav .text p a:link { display:inline; width:auto; height:auto; background:none; }
#showcase-nav .last a { margin-bottom: 0; height:126px; }
#showcase-nav .active a {  }
#showcase-nav .active a .text { color: #EEE; }

/* HOME PAGE ONLY */

#showcase-nav.home { width: auto; overflow: hidden; position: absolute; right: 20px; bottom:20px; }
#showcase-nav.home ul { list-style: none; padding: 0; margin: 0; width:auto;}
#showcase-nav.home li { margin: 0; padding: 0; display:inline; float:left; width:auto; height:auto; clear:none; } 
#showcase-nav.home a { display: block; padding: 0; overflow: hidden; margin-left: 10px; text-decoration: none; outline:none; border: 2px solid #FFF; width:auto; height:auto; background:none;}
#showcase-nav.home a:hover { text-decoration: none; outline:none; border: 2px solid #ea3d39; }
#showcase-nav .thumbnail { display: block; width: auto; }
#showcase-nav.home .thumbnail img { border: none; margin: 0; padding:0; display:block; width:auto; height:auto;}
#showcase-nav.home .thumbnail a:hover img { border: 2px solid #ea3d39; margin: 0;}
#showcase-nav.home .text { display: block; font-size: 11px; font-weight: 800; color: #EEE; width: 116px; overflow: hidden; float: left; padding: 0 0 10px 0; }
#showcase-nav.home .last a { margin-bottom: 0; }
#showcase-nav.home .active a { opacity:0.6; filter:alpha(opacity=60); }
#showcase-nav.home .active a .text { color: #EEE; }

/* CONTENT PAGE STATIC SLIDE */

#staticimage {
	position:relative;
	width:880px;
	height:300px;
	overflow:hidden;
	border:1px solid #F6F6F6;
}
#staticimage .text { width: 840px; height:100px; padding:20px; position: absolute; left: 0; bottom: 0; background:transparent url(../images/50percentblack1x1.png) left top repeat; overflow: hidden; vertical-align:bottom; }
#staticimage .text h1 {
	color:#FFF;
	font-weight:normal;
	font-size:2em;
	line-height:.9em;
	margin:0 0 10px;
}
#staticimage .text blockquote {
	font-size:0.9em;
	color:#FFF;
	font-weight:normal;
	margin:15px 0 10px;
	width:85%;
}


/***********************
	  4 x COLUMNS
************************/

#columns4{
	width: 100%;
	padding: 20px 0; 
	background-color:#F6F6F6;
	border-right:1px solid #F6F6F6;
	border-left:1px solid #F6F6F6;
	overflow:hidden;
}
#columns4.home{
	padding: 20px 0; 
}
#columns4 div{
	padding: 20px; 
	/*background:#FFF url(../images/outline_ship.png) bottom left no-repeat;*/
	background-color:#FFF;
	width:172px;
	height:400px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
#columns4.home div{
	padding: 20px; 
	/*background:#FFF url(../images/outline_ship.png) bottom left no-repeat;*/
	background-color:#FFF;
	width:172px;
	height:340px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-right:10px;
}
#columns4 div.last{
	margin-right:0;
	width:174px;
}
#columns4 div img{
	border:1px solid #F6F6F6;
}
#columns4 h2 {
	color:#888;
	font-weight:bold;
	font-size:1.1em;
	margin:0 0 20px;
	padding-bottom:0;
	border-bottom:none;
}
#columns4 .left h2 {
	margin:15px 0 10px;
}
#columns4 h3 {
	font-size:100%;
	color:#333;
	font-weight:normal;
	margin:15px 0 10px;
}
#columns4 p{

}


/***********************
	  MAIN CONTENT
************************/

#content {
	padding:20px;
	width:100%;
	clear:both; 
	background-color:#F6F6F6;
	position:relative;
	border-right:1px solid #F6F6F6;
	border-left:1px solid #F6F6F6;
}
#content.home {
	padding:20px 0 0;
}
#content div {
	background-color:#FFF;
	padding:20px;
	width:395px;
	height:310px;
}
#content #left {
}
#content #right {
	float:right; 
}
#content p {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px 0 10px;
}
#content h2 {
	color:#888;
}
#content h2 span{
	color:#e36765;
}
#content h2 a {
	text-decoration: none;
}
#content h3 {
	color:#666;
}

#content span.article-date {
	font-size:0.8em;
	color:#ea3d39;
	padding:0 5px 5px 0;
	display:block;
}

#content blockquote {
	font-size:0.8em;
	color:#333;
	font-weight:normal;
	margin:15px 0 0;
}
#content blockquote span {
	font-size:0.8em;
	color:#ea3d39;
	padding:0 5px 0 0;
}
#content ul {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px 0 10px 15px;
	list-style:square outside none;
}	
#content ul.gallery,#content ul.downloads { list-style: none; padding: 0; margin: 0 0 40px; width:auto; display:block;}
#content ul.gallery li { margin: 0; padding: 0; display:inline; float:left; width:auto; height:auto; clear:none; } 
#content ul.downloads li { margin: 0; padding-left: 10px; display:block; width:auto; height:auto; clear:none; line-height:1.8em; }
#content ul.gallery a { display: block; padding: 0; overflow: hidden; margin-left: 10px; margin-bottom: 10px; text-decoration: none; outline:none; none; width:auto; height:auto; background:none;}
#content ul.downloads a { padding:0 5px 0 10px; overflow: hidden; text-decoration: underline; outline:none;}
#content a.pdf { padding:0 5px 0 20px; background:url(../images/icon_pdf.png) center left no-repeat;}
#content a.news { padding:0 5px 0 20px; background:url(../images/icon_news.png) center left no-repeat;}
#content ul.downloads a.pdf { padding:0 5px 0 20px; background:url(../images/icon_pdf.png) center left no-repeat;}
#content ul.downloads a.news { padding:0 5px 0 20px; background:url(../images/icon_news.png) center left no-repeat;}
#content ul.gallery a:hover { text-decoration: none; outline:none; border: none; }
#content ul.gallery .thumbnail { display: block; width: auto; }
#content ul.gallery img { border: 2px solid #F6F6F6; margin: 0; padding:0; display:block; width:auto; height:auto;}
#content ul.gallery a:hover img { border: 2px solid #ea3d39; margin: 0;}

#content #features {
	position:absolute; 
	top:20px;
	left:20px;
	background:transparent url(../images/70percentblack1x1.png) left top repeat;
	width:245px;
	z-index:100;
}
#content #features table, #content table.features {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px;
}
#content table.features tr.site {
	background-color:#333;
}
#content #features th, #content table.features th, #content #features td, #content table.features td{
	font-weight:normal;
	padding:2px 3px;
	background-color:none;
	border-bottom: 3px solid #a39201;
	vertical-align:top;
}
#content #features th{
	color:#FFF;
	width:50%;
	text-transform:uppercase;
}
#content table.features th{
	color:#FFF;
	text-transform:uppercase;
}
#content #features td{
	color:#CCC;
	width:50%;
	text-transform:none;
}
#content table.features td{
	color:#FFF;
	text-transform:none;
}
#content table.features td span{
	color:#777;
}
#content table.contacts {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px;
}
#content table.contacts td{
	font-weight:normal;
	padding:0 12px 6px 0;
	background-color:none;
	border-bottom: none;
	vertical-align:top;
}


/***********************
	  SPONSORS
************************/

#sponsors {
	padding: 0;
	clear:both; 
	width:100%;
	background-color:#F6F6F6;
	border:1px solid #F6F6F6;
}
#sponsors #logos {
	padding:10px 20px 20px;
	width:840px;
	background-color:#FFF;
}

#sponsors #logos a:link {
	text-decoration:none;
	vertical-align:middle;
	color:#555;
	padding-right:20px;
}
#sponsors #logos a:active {
	text-decoration:none;
	vertical-align:middle;
}
#sponsors #logos a:visited {
	text-decoration:none;
	vertical-align:middle;
	padding-right:20px;
}
#sponsors #logos a:hover {
	text-decoration:none;
}
#sponsors #logos img {
	border:none;
	padding-right:10px;
	vertical-align:middle;
}

/***********************
	  FOOTER
************************/

#footer {
	clear: both;
	height:25px;
	margin: 0; 
	padding: 20px 0 20px 20px;
	text-transform:capitalize;
	font-size:10px;
	color:#888;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color:#888;
}
#footer ul {
	list-style: none;
	margin: 0 20px 0 0; 
	padding: 0;
	float:right;
}
#footer ul li {
	display: inline;
	font-size:.7em;
	line-height:1.5em;
}
#footer ul li a:link {
	padding-left:10px;
	color:#ea3d39;
	text-decoration:none;
	text-transform:lowercase;
	font-size:10px;
}
#footer ul li a:active {
	padding-left:10px;
	color:#888;
	text-decoration:none;
	text-transform:lowercase;
	font-size:10px;
}
#footer ul li a:visited {
	padding-left:10px;
	color:#e36765;
	text-decoration:none;
	text-transform:lowercase;
	font-size:10px;
}
#footer ul li a:hover {
	padding-left:10px;
	color:#ea3d39;
	text-decoration:underline;
	font-size:10px;
}


/***********************
	  TYPE
************************/

h1 {
	color:#888;
	font-weight:bold;
	font-size:2em;
	margin:0 0 20px;
	padding-bottom:10px;
}
h2 {
	color:#888;
	font-weight:bold;
	font-size:1.1em;
	margin:10px 0;
	padding-bottom:0;
	border-bottom:none;
}
h2 span{
	color:#e36765;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size:100%;
	color:#FFF;
	font-weight:normal;
	margin:15px 0 10px;
}
h3.features{
	text-transform:uppercase;
	color:#FFF;
	padding:5px 3px;
	margin-right:20px;
	margin-bottom:5px;
	background-color:#161616;
}
h4 {
	font-size:0.8em;
	color:#FFF;
	font-weight:normal;
	margin:10px 0 5px;
}
p {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px 0 10px;
}
p.intro {
	color:#161616;
}
blockquote {
	font-size:0.9em;
	line-height:normal;
	color:#333;
	font-weight:normal;
	margin:15px 0;
}
ul {
	font-size:.8em;
	line-height:1.3em;
	font-weight:normal;
	margin:5px 0 10px;
	list-style:square outside none;
}
.tbc{
	background-color:#FFFF00;
}
.yellow{
	color:#ea3d39;
	padding:0;
	background:none;
}
.available{
	color:#ea3d39;
}
.emphasis{
	color:#666;
}
img.float-left{
	margin:10px 15px 10px 0;
}

/* anchor classes */
a:link {
	color: #ea3d39;
	text-decoration: none;
	outline:none;
}

a:active {
	color: #ea3d39;
}

a:visited {
	text-decoration: none;
	color: #e36765;
}

a:hover {
	color: #ea3d39;
	text-decoration: underline;
}
a.more:link {
	color:#161616;
	background-color:#ea3d39;
	padding:5px 10px;	
	text-decoration:none;
}
a.more:visited {
	color:#161616;
	background-color:#ea3d39;
	padding:5px 10px;	
	text-decoration:none;
}

a.readmore:link {
	color:#ea3d39;
	text-decoration:none;
}

a.readmore:active {
	background-color:#FFF;
}

a.readmore:visited {
	color:#ea3d39;
	text-decoration:none;
}

a.readmore:hover {
	color:#ea3d39;
	text-decoration:underline;
}

table {
	margin:5px 0 10px;
}
td, th {
	font-size:.8em;
	line-height:1.3em;
	margin:5px 0 10px;
	padding-left:10px;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

