/* @override 
	http://inglesparati.com.s38457.gridserver.com/css/inglesparati.css
	http://dev.inglesparati.com/css/inglesparati.css
*/

/* @group Block elements */

html,body {
	font-family: "Century Gothic","Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	background-color: white;
	margin: 10px 0 10px 0;
	padding: 0;
}

img.float {
	float: left;
	padding: 0 5px 5px 0;
	margin: 0;
}

img.float-right {
	float: right;
	padding: 0 0 5px 5px;
	margin: 0;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

blockquote {
	padding: 0;
	margin: 5px 20px 5px 20px
}


p {
	padding: 0 0 1em;
	margin: 0;
}

h1,h2,h3,h4 {
	font-weight: 400;
	color: #525252;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.3em;
	color: black;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

big {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	margin-bottom: 10px;
}

ol {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-position: inside;
}

li {
	margin-bottom: 10px;
}

/* @end */

/* @group Layout Objects */

div#container {
	width: 790px;
	min-height: 400px;
	margin: auto;
	background: #eeebeb url(../images/bg.jpg) repeat-y;
}
div#bod {
	margin-left: 14px;
	background-image: url(../images/mid.jpg);
}
div#bod div#content {
	margin-left: 10px;
	width: 500px;
	min-height: 280px;
}
#cookiecrumb {
	margin-bottom: 10px;
	padding-top: 3px;
	text-transform: lowercase;
	color: black;
}
/* @end */

/* @group Top */

#page-title h1 {
	display: block;
	background-color: #231f20;
	color: white;
	margin: -4px 0 0 0 ;
	padding: 0px 0 2px 10px;
	font-style: italic;
}

#top {
	height: 97px;
	text-align: left;
	background: url(../images/top.jpg) no-repeat;
}
#bod #top_bar {
	background-color: #231f20;
	height: 4px;
	width: 100%;
}
#top #logo img {
	margin: 5px 10px 0 30px;
}

/* @end */

/* @group Navigation */

#navigation {
	background: #d8d6d6;
	width: 220px;
	border-bottom: 1px solid #B7B7B7;
	position: relative;
	float: right;
	padding: 0;
}

#navigation a {
	color: #8a3302;
	width: 195px;
	font-size: .9em;
	display: block;
	text-decoration: none;
	height: 15px;
	padding: 2px 0px 0 5px;
}

#navigation a:hover {
	background-color: #d95208;
	color: white;
}

#navigation a.selected {
	background-color: #d95208;
	color: white;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	width: 205px;
}

#navigation #spacer {
	width: 40px;
	color: black;
}

/* @end */

/* @group Footer */

#bottom {
	height: 15px;
	background: url(../images/bottom.jpg) no-repeat 0 bottom;
}
#footer {
	color: #939393;
	text-align: left;
	padding: 2px 10px 5px 12px;
	width: 790px;
	margin: auto;
}

div.sys_log {
	position: absolute;
	bottom: 50px;
	padding: 10px;
	left: 0;
	width: 100%;
	background-color: #674141;
	color: #fff;
	display: block;
}
#footer #copyright {
	float: right;
}
/* @end */

/* @group Forms */

fieldset {
	border: none;
}

div.form a.actionButton {
	background-color: #844b00;
	padding: 3px 5px 3px 5px;
	border: 1px solid #BEBEBE;
	color: #fff;
}

div.form a.actionButton:visited {
	color: #fff;
}

div.form a.actionButton:hover {
	color: #fff;
	text-decoration: underline;
}

div.form fieldset.inlineLabels div.buttons input.submit_button {
	background-color: #d95004;
	border: 1px solid #BEBEBE;
	color: #fff;
	padding: 3px 5px 3px 5px;
	text-shadow: #000 1px 1px 5px;
}

div#devMsg.casaMessage {
	color: white;
	padding: 0 5px;
	background-color: #311c00;
	position: absolute;
	top: 0;
	width: 100%;
}

input.hidden {
	display: none;
}

