html, body
{
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	font: normal 12px Arial, san-serif;
	text-align: center;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
} 

/*this is for the non overlapping background*/
/* Special Footer*/
#wrapper
{
	margin: 0 auto;
	padding: 0;
	margin-bottom: -44px;
	min-height: 100%;
	width: 986px;
	text-align: center;
}

#bottom 
{
	width: 100%;
	min-width: 986px;
	height: 44px;
	clear: both;
	text-align: center;
	position: relative;
	background-image: url("../images/footerBckg.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
}

#clearbottom
{
	clear: both;
	height: 44px;
}

* > html #clearbottom 
{	
	float: left;
	width: 100%;
}/* ie mac styles */
/* -Special Footer*/

/*General Styling*/
h1
{
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 22px Arial, san-serif;
	line-height: 24px;
	color: #520804;
	text-align: left;
}

h2
{
	margin: 5px 0 5px 5px;
	padding: 0;
	font: bold 14px Arial, san-serif;
	line-height: 18px;
	color: #520804;
	text-align: left;
}

h3
{
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 18px Arial, san-serif;
	line-height: 24px;
	color: #520804;
	text-align: left;
}

.bold
{
	font: bold 12px Arial, san-serif;
	color: #520804;
	text-align: left;
}

p
{
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 12px Arial, san-serif;
	line-height: 16px;
	color: #000;
	text-align: left;
}

a,
a:active,
a:visited
{
	font-weight: bold; 
	font-family: Arial, san-serif;
	color: #a60700;
	text-decoration: none;
}

a:hover
{
	color: #000;
	font-weight: bold; 
	text-decoration: none;
}
/* -General Styling*/



/* General Layout*/
#leftBorder
{
	margin: 0;
	padding: 0;
	float: left;
	width: 95px;
	height: 332px;
	background-image: url("../images/leftBorder.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#rightBorder
{
	margin: 0;
	padding: 0;
	float: right;
	width: 95px;
	height: 332px;
	background-image: url("../images/rightBorder.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

/* Center */
#center
{
	margin: 0;
	width: 796px;
	float: left;
	color: #000;
	text-align: left;
	background-color: #fff;
}

/* Header*/
#header
{
	margin: 0;
	padding: 0;
	width: 796px;
	height: 95px;
	background-color: #fff;
	background-image: url("../images/navBckg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#logo
{
	margin: 5px 0 0 32px;
	padding: 0;
	float: left;
	width: 155px;
	height: 86px;
}

#navigation
{
	margin: 0px 0 0 0;
	padding: 0;
	width: 475px;
	float: right;
	position: relative;
	height: 92px;
}

#navigation .categoryContainer
{
	margin: 0 25px 0 0;
	#margin: 0 20px 0 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	text-align: right;
		
}

#navigation .categoryContainer li
{
	margin: 0 0 0 27px;
	padding: 0;
	display: inline;
	font: normal 12px Arial, san-serif;
}

#navigation .categoryContainer .category,
#navigation .categoryContainer .category:active,
#navigation .categoryContainer .category:visited
{
	color: #e6dbc4;
	text-decoration: none;	
}

#navigation .categoryContainer .category:hover
{
	color: #fff;
	text-decoration: none;	
}
/* -Header*/

/* Banner*/
#banner
{
	margin: 0;
	padding: 0;
	width: 796px;
	height: 173px;
	background-color: #fff;
	background-image: url("../images/bannerBckg.jpg");
	background-repeat: no-repeat;
	background-position: 94% top;
	border-bottom: 1px solid #5C0804;
}

#banner .projectPhoto
{
	margin: 7px 0 0 24px;
	padding: 0;
	float: left;
	width: 282px;
	height: 153px;
}

#banner .tagline
{
	margin: 60px 0 0 45px;
	padding: 0;
	float: left;
	width: 285px;
	height: 90px;
}
/* -Banner*/


/* Content */
#content
{
	margin: 0 0 -25px 0;
	padding: 0;
	width: 796px;
	min-height: 280px;
}

#contentPadding
{
	margin: 15px 24px 15px 24px;
	padding: 0;
	width: 748px;
	min-height: 270px;
}

#main
{
	margin: 0;
	padding: 0;
	width: 550px;
	min-height: 269px;
	float: left;
	text-align: left;
	background-image: url("../images/mainBckg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#main ul
{
	margin: 5px 50px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: left;
	font: normal 12px Arial, san-serif;
	color: #000;
}

.callAction
{
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	/*top: 75px;*/
	bottom: 0;
}

#main .aboutLeft {
	margin: 0 15px 25px 0;
	padding: 0;
	float: left;
	width: 150px;
	height: 150px;
}

#main .aboutRight {
	margin: 0 0 25px 0;
	padding: 0;
	float: right;
	width: 375px;
	height: 150px;
	clear: right;
}

#main .project
{
	margin: 0 15px 0 0;
	font: normal 12px Arial, san-serif;
	line-height: 18px;
}

#main .clear
{
	clear: both;
}

#main .projectLeft
{
	margin: 0 0 25px 0;
	padding: 0;
	width: 282px;
	float: left;
}

#main .projectRight
{
	margin: 0 0 15px 0;
	padding: 0;
	float: right;
	width: 250px;
	font: normal 14px Arial, san-serif;;
}

#main .projectLanding
{
	margin: 0 0 15px 0;
	padding: 0;
	width: 550px;
	height: 300px;
	text-align: left;
	background-image: url("../images/projectBckg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#main .projectLanding img
{
	margin: 10px 7px 15px 7px;
	padding: 0;
}

#main .projectLanding .lower
{
	position: relative;
	top: 25px;
	left: 0;
}


#main .outline
{
	border: 1px solid #5c0804;
}

#main .title
{
	font: bold 18px Arial, san-serif;
	color: #5c0804;
}

#main .info
{
	font: bold 14px Arial, san-serif;
	line-height: 18px;
	color: #5c0804;
}


#main a,
#main a:active,
#main a:visited
{
	font-weight: bold; 
	font: bold 14px Arial, san-serif;
	color: #a60700;
	text-decoration: none;
}

#main a:hover
{
	color: #000;
	font-weight: bold; 
	text-decoration: none;
}


#sidebar
{
	margin: 0;
	padding: 0;
	width: 174px;
	float: right;
	min-height: 250px;
	background-color: #fcfaf5;
	background-image: url("../images/sidebarBckg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #e2d7bf;
}

#sidebar a,
#sidebar a:active,
#sidebar a:visited
{
	font-weight: bold; 
	font-family: Arial, san-serif;
	color: #a60700;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #000;
	font-weight: bold; 
	text-decoration: none;
}

#sidebar .bold
{
	font-weight: bold;
	color: #520804;
	text-align: left;
}

#sidebar ul
{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font: normal 12px Arial, san-serif;
	line-height: 16px;
	color: #000;
}

#sidebar ul li
{
	padding: 0 0 0 7px;
}


#sidebar .secondNav
{
	margin: 5px 0 10px 0;
	padding: 0 0 3px 7px;
	line-height: 12px;
	background-image: url("../images/sidebarULBckg.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

a,
a:active,
a:visited
{
	font: normal 12px Arial, san-serif;
	color: #5c0804;
	text-decoration: none;
}

a:hover
{
	font: normal 12px Arial, san-serif;
	color: #000;
	text-decoration: none;
}


#sidebar p
{
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: left;
	font: normal 14px Arial, san-serif;
	line-height: 22px;
	color: #000;
}

#sidebar p img
{
	margin: 0 5px 0 0;
	padding: 0;
}
/* -Content */
/* -Center */


/* Contact Page*/
#contactForm
{
	margin: 0 0 50px 25px;
	padding: 0;
}

#map
{
	margin: 0 0 50px 0px;
	padding: 0;
}

.small
{
	font: normal 10px Arial, san-serif;
}

#main .error
{
	font: bold 14px Arial, san-serif;
	line-height: 36px;
	color: #5c0804;
}

/* -Contact Page*/

/* Footer */
#footercccccc
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1004px;
	height: 44px;
}


#footerLeft
{
	margin: 0;
	padding: 0;
	width: 104px;
	height: 44px;
	float: left;
	background-image: url("../images/footerLeft.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footerRight
{
	margin: 0;
	padding: 0;
	width: 104px;
	height: 44px;
	float: left;
	background-image: url("../images/footerRight.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer
{
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -20px;
	height: 24px;
	text-align: center;
	background-image: url("../images/footerBg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer p
{
	margin: 0;
	padding: 0;
	font: bold 10px Arial, san-serif;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

#footer p a,
#footer p a:active,
#footer p a:visited
{
	color: #e6dbc4;
	text-decoration: none;
}

#footer p a:hover
{
	color: #fff;
}
/* -Footer */
/* General Layout*/
