/* CSS Document */



/* Layout */


body {
	margin: 0;
	padding: 0;
	background-color: #A49D92;
	background-image: url(../images/tile_bkg.jpg);
	}

#wrapper {
	margin: 0 auto;
	padding: 12px;
	width: 891px;
	}

#container {
	margin: 0;
	padding: 0;
	width: 891px;
	background-color: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 154px;
	background-color: #000;
	}

#main {
	margin: 0;
	background: url(../images/sidebar.png) no-repeat bottom left;
	overflow: hidden;
	width: 100%;
	}

#side_content {
	margin: 0;
	padding: 43px 0 0 0;
	width: 262px;
	float: left;
	text-align: center;
	}

#content {
	margin: 0;
	padding: 30px 10px 0 40px;
	border-left: 1px #756456 solid;
	width: 510px;
	float: left;
	}

.phototitle {
	margin: 0;
	padding: 0 10px 0 0;
	width: 500px;
	float: left;
	}

.photogallery {
	margin: 0 0 40px 0;
	padding: 20px 10px 20px 0;
	width: 500px;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	float: left;
	}
	
.bullets {
	float: left;
	width: 250px;
	}	

.homegallery {
	margin: 0 0 40px 0;
	padding: 20px 10px 10px 0;
	width: 510px;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	float: left;
	}

.flash_border  {
	border: 1px #bbb solid;
	}
	
.content_image  {
	border: 1px #bbb solid;
	margin: 0 0 15px 25px;
	}

.photogallery img, .homegallery img {
	border: 1px #bbb solid;
	}

.gallery-image {
	border: 1px #bbb solid;
	}

.topthumbs {
	float: left;
	width: 100px;
	margin-bottom: 15px;
	}

.thumbs {
	float: left;
	width: 100px;
	}

.big_picture {
	margin-bottom: 15px;
	}

.pdf_img {
	border:none;
	margin:0;
	}
	
#bottom {
	margin: 0 ;
	padding: 9px 10px 8px 25px;
	clear:both;
	height: 22px;
	background-image: url(../images/footer.png);
	}


/* Menu */

.left_nav {
	margin:0;
	padding:0;
	float:left;
	width:262px;
	font-size: 12px;
	line-height: 30px;
	letter-spacing:1px;
	}
	
.left_nav p { 
	margin:0; 
	padding:0; 
	float:left; 
	width:100%; 
	text-align:center;
	
	}

.left_nav p a { 
	text-decoration:none; 
	color: #1e772d;
	font-weight:normal;
	font-size:13px;  
	line-height:18px;
	padding:0 12px 0 8px; 
	
	}

/* Typography */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #4D4D4D;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #4D4D4D;
	}

.intro {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	}

h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #22772D;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:inline;
	}
	
strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.green {
	color: #22772D;
	}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 21px;
	color: #FFF;
	}

.phone {
	font-size: 20px;
	line-height: 36px;
	color: #1E772D;
	}

.email {
	font-size: 14px;
	line-height: 18px;
	letter-spacing:normal;
	}

.gallery_link {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:#616161;
	text-align:left;
	}
	
.homegallery {
	line-height: 30px;
	}
	
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	}
	
.image_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	text-align:center;
	color: #4F4B3D;
	}


/* Table */
#table_area {
	float:left;
	padding: 0 0 20px 0;
	}
	
.space_table {
	float: left;
	width: 240px;
	padding: 0 10px 0 0;
	}

.space_table_style {
	padding: 0;
	margin: 0;
	border: 0;
	cellpadding: 0;
	border-spacing: 0;
	width: 235px;
	line-height: 18px;
	}
	
.table_head_1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #22772D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;
	}

.table_head_2 {
	text-decoration: underline;
}

/* List */


ul {
	margin: 0 0 15px -2em;
	}

li {
	list-style-image:url(../images/bullet.gif);
	margin-left: 0;
	}



/* Links */


a:link {
	color: #4678C9;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #4678C9;
	}

a:hover {
	text-decoration: underline;
	color: #22772D;
	}

a:active {
	text-decoration: underline;
	color: #65854D;
	}

#side_content a:link {
	color: #616161;
	text-decoration: none;
	}
	
#side_content a:visited {
	color: #616161;
	text-decoration: none;
	}	
	
#side_content a:hover {
	color: #22772D;
	text-decoration: underline;
	}	

#side_content a:active {
	color: #65854D;
	text-decoration: underline;
	}
	

#bottom a:link {
	color: #FFF;
	text-decoration: none;
	}

#bottom a:visited {
	text-decoration: none;
	color: #FFF;
	}

#bottom a:hover {
	text-decoration: underline;
	color: #ccc;
	}

#bottom a:active {
	text-decoration: underline;
	color: #fff;
	}


.image_credit a:link {
	color: #4F4B3D;
	text-decoration: none;
	}

.image_credit a:visited {
	text-decoration: none;
	color: #4F4B3D;
	}

.image_credit a:hover {
	text-decoration: underline;
	color: #4678C9;
	}

.image_credit a:active {
	text-decoration: underline;
	color: #4678C9;
	}


/* © 2010 Threestory Studio */

