@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, hr, form {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 36px;
	padding: 00px 00px 15px 00px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A:link, A:visited, A:active, A:hover {
	color: #FFFF00;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.clear {
	clear: both;
}
img {
	border: 00px;
}
.padding-left
{
	padding-left:30px;
}
.padding_none {
	padding: 00px;
}
.padding-10
{
	padding:10px 10px 00px 10px;
}
.padding-15
{
	padding:15px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #000000;
	background-color: #a8a570;
}
#bg {
	background: url(images_daniel/page_bg.jpg) left top scroll repeat-x;
	width: 100%;
	float: left;
}
#daniel {
	width: 980px;
	position: relative;
	margin: auto;
}
/*********************************** Top Banner *******************************************/
#top_banner {
	width: 980px;
	float: left;
	text-align: center;
	height: 228px;
	padding: 00px 00px 00px 00px;
}
/*********************************** Content *******************************************/
#content, #content_innerpage {
	width: 980px;
	float: left;
}
#content_innerpage {
	width: 928px;
	padding: 20px 26px 00px 26px;
}
#content_left {
	width: 604px;
	float: left;
	padding: 15px 26px 00px 26px;
	border-right: 1px solid #fcfbf2;
}
#content_right {
	width: 271px;
	float: right;
	padding: 15px 26px 00px 26px;
}
.box {
	background-color: #fcfbf2;
	display: block;
	border: 2px solid #a9a672;
	padding: 15px 15px 00px 15px;
	margin: 00px 00px 15px 00px;
}
.color_green {
	color: #918b23;
}
.padding_bottom {
	padding: 00px 00px 15px 00px;
}
.margin_bottom {
	padding: 00px 00px 15px 00px;
}
.coming_soon {
	padding: 100px 00px;
}
.border_content {
	border-top: 2px solid #000000;
}
.margin_border {
	margin: 00px 00px 15px 00px;
}
/*********************************** Bottom Menu *******************************************/
.bottom_menu {
	background-color: #fcfbf2;
	margin: 00px 26px;
	padding: 10px 15px;
	width: 898px;
}
.bottom_menu A:link, .bottom_menu A:active, .bottom_menu A:visited, .bottom_menu A:hover {
	color: #000000;
	text-decoration: none;
}
.bottom_menu A:hover {
	color: #0000FF;
	text-decoration: underline;
}
/*********************************** Local Biz *******************************************/
.localbiz {
	margin: 10px 26px;
	width: 928px;
	font-size: 12px;
	text-align:right;
}
.localbiz A:link, .localbiz A:active, .localbiz A:visited, .localbiz A:hover {
	color: #000000;
	text-decoration: none;
}
.localbiz A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*********************************** Gallery *******************************************/
.gallery {
	width: 970px;
	border: 1px solid #FFFFFF;
	padding: 05px;
	margin: 10px 00px 15px 00px;
}
.img_border {
	border: 1px solid #FFFFFF;
}
.img_border_orange {
	border: 1px solid #FF6600;
}
.img_border2 {
	border: 2px solid #FFFFFF;
	margin: 00px 00px 15px 00px;
}
.img_left_padd
{
	margin-left:10px;
}
.img_right_padd
{
	margin-right:10px;
}

.center-line
{
	border:#000000 solid 1px;
	margin:10px 00px 20px  00px;
}
.center-line-2
{
	border:#FFFFFF solid 1px;
	margin:00PX 20px 15px 20px;
}
.month-title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#ap ul
{
	padding:00px 30px;
}
/**************************** Photo Gallery ************************************/
.nav, a.nav, a.nav_current {
	display: block;
	height: 33px;
	margin: 0px 14px;
	padding-top: 3px;
	float: left;
	border-bottom: 2px solid #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	text-decoration: none;
}

a.nav:Hover {
	color: #ffffff;
	border-bottom-color: #eeeeee;
/*	background-image: url(images/trans_white.png); */
	background-image: url(nav/nav_over.gif);
}

a.nav_current, a.nav_current:Hover {
	background-image: url(nav/nav_current.gif);
	color: #ffffff;
	border-bottom-color: #990000;
}

.nav_frame, .subnav_frame {
	display: block;
	clear: both;
	width: 990px;
	height: 45px;
	background-color: #6d6d6d;
	background-image: url(nav/nav_bg.gif);
	background-repeat: no-repeat;
}

.outer_frame {
	width: 990px;
	border: 3px solid #ffffff;
	margin-top: 15px;
	background-color: #a9a672;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.photobar, .photobar_controls, .photobar_content  {
	width: 990px;
	 }
.photobar_content {	
	position: relative;
	margin: auto;
	overflow: hidden;
	height: 170px;
	left: -05px;
	top: 00px;	
	
}
.photobar {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 02px 10px 00px 00px;
}





.photobar_controls {
	position: absolute;
	z-index: 800;
	top: 270px;
	display: block;
	width: 980px;
	height: 170px;
	left: 00px;
}

.photobar_img { float: right; margin: 0px; height: 170px; }

a.photobar_control {
	padding: 0px;
	width: 35px;
	height: 170px;
	display: block;
}

.portfolio_thumb, a.portfolio_thumb {
	display: block;
	float: left;
	width: 150px;
	padding: 4px;
	margin: 6px;
	border: 1px solid #e4e3d3;
	text-align: center;
}

a.portfolio_thumb:Hover {
	background-color: #f3f2e8;
	border-color: #eee9e0;
}