@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}	
	

h1 {
	margin-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
}
h2 {
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}
h3 {
	margin-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
	
	
#outer {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}
	
#mainmov
{
	width: 510px;
	height: 420px;
	margin-top: -5px;
	background-color: white;
	float: left;
}
	
#logo {
    width: 128px;
	height: 105px;
	float: left;
	padding-left: 0px;
}
#navigation {
	padding-top: 60px;
	float: left;
	position: relative;
	margin-left: -16px;
	font-family: Arial, Helvetica, sans-serif; 
	
}
/*		Navigation core 	*/

.navig {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* move all list items into one row, by floating them */
.navig li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

/* initialy hide all sub menus */
.navig ul {
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.selected ul, .navig li:hover ul {
	visibility: visible;
}

.navig li.selected ul {
	z-index: 10;
}

.navig li:hover ul {
	z-index: 100;
}

/*		Navigation make-up 	*/

.navig {
	font-size: 1em;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	margin: 0em auto 0em;
	padding: 0 0em;
}

.navig a {
	color: #999;
	text-decoration: none;
	padding: 0.5em 5px 0.7em;
	display: block;
}

.navig li {
	margin: 0;
	padding-left: 0px;
	padding-right: 8px;
}


/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.navig ul {
	top: 2em;
	padding: 0 0em;/* should be identical to .navig, for best results */
	color: #666;
	float: left;
	/* background-color: #fff; */
	/* width: 96%; */
}

.navig li li {
	
}

.navig li li a {
	color: #666;
}

/* fix the colors for selected item and submenu, for better usability */


.navig {
	padding: 0 15px;
}
.navig ul {
	padding: 0 15px;/* MUST BE IN pixels for the next rule to work properly */
	width: expression((this.parentNode.parentNode.offsetWidth - parseInt(this.currentStyle.paddingLeft) - parseInt(this.currentStyle.paddingRight)) + 'px');
}

.entry {
	
}


#footer {
	padding-top: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #aaa;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.people {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.people, .people ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.people li {
	margin-top: 7px;
	padding-bottom: 7px;
	width: 150px;
	border: 0;
	display: block;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.people a {
	color: #777;
	text-decoration: none;
	display: block;
}

.people a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.people li.active a {
	color: #CC0000;
}
.people li.active {
	color: #CC0000;

}



.people2 {
	line-height: 1;
	margin: 0 0 1.1em 0;
	display: block;
	position: relative;
}

/* remove all list stylings */
.people2, .people2 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.people2 li {
	margin-top: 7px;
	padding-bottom: 7px;
	width: 242px;
	border: 0;
	display: block;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.people2 a {
	color: #777;
	text-decoration: none;
	display: block;
}

.people2 a:hover {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.people2 li.active a {
	color: #CC0000;
}
.people2 li.active {
	color: #CC0000;

}	



div#wn	{ 
	position:relative;
	width:128px; height: 550px;
	padding-top: 13px; 
	overflow:hidden;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 { /* show first div */
    visibility:visible;
    }
div#scrollbar { 
  position:relative;
  width:11px; height:343px;
  float: left; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0px; top:12px;
  width:11px; height:323px;
  background: #FBFBFB;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  }  
div#up { position:absolute; left:0px; top:0; }  
div#down { position:absolute; left:0px; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* AUTO SCROLL FOR MAIN CONTENT AREA */



#extra_controls, #scrollbar1 { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn1	{ 
	position:relative;
	width: 510px;
	height: 369px;
    margin-top: 12px;
	overflow:hidden;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: #fff;
	float: left;
	}
div.content1 {
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#scrollbar1 { 
  position:relative;
  margin-top: 12px;
  width:11px; height:369px; 
  float: left;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track1 { 
  position:absolute; left:0px; top:12px;
  width:11px; height:362px;
  background: #FBFBFB;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  } 
   
div#up1 { position:absolute; left:0px; top:0; }  
div#down1 { position:absolute; left:0px; bottom:0; } 

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar1 img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar1, div#track1, div#dragBar1, div#up1, div#down1 {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* AUTO SCROLL FOR PRESS AREA */



#extra_controls, #scrollbar2 { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn2	{ 
	position:relative;
	width: 495px;
	height: 369px;
	overflow:hidden;
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	text-align: left;
	background-color: #fff;
	float: left;
	}
/* div.content {
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 {
    visibility:visible;
    }  */
div#scrollbar2 { 
  position:relative;
  margin-top: 2px;
  width:11px; height:372px; 
  float: right;
  clear: none;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track2 { 
  position:absolute; right:0px; top:12px;
  width:11px; height:362px;
  background: #FBFBFB;
  }
div#dragBar2 {
  position:absolute; right:1px; top:1px;
  width:9px; height:20px;
  background-color:#EEE;
  } 
   
div#up2 { position:absolute; right:0px; top:0; }  
div#down2 { position:absolute; right:0px; bottom:0; } 

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar2 img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar2, div#track2, div#dragBar2, div#up2, div#down2 {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* CODE FOR TWO-COLUMN PORTFOLIO CATEGORY-INDEX PAGES */

.row { clear: both; }
.col1 { width: 230px; float: left; padding: 0 10px; }
.col2 { width: 230px; float: right; padding: 0 10px; }

img.port { padding-right: 10px; padding-bottom: 20px; float: left; text-align: left; }
.port-description { font-size: 11px; font-family: Verdana; }



#wn h2 {
	font-size: 14px;
	line-height: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

#wn h3 {
    font-size: 12px;
    line-height: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 10px;
}

#pic {
	height: 400px;
	width: 490px;
	border: 10px solid #000;
}

