/* 

Thank you for looking at the CSS for this site, 
created by Agua Design (http://agua-design.com). 
You may adapt elements of this site into your 
own project, but the unique combination of images, 
text, colors, sizes, and positioning (i.e. the "design") 
is copyright Agua Design and may not be reproduced. 

*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #efaa22;
}
#bigcontainer {
	margin: 0px 0px -10px -375px;
	width: 750px;
	position: absolute;
	left: 50%;
	border-color: #EC8000;
	border-width: 6px;
	border-style: solid;
	background-color: #FFFFFF;
}

/* Navigation and Header */
#header {
	padding: 0px;
	width: 750px;
	height: 200px;
	background-image: url(photos/orangebanner.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	background-color: #EC8000;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 750px;
}
#nav ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 33px;
	border-bottom-color: #EC8000;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}
#nav li {
	margin: 0px;
	padding: 0px 25px 0px 43px;
	float: left;
	display: block;
	height: 28px;
	line-height: 25px;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #EC8000;
	display: block;
}
#nav li a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	padding: 25px 30px 10px 35px;
	width: 680px;
	height: 100%;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: .72em;
	color: #000000;
	line-height: 1.85em;
	float: left;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	color: #12ad2a;
}
#content a:hover {
	text-decoration: underline;
	color: #b3d88c;
}
#testimonial {
	color: #EC8000;
	padding: 15px 0px 15px 0px;
	width: 680px;
	clear: both;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

/* Footer */
#footer {
	width: 750px;
	height: 40px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: .65em;
	color: #000;
	background-image: url(photos/orangefooter.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 14px 0px 14px 0px;
	line-height: 1.4em;
	text-align: center;
	float: left;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* Misc */
h1 {
	padding: 10px 0px 5px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
}
h2 {
	padding: 0px 0px 5px 0px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
}
p {
	padding: 0px 10px 4px 0px;
}
.clear {
	clear: both;
}
img {
	padding: 0px 5px 5px 25px;
}

/* Portfolio */
#portfolio img {
	padding-left: 50px;
}
#leftarrow {
	float: left;
	width: 59px;
	padding-top: 20px;
}
#rightarrow {
	float: right;
	width: 59px;
	padding-top: 20px;
	padding-right: 35px;
}
