body {
	margin: 0;
	padding: 0;
	background: repeat url(../images/bg_main.png);
	font-family: arial, helvetica, verdana, san-serif;
}

img {
	border: 0;
}

/*#kwick {
	float: left;
	width: 570px;
	margin-top: 4px;
	height: 160px;
}*/



/* @group Navigation */

#navigation {
	position: absolute;
	top:  0px;
	left: 50px;
	height: 165px;
	width: 730px;
}

#navigation ul {
	position: absolute;
	bottom: 6px;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 87px;
}

#navigation ul#primary{
	left: 0px;
}

#navigation ul#secondary {
	left:  100px;
}

#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation ul img {
	display: block;
	margin: 6px 0;
}

/* create brown bar above navigation 
body#home #navigation ul#primary
, #navigation ul#secondary {
	background: no-repeat url(../images/brown_bar.png) 0 0;
}*/

.nav-select {
	background: no-repeat url(../images/brown_bar.png) 0 0;
}
/* @end */

/* @group Content */

#content {
	position: absolute;
	top: 195px;
	width: 800px;
	height: 0;
	margin: 0;
	left: 50px;
}
/*
body#home #content, body#portfolio #content {
	background: none !important;
	left: 50px !important;
	width: 730px !important;
}
*/
body#home #content, body#portfolio #content {
	background: none;
	left: 50px;
	width: 730px;
}

#impact h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#impact {
	width: 220px;
	text-align: right;
	vertical-align: top;
}

#impact h1 {
	margin: 32px 25px;
}

#impact-pattern {
	vertical-align: bottom;
}

#content #copy {
	width: 535px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 25px;
}

#copy h2 {
	margin: 0;
}

#copy p, #copy li {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* sets the background for the content page
 the image is set in the content-background.css file */
#bg {
	float: left;
	width: 800px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* @end */

/* @group Homepage Navigation */

#home_nav {
	float: left;
	margin-left: 15px;
}

#home_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home_nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#home_nav ul img {
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

/* @end */


/* @group Footer */

#footer {
	float: left;
	width: 800px;
}

#footer #logo a {
	float: right;
	display: inline;
	background: no-repeat url(../images/logo.png) 0 0;
	width: 195px;
	height: 20px;
	text-indent: -5000px;
	margin-top: 30px;
}

#home #footer #logo a, #portfolio #footer #logo a {
	margin-right: 103px;
}

#footer #tag-line {
	float: left;
	margin-top: 70px;
}

#footer #copy {
	float: left;
	width: 450px;
	margin-top: 20px;
}

/* @end */

/* @group Portfolio */

#port_thumbs {
	position: absolute;
	top: 161px;
	height: 30px;
	width: 780px;
}

#port_thumbs ul {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 0 60px 0 0;
	padding: 0;
}

#port_thumbs ul li {
	display: inline;
}

#port_thumbs ul li a:hover {
	border-top: 3px solid #684B37;
	padding-top: 5px;
}

#port_thumbs ul li.selected a {
	border-top: 3px solid #CC6600;
	padding-top: 5px;
}

#port_thumbs ul li a {
	float: left;
	padding-top: 7px;
	margin-left: 7px;
}

#images {
	float: left;
	width: 670px;
	height: 271px;
	background-color: #fff;
	/* added by Wil: 10/04/07 */
	position:relative;
	/* end */
}

/* added by Wil: 10/04/07 */
#nav_previous {
	behavior:url(../css/iepngfix.htc);
	position:absolute;
	bottom:0;
	left:0;
	width:76px;
	height:22px;
	display:none;
	visibility:hidden;
}
#nav_next {
	behavior:url(../css/iepngfix.htc);
	position:absolute;
	bottom:0;
	right:0;
	width:60px;
	height:22px;
	display:none;
}
/* end */

#port_nav {
	float: left;
	height: 270px;
	background: #cc6600;
	margin-left: 8px;
}

#port_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#port_nav li {
	padding: 2px 0;
}


#port_nav li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding: 0 6px;
	font-weight: normal;
}

#port_nav li a.selected {
	color: #000;
}

#port_nav li a:hover {
	color: #000;
}

#port_nav li img {
	padding: 0 3px;
}
/*
#footer #copy {
	background: none;
	padding-left: 0!important;
}*/
#footer #copy {
	background: none;
	padding-left: 0;
}

#footer #copy h2 {
	color: #fff;
	font-size: 13px;
	margin: 0 0 -10px 0;
	font-weight: normal;
}

#footer #copy p {
	font-size: 12px;
	color: #adc3ca;
	line-height: 18px;
	font-weight: lighter;
}

/* @end */

/* homepage pattern */
#pattern {
	position: absolute;
	bottom: 0;
	right: 0;
}
