@charset "utf-8";
/* CSS Document */
/* These control what happens to hyperlinks */
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover { 
	text-decoration:none;
}
a:active { 
	text-decoration:none;
}
/* These are classes to be applied to text*/
.small_body {
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.large_body {
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Current {
	margin: 0;
	display: block;
	cursor: pointer;
	background-color: #8B8427;
	color: #FFC964;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: solid;
	border-top-color: #ADA649;
	border-top-width: 1px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight:bold;
}
/* Anything with a # before it controls a layer or div */
#global {
     margin-left: auto;
     margin-right: auto;
	 position: relative;
     width: 800px;
}
#container {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:782px;
	z-index:1;
	left: 16px;
	top: 10px;
	overflow: visible;
}
#container_gallery {
	position:absolute;
	margin-left: auto;
    margin-right: auto;
	width:782px;
	height:974px;
	z-index:1;
	left: 16px;
	top: 10px;
	border: 1px solid #CCCC33;
	background-color: #F8F8F8;
}
#header_image {
	position:absolute;
	width:782px;
	height:136px;
	z-index:4;
	border-top: 1px solid #CCCC33;
	border-left: 1px solid #CCCC33;
	border-right: 1px solid #CCCC33;
}
#orange_bar {
	position:absolute;
	left: 0px;
	bottom: 1px;
	height: 22px;
	width: 780px;
	background-color: #F1983E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC33;
}
#global_nav_container {
	position:absolute;
	width:204px;
	z-index:2;
	right: 40px;
	top: 239px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body_content {
	position:absolute;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	width:529px;
	height:auto;
	z-index:3;
	left: 0px;
	top: 136px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	overflow: visible;
	border-bottom: 1px solid #CCCC33;
	border-left: 1px solid #CCCC33;
	background-color: #F8F8F8;
	border-right-width: 204px;
	border-right-style: solid;
	border-right-color: #C3B836;
	padding-bottom: 50px;
}
#page_title {
	right: -2px;
	top: 0px;
	position:absolute;
	padding-top: 3px;
	width:203px;
	height:19px;
	z-index:4;
	background-color: #AFA430;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}
#footer {
	position:absolute;
	bottom: -50px;
	padding-top: 0px;
	width:500px;
	height:98px;
	z-index:11;
	left: 41px;
	line-height: 20px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}
#yellow_panel {
	position:absolute;
	width:203px;
	height:275px;
	padding-top: 21px;
	z-index:11;
	right: -1px;
	top: 140px;
	overflow: visible;
}
#yellow_panel_gallery {
	position:absolute;
	width:204px;
	height:735px;
	padding-top: 24px;
	z-index:1;
	right: -204px;
	top: 20px;
	background-color: #C3B836;
}
#slide_show {
	position:absolute;
	width:180px;
	height:326px;
	z-index:1;
	left: 12px;
	top: 339px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
}
/* These control the layers on the contact page */
#yellow_panel_contact {
	position:absolute;
	width:204px;
	height:330px;
	padding-top: 44px;
	z-index:1;
	right: 0px;
	top: 195px;
	background-color: #C3B836;
}
#container_contact {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:782px;
	height:569px;
	z-index:1;
	left: 16px;
	top: 10px;
	border: 1px solid #CCCC33;
	background-color: #F8F8F8;
}
#container_preview {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:782px;
	height:569px;
	z-index:1;
	left: 16px;
	top: 10px;
	border: 1px solid #CCCC33;
	background-color: #F8F8F8;
}
#body_content_contact {
	position:absolute;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width:540px;
	height:345px;
	z-index:3;
	left: 0px;
	top: 194px;
	border-top-style: solid;
	border-top-color: #F1983E;
	border-top-width: 22px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}
/* These control the layers on the previews page */
#yellow_panel_preview {
	position:absolute;
	width:204px;
	height:495px;
	padding-top: 44px;
	z-index:1;
	right: 0px;
	top: 195px;
	background-color: #C3B836;
}
#container_preview {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:782px;
	height:734px;
	z-index:1;
	left: 16px;
	top: 10px;
	border: 1px solid #CCCC33;
	background-color: #F8F8F8;
}
#body_content_preview {
	position:absolute;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width:540px;
	height:495px;
	z-index:3;
	left: 0px;
	top: 194px;
	border-top-style: solid;
	border-top-color: #F1983E;
	border-top-width: 22px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}
#sidebar_text {
	position:absolute;
	width:180px;
	height:199px;
	z-index:1;
	left: 12px;
	top: 321px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}
#client_list1 {
	height: 533px;
	width: 339px;
	left: 124px;
	top: 65px;
	position: absolute;
	overflow: auto;
	font-weight: bold;
}
