html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0 0 40px 0;
	padding:0px;
	background-color:#ffffff;
	background-image:url(../images/frame.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:16px;
	text-align:center;
	}

/* LAYOUT */

#header {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	height:100px;
	}
	
#nav {
	float:right; 
	width:500px;
	text-align:center; 
	margin-top:0px;
}
	
#container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right:1px solid #cccccc;
} 

#containerHome { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/sidebar_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#d9d9d9;
	line-height:18px;
	font-size:11px;
	padding-top:55px;
}

#downloads {
	float: left; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#d3d3d3;
	line-height:18px;
	font-size:11px;
	margin:5px 20px 15px 0;
}

.sidebar_sub {
	padding-left:1px;
	}

#mainContent { 
	width: 500px;
	border-right:0px solid #cccccc;
	background-color:#ffffff;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#contentArea { 
	background-color:#d9d9d9;
	
} 

#textArea {
	padding:0 25px 10px 50px;
	}
	
#textAreaFlush {
	padding:0 0 10px 50px;
	}
	
.prop {
    float:left;
    width:1px;
  }

.min450px {
    height:390px;
  }


/* TEXT */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#036a9b;
	font-weight:800;
	}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	color:#036a9b;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:100;
	font-size:30px;
	line-height:30px;
	margin-top:5px;
	margin-bottom:8px;
	color:#ff6633;
	}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#036a9b;
	}

p.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff6633;
	font-size:15px;
	line-height:18px;
	}
	
div#newstext {
	width:470px; 
	text-align:left; 
	float:right; 
	}
	
div#contact {
	float:right; 
	width:189px;
	}
	
td.team {
	width:310px; padding-left:12px; line-height:28px; font-weight:600; cursor:hand;
	}
	
table#teamTable {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:600; color:#333333; font-size:11px; cursor:hand;
	}
	
td.pressDate {
	width:20px; padding-left:12px; line-height:22px; padding-top:7px;line-height:14px; cursor:hand;
	}
	
td.pressInfo {
	padding:7px 0 7px 22px; line-height:14px; cursor:hand;
	}
	
table#pressTable {
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size:11px; cursor:hand;
	}
	
	
	
/* LISTS */

ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul {
	list-style: disc url(../images/arrow.gif) inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

#downloads ul {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-left: 18px;
}

#downloads li {
	color:#FF6633;
}
	
/* MISC */
img.headerPhoto {
	float:right;
	padding:25px 0 23px 0;
	}

img.headerPhotoProjects {
	float:right;
	padding:25px 0 3px 0;
	}
	
	
/* LINKS */
a{
	color: #999999;
	text-decoration:underline;
}

a:visited{
	color: #999999;
	text-decoration:underline;
}

a:hover {
	color: #ff6633;
	text-decoration:underline;
}


.sidebar_sub a{
	text-decoration: none;
	color: #333333;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.sidebar_sub a:visited{	
	text-decoration: none;
	color: #333333;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.sidebar_sub a:hover {
	text-decoration: none;
	color: #ff6633;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#newstext a{
	text-decoration: none;
	color: #666666;
	line-height:18px;
	display:block;
}

#newstext a:visited{	
	text-decoration: none;
	color: #666666;
	line-height:18px;
	display:block;
}

#newstext a:hover{	
	text-decoration: underline;
	color: #ff6633;
	line-height:18px;
	display:block;
}

#contact a:hover {
	text-decoration: underline;
	color: #ff6633;
}

#contact a{
	text-decoration: none;
	color: #666666;
}

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

#contact a:hover {
	text-decoration: underline;
	color: #ff6633;
}

#teamTable a{
	text-decoration: none;
	color: #cccccc;
}

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

#teamTable a:hover {
	color: #ffffff;
}

#pressTable a{
	text-decoration: none;
	color: #cccccc;
}

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

#pressTable a:hover {
	color: #ffffff;
}

#downloads a{
	color: #999999;
	text-decoration:none;
}

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

#downloads a:hover {
	color: #ff6633;
	text-decoration:underline;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	
}


