* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

:focus { outline: none; }

html {
	height: 100%;
}

body {
	text-align: center;
	color: #333333;
	background-color: #E5ECF2;
	font-size: .95em;
}

a {
	color: #00467F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

/* Form Elements */
input[type=text] { font-size: 1em; }
textarea { font-size: 1em; }

/* Quiebras.com Page Layout */
div#center {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div#wrapperholder {
	text-align: left;
}

div#wrap { text-align: left; }

div#header { margin-bottom: 10px; }

div #logo {
	text-align: left;
	background: #00467F url(../images/lighthouse.gif) top right no-repeat;
	height: 70px;
}

div#topmenu {
	background-color: #C5E2A4;
	height: 30px;
	margin: 0px 20px;
}

div#topmenu_left {
	width: 100%;
	background: transparent url(../images/menu_left.gif) top left no-repeat;
	float: left;
}

div#topmenu_right {
	width: 100%;
	background: transparent url(../images/menu_right.gif) top right no-repeat;
	float: right;
}

div#mainholder_container { background-color: #FFFFFF; }

div#mainholder_top { height: 100%; background: transparent url(../images/content_top.gif) top center no-repeat; }

div#mainholder_bottom { height: 100%; background: transparent url(../images/content_bottom.gif) bottom center no-repeat; }

div#mainholder { padding: 20px; }

/* Quiebras.com Blocks */
#topmenu ul {
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}

#topmenu li { display: inline; }

#topmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 30px;
	color: #325B0A;
}

#topmenu li a:hover, #topmenu li.selected a { text-decoration: underline; }

#left {
	float: left;
	text-align: left;
	width: 200px;
	margin-right: 20px;
}

#left .menublock h2 { color: #5C5C5C; }

.block h2 {
	margin-top: 20px;
	color: #00467F;
}

#left .block h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#left .block ul { list-style-type: none; }

#left .block ul li { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #D6D6D6; }

#left .block ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #336B99;
}
#left .block ul li a:hover { color: #9FCF67; text-decoration: none; }

.htmlblock .htmlcontent { padding: 0px 5px; }

div#content { margin-left: 220px; width: 680px;}

#content h1.title {
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-top: 0px;
	margin-bottom: .5em;
	padding-bottom: .2em;
	color: #5C5C5C;
	border-bottom: 1px solid #D6D6D6;
}

#content h1,
#content h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-top: .8em;
	margin-bottom: .5em;
	padding-bottom: .2em;
	border-bottom: 1px solid #CCDAE5;
}

#content h3,
#content h4 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .3em;
}

#content h1, #content h3 { color: #00467F }
#content h2, #content h4 { color: #336B99; }

#content ul, #content ol { margin: 0 1em; margin-bottom: 1em; }

#content li {
	list-style-position: outside;
	line-height: 1.3em;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: .5em;
	padding-bottom: .5em;
}
#user_blocks { margin-bottom: 20px; }

#picture_block { vertical-align: top; }

#news_block { vertical-align: top; padding-left: 20px; }

#news_block h2 {
	margin-top: 0px;
	color: #00467F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#news_block .block ul { list-style-type: none; margin: 0px; padding: 0px; }

#news_block ul li {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	padding-bottom: 4px;
	line-height: 1.1em;
	margin-bottom: 5px;
}

#news_block ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #336B99;
}
#news_block ul li a:hover { color: #9FCF67; text-decoration: underline; }

#copyright {
	font-size: 13px;
	color: #5C5C5C;
	padding: 0px 50px;
	margin-top: 10px;
	padding-bottom: 20px;
}

#copyright p { margin-bottom: .3em }

/* Custom Address Block */

.htmlblock_address {
	margin-top: 20px;
	background-color: #F5FAF0;
	border: 1px solid #D9ECC2;
	padding: 10px;
}

.htmlblock_address h3 {
	color: #325B0A;
	margin-bottom: 3px;
	font-size: 12px;
}

.htmlblock_address p { margin-bottom: .9em; font-size: 13px; }

.sharing_box { font-size: 13px; }

/* Plugin Related CSS */

/* FAQ Plugin */
#faq_links ul {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 2em;
	padding: 0px;
}

#faq_links li {
	list-style-position: outside;
	line-height: 1.3em;
	text-indent: 0px;
	margin: 0px;
	padding: 5px 0px;
}

#faq_posts h3 {
	font-size: 110%;
	margin-bottom: .5em;
}

/* News Plugin */
#news_posts h3 { font-size: 110%; }

.news_date, .news_author, .more_label, .news_view_author, .news_view_date { font-size: 13px; }

.news_date, .news_author, .news_view_author, .news_view_date { color: #336B99; }

.news_author, .more_label { margin-bottom: 5px; }

.news_view_date { margin-bottom: 2px; }

.news_view_author { margin-bottom: 1em; }

.news_body { margin-bottom: 10px; }

.more_label { margin-top: 5px; }

/* Useful CSS */
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear: left;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: right;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}