/* Style sheet */

/* stylistic elements */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #999;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #FFF;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #666;
}

h1 {
	margin: 15px 0 0 0;
	font-size: 15px;
	padding: 0 0 0 0;
	font-weight: normal;
	color: #3399cc;
	text-align: left;
}

h2 {
	margin: 20px 0 10px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: left;
	background-color: #f6f6f6;
}

#column1 h2 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: left;
	background-color: #f6f6f6;
}

#title h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-align: left;
	background-color: #f6f6f6;
}

h3 {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 15px;
	color: #3399cc;
	text-align: left;
}

h4 {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 17px;
	color: #666;
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	padding: 0 auto;
	font-size: 8pt;
	text-align: justify;
	color: #999;
}

ul {
	margin: 0 auto;
	padding: 0 0 0 5px;
	font-size: 8pt;
	list-style-position: inside;
	list-style-type: square;
	text-align: justify;
}

ul.twitter {
	margin: 0 0 0 0;
	padding: 0 auto;
	height: 90px;
	background-image: url(images/bg_twitter.png);
	background-repeat: no-repeat;
}

ul.twitter li {
	margin: 0 auto;
	padding: 8px 13px 0 50px;
	font-size: 8pt;
	text-align: justify;
	font-weight: normal;
	list-style-type: none;
	color: #FFF;
}

ul.twitter a:link, ul.twitter a:visited, ul.twitter a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

ul.twitter a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #3399cc;
	text-decoration: none;
}

li {
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: 8pt;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
	color: #999;
}

ol {
	margin: 0 auto;
	padding: 5px 0 0 15px;
	font-size: 8pt;
	list-style-position: outside;
	text-align: justify;
}

ol li {
	padding: 0 0 2px 0;
}

dl, dd, dt {
	font-weight: normal;
	color: #FFF;
}

strong {
	font-weight: bold;
}

form {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0 0 0 0;
	padding: 0 auto;
	border: 0;
}

img.quote {
	margin: 0 0 0 620px;
	padding: 0 auto;
	border: 0;
}

img.orangeborder {
	margin: 0 0 0 0;
	padding: 5px;
	border-bottom-width: 1px;
  border-bottom-color: #ff6600;
  border-bottom-style: solid;
	border-right-width: 1px;
  border-right-color: #ff6600;
  border-right-style: solid;
	border-left-width: 1px;
  border-left-color: #ff6600;
  border-left-style: solid;
	border-top-width: 1px;
  border-top-color: #ff6600;
  border-top-style: solid;
}

#stockphotos1 img {
	margin: 30px 0 0 0px;
	padding: 0 auto;
	border-bottom-width: 1px;
  border-bottom-color: #EAEAEA;
  border-bottom-style: solid;
	border-right-width: 1px;
  border-right-color: #EAEAEA;
  border-right-style: solid;
	border-left-width: 1px;
  border-left-color: #EAEAEA;
  border-left-style: solid;
	border-top-width: 1px;
  border-top-color: #EAEAEA;
  border-top-style: solid;
}

table {
	margin: 0 auto;
}

#nav1 table {
	margin: 0 auto;
	border-top-width: 1px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
  border-color: #EAEAEA;
  border-style: solid;
  background-color: #FFF;
}

object {
	margin: 0 auto;
}

#banner1 input {
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #999;
	border: 0px solid #ff6600;
	background: #eaeaea;
}

input {
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #999;
	background: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
  border-color: #ccc;
  border-style: solid;
}

textarea {
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #999;
	background: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
  border-color: #ccc;
  border-style: solid;
}

select {
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #999;
	background: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
  border-color: #ccc;
  border-style: solid;
}

iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}


/* divs */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
}

#container {
	float: left;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	text-align: left;
	background-color: #FFF;
}

#banner1 {
	float: left;
	margin: 0 auto;
	color: #FFF;
	padding: 0 0 0 330px;
	width: 400px;
	font-size: 12px;
	text-align: left;
	height: 29px;
	display: inline;
}

#like {
	float: left;
	margin: 0 auto;
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	padding: 2px 0 0 20px;
	width: 60px;
	font-size: 12px;
	text-align: left;
	height: 27px;
	display: inline;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#plus {
	float: left;
	margin: 0 auto;
	color: #FFF;
	padding: 2px 0 0 20px;
	width: 70px;
	font-size: 12px;
	text-align: left;
	height: 27px;
	display: inline;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#logo {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 265px;
	height: 68px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
}

#nav1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 634px;
	height: 68px;
	display: inline;
	text-align: left;
}

#column1 {
	float: left;
	margin: 10px 0 0 0;
	padding: 25px;
	width: 248px;
	display: inline;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

#creditscmc {
	float: left;
	width: 900px;
	height: 49px;
	text-align: right;
	background-image: url(images/credits_cmc.jpg);
	background-repeat: no-repeat;
	background-position: 650px 0;
}

#credits {
	float: left;
	margin: 0 0 20px 0;
	padding: 15px;
	height: 40px;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #f6f6f6;
}

