/* Conatiner */ 
#wrapper {
	background-color: #fff;
	width: 845px;
	margin: 30px auto;
	overflow: hidden;
	}

/* Header */
#wrapper h1 {
	width: 600px;
	height: 42px;
	margin: 28px 0 0 18px;
	float: left;
	font-family :Ligurino, Verdana, "Arial Rounded MT Bold", Arial, Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}

#logo
{
	float:left;
	padding:5px 0 0 20px;
}
	
#mainNav {
	margin-left: 11px;
}

#nav {
	background: url('../images/nav_bg.png') repeat-x;
	width: 822px;
	height: 42px;
	margin-top: 24px;
	list-style: none;
	float: left;
	}

#nav li {
	float: left;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	line-height: 42px;
	height: 42px;
	display: block;
	padding: 0 22px 0 22px;
	color: #fff;
	text-decoration: none;
	background: url('../images/nav_bg.gif') repeat-x;
	border-right:solid 2px #383838;
	}

#nav a:hover, #nav a:active {
	text-decoration: underline;
	background: #000 url('../images/nav_hover.png') repeat-x;
	}
	
.activeNav
{
	text-decoration: underline;
	background: #000 url('../images/nav_hover.png') repeat-x;
}



/* Blanket Styles*/
body {
	background:url(../Images/BG.gif);
	margin: 0; padding: 0;
	font-size: small;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
	}
 
img {
	border-style: none;
}

* {
	margin: 0; padding: 0;
	}
 
a:link, a:visited {
	color: #383838;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #585858;
	}

#buttons {
	margin: 42px 27px 0;
	float: right;
	}
	
#buttons img {
	padding-left: 20px;
	}

	
/* Main Content Area */

#MainContent
{
	width: 750px;
	padding: 0 0 0 15px;
	margin: 20px 0;
	float: left;
	text-align: justify;
	margin-left: 15px;
	min-height:500px;
}
	
#MainContent p {
	line-height: 23px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	}	
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: 100;
	}

	
h4 {
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	padding-bottom: 8px;
	}
	
hr { 
	border: 0;
	color: #d7d5cb;
	background: #d7d5cb;
	height: 1px;
	margin: 15px 0 20px 0;
}	
	
/* Footer */
#footer {
	width: 822px;
	color: #fff;
	font-size: 85%;
	margin: 20px auto;
	padding-bottom: 20px;
	}	
	
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#copyright {
	float: left;
	}
	
#nav_footer {
	float: right;
	list-style: none;
	}
	
#nav_footer li {
	float: left;
	}
	
	/* Special Formatting */

.float-left  { float: left; padding-right: 5px; }
.float-right { float: right; padding-left: 5px; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }




/* Portfolio Page */
.portfolioWrapper
{
	width:750px;
	height:185px;
	margin-bottom:10px;
	
}
.portfolioItem
{
	float:left;
}
.portfolioSpacer
{
	float:left;
	padding:0 35px;
	
}
.portfolioImage
{
	height:182px;
}
.portfolioContent 
{
	margin-top:5px;
	text-align:center;
}
.clear
{
	clear:both;
}


