/* Photography - No Breadcrumbs - Tested and Validated on: 15th May 2009 - (CSS level 2.1) */
* {
	margin: 0;
	padding: 0;
}
html, body {
	color: #333;
	font: 11px arial;
	margin:0;
	padding:0;
}
html {
	background: #4E4A47 url(../images/bg.jpg) repeat-x;
	margin:0;
	padding:0;
}
p {
	margin: 0 0 12px;
}
a img {
	border: 0;
}
a {
	color: #666;
	background: none;
	text-decoration: none;
}
a:hover {
	color: #666;
	background: none;
	text-decoration: underline;
}
html #wrapper {
	width: 902px;
	background: url(../images/text-bck.jpg) repeat-y;
	margin:0;
	padding:0;
	margin-top:0 !important;
	position:relative;
}

#wrapper .site_phrases_top {

	width: 902px;
	font-size: 9px;
	position:absolute;
	top:0;
}
#wrapper .site_phrases_bottom {
	position: absolute;
	width: 902px;
	padding-top: 10px;
	font-size: 9px;
}
#wrapper .site_phrases_top ul, #wrapper .site_phrases_bottom ul {
	color: #fff;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	text-align: center;

}
#wrapper .site_phrases_top li, #wrapper .site_phrases_bottom li {
	display: inline;
	margin: 5px;

}
#skip_nav {
	display: none;
}
#top_inner_wrapper {
	background: url(../images/page-top.jpg) no-repeat;
	width: 902px;
	height: 537px;
	margin:0;
	padding:0;
}
#title_bar h1 {
	position: absolute;
	left: -3000px;
	margin:0;
	padding:0;
}
#page_date {
	display: none;
}
#page_header {
	position:absolute;
	top:1px;
	left:1px;
}
#summary {
	position: absolute;
	left: -3000px;
}
#summary p {
	margin: 0;
}
#logo {
	position:absolute;
	top:188px;
	left:257px;
}
#breadcrumb {
	display: none;
	width: 645px;
	height: 32px;
	top: 93px;
	left: 257px;
	position: relative;
	background: url(../images/breadcrumbs.jpg) no-repeat;
	display:none;
}
#breadcrumb ul {
	padding: 10px 23px 10px 40px;
	overflow: hidden;
	height: 12px;
}
#breadcrumb ul li {
	display: inline;
	margin-right: 11px;
}
#breadcrumb ul li a {
	color: #555;
	text-decoration: none;
	padding: 18px 0 18px 16px;
	background: url(../images/arrow.jpg) left no-repeat;
}
#breadcrumb ul li a:hover {
	color: #000;
	text-decoration: underline;
	padding: 18px 0 18px 16px;
	background: url(../images/arrow.jpg) left no-repeat;
}
#breadcrumb ul li.this_page {
	color: #555;
	font-weight: bold;
	text-decoration: underline;
	padding: 18px 0 18px 20px;
	background: url(../images/arrow.jpg) left no-repeat;
}
#content {
	float: right;
	width: 570px;
	padding: 50px 53px 17px 21px;
	position: relative;
}
#content_inner_wrapper {
	margin: 0;
}
#content h2 {
	color: #1373dd;
	top: 0;
	left: 0;
	width: 604px;
	height: 36px;
	font-size: 23px;
	font-weight: 700;
	padding: 12px 21px 0 19px;
	overflow: hidden;
	position: absolute;
	line-height: 30px;
	clear: both;
	margin: 0 !important;
	background: url(../images/main-header.jpg) no-repeat;
}
#content h3 {
	color: #1373dd;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
}
#content h4 {
	color: #1373dd;
	font: 12px tahoma, verdana, arial, sans-serifbold;
}
#content ul {

	margin: 15px 0 15px 13px;
}
#content ul li {
	font-size:120%;
	padding-bottom:10px;

}
#content ol {
	margin: 15px 0 15px 23px;
}
#content ol li {
	padding: 0;
}
#content p {
	color: #000;
	text-align:justify;
	line-height:25px;
	font-size:120%;
}
#content img {
	border: 1px solid #bbb;
}
.editor_overlay {
	border: 1px dashed #485e5c;
	background-color: #e7e7e7;
}
#content form {
	border: #666 solid 1px;
	background: #fff;
}
#content label {
	color: #333;
}
#content textarea {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#content input {
	color: #333;
	background-color: #FFFFCC;
}
#content fieldset {
	border: 0;
}
#content form p#submitButtons {
	float: right;
	padding-right: 138px;
}
#content input#submit {
	background: url(../images/form_a.jpg);
	font-weight: bold;
	margin-top: 8px;
	margin-right: 10px;
	width: 60px;
	color: #fff;
	height:40px;
	width:120px;
	border:none;
	cursor: pointer;
}
#content input#submit:hover {
	color: #fff;
	background: url(../images/form_hover.jpg);
}
#content input#reset {
	background: url(../images/form_a.jpg);
	font-weight: bold;
	margin-top: 8px;
	width: 100px;
	color: #fff;
	height:40px;
	width:120px;
	border:none;
	cursor: pointer;
}
#content input#reset:hover {
	color: #fff;
	background: url(../images/form_hover.jpg);
}
#content radio {
	color: #cc0000;
}
#content checkbox {
	color:#cc0000;
}
#content select {
	color:#cc0000;
}
#content input.errorInput, #content textarea.errorInput, #content checkbox.errorInput {
	color: #F00;
	border: 1px solid #f00;
	border-bottom-color: #EFD1D1;
	border-right-color: #EFD1D1;
}
#content input.okayInput, #content textarea.okayInput, #content checkbox.okayInput {
	color: #009900;
	border: 1px solid #009900;
	border-bottom-color: #CFFFCF;
	border-right-color: #CFFFCF;
}
#lhcol {
	float: left;
	height: auto !important;
	margin: -349px 0 0 0;
	min-height: 200px;
	position: relative;
	width: 258px;
	font-size:120%;
}
#lhcol #leftcatmenu ul {
	background: none;
	padding-bottom: 10px;
	height: 450px;
	overflow: hidden;
}
#lhcol #leftcatmenu ul li {
	list-style: none;
	font-weight: bold;
	font-size:16px;
	height: 70px;
}
#lhcol #leftcatmenu ul li.this_page {
	color: #4e4a47;
	width: 196px;
	font-size:16px;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	text-decoration: none;
	padding:7px 10px 11px 52px;
	background: #FFF url(../images/catmenu_athispage.jpg) no-repeat;
}
#lhcol #leftcatmenu ul li a {
	color: #fff;
	width: 196px;
	font-size:16px;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	text-decoration: none;
	padding:7px 10px 11px 52px;
	background: #fff url(../images/catmenu_a.jpg) no-repeat;
}
#lhcol #leftcatmenu ul li a:hover {
	color: #4e4a47;
	width: 196px;
	font-size:16px;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	text-decoration: none;
	padding:7px 10px 11px 52px;
	background: #fff url(../images/catmenu_ahover.jpg) left no-repeat;
}
#lhcol h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: 180px;
	height: 23px;
	line-height: 31px;
	overflow: hidden;
	padding: 8px 26px 15px 52px;
	background: url(../images/lhcat-header.jpg) top no-repeat;
}
#pagemenu_inner_wrapper_left ul li a {
	display: block;
	color: #fff;
	width: 173px;
	height: 23px;
	font-size: 12px;
	overflow: hidden;
	line-height: 23px;
	text-decoration: none;
	padding: 5px 30px 7px 55px;
	background: url(../images/sidebar-bck.jpg) no-repeat;
}
#pagemenu_inner_wrapper_left ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/sidebar-bck-hover.jpg) no-repeat;
}
#pagemenu_inner_wrapper_left ul li.this_page {
	display: block;
	color: #fff;
	text-decoration: underline;
	width: 173px;
	height: 23px;
	overflow: hidden;
	line-height: 23px;
	font-size: 12px;
	padding: 5px 30px 7px 55px;
	background: url(../images/sidebar-bck-hover.jpg) no-repeat;
}
.sidebar_plugin, #pagemenu_inner_wrapper_left ul.menu {
	background: url(../images/lhcat-bottom.jpg) bottom no-repeat;
}
#externalLinks.sidebar_plugin {
	padding-top: 1px;
}
.sidebar_plugin p {
	padding: 9px 53px !important;
	background: url(../images/lhcat-bck.jpg) repeat-y;
	font-size:120%;
}
html #lhcol #sidebar_text p {
	padding: 8px 20px 10px 56px !important;
	width: 180px;
}
#sidebar_networks p {
	padding: 10px 10px 8px 45px !important;
	width: 204px !important;
}
* html #sidebar_networks p {
	padding: 10px 10px 8px 44px !important;
	width: 203px !important;
}
.sidebar a {
	color: #000;
}
.sidebar a:hover {
	color: #ba7b44;
}
#sidebar_image {
	padding: 10px 0;
}
#pagemenu_inner_wrapper_left .sidebar_plugin ul li.this_page {
	color: #333;
	line-height: 30px;
	text-decoration :none;
	width: 175px;
}
#pagemenu_inner_wrapper_left ul li.this_page.visibility {
	margin-bottom: 0 !important;
}
#footer {
	background: url(../images/footer-top.jpg) top no-repeat;
	font-size: 11px;
	clear: both;
	color: #fff;
	width: 902px;
	padding-top: 96px;
}
* html #footer {
	padding-top: 125px;
}
#footer_inner_wrapper {
	overflow: hidden;
}
#footer_inner_wrapper ul {
	line-height: 18px;
	margin-top: 35px;
	text-align: center;
	padding: 8px 13px 0 10px;
	background: url(../images/footer-bck.jpg) repeat-y;
}
#footer_inner_wrapper ul li {
	display: inline;
	margin: 0 8px;
	padding-left: 10px;
	white-space: nowrap;
	background: url(../images/blue-arrow.jpg) left no-repeat;
}
* html #footer_inner_wrapper ul li {
	margin: 0 8px 0 4px;
}
#footer_inner_wrapper ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_inner_wrapper ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer_inner_wrapper ul li.this_page {
	color: #fff;
	padding-left: 10px;
	text-decoration: underline;
	background: url(../images/blue-arrow.jpg) left no-repeat;
}
#footer_inner_wrapper p#copyright {
	color: #fff;
	background: url(../images/footer-bck.jpg) repeat-y;
	margin: 0;
	padding:30px 0 14px;
	text-align: center;
}
#link_rotator {
	background: url(../images/footer-bottom.jpg) no-repeat scroll center bottom;
	color: #666;
	margin: 0;
	padding-top: 6px;
	text-align: center;
}
#link_rotator a {
	color: #666;
	text-decoration: underline;
}
#link_rotator a:hover {
	color: #637a24;
}
#subfooter {
	clear: both;
}
#advanced_layouts_78 #text_image_1, #advanced_layouts_78 #text_image_2, #advanced_layouts_78 #text_image_3, #advanced_layouts_78 #text_image_4, #advanced_layouts_78 #text_image_5, #advanced_layouts_78 #text_image_6, #advanced_layouts_78 #image_1_block {
	border-color: #bbb !important;
	padding: 20px;
}
#sidebar_image {
	padding-left: 44px !important;
	width: 80% !important;
}
div.text_bottom {
	height: 157px !important;
	overflow: hidden;
}
#template_8 div.gallery_section_vert {
	border:1px dotted #666666;
	display:inline;
	float:left;
	margin-left:20px;
	margin-top:20px;
	overflow:hidden;
	padding:11px;
	text-align:center;
	width:24% !important;
}
#advanced_layouts_78 #template_1 #text_image_1 #text_1 {
	background: #4E4A47;
	border:1px solid #AFAFAF;
	padding: 2.7% !Important;
}
#advanced_layouts_78 #template_1 #text_image_1 #text_1 p, #advanced_layouts_78 #template_1 #text_image_1 #text_1 h3 {
	color: #fff;
}
#advanced_layouts_78 .text_block.client_edit {
	text-align: left !important;
}
span.sidebarAddressHead {
	color: #637a24;
}