#footer1 {
	float: left;
	margin: 0 0 10px 20px;
	width: 230px;
	text-align: left;
}

#footer2 {
	float: left;
	margin: 0 20px 10px 0;
	width: 630px;
	text-align: left;
}

#title {
	float: left;
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 5px;
	text-align: right;
	width: 350px;
	display: inline;
	color: #ccc;
	background-color: #f6f6f6;
}

#breadcrumbs {
	float: left;
	margin: 20px 0 0 0;
	padding: 4px 10px 6px 0;
	text-align: right;
	width: 525px;
	display: inline;
	color: #ccc;
	background-color: #f6f6f6;
}

#block1 {
	float: left;
	margin: 20px 0 10px 0;
	padding: 0;
	width: 900px;
	display: inline;
}

#block2 {
	float: left;
	margin: 20px 20px 20px 0;
	padding: 0;
	width: 450px;
	display: inline;
}

#block3 {
	float: left;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 430px;
	display: inline;
}

#port1 {
	float: left;
	margin: 0px 0px 0 0;
	padding: 20px;
	width: 206px;
	color: #FFF;
	text-align: center;
	background-color: #FFF;
}

#port2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 650px;
	height: 410px;
	text-align: right;
	background-color: #FFF;
}

#block4 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
	display: inline;
	text-align: center;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.whitey {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
	display: inline;
	text-align: center;
	background: #FFF;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.half {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 400px;
	height: 350px;
	display: inline;
	text-align: center;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.half2 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 400px;
	height: 250px;
	display: inline;
	text-align: center;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.half3 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 500px;
	height: 520px;
	display: inline;
	text-align: left;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.half4 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 300px;
	height: 520px;
	display: inline;
	text-align: left;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block4.half5 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 400px;
	height: 600px;
	display: inline;
	text-align: center;
	background: #333;
	border-top-width: 2px;
  border-top-color: #ccc;
  border-top-style: solid;
	border-bottom-width: 2px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}

#block5 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 90px;
	height: 90px;
	display: inline;
	background: #FFF;
}

#block6 {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 680px;
	height: 70px;
	display: inline;
	background: #FFF;
}

#block7 {
	float: left;
	margin: 0;
	padding: 10px 0 10px 30px;
	width: 350px;
	height: 360px;
	display: inline;
	text-align: center;
}

#block7b {
	float: left;
	margin: 0;
	padding: 10px 0 10px 30px;
	width: 350px;
	height: 250px;
	display: inline;
	text-align: center;
}

#block7c {
	float: left;
	margin: 0;
	padding: 10px 0 10px 30px;
	width: 350px;
	height: 100px;
	display: inline;
	text-align: center;
}

#block8 {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 260px;
	height: 550px;
	display: inline;
}

#logopreview {
	float: left;
	margin: 12px 0 0 50px;
	padding: 5px 0 0 0;
	width: 270px;
	height: 180px;
	display: inline;
	background: #FFF;
	border-top-width: 1px;
  border-top-color: #666;
  border-top-style: solid;
	border-bottom-width: 1px;
  border-bottom-color: #666;
  border-bottom-style: solid;
	border-right-width: 1px;
  border-right-color: #666;
  border-right-style: solid;
	border-left-width: 1px;
  border-left-color: #666;
  border-left-style: solid;
}

#marketing1 {
	float: left;
	margin: 0 0 3px 0;
	padding: 5px 0 0 0;
	width: 410px;
	height: 183px;
	display: inline;
	background-image: url(images/bg_marketing1.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #e5edf8;
}

#marketing2 {
	float: left;
	margin: 0 0 3px 0;
	padding: 5px 0 0 0;
	width: 129px;
	height: 183px;
	text-align: center;
	display: inline;
	background: #FFF;	
	background-image: url(images/bg_marketing2.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#grayblock1 {
	float: left;
	margin: 0 0 0 21px;
	padding: 0 auto;
	width: 240px;
	display: inline;
}

#grayblock2 {
	float: left;
	margin: 0 0 0 21px;
	padding: 0 auto;
	width: 240px;
	height: 350px;
	display: inline;
}

#grayblock1.x150 {
	margin: 0 0 0 40px;
	width: 150px;
}

#grayblock1.x260 {
	float: left;
	margin: 0 0 0 11px;
	padding: 0 auto;
	width: 260px;
	display: inline;
}

#grayblock1.x280 {
	margin: 0 20px 0 21px;
	width: 290px;
}


#portfolio-nav {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 150px;
	height: 530px;
	display: inline;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	background: #FFF;
}

#portfolio-nav.longer {
	height: 690px;
}

#portfolio1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 650px;
	height: 530px;
	background-color: #FFF;
	text-align: center;
}

#portfolio2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 650px;
	height: 690px;
	background-color: #FFF;
	text-align: center;
}


#eXTReMe {
	float: left;
	width: 20px;
	height: 0px;
	overflow: hidden;
	text-align: left;
}





/* main menu */

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	list-style-image: none;
	z-index: 2;
}

#nav a{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 15px 20px 25px 20px;
	height: 28px;
	color:#999;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	z-index: 3;
}

