@charset "UTF-8";
/* CSS Document */

*
{
margin: 0;
padding: 0;
}

body
{
background: #fff url(/images/leaf-background.jpg) fixed;

font-family: Arial;
font-size: 14px;

text-align: center;
}

body.r2
{
background: url(../images/background.png) repeat-x #77787a;
}

body.r3
{
background: url(../images/background2.png) repeat-x #77787a;
}

img
{
border: 0;
}

#main-wrapper
{
width: 1080px;
margin: 0 auto;
border: 1px solid #ccc;
border-top: 0;

background: url(/images/white-glass.png) #fff;

text-align: left;
}

#header
{
background: #efefef;
padding: 10px 0 4px 18px;
height: 70px;
}

#back-to
{
float: right;
margin: 18px 24px 0 0;
}

#back-to a
{
color: #999;
text-decoration: none;
}

#back-to div.spacer
{
padding: 1px 0;
}

#home-content
{
}

#home-side
{
width: 220px;
height: 394px;

margin: 47px 0 0;

position: absolute;

overflow: hidden;

background: url(../images/home-side.png);

color: #fff;
font-size: 12px;
font-family: Arial;
}

#home-side h2
{
padding: 8px 0 24px;

font-weight: normal;
}

#home-side a
{
font-size: 16px;
text-decoration: none;
}

#home-text
{
padding: 18px 12px;

font-size: 12px;
line-height: 14px;

word-spacing: 2px;
letter-spacing: normal;

text-align: left;
}

#home-x
{
margin: 0 0 0 200px;
position: absolute;

z-index: 10
}

#home-arrows
{
position: absolute;
margin: 4px 0 0 4px;

opacity: 0;
display: none;
}

#home-side #home-arrows a
{
padding: 2px 8px;

color: #fff;

z-index: 100;
}

#home-x a
{
padding: 6px;
}

#main-content
{
padding: 60px 12px 24px 16px;
}

#main-content.contactPage
{
background: url(../images/contact-bg.jpg);
height: 510px;
}

.contactPage #contact-info
{
color: #000;
text-align: left;
font-size: 12px;
line-height: 12px;
position: absolute;
margin: 270px 0 0 540px;
}

.contactPage #contact-info a
{
scolor: #5782f3;
}

#main-content h1
{
font-size: 24px;
font-weight: normal;
}

#main-content h2
{
color: #999;
font-size: 20px;
font-weight: normal;
}

#main-content h3
{
color: #ccc;
font-size: 14px;
font-weight: normal;
}

#main-content a
{

}

ul
{
list-style:none;
}

#main-content ul li
{
background: url(../images/PDF.png) no-repeat;
margin: 0 0 12px 0;
padding: 8px 42px;
}

#footer
{
width: 600px;
height: 90px;

padding: 12px;

margin: 0 auto;

text-align: center;

color: #fff;
}

#footer a:link, #footer a:visited
{
padding: 0 12px;

color: #fff;

text-decoration: none;
}

#footer a:hover
{
color: #9fc100;
}

#footer div.leaf
{
width: 30px;
background: #fff;
}

div.job-img-large img
{
border: solid 1px #ccc;
margin: 10px 0 24px 0;
}

#job-selection
{
width: 500px;
float: right;
text-align: left;

display: inline;

margin: 76px 42px 0 0;
}

#job-selection img
{
border: solid 1px #ccc;
margin: 4px;
cursor: pointer;
}



/*
*/



#menu
{
position: absolute;
display: inline;

width: 1080px;

margin: 10px 0 0 0;

font-size: 15px;

background: url(../images/menu-bg.png);
/*
background: #94a694;
*/

z-index: 30;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;

	padding: 7px 16px;
	
	text-decoration: none;
	
	text-shadow: #666 1px 1px 2px;
	
	cursor: pointer;
}

#nav a:link, #nav a:visited
{
color: #fff;
}
#nav a:hover
{
color: #fff;
background: url(../images/menu-bg-2.png);
}
#nav a.notcurrent:link, #nav a.notcurrent:visited
{
color: #ddd;
}
#nav a.notcurrent:hover
{
color: #fff;
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ccc;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li, #nav li ul li { /* popout items */
	width: 160px;
	background: #4f91bc;
	border: 1px solid #333;
	border-top: 0;
	font-size: 13px;
}

#nav li ul li:hover, #nav li ul li.sfhover { /* popout items, hover */
	background: #4680a5;
}






/*
Footer description text
*/

#footer div.desc1, #footer div.desc2, #footer div.desc3, #footer div.desc4, #footer div.desc5
{
	width: 230px;
	
	padding: 6px 0 0;
	
	position: absolute;
	
	overflow: hidden;
	
	font-size: 11px;
	
	text-align: left;
	
	color: #fff;
	
	display: none;
}

#footer div.desc1
{
	margin-left: 70px;
}

#footer div.desc2
{
	margin-left: 150px;
}

#footer div.desc3
{
	margin-left: 250px;
}

#footer div.desc4
{
	margin-left: 340px;
}

#footer div.desc5
{
	margin-left: 300px;
	
	text-align: right;
}


/*
Specified changes
*/
#main_project_page img
{
	margin: 0 12px 12px 0;

	border: 1px solid #ccc;
}
#projects img
{
	border: 1px solid #ccc;
}
table td p img, .project-sidebar p img
{
	margin: 0 0 8px 0;
	
	border: 1px solid #ccc;
}

div.project-photo
{
	width: 600px;
	
	padding: 2px 0 0 36px;
	
	float: left;
}
div.project-caption
{
	width: 600px;
	
	padding: 20px 0 12px 34px;
	
	float: left;
}
div.project-sidebar
{
	width: 135px;
	
	padding: 2px 243px 12px 0;
	
	float: right;
}
div.project-sidebar table
{
	margin: 0 0 12px 0;
}
div.clearboth
{
	clear: both;
}

/*
Additional changes
*/
div.TPs
{
	margin: -4px 0 0;
}

div.TPs img
{
	margin: 4px 0 0;
	
	border: 1px solid #ccc;
}

div.home-news
{
	position: absolute;
	margin: -72px 0 0 440px;
	text-align: center;
	font-size: 12px;
}

div.home-news a:link, div.home-news a:visited
{
	text-decoration: none;
	color: #999;
}

div.home-news a:hover
{
	text-decoration: underline;
}
