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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #876028;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #ECE0CC;
	background-image: url(../images/1x1Bronze.gif);
}
h1 {
	color: #660033;
	font-size: 1em;
	margin: 5px 0 10px 0;
}
h2 {
	font-size: 0.9em;
	color: #660033;
	line-height: 1.4em;
}
h3 {
	font-size: 0.8em;
	color: #660033;
	line-height: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 0.8em;
	color: #660033;
	line-height: 1.5em;
	margin:20px 0 5px 0;
	font-weight: normal;
}
h5 {
	font-size: 0.8em;
	color: #660033;
	line-height: 1.5em;
	margin:20px 0 5px 0;
	font-weight: normal;
}
#features {
	padding: 10px;
	border: 1px solid #990033;
}
p {
	font-size: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
#container {
	width: 1008px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/tree2.jpg);
	background-repeat: repeat-y;
} 
#header {
	margin:0 0 0 110px;
	padding: 0;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
#whitefooter {
	margin: 0;
	background-color: #FFFFFF;
	padding: 8px 0 8px 110px;
}
#whitefooter p {
	font-size: .65em;
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0 0 0 110px;
	padding: 0;
}
#main img {
	margin: 0 22px 14px 0;
	border: 0;
}
.nospacing {
	margin: 0;
	padding: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	margin: 0px 40px 0 0;
}
#mainContent {
	margin: 0 340px 0 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 30px 0 20px;
	text-align: right;
	background-image: url(../images/1x1Red.gif);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottom {
	border-top: 1px solid #660033;
	margin: 15px 40px 3px 110px;
}
#bottomContent {
	margin: 0 300px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#bottom img {
	margin: 0px;
	padding: 0px;
}
#bottomsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	margin: 10px 0 0 0;
	background-image: url(../images/contactdivision.gif);
	background-repeat: no-repeat;
}
#bottomsidebar p {
	font-size: 0.7em;
}
.contactTitle {
	text-transform: uppercase;
	color: #660033;
	text-align: right;
}
a:link {
	color: #876028;
	text-decoration: none;
}
#nav {
	text-align: right;
	color: #660033;
	font-size: .8em;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 110px;
	background-image: url(../images/gradient.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 8px;
	background-color: #FFFFFF;
}
#nav a {
	color: #660033;
	text-decoration: none;
}
#nav a:hover {
	color: #876028;
}
div.img
{
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin: 0px;
}	
div.img img
{
	display: inline;
	margin: 0px;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	color: #660033;
	margin: 0 0 10px 0;
}
.fltrtnomargin {
	float: right;
	margin-left: 0px;
}
.boldRed {
	color: #660033;
	font-weight: bold;
}
.contact {
	background-image: url(../images/contactBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.processTitle {
	color: #660033;
	font-size: 0.9em;
}
.design2 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	margin: 0px 40px 0 0;
}
.design1 {
	margin: 0 360px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#designProcess {
	margin: 0 0 0 110px;
	padding: 0;
}
#designProcess img {
	margin: 0px;
}
#main p {
	margin-top: 0px;
	padding-top: 0px;
}
+
#designProcess a {
	font-size: 10px;
	color: #660033;
	text-decoration: none;
}
#designProcess a {
	color: #660033;
	text-decoration: none;
	font-size: 10px;
}
#portfolio {
	margin: 0 40px 0 110px;
	padding: 0;
}
#portfolio img {
	margin:0;
	padding:0;
	border: none;
}
#portfolioImages {
	float: right;
	width: 405px;
	padding: 10px;
	margin: 0 0 0 20px;
}
#portfolioImages img {
	border: 1px solid #FFFFFF;
}
#portfolio p {
	padding-left: 20px;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
}
.whiteText {
	color: #FFFFFF;
}
.redText {
	color: #660033;
}
#text {
	width: 400px;
}
#text h1 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}
