@charset "utf-8";
/* -- Site-wide Style Sheet -- */
/* Links */

A 			{
	color: #000000;
	text-decoration: none;
} 
A:link		{
	color: #b78a32;
	text-decoration: none;
} 
A:visited	{
	color: #000000;
	text-decoration: none;
} 
A:active	{
	color: #b78a32;
	text-decoration: none;
} 
A:hover		{
	color: #999999;
	text-decoration: none;
}

.r:link {
	color: #FFFFFF;
	}
.r:hover {
	color: #999999;
	}


body {
	background-color: #fff;
	font-size: 14px;
	font-family: "Verdana", Tahoma, Lucinda Sans, Geneva, Helvetica, sans-serif;
	line-height: 150%;
	margin: 0;
	text-align: center;
}

p, a, input, textarea, select {
	color: #000;
	font-family: "Verdana", Tahoma, Lucinda Sans, Geneva, Helvetica, sans-serif;
}

h1 {
	font-size: 1em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}

p, table, fieldset {
	margin: 1em 0;
	}

.contact {
	font-size: 1.7em;
	font-weight: bold;
	color:#b78a32;
	}
	
.title {
	color: #333333;
	font: "Trajan Pro";
	font-size: 1.8em;
	line-height: 100%;
	}
	
.quote {
	width: 300px;
	font-size: 1em;
	font-style: italic;
	line-height: 100%;
	color:#414141;
	}
.quotesource {
	color: #999999;
	}
.sample {
	font-size: .7em;
	color:#999999;
	}

/* -- Site Structure -- */

#wrapper {
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	width: 980px;
}

.clear { clear:  both; }


	
/* -- Top -- */
#topbar {
	background-color: #000;
	height: 40px;
	width: 100%;
	}

	
#logo {
	float: left;
	height: 109px;
	width: 494px;
	overflow: hidden;
	background-color:#FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	
		}
	
/* -- Navigation -- */

 #nav {
      float:right;
	  padding-right: 30px;
      width:300;
      background:#00000;
      font-size:100%;
      line-height:normal;

      }
    #nav ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
	float:left;
	display:block;
	padding:5px 24px 4px 17px;
	color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#b78a32;
	  }
    #nav a:hover {
      background-position:0% -43px;
      }
    #nav a:hover span {
      background-position:100% -43px;
      }

        #nav #current a {
                background-position:0% -43px;
        }
        #nav #current a span {
                background-position:100% -43px;
        }
		
		


/* -- Page Content -- */
#content {
	width: 900px;
	background:url(images/bgtile.gif) repeat-y 50% 0;
	padding: 0px;
	min-height: 800px;
	}
#clientcontent {
	width: 900px;
	background:url(images/bgtile.gif) repeat-y 50% 0;
	padding: 10px;
	}

hr {
	background-color: #333;
	border: 0;
	color: #333;
	height: 1px;
	margin: 40px 0;
}
	
#home-text
#photo-text
#client-text {
	float: left;
	height: 270px;
	width: 100%;
	overflow: hidden;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000;
	}

#recent-web {
	float: right;
	height: 233;
	width: 175;
	padding: 10px;
	margin-right: 50px;
	}


#photo-wrapper {float: right; padding-right: 35px; padding-left: 10px;}
#recent-photo {height: 168px; width: 415px; }

p.dc-fb a {
	background-image: url(images/fb.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 180%;
	color: #4068ba;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	text-decoration: none;
	}
	
p.dc-tw a {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 180%;
	color: #4068ba;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	text-decoration: none;
	}
	

.flickrimg { margin-bottom: 10px;}
#flickrimg1 { margin: 5px; border: 0;}
#flickrimg2 { margin: 5px; border: 0;}
#flickrimg3 { margin: 5px; border: 0;}
#flickrimg4 { margin: 5px; border: 0;}
#flickrimg5 { margin: 5px; border: 0;}
#flickrimg6 { margin: 5px; border: 0;}
#flickrimg7 { margin: 5px; border: 0;}
#flickrimg8 { margin: 5px; border: 0;}
#flickrimg9 { margin: 5px; border: 0;}
#flickrimg10 { margin: 5px; border: 0;}
#flickrimg11 { margin: 5px; border: 0;}
#flickrimg12 { margin: 5px; border: 0;}




	
/* -- Footer -- */

#footer {
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-color: #999999;
	}	
	
#footer-text  {	
	padding-top: 10px;
	text-align: center;
	color: #6b6b69;
	font-size: .8em;
	}

	
