body {
font-family: "Greta Display Light 2", Georgia, Serif;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
	color: #9D9D97;
	font-size: 15px;
	padding: 50px 0 0 50px;
	overflow-x: hidden;
	text-align: left;
	letter-spacing: .2px;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #333;
}

a.normal {
	text-decoration: underline;
}

#bio, #about_content, #contact_content {
	font-size: 14px;
	line-height: 21px;
	padding: 15px 20px 15px 20px;
	background-color: #F1F4F4;
	height: 370px;
	
}

h1 {
font-family: "Greta Display Light 2", Georgia, Serif;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
color: #ffffff;
	font-size: 17px;
	margin-left: 15px;
	padding-top: 10px;
}

h4 {
	color: #7ba866;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}

ul#nav {
	margin: 44px 0 0 38px;
	padding-top: 10px;
	width: 208px;
	height: 390px;
	list-style-type: none;
	font-size: 17px;
	background-image: url(/images/navback.jpg);
}

ul#nav>li {
	padding: 0;
	margin: 0;
	
}

ul#nav a {
	display: block;
	padding: 3px 16px;
	text-transform: none;
	font-size: 17px;
	background: url(/images/dotted_bg.gif) no-repeat 16px bottom;
}

ul#nav>li>a.open {
	background-color: #9EA6A7;
}

ul#nav li.active a {
	color: #666;
	background: #9EA6A7;
}

ul#nav ul {
	list-style-type: none;
	margin: 0;
	background: #b5bebf;
}

ul#nav ul li a {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

ul#nav ul li a.open {
	color: #666;
}

ul#nav ul li a.open:before { content: '» '; }

div#viewer {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 298px;
}

div#viewer a {
	color: #7ba866;
	text-decoration: underline;
}

ul.album_nav {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	width: 800px;
	height: 400px;
}

ul.album_nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 800px;
	margin-right: 10px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

textarea {width:275px;height:100px;padding:5px;}

#s_address { display: none; }

#footer {
	padding: 10px 0 50px 38px;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
}

#footer a {
	color: #A9A9A3;
}

#footer a.facebook {
	padding: 2px 0 4px 23px;
	background: url(/images/facebook_bg.gif) no-repeat 0 0;
}

/* Gallery Specific */

#galleries div#viewer {
	left: 469px;
}

#galleries div#viewer2 {
	left: 297px;
}


#subnav {
	position: absolute;
	top: 170px;
	left: 296px;
	background: #b5bebf;
	margin: 0;
	width: 172px;
	height: 400px;
}

#subnav ul {
	padding: 40px 0 0 0;
	margin: 0;
	list-style-type: none;
	height: 320px;
	overflow: hidden;
}

#subnav li {
	padding: 0;
	margin: 0;
}

#subnav li a {
	display: block;
	padding: 0 20px;
	text-transform: none;
	font-size: 16px;
}
#subnav li.active a {
	color: #666;
}

#subnav li.active a:before { content: '» '; }

div#viewer_nav {
	font-family: Verdana,Arial, Sans-Serif;
	font-size: 8px;
	display: none;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;	
}

div#viewer_nav a {
	color: #333;
}

span#pagination {
	font-style: italic;
	color: #666;
}

/* Studio Specfic */

#studio #studio_content {
	font-size:14px;
	line-height:21px;
	width: 256px;
	height: 370px;
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 296px;
	background-color:#F1F4F4;
}

#studio div#viewer {
	left: 593px;
}

/* Something New Specfic */

#galleries #something_new_content {
	font-size:14px;
	line-height:21px;
	width: 130px;
	height: 370px;
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 296px;
	background-color:#F1F4F4;
}

#something_new div#viewer {
	left: 466px;
}

.button {
font-size: 10px;
font-family: verdana;
	text-align: center;
	width: 120px;
	color: #2b333c;
	background: #fefefe url(form/element_bg.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	padding: .1em 1.1ex;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.button:hover {
    border: 1px solid #7ba866;
    background: #eef;
}