@charset "utf-8";
/* CSS Document */
/* Amo-Ink 2009 Developed by Mindbox Studios */

/* ----- Global Styles ------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #FFFFFF;
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h2 {
padding:0px;
margin:0px;
}
	/* ----- Links (DEFAULT) ---------- */
	
a,  a:link {
	/* Sets the style for unvisited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a:visited {
	/* Sets the style for visited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a:hover {
	/* Sets the style for links on mouseover. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a:focus {
	/* Sets the style for a link that has focus. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
a:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
	/* ----- END Links (DEFAULT)---------- */

.contact {
 border-width:1px;
 border-style:solid;
 border-color:#392E18;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#666666;
 margin:0 0 0 0;
 padding:3px;
}
.map input {
	border:1px;
	border-color:#392E18;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0 0 0 0;
}
.map {

 border-width:1px;
 border-style:solid;
 border-color:#392E18;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#666666;
 margin:0 0 0 0;
}
#outerWrapper {
	/* This is a container to hold the Content Wrapper and background. */
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
	height: auto;
}
#outerWrapper02 {
	/* This is a container to hold the Content Wrapper and background. */
	background-image:url(images/bg_02.png);
	background-repeat:repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
}
#outerWrapper03 {
	/* This is a container to hold the Content Wrapper and background. */
	background-image:url(images/bg_03.png);
	background-repeat:repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
}
#outerWrapper04 {
	/* This is a container to hold the Content Wrapper and background. */
	background-image:url(images/bg_04.png);
	background-repeat:repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
}
#contentWrapper {
	/* This is a container to hold the content. */
	text-align: left;
	width:970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:38px;
}
.clearFloat {
	clear: left;
	display: block;
}
/* ----- END Global Styles ------------------------- */



/* ----- Header Styles ----------------------------- */

#headerWrapper {
	/* This is a container for the header. */
	float:left;
	text-align: left;
	width:840px;
	margin: 0px;
	height: 100px;
}
#header_logoWrapper {
	/* This is a container for the logo. */
	float:left;
	text-align: left;
	width: 221px;
}
#header_menuWrapper {
	/* This is a container for the menu. */
	float:none;
	text-align: left;
	margin-top: 40px;
	margin-left:365px;
	margin-right:0px;
	margin-bottom:0px;
}
#header_menuWrapper p {
	/* This sets styles for menu text. */
	float:left;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

#nav li ul {
	float:left;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	width:5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* ----- END Header Styles ------------------------- */



/* ----- Footer Styles ----------------------------- */

#footerWrapper {
	/* This is a container for the footer. */
	float:left;
	font-size:11px;
	text-align: left;
	width:820px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer_leftWrapper {
	/* This is a container for the copywrite info. */
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#footer_leftWrapper p {
	/* This sets styles for left wrapper text. */
	text-align:left;
	font-size:12px;
	color: #b1b2b3;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}
#footer_menuWrapper {
	/* This is a container for the menu. */
	float:left;
	width:470px;
	text-align: left;
	margin-top: 0px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
}
#footer_menuWrapper p {
	/* This sets styles for menu text. */
	float:right;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

	/* ----- Links (FOOTER) ---------- */
	