div.form fieldset.inlineLabels div.buttons input.submit_button:hover {
	background-color: #9d3902;
}

div.form span.spam {
	background-color: #844b00;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #BEBEBE;
	color: #fff;
}

div.form label {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 9px 10px 8px 0px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	white-space: normal;
}

div.form div.buttons {
	float: left;
	margin: 0px;
	margin-top: 5px;
	padding: 2px 10px 8px 85px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}

div.form input {
	margin: 5px 0px 4px 0px;
}

input,
textarea,
select {
	padding: 1px;
	font: 400 1em verdana,sans-serif;
	color: #626262;
	background: #f5f5f5;
	border: 1px solid #CCC;
}


div.form div.add-lead 

{
	margin-top: 10px;
	padding: 0px 0px 2px 5px;
	white-space: nowrap;
	vertical-align: middle;
	clear: both;
}

.highlight_box {
	float: right;
	margin-right: 10px;
	padding: 10px;
	background: #202020 url(/images/bg.png) repeat;
	border: 2px solid gray;
}

.highlight_box h1 {
	color: white;
}

.highlight_box h2 {
	color: #ae701c;
}

/* @end */

/* @group News */

.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.news ul.long {
	margin: 0;
	padding: 0;
}

.news .long li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 10px;
}

.news .long li a {
	display: block;
	padding: 5px;
	margin: 0;
	border: 1px dotted transparent;
	font-weight: 400;
	font-size: 1.8em;
	letter-spacing: 0px;
	color: black;
	overflow: hidden;
}

.news .long li a:hover {
	text-decoration: none;
	color: #ae701c;
}

.news .long li a span {
	display: block;
	margin: .5em 0 .5em 0;
	font-size: .54em;
	color: #545454;
}

.news .long img {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

#index_news .news {
	overflow: hidden;
}

#index_news .news .long li {
	width: 310px;
	height: 170px;
	float: left;
	margin: 2px;
	overflow: hidden;
}

#index_news .news .long li a {
	border: 1px solid transparent;
	font-size: 1.7em;
	letter-spacing: 0px;
	color: black;
}

#index_news .news .long li a:hover {
	text-decoration: n

one;
	/*border-color:#a6a6a6;*/
color: #ae701c;
}

#index_news .news .long li a span {
	display: block;
	margin: .5em 0 .5em 0;
	font-size: .54em;
	color: #545454;
}

/* @end */

/* @group Links */

a {
	color: #d95208;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #d95004;
	text-decoration: underline;
}

a.nounderline:hover {
	text-decoration: none;
}

a img {
	border: none;
	max-width: 640px;
}

/* @end */

/* @group Comments */

#story_content div div.comments div.add div.msg {
	color: #bc212f;
	font-size: 15px;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	background: black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.comments {
	padding-top: 10px;
}

div.comments h2 {
	color: #ae701c;
	margin-bottom: 10px;
}

div.comments ul.comments {
	margin: 0;
	padding: 0;
}

div.comments ul.comments li.comment {
	margin: 10px 0 10px 0;
	border: 0px solid #d1d1d1;
	padding: 5px;
	background: #202020 url(/images/bg.png) repeat;
	color: #d9dcdb;
	list-style-type: none;
	min-height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.comments ul.comments li.comment .title {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.comments ul.comments li.comment .number {
	font-size: 4em;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: 20px;
	margin-top: -5px;
}

div.comments ul.comments li.comment .message {
	display: block;
	margin-left: 20px;
	margin-top: 3px;
	width: 570px;
}

div.comments ul.comments li.comment .message br {
	line-height: 2.5em;
}

div.comments div.add h2 {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 5px;
}

div.comments span.required {
	color: #766865;
}

/* @end */

div.horizon {
	position: relative;
	bottom: 0;
	left: 0px;
	width: 100%;
	min-width: 790px;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
div.arrow {
	position: relative;
	top: -200px;
	left: 50%;
	margin-left: 112px;
	height: 200px;
	width: 200px;
}

img,div {
	border: 0;
}
img {
	margin-bottom: 5px;
}