@charset "UTF-8";

body {
	text-align:center;
	font-family:Helvetica, sans-serif;
	font-size:10px;
}
h1{
	color:#d65c33;
	margin: 0px 0px 18px 0px;
	font-size:16px;
}
.bigbox {
	width:1000px;
	height:850px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
}

/* Header Styles */
.header {
	background:url(../images/site/header_bg.gif) no-repeat;
	width:980px;
	height:59px;
	padding:20px 10px 0px 10px;
}
#headerDropdown {
	width:260px;
	float:right;
}
.dots {
	width:1000px;
	height:1px;
}
.maincontent {
	width:1000px;
	padding:15px 0px 15px 0px;
	height:610px;
	background-color:#fff;
}

/* Home Style */
#homecontent {
	background:url(../images/site/home_bg.jpg) no-repeat;
	width:1000px;
	height:560px;
}
#homecopy {
	width:320px;
	margin:100px 100px 0px 0px;
	position:relative;
	float:right;
}
/* Project Style */
.projectecontent {
	position:relative;
}
.projectcopy {
	width:240px;
	position: relative;
	display:block;
	left: 740px;
	top: -570px;
}
.slidedescription {
	margin:0px;
	padding:5px 5px 5px 7px;
	color:#904e38;
	font-size:10px;
	line-height: 14px;
	width:510px;
	height:auto;
	position: relative;
	left: 80px;
	top: -85px;
	background-color:#fff3e7;
	border:1px #ffd3a7 dotted;
}

.linklist {
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 0;
	list-style: none;
	color: #993300;
	font-size:12px;
}
.linklist li {
	background-image:url(../images/site/link_arrow.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	line-height:18px;
	margin-top:2px;
}
.linklist li a {
	text-decoration:none;
	color:#cc3300;
	font-size:12px;
}
.linklist li a:hover {
	text-decoration: underline;
	color:#990000;
	font-size:12px;
}

/* Footer Styles */
.footer {
	width:1000px;
	height:80px;
	background-color:#fff;
}
#leftlinks {
	width:150px;
	padding:10px 0px 0px 10px;
	float:left;
}
#rightlinks {
	width:150px;
	padding:10px 10px 0px 0px;
	float:right;
}
#rightlist {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0;
	list-style: none;
}
#rightlist li {
	margin-top:0px;
	color:#ff9933;
	font-size:14px;
	line-height:16px;
}
#rightlist li a {
	text-decoration: none;
	color:#cc3300;
	font-size:11px;
}
#rightlist li a:hover {
	text-decoration: underline;
	color:#990000;
	font-size:11px;
}