a.footer_link01:link {
	/* Sets the style for unvisited links. */
  color: #7998a9;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.footer_link01:visited {
	/* Sets the style for visited links. */
  color: #7998a9;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.footer_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #392E18;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.footer_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #392E18;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.footer_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #392E18;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}

	/* ----- END Links (FOOTER)---------- */
	
/* ----- END Footer Styles ------------------------- */



/* ----- Submenu Styles ----------------------------- */

#submenuWrapper {
	/* This is a container for the footer. */
	float:right;
	text-align: left;
	width:125px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submenuWrapper p {
	/* This sets styles for menu text. */
	color:#392E18;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	padding:0 0 0 0;
}
#submenuWrapper_02 {
	/* This is a container for the footer. */
	float:right;
	text-align: left;
	width:230px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submenuWrapper_02 p {
	/* This sets styles for menu text. */
	color:#392E18;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	padding:0 0 0 0;
}

	/* ----- Links (SUBMENU) ---------- */
a.submenu_link01:link {
	/* Sets the style for unvisited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.submenu_link01:visited {
	/* Sets the style for visited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.submenu_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.submenu_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.submenu_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
	/* ----- END Links (SUBMENU) ---------- */
	
/* ----- END SubMenu Styles ------------------------- */



/* ----- Home Styles ------------------------------- */

	/* -----Containers (HOME) ---------- */
#home_contentWrapper {
	/* This is a container to hold the home content. */
	text-align: left;
	width:917px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:30px;
}
#home_contentLeft{
	float:left;
	width:342px;
	margin-top:50px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#home_contentRight{
	float:left;
	width:573px;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
	/* -----END Containers (HOME) ---------- */

	/* -----Text (HOME) ---------- */
p.home_header{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	padding-top:10px;
}
p.home_style01{
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
p.home_style02{
	font-size:18px;
	font-weight:bold;
	color:#524832;
	margin:0 0 0 0;
}
p.home_style03{
	font-size:13px;
	font-weight:bold;
	color:#524832;
	margin:0 0 0 0;
}
p.home_style04{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	text-align:center;
}
	/* ----- END Text (HOME) ---------- */

	/* ----- Links (HOME) ---------- */
a.home_link01:link {
	/* Sets the style for unvisited links. */
  color: #524832;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.home_link01:visited {
	/* Sets the style for visited links. */
  color: #524832;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.home_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.home_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
a.home_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}
	/* ----- END Links (HOME) ---------- */

/* ----- END Home Styles --------------------------- */



/* ----- Content Pages Styles ---------------------- */

	/* -----Containers (CONTENT) -------- */
#content_contentLeft{
	float:left;
	width:184px;
	margin-top:66px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#content_contentMiddle{
	float:left;
	width:540px;
	margin-top:38px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#content_contentRight{
	float:left;
	width:110px;
	margin-top:63px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
	/* -----END Containers (CONTENT) -------- */
	
	/* ----- END Text (CONTENT) ---------- */
p.content_header{
	font-size:28px;
	font-weight:bold;
	color:#000000;
	margin:0 0 0 0;
}
p.content_style01{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
p.content_style02{
	font-size:12px;
	font-weight:bold;
	color:#392E18;
	margin:0 0 0 0;
	text-align:left;
}
p.content_style03{
	font-size:11px;
	font-weight:bold;
	color:#557F98;
	margin:0 0 0 0;
	text-align:center;
}
	/* ----- END Text (CONTENT) ---------- */
	
	/* ----- Links (CONTENT) ---------- */
a.content_link01:link {
	/* Sets the style for unvisited links. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link01:visited {
	/* Sets the style for visited links. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}


a.content_link02:link {
	/* Sets the style for unvisited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link02:visited {
	/* Sets the style for visited links. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link02:hover {
	/* Sets the style for links on mouseover. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link02:focus {
	/* Sets the style for a link that has focus. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.content_link02:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
	/* ----- END Links (CONTENT) ---------- */
	
/* ----- END Content Pages Styles ------------------ */



/* ----- Portfolio Pages Styles -------------------- */

#portfolio_contentWrapper {
	/* This is a container to hold the portfolio content. */
	text-align: left;
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:23px;
}
#portfolio_contentLeft{
	float:left;
	width:295px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#portfolio_contentRight{
	float:left;
	width:572px;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
img.subMenuThumb {
	width:47px;
	height:39px;
	border:none;
}
p.portfolio_style01{
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
p.portfolio_style02{
	font-size:13px;
	font-weight:normal;
	color:#291F0B;
	margin-top:13px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

	/* ----- Links (PORTFOLIO) ---------- */
a.portfolio_link01:link {
	/* Sets the style for unvisited links. */
  color: #291F0B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
	font-size: 13px;
}
a.portfolio_link01:visited {
	/* Sets the style for visited links. */
  color: #291F0B;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
}
a.portfolio_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
a.portfolio_link01 span {
	/* Sets the style for unvisited links. */
	display:none;
}
a.portfolio_link01:hover span {
	/* Sets the style for links on mouseover. */
	display:block;
	top:-15px;
	left:0px;
	z-index:100;
	border:2px solid #FFFFFF;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	position:absolute;
	margin-left: -60px;
}
a.portfolio_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
a.portfolio_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
	/* ----- END Links (PORTFOLIO) ---------- */
	
/* ----- END Portfolio Pages Styles ------------------ */



/* ----- Contact Pages Styles -------------------- */

#contact_contentWrapper {
	/* This is a container to hold the portfolio content. */
	text-align: left;
	width:981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:23px;
}
#contact_contentLeft{
	float:left;
	width:276px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#contact_contentRight{
	float:left;
	width:567px;
	margin-top:54px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
p.contact_style01{
	font-size:14px;
	font-weight:bold;
	color:#557F98;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:0px;
	text-align:left;
}
p.contact_style02{
	font-size:16px;
	font-weight:bold;
	color:#392E18;
	margin-top:15px;
	margin-bottom:3px;
	margin-left:30px;
	margin-right:0px;
	text-align:left;
}
p.contact_style03{
	font-size:13px;
	font-weight:normal;
	color:#392E18;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:0px;
	text-align:left;
}
p.contact_style03_02{
	font-size:13px;
	font-weight:bold;
	color:#392E18;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:30px;
	margin-right:0px;
	text-align:left;
}
p.contact_style04{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	text-align:left;
}
p.contact_style05{
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 0 0 0;
	text-align:left;
}

	/* ----- Links (CONTACT) ---------- */
a.contact_link01:link {
	/* Sets the style for unvisited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.contact_link01:visited {
	/* Sets the style for visited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.contact_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.contact_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.contact_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
	/* ----- END Links (CONTACT) ---------- */
	
/* ----- END Contact Pages Styles ------------------ */



/* ----- Praise Pages Styles -------------------- */

#praise_contentWrapper {
	/* This is a container to hold the portfolio content. */
	text-align: left;
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:23px;
}
#praise_contentLeft{
	float:left;
	width:295px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#praise_contentRight{
	float:left;
	width:572px;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
img.subMenuThumb {
	width:47px;
	height:39px;
	border:none;
}
p.praise_style01{
	font-size:19px;
	font-weight:bold;
	color:#392E18;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
p.praise_style02{
	font-size:13px;
	font-weight:normal;
	color:#291F0B;
	margin-top:13px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	cursor: default;
}

	/* ----- Links (PRAISE) ---------- */
a.praise_link01:link {
	/* Sets the style for unvisited links. */
  color: #465862;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
	cursor: default;
	font-size: 13px;
}
a.praise_link01:visited {
	/* Sets the style for visited links. */
  color: #465862;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
}
a.praise_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #557F98;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	position:relative;
	cursor: default;
}
a.praise_link01 span {
	/* Sets the style for unvisited links. */
	display:none;
}
a.praise_link01:hover span {
	/* Sets the style for links on mouseover. */
	display:block;
	top:-15px;
	left:-60px;
	z-index:100;
	border:2px solid #FFFFFF;
	background:#FFFFFF;
  	font-family: Arial, Helvetica, sans-serif;
  	text-decoration:underline;
  	position:absolute;
}
a.praise_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #465862;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
a.praise_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #465862;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
	/* ----- END Links (PRAISE) ---------- */
	
/* ----- END Praise Pages Styles ------------------ */



/* ----- Directions Pages Styles -------------------- */


p.directions_style01{
	font-size:14px;
	font-weight:bold;
	color:#557F98;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:0px;
	text-align:left;
}
p.directions_style02{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:3px;
	margin-left:60px;
	margin-right:0px;
	text-align:left;
}
p.directions_style03{
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:60px;
	margin-right:0px;
	text-align:left;
}
p.directions_style03_02{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:60px;
	margin-right:0px;
	text-align:left;
}
p.directions_style04{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 0;
	text-align:left;
}
p.directions_style05{
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 0 0 0;
	text-align:left;
}

	/* ----- Links (DIRECTIONS) ---------- */
a.directions_link01:link {
	/* Sets the style for unvisited links. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.directions_link01:visited {
	/* Sets the style for visited links. */
  color: #392E18;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
a.directions_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #557F98;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
}
	/* ----- END Links (DIRECTIONS) ---------- */
	
/* ----- END Directions Pages Styles ------------------ */



/* ----- Process Pages Styles -------------------- */

#process_contentWrapper {
	/* This is a container to hold the portfolio content. */
	text-align: left;
	width:991px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:23px;
	height: auto;
}
#process_contentLeft{
	float:left;
	width:295px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#process_contentRight{
	float:left;
	width:573px;
	margin-top:50px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}
img.subMenuThumb {
	width:47px;
	height:39px;
	border:none;
}
.process_style01{
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
.process_style02{
	font-size:13px;
	font-weight:normal;
	color:#291F0B;
	margin-top:13px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

	/* ----- Links (PROCESS) ---------- */
a.process_link01:link {
	/* Sets the style for unvisited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
  
	background-image:url(images/process_imageUNSELECTED.png);
	background-repeat:no-repeat;
	width:260px;
	height:38px;
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	display:block;
}
a.process_link01:visited {
	/* Sets the style for visited links. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
  
	background-image:url(images/process_imageUNSELECTED.png);
	background-repeat:no-repeat;
  width:260px;
	height:38px;
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	display:block;
}
a.process_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/process_imageSELECTED.png);
	background-repeat:no-repeat;
	text-decoration:none;
  position:relative;
  
  width:260px;
	height:38px;
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	display:block;
}
a.process_link01 span {
	color: #050505;
	padding-right: 10px;
}
a.process_link01:hover span {
	/* Sets the style for links on mouseover. */
	color: #050505;
	padding-right: 10px;
}
a.process_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/process_imageSELECTED.png);
	background-repeat:no-repeat;
  text-decoration:none;
  position:relative;
  
  width:260px;
	height:38px;
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	display:block;
}
a.process_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/process_imageSELECTED.png);
	background-repeat:no-repeat;
  text-decoration:none;
  position:relative;
  
  width:260px;
	height:38px;
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	display:block;
}
	/* ----- END Links (PROCESS) ---------- */
	