#nav a:hover{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 15px 20px 25px 20px;
	height: 28px;
	color:#3399cc;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	background-image:url(images/bg_navhover.jpg);
	z-index: 3;
}

#nav a.on{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 15px 20px 25px 20px;
	height: 28px;
	color:#3399cc;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	background-image:url(images/bg_navhover.jpg);
	z-index: 3;
}

#nav li{
	float:left;
	position:relative;
	padding: 0 0 0 0;
	z-index: 10;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:6.4em;
	z-index: 12;
}

#nav li ul li a{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 8px 8px 8px;
	height: 26px;
	color:#999;
	text-decoration:none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: dotted;
	z-index: 3;
}

#nav li ul li a:hover{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 8px 8px 8px;
	height: 26px;
	color:#3399cc;
	text-decoration:none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: dotted;
	z-index: 3;
}

#nav li ul a{
	width:22em;
	height:auto;
	float:left;
	list-style-image: none;
	z-index: 13;
}

#nav ul ul{
	top:auto;
	z-index: 14;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	z-index: 15;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav li:over ul ul, #nav li:over ul ul ul, #nav li:over ul ul ul ul{
display:none;
}
#nav li:over ul, #nav li li:over ul, #nav li li li:over ul, #nav li li li li:over ul{
display:block;
}

#nav a.button:link, #nav a.button:visited, #nav a.button:active {
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #FF6600;
	width:120px;
	height:13px;
	text-align:center;
}

#nav a.button:hover {
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #3399cc;
	width:120px;
	height:13px;
	text-align:center;
}


/* sub menu */

#nav2, #nav2 ul{
	margin:20px 0 0 0;
	padding:0;
	width: 100%;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	list-style-image: none;
	z-index: 1;
}

#nav2 a{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 6px 10px 7px 10px;
	color:#999;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	z-index: 1;
}

#nav2 a:hover{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	color:#3399cc;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	background-image:url(images/bg_navhover.jpg);
	z-index: 1;
}

#nav2 a.on{
	display:block;
	background-color: #3399cc;
	color:#FFF;
	z-index: 3;
}

#nav2 a:hover.on{
	display:block;
	background-color: #3399cc;
	background-image: none;
	color:#FFF;
	z-index: 3;
}

#nav2 li{
	float:left;
	position:relative;
	padding: 0 0 0 0;
	z-index: 10;
}

#nav2 ul {
	position:absolute;
	display:none;
	width:12em;
	top:6.4em;
	z-index: 12;
}

#nav2 li ul li a{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 8px 8px 8px;
	height: 26px;
	color:#999;
	text-decoration:none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: dotted;
	z-index: 3;
}

#nav2 li ul li a:hover{
	display:block;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 8px 8px 8px;
	height: 26px;
	color:#3399cc;
	text-decoration:none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: dotted;
	z-index: 3;
}

#nav2 li ul a{
	width:22em;
	height:auto;
	float:left;
	list-style-image: none;
	z-index: 13;
}

#nav2 ul ul{
	top:auto;
	z-index: 14;
}	

#nav2 li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	z-index: 15;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li:hover ul ul ul ul{
display:none;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li li li li:hover ul{
display:block;
}

#nav2 li:over ul ul, #nav2 li:over ul ul ul, #nav2 li:over ul ul ul ul{
display:none;
}
#nav2 li:over ul, #nav2 li li:over ul, #nav2 li li li:over ul, #nav2 li li li li:over ul{
display:block;
}




/* links */


#error1 a:link, #error1 a:visited, #error1 a:active {
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#error1 a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


#tech1 a:link, #tech1 a:visited, #tech1 a:active {
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#tech1 a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

#sitemap1 a:link, #sitemap1 a:visited, #sitemap1 a:active {
	font-size: 10pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

#sitemap1 a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

#sitemap2 a:link, #sitemap2 a:visited, #sitemap2 a:active {
	font-size: 10pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

#sitemap2 a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

#marketing3 a:link, #marketing3 a:visited, #marketing3 a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

#marketing3 a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

a.button:link, a.button:visited, a.button:active {
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #FF6600;
}

a.button:hover {
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #3399cc;
}

#port1 a.button:link, #port1 a.button:visited, #port1 a.button:active {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 140px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	background: #FF6600;
}

#port1 a.button:hover {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 140px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	background: #3399cc;
}

a:link, a:visited, a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #3399cc;
	text-decoration: none;
}


a.quickedit{display: none;}
a.toggle{display:none;}



/* bubble tool tip */

#text {z-index: 100000;margin:50px auto; width:500px}
.hotspot {z-index: 100000; padding-bottom:1px; border-bottom:0px dotted #900; cursor:pointer}

#tt {z-index: 100000;position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {z-index: 100000;display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {z-index: 100000;display:block; font-size:11px; text-align:left; padding:2px 12px 3px 7px; margin-left:5px; background:#2189c8; color:#FFF}
#ttbot {z-index: 100000;display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}



/* lightbox pics */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 101; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 10%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 100000; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 101; width: 100%; height: 500px; background-color: #000; }


