/* CSS Document */

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#333333;
	margin: 0;
	height:100%;
}

#container {
	height:100%;
}

#nav {
	width:350px;
	height:100%;
	background-image:url(../images/bkgd_shadow.gif);
	background-repeat:repeat-y;
	position:relative;
	position:absolute;
	z-index:1;
	float:left;
}

#content {
	width:700px;
	height:100%;
	padding:0 0 0 350px;
}

#contentabout {
	width:700px;
	height:100%;
	padding:0 0 0 350px;
	background:url(../images/about_us.gif) no-repeat right top;
}

#contentportfolio {
	width:1050px;
	height:100%;
	padding:0 0 0 350px;
	background:url(../images/portfolio.gif) no-repeat right bottom;
}

#portfoliolist {
	width:300px;
	height:100%;
	padding:50px 0 0 0;
	float:left;
	margin:0;
}

h1 {
	color:#999999;
	margin:5px 35px 0 35px;
	font-size:1.125em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h2 {
	color:#99c402;
	margin:5px 35px 0 35px;
	font-size:1.125em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}


p {
	color: #555555;
	font-size:.875em;
	line-height:1.6em;
	margin:4px 35px 0 35px;
}

p.description {
	color:#333333;
	font-size:.8125em;
	line-height:1.5em;
	margin:10px 0 0 0;
}

p.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.25em;
	line-height:1.5em;
	margin:20px 50px 10px 35px;
	color: #777777;
}

p.footer {
	font-size:.625em;
	color:#CCCCCC;
	text-align:center;
	padding:5px;
}

ul {
	margin-top:3px;
}

li {
	font-size:.875em;
	margin-left:10px;
	margin-bottom:7px;
	line-height:1.6em;
	list-style-type:circle;
	color: #555555;
}

a:link, a:visited {
	color:#339999;
	text-decoration:none;
}

a:hover, a:active {
	color:#abdc00;
}

/* Nav */
a.nav:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#b7e6e9;
}

a.nav:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#b7e6e9;
}

a.nav:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#abdc00;
}

a.nav:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#abdc00;
}
/* End Nav */

/* Nav Current */
a.current:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#74cbd1;
}

a.current:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#74cbd1;
}

a.current:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#74cbd1;
}

a.current:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#74cbd1;
}
/* End Nav Current */

img {
	border: 0px;
}