/* ----- END Process Pages Styles ------------------ */



/* ----- Blog Pages Styles -------------------- */

#blog_contentWrapper {
	/* This is a container to hold the portfolio content. */
	text-align: left;
	width:991px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:23px;
}
#blog_contentLeft{
	float:left;
	width:237px;
	margin-top:49px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#blog_contentRight{
	float:left;
	width:514px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
}
p.blog_style01{
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
p.blog_style02{
	font-size:13px;
	font-weight:normal;
	color:#291F0B;
	margin-top:13px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

	/* ----- Links (BLOG) ---------- */
a.blog_link01:link {
	/* Sets the style for unvisited links. */
  color: #291F0B;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
}
a.blog_link01:visited {
	/* Sets the style for visited links. */
  color: #291F0B;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  position:relative;
}
a.blog_link01:hover {
	/* Sets the style for links on mouseover. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
a.blog_link01 span {
	/* Sets the style for unvisited links. */
	display:none;
}
a.blog_link01:hover span {
	/* Sets the style for links on mouseover. */
	display:block;
	top:-15px;
	left:-60px;
	z-index:100;
	border:2px solid #FFFFFF;
	background:#FFFFFF;
  	font-family: Arial, Helvetica, sans-serif;
  	text-decoration:underline;
  	position:absolute;
}
a.blog_link01:focus {
	/* Sets the style for a link that has focus. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
a.blog_link01:active {
	/* Sets the style for a link that is being activated/clicked. */
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  position:relative;
}
	/* ----- END Links (BLOG) ---------- */
	
/* ----- END Blog Pages Styles ------------------ */
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 50;
	position:relative;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	text-decoration: none;
	color: #557F98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 20px;
	padding-top: 10px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	width: 151px;
	background-image: url(images/menu_contentBoxes/dropDownBg.png);
	background-repeat: repeat-y;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 151px;
	color: #3C3521;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0 4px 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
}

.horizontalcssmenu ul li a:hover{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #3C3521;
}
.horizontalcssmenu ul li ul li a:hover{
	color: #FFFFFF;
	background-color: #3C3521;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	width: 133px;
}	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%;}

