/* ----------
Stylesheets developed for Ayuda Consulting by Artletic.com
Copyright 2008 Ayuda Consulting.
----------- */

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #2c1f1b url(../images/bkgnrd-paint.jpg) top left no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ebe3d9;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 0 0 75px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: transparent; 
	height: 160px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------
Links
----------- */
a {
	color: #fff799;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	border-bottom: none;
}
#footer a {
	color: #c7b299;
}
#footer .credit, #footer .credit a {
	color: #4f473d;
}

/* ---------
Layout 
-----------*/
#logo {
	background: transparent url(../images/ayuda-logo.png) 0 0 no-repeat;
	display: block;
	width: 313px;
	height: 103px;
	text-indent: -9999em;
	position: relative;
	top: 52px;
	margin: 0 ;
}
#logo a {
	display: block;
	width: 313px;
	height: 103px;
	text-decoration: none;
	border: none;
}
#logo a:hover {
	background: transparent url(../images/ayuda-logo.png) 0 -117px no-repeat;
}

#sideBar {
	float: left; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#home #sideBar {
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 60px;
}
#perceptions #sideBar, #contact #sideBar {
	width: 210px;
	min-height: 265px;
	margin-top: 60px;
	float:right;
	background: transparent url(../images/v-rule-home.jpg) left top no-repeat;
}
.perceptions_article img {
	border: 2px #FFFFFF solid;
	margin: 5px 12px 5px 0;
	float:left;
}
#mainContent { 
	padding: 0 20px; 
}
#home #mainContent { 
	margin: 0 0 0 320px; /* the left margin on this div element creates the column down the left side of the page */
	background: transparent url(../images/v-rule-home.jpg) left 60px no-repeat;
}
#services #mainContent { 
	margin: 0; 
}
#perceptions #mainContent, #contact #mainContent {
	margin: 75px 240px 0 0; 
}
#training #mainContent {
	margin: 70px 0 0 0;
	padding-top: 270px;
	background: transparent url(../images/training-books.jpg) center top no-repeat;
}

#perceptions_home {
	margin: 55px 0 0 0;
}
#home .thumbs {
	margin: 15px 0 50px 0;
}
#home .thumbs img {
	border: 2px #FFFFFF solid;
	margin: 0 20px 0 0;
}
#footer {
	height: 79px;
	margin-top: 1em;
	padding: 0 10px 0 20px;
	background: transparent url(../images/footer-bkgrnd.jpg) -5px 0 no-repeat;
}
h2.training_headline {
	margin: 40px 0 5px 0;
}
.training_entry {
	border-top: 1px solid #d8cab3;
	padding-top: 6px;
	margin: 12px 0 40px;
	position: relative;
}
.section990 {
	background: #d8cab3;
	color: #2c1f1b;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	display: inline;
}
.training_entry h3 {
	margin: 5px 210px 10px 78px;
	font-size: 16px;
/*	font-weight: bold;*/
}
.training_entry p {
	margin: 15px 210px 10px 78px;
}
a.training_contact {
	position: absolute;
	right: 0;
	top: 24px;
	height: 58px;
	width: 175px;
	text-indent: -9999em;
	border: 0;
	overflow: hidden;
	
	background: transparent url(../images/learn_more_btn.png) 0 0 no-repeat;
}
a.training_contact:hover {
	background-position: 0 -59px;
}
/* Navigation styles */
#nav   { 
	text-align: right; 
	margin: 0; 
	padding: 0;
	position: absolute; 
	left: 435px; 
	top:65px; 
	width: 125px;
	height: 100px; 
	font:18px Georgia, "Times New Roman", Times, serif; 
}
#nav li { 
	margin: 5px 0; 
	padding: 0; 
	list-style: none; 
}
#nav li, #nav a, #nav a:visited  { 
	text-decoration: none; 
	display: block; 
	width: 100px; 
	color: #fff799;;
	border: none;
}
#nav a:hover {
	font-style: italic;
}
#nav_services {

}
#nav #nav_about { left: 0; top: 0; height: 22px}
#nav #nav_work {left: 0; top: 22px; height: 25px}
#nav #nav_contact {left: 0px; top: 47px; height: 21px}

#section_intros {
	position: absolute;
	height: 300px;
	font-size: 1.1em;
	line-height: 1.2em;
}
#section_intros div {
	display: block;
	height: 75px;
	color: #ebe3d9;
}
.nav_mask{
	position: absolute;
	left: 555px;
	top: 75px;
	width:250px;
	height:75px;
	overflow:hidden;
}

