/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
	font-size: 75%;
	color: #2F133D;
	background: #2F133D;
	/*background-image:url(../aassets-peso/shared/seamless.gif);*/
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Structure
-------------------------------------------------------------- */
#header {
	background-color: #5E0069;
	background-image: url(../aassets-bb/shared/header_div_back.jpg);
	background-position: top;
	background-repeat:repeat-x;
	}
#header_container {
	height: 92px;
	width: 1010px;
	background-image: url(../aassets-bb/shared/header_container_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	}
#nav_container {
	height: 31px;
	width: 1010px;
	background-image: url(../aassets-bb/shared/nav_div_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}
#main_content {
	background-color: #5E0069;
	}
#main_content_container {
	width: 1010px;
	background-image: url(../aassets-bb/shared/main_content_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 18px 0 9px 0;
	}
#footer {
	background-color: #5E0069;
	background-image: url(../aassets-bb/shared/footer_div_back.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	}
#footer_top {
	width: 1010px;
	background-image: url(../aassets-bb/shared/footer_top_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}
#footer_mid {
	width: 1010px;
	background-image: url(../aassets-bb/shared/footer_mid_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}
#footer_bottom {
	width: 1010px;
	height: 46px;
	background-image: url(../aassets-bb/shared/footer_bottom_back.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #5E0069; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 0 1.5em /*1.5em*/ 0 0; padding: 0; }
p img.left_tight  { float: left; margin: 0 ; padding: 0; }
p img.right { float: right; margin: 0 /*1.5em*/ 0 0 1.5em; }
img.left    { float: left; margin: 0 1.5em/*1.5em*/ 0 0; padding: 0; }
img.left_tight  { float: left; margin: 0; padding: 0; }
img.right   { float: right; margin: 0 /*1.5em*/ 0 0 1.5em;; }

a:link      { color: #FF6600; text-decoration: underline; }
a:visited   { color: #FF6600; text-decoration: underline; }
a:active,
a:focus,
a:hover     { color: #6600CC; text-decoration: underline; }


blockquote  {
	margin: 1.5em;
	/* color: #667; font-style: italic;*/
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; /*width:100%;*/ }
table       { border-collapse: collapse; /*clear: left; left-over from complex css example*/ }

th          { font-weight: bold; text-align: right; vertical-align: top;}
td          { vertical-align: top;}
thead th    { background: #949381; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
td.td_right { text-align: right; }

table.table_lined tr {
	border-bottom: 1px solid #ddd;
}
table.table_lined tr.top_row, tr.top_row {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #093A5B;
}
tr.top_row td {
	background-color: #eee;
}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.big      	{ font-size: 1.2em;}
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.tight_line { line-height: 1.1em; }

p.breadcrumb          { font-size: .8em; color: #666; }
p.breadcrumb a        { color: #666; text-decoration: underline; }
p.breadcrumb a:hover  { color: #F00; text-decoration: underline; }

a.quietlink           { color: #222; text-decoration: underline; }
a:hover.quietlink     { color: #F00; text-decoration: underline; }
a.lineless_link       { text-decoration: none; }
a:hover.lineless_link { text-decoration: underline; }
a.bluelink            { color: #093A5B; text-decoration: none; }
a:hover.bluelink      { color: #F00; text-decoration: underline; }

ul.small_list, ol.small_list {
	margin: 0;
	padding: 0 0 0 3px;
	line-height: 1.2em;
	font-size: .8em;
	}
ul.small_list { list-style-type: circle; }
ul.small_list  a { text-decoration: none;}
ul.small_list  a:hover { text-decoration: underline; }

p#copyright { font-size: .8em; /*margin-bottom: 1.875em; line-height: 1.875em; */margin-bottom:0; padding-bottom:0; }
p#webmaster { font-size: .8em; /*margin-bottom: 1.875em; line-height: 1.875em; */margin-bottom:0; padding-bottom:0;  color: #666; }
p#webmaster a:link, p#webmaster a:visited        { color: #666; text-decoration: underline; }
p#webmaster a:active, p#webmaster a:hover  { color: #F00; text-decoration: underline; }