.sidebar-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding:30px 0 0 35px;
}
.sidebar-title ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0 0 0 0;
}
.sidebar-title ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0 0 0 0;
	list-style-type: none;
}
#recently {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 35px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #557F98;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 35px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#recently ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 35px;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist ul li, .linkslist ul, .linkslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}
.archive-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 35px;
	padding: 0 0 0 0;
	list-style-type: none;
}
.archive-list a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.archive-list a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #557F98;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.archive-list a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.archive-list a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 35px;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #557F98;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.linkslist a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b2aa99;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.date-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b6b3b3;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b6b3b3;
}
.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #86a8bb;
	padding: 12px 0 12px 0;
}
.post-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #929090;
}
.post-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #86a8bb;
	padding: 15px 4px 10px 0;
}
.post-footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #86a8bb;
	padding: 15px 0 10px 0;
}
.comment-poster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #86a8bb;
	padding:0px;
}
.comment-poster a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #86a8bb;
	padding:0px;
}
.comment-poster a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #86a8bb;
	padding:0px;
}
.comment-poster a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #86a8bb;
	padding:0px;
}
.comment-poster a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #86a8bb;
	padding:0px;
}
.comment-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #929090;
}
.comment-timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #86a8bb;
	padding: 15px 0 10px 0;
}
.comment-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #86a8bb;
	padding: 15px 5px 10px 185px;
}
.item-control blog-admin pid-1778773034 {
	margin: 15px 0 10px 3px;
}
.icon-action {
	border: 1px solid #929090;
}
.short_break {
	height:8px;
}
/* ----- Blogger Styles -------------------- */
#navbar-iframe {
   display: none !important;
}
