body
{
	text-align: center;
	background-color:#CCC
}

div#container
{
	position:absolute;
    top:0px;
	text-align : center;
	margin-right: auto;
	margin-left: -500px;
	left: 50%;
	height: 690px;
	width: 1000px;
	background-color:#FFF
}

div#nav-bar 
{
	width: 1000px;
	height: 110px;
	background-color:#F1F1F1;
}

div#logo-1
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 250px;
	z-index: 1;
}

div#menu-1
{
	position: absolute;
	text-align:center;
	top: 0px;
	right: 20px;
	width: 750px;
}
	
a.button {
color:#666666;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:20px;
font-weight:bold;
}
a.button:visited {
color:#666666;
font-family:'ArialMT','Arial',sans-serif;
font-size:20px;
font-weight:bold;
}
a.button:hover {
color:#0080FF;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:20px;
font-weight:bold;
}
a.button-active {
color:#0080FF;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:20px;
font-weight:bold;
}
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
display:inline;
padding-left: 20px;
padding-right: 20px;
}
div#home-img 
{
	position: absolute;
	top: 110px;
	width: 1000px;
	height: 580px;
	z-index: 2;
}
div#home-txt 
{
	position: absolute;
	top: 60px;
	left: 100px;
	width: 500px;
	height: 500px;
	color:#999999;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:20px;
font-weight:bold;
	z-index: 3;
}
div#about-img 
{
	position: absolute;
	top: 590px;
	width: 1000px;
	height: 100px;
	z-index: 4;
}
div#about-txt 
{
	position: absolute;
	top: 150px;
	left: 100px;
	width: 800px;
	color:#999999;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:18px;
font-weight:normal;
text-align: justify;
	z-index: 5;
}

div#about-txt-small {
	position: absolute;
	top: 530px;
	left: 100px;
	width: 800px;
	color:#999999;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:12px;
font-weight:normal;
text-align: right;
	z-index: 8;
}
div#approach-img 
{
	position: absolute;
	top: 590px;
	width: 1000px;
	height: 100px;
	z-index: 4;
}
div#approach-txt 
{
	position: absolute;
	top: 150px;
	left: 100px;
	width: 800px;
	color:#999999;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:18px;
font-weight:normal;
text-align: justify;
	z-index: 5;
}
div#gallery-img 
{
	position: absolute;
	top: 150px;
	left: 125px;
	width: 750px;
	height: 500px;
	z-index: 1;
}
div#expertise-img 
{
	position: absolute;
	top: 440px;
	width: 1000px;
	height: 250px;
	z-index: 6;
}

#subnavlist
{
	position: absolute;
	top: 90px;
	left:230px;
margin: 0;
padding: 0 0 20px 10px;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:10px;
}

#subnavlist ul, #subnavlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#subnavlist a:link, #subnavlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#subnavlist a:link#current, #subnavlist a:visited#current, #subnavlist a:hover
{
border-bottom: 4px solid #FFF;
padding-bottom: 2px;
background: transparent;
color: #0080FF;
}

#subnavlist a:hover { color: #0080FF; }

div#contact-txt {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 800px;
	color:#999999;
text-decoration:none;
font-family:'ArialMT','Arial',sans-serif;
font-size:18px;
font-weight:normal;
text-align: center;
	z-index: 5;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  position:absolute;
  left:200px;
  top:400px;
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#999999;
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em;
	color:#cccccc;/* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:normal;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


div#footer-txt 
{
	position: absolute;
	top: 690px;
	left: 0;
	width: 500px;
	height: 20px;
	color:#333333;
text-decoration:none;
text-align:left;
font-family:'ArialMT','Arial',sans-serif;
font-size:10px;
font-weight:normal;
	z-index: 3;
}