/* Services page navigation */
ul#services_nav {
	background: transparent url(../images/services_nav.png) no-repeat;
	display:block;
	height: 147px;
	width: 730px;
	text-indent:-9999em;
	margin: 100px auto 25px auto;
	position:relative;
}
#services_nav li {
	margin: 0;
	padding: 0;
	list-style:none;
	position: absolute;
}
#services_nav li, #services_nav a {
	display:block;
	width: 126px;
	height: 147px;
	border: none;
}
#services_nav #fin_mgmnt { top: 0; left: 125px; }
#services_nav #fin_res_dev { top: 0; left: 301px; }
#services_nav #ex_ment { top: 0; left: 476px; }

#services_nav #fin_mgmnt a:hover { background: transparent url(../images/services_nav.png) -125px -155px no-repeat }
#services_nav #fin_res_dev a:hover { background: transparent url(../images/services_nav.png) -301px -155px no-repeat }
#services_nav #ex_ment a:hover { background: transparent url(../images/services_nav.png) -476px -155px no-repeat }

.services_mask {
	width:730px;
	height: 20em;
	overflow:hidden;
	position:relative
}
#services_info {
	width: 2920px;
	position: absolute;
}
#services_info div { 
	width: 730px;
	margin: 0;
	float:left;
}

/* ----------
Typography 
----------- */

em { font-style: italic }
strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 {
	font: italic 3em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #c7b299;
}
#perceptions h1, #contact h1, #training h1 { color: #7accc8;}
#training h1 {
	font-size: 36px;
}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	color: #7accc8;
}
h2 a {
	color: #7accc8;
}
h2.fin_mgmnt_head {
	padding-left: 38px;
	background: transparent url(../images/icon-fin-mgmnt.png) bottom left no-repeat;
}
h2.fin_res_dev_head {
	display: block;
	padding-left: 38px;
	background: transparent url(../images/icon-fin-res-dev.png) bottom left no-repeat;
}
h2.exec_ment_head {
	display: block;
	padding-left: 38px;
	background: transparent url(../images/icon-exec-ment.png) bottom left no-repeat;
}
h2.article_archive { 
	font-size: 1.4em;
	margin: 1em 0 0 0; 
}
h3 {
	color: #fff799;
	font: 20px bold Arial, Verdana, Helvetica, sans-serif;
}
h4, h5 {
	font-size: 1.2em;
	color: #fff799;
	font-weight: bold;
	margin: .8em 0;
	letter-spacing: .02em;
}
h5 { color: #c7b299; }
body p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0
}

#mainContent p {
	font-size: 1.4em;	
}
#home #perceptions_home h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sideBar p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1em 0;
	color: #c7b299;
}
.date {
	margin-top: 5px;
	font-size: .9em;
	color: #c7b299;
	text-transform:uppercase;
}

.read_on {
	font-size: 1em;
	text-transform: uppercase;
	margin: .8em 0;
}
#mainContent p.note {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #c7b299;
}
#mainContent p.article_meta {
	font-size: 1em;
	line-height: 1.3em;
	color: #c7b299;
	margin: .2em 0;
}
p.yellow { color: #fff799; }
.subscribe_rss {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0;
	padding: 3px 0 0 22px;
	color: #7accc8;
	background: transparent url(../images/icon-rss.png) 0 0 no-repeat;
}
.subscribe_email {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0;
	padding: 3px 0 0 22px;
	color: #7accc8;
	background: transparent url(../images/icon-email.png) 0 0 no-repeat;
}
.subscribe_rss a, .subscribe_rss a:visited, .subscribe_email a, .subscribe_email a:visited {
	color: #7accc8;
}
.help, .help a, .help a:visited { 
	font-size: .9em; 
	color: #c7b299;
}
#footer p {
	color: #c7b299;
	font-size: 1.1em;
	margin: 0;
	padding: 2em 0 2em 0;
}

/* Subscription form */
form .email {
	border: none;
	background: transparent url(../images/form-email-bkgrnd.png) 0 0 no-repeat;
	color: #2c1f1b;
	width: 194px;
	height: 23px;
	padding: 2px 8px;
	margin-top: 10px;
}
form .button { 
	margin: 5px 0 10px 123px;	
}

/* Tooltips */
#help_rss { 
	margin: 0 0 0 22px;
	padding: 0 0 .5em 0; 
	color: #7accc8;
}
#help_email { 
	margin: 0 0 0 22px;
	padding: 0 0 .5em 0; 
	color: #7accc8;
}