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

html, body{
	margin:0;
	padding:0;
	font-size:1em;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #ffffff;
	background-color:#32450C;
	}

#container{
	width:900px;
	margin:auto;
	padding:10px 0px 0px 0px;
	}
	
	
#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:150px;
	}
	
#mainNav{
	float:left;
	background-image:url(images/NavBG.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:220px;
	padding:45px 0px 0px 30px;
	text-align:center;
	min-height:400px;
	}
	
#mainContent{
	float:right;
	background-image:url(images/mainContentBG.jpg);
	background-repeat:no-repeat;
	padding-right:15px;
	width:620px;
	}
	
#secondaryContent{
	margin-top:20px;
	background-image:url(images/divider.jpg);
	background-repeat:repeat-x;
	clear:right;
	float:right;
	width:640px;
	}
	
#portBackgroundLeft{
	float:left;
	width:235px;
	padding:5px 8px 0px 8px;
	background-image:url(images/PortBackground.jpg);
	background-repeat:no-repeat;
	background-color:#BE2805;
	margin:10px 50px 0px 0px;
	min-height:430px;
	text-align:left;
	font-size:.85em;
	color:#000000;
	}
	
#portBackgroundRight{
	float:left;
	width:235px;
	padding:5px 8px 0px 8px;
	background-image:url(images/PortBackground.jpg);
	background-repeat:no-repeat;
	background-color:#BE2805;	
	margin:10px 0px 0px 0px;
	min-height:430px;
	text-align:left;
	font-size:.85em;
	color:#000000;
	}
	
#footer{
	clear:both;
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	text-align:center;
	font-size:.75em;
	height:100px;
	width:900px;	
	}
	
.centerAboutUs{
	text-align:center;
	float:left;
	margin:10px 0px 15px 0px;
	padding:0px 0px 0px 50px;
	}
	
.centerServices{
	text-align:left;
	float:left;
	margin:10px 0px 15px 0px;
	padding:0px 0px 0px 50px;
	}
	
.centerPortfolio{
	text-align:left;
	float:left;
	margin:10px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}
	
.redText{
	color:red;
	}
	
.segoe{
	font-family:Segoe Print, Papyrus, Arial;
	}
	
.center{
	text-align:center;
	}
	
a  img{
border:0;
}
		
ul#main_Nav  {
	border: 0;
	margin: 0;
	padding: 0;
	font-family:Segoe Print, Papyrus, Arial;
	list-style-type: none;
	}

ul#main_Nav  li {
	display: block;
	background-image:url('images/navDivider.jpg');
	background-repeat:repeat-x;
	width:160px;
	line-height:25px;
	font-size:20px;
	font-weight:bold;
	padding: 20px 0px 10px 0px;
	margin: 0;
}

ul#main_Nav li a {
	width: 160px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

ul#main_Nav  li a:hover {
	color: #E0B141;
	}
	
/*Slideshow rules */

#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(images/slideShow/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/slideShow/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/slideShow/control_right.jpg) no-repeat 0 0;
}

.slide img {
  float:right;
  margin:0 15px;
  text-decoration:none;
}

.slide a{
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}

.slide h2, .slide p {
  margin:15px;
}

.slide p{
	color:#FFFF7A;
	}
	
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#fff;
  letter-spacing:-1px;
}
