/*Start of Page Style*/
html{
	background:#8E895E;
}
body{	
	margin:0;
	width:100%;
    text-align:center;
    color:#000;
    font-family:sans-serif, 'Times New Roman', arial;
}
       
#container{
    width:800px;
    margin:0 auto;
    background:#8E895E;
}

#column1{
    width:750px;
    height:auto;
    padding:10px;
    margin:0 auto;
    background:#86806f;
    text-align:left;
}

#banner{
    height:107px;
    width: 100%; 
}

#nav{
    height:71px;
    width:100%;
    background-image:url('/images/nav.jpg');
}

#footer{
	margin:0 auto;
    height:73px;
    width:800px;
    background-image:url('/images/footer.jpg');
}

img{
	border:0;
}

#breadcrumbs{
	background-image:url('/images/bread.png');
	width:299px;
	height:45px;
	position:relative;
	left:37px;
	top:-15px;
	float:left;
}

#breadcrumbs a, #footer a{
    color:#FFF;
    font-weight:bold;
    font-style:italic;
}

#breadcrumbs a:hover, #footer a:hover, #mainSitemap a:hover{
    color:red;
}

#mainSitemap a{
    color:#FFF;
    font-size:18px;
    font-weight:bold;
}
#quote{
	background-image:url('/images/quote.png');
	width:248px;
	height:100px;
	position:relative;
	left:170px;
	top:-15px;
	float:left;
}

#trail{
	text-align:left;
	position:relative;
	top:25px;
	padding-left:10px;
	font-size:70%;
}

#content{
	width: 730px;
	background:#A39D8B;
	padding-left:10px;
	padding-right:10px;
}

#quoteContent{
	font-size:75%;
	position:relative;
	top:10px;
	padding:10px;
	right:4px;
	overflow:auto;
    font-weight:bold;
	height:70px;
}

#footerContent{
	padding:7px;
	line-height:20px;	
}

#footer1{
	float:left;
}

#footer2{
	float:right;
}

#pageHeading{
	position:relative;
	bottom:70px;
	width:400px;
	left:20px;
	color:#FFF;
	text-transform: capitalize;
}

#contentContent{
	position:relative;
	bottom:60px;
}

.newsDate{
    text-align:left;
    font-size:95%;
}
/*End of Page Style*/

/*Start of Portfolio*/
#photos{
    position:relative;
    right:10px;
}
.panel-overlay h2{
  background:#001f4d;
  padding:10px;
  font-size:20px;
  margin:0;
  font-weight:normal;
  font-family:arial,helvetica,sans-serif;
  z-index:999;
  text-align:left;
}

.panel-overlay p{
    text-align:left;
    padding:20px;
    height:180px;
    background: transparent url('/portfolioInformation/gallery-light_files/panel-overlay.png') repeat;    
    overflow:auto;
    font-weight:bold;
}
/*Start of Nav Bar*/
#nav ul {
    margin:0;
    list-style:none;
    height:60px;
    position: relative;
    right:20px;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size:150%;
}
#nav ul li {
    float:left;
}
#nav ul li a {
    width:150px;
    display:block;
    float:left;
    height:60px;
    line-height:60px;
    color:#FFFFFF;
    text-decoration:none;
    font-size:100%;
  
    cursor:pointer;
}

.current a {
    color:#FFFFFF;
    background:url('/images/hover.png');
    background-repeat:no-repeat;
}

#nav ul li a:hover {
    color:#FF0000;
    background:url('/images/hover.png');
    background-repeat:no-repeat;
}
/*End of Nav Bar*/

/*Teaser Box*/
dl {
    float: left;
    margin: 10px 20px;
    display: inline; 
}
 
dd {
      margin: 0 5px;
      font-size:90%;
      color: #000;
}

dl dd.image {
       margin: 0;
}
       
dd.image img {
      float: left;
      padding: 10px;
      border: 0;
      margin-top: 35px;
}
 
.switch dt {
      float: left;
}
      
.switch dd {
    
      margin: 0 5px;
      clear:left;
}
.switch dd.image img {    
      float: right;
      padding-left:25px;
 
}

/*End of Teaser Box*/

.projectHr{
  border-style:ridge;  
}

#wordpressSide{
    width:160px; 
    float:left;
}

#wordpressSide ul{
    list-style:none;
}

#wordpressContent{
float:right;
width:500px;
}

#wordpressContent h2 a{
    color:#FFF; 
    text-decoration:none;
}

#wordpressContent h2{
    text-align:right;
}

.bold{
    font-weight:bold;
}

td{
vertical-align:top;
}

.normal{
    font-weight:normal;
}
