/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:13px/1.25 "Trebuchet MS", Verdana;
	background: url(images/bgstroke.jpg) repeat-x top left;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:10px 0 15px 0;
	letter-spacing:-1px;
	font-size: 16px;
	color: #f33700;
}
h2 {
	padding:10px 0;
	letter-spacing:-1px;
	font-size: 14px;
	color: #f33700;
	border-bottom: dotted 1px #f33700;
	margin: 0 0 23px 0;
}
h3 {
	padding:10px 0;
	letter-spacing:-1px;
	font-size: 14px;
	color: #f33700;
	margin: 0 0 13px 0;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/

a, a:visited {
	text-decoration:none;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Wrapper *****/

#wrap {
	width:880px;
	margin:0 auto;
}
/***** Global Classes *****/

.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.width100 {
	width: 100%;
}
.width75 {
	width: 75%;
}
.width50 {
	width: 50%;
}
/***** Header Classes *****/

#header {
	display: block;
	width: 100%;
	height: 85px;
	margin:0;
	padding:0;
	color: #fff;
}
#header #headLeft {
	display: block;
	float: left;
	width: 205px;
	margin:0;
	padding:10px 17px 0 17px;
}
#header #headMid {
	display: block;
	float: left;
	width: 400px;
	margin:0;
	padding:20px 0 0 15px;
	font-size: 16px;
}
#header #headRight {
	display: block;
	float: right;
	width: 137px;
	margin:0;
	padding:20px 0 0 0;
	font-size: 16px;
}
#header #headRight b {
	font-weight: normal;
	color: #fff;
	width: 100%;
}
#header #headRight i {
	font-weight: normal;
	color: #f33700;
	text-decoration: none;
}
/***** Navbar Classes *****/

#navBar {
	display: block;
	clear: both;
	width: 100%;
	height: 32px;
	/*border: solid 1px green;*/
	margin:0;
	padding:0;
	color: #fff;
}
#navBar #nbLeft {
	display: block;
	float: left;
	width: 201px;
	margin:0;
	padding:3px 19px 0 19px;
	font-size: 19px;
	letter-spacing: 3px;
}
#navBar #nbMid {
	display: block;
	float: left;
	width: 520px;
	height: 100%;
	margin:0;
	padding:0;/*border: solid 1px blue;*/
}
#navBar #nbMid li {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 8px;
	background: url(images/splitter.gif) no-repeat center right;
}
#navBar #nbMid li a:link {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#navBar #nbMid li a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#navBar #nbMid li a:hover {
	color: #f33700;
	text-decoration: none;
	outline: none;
}
#navBar #nbMid li a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
#navBar #nbMid li.last {
	background: none;
}
#navBar #nbMid li a.active {
	color: #f33700;
}
#navBar #nbRight {
	display: block;
	float: right;
	width: 60px;
	height: 100%;
	margin:0;
	padding:0 30px 0 0;
	text-align: right;
}
#navBar #nbRight li {
	display: block;
	float: left;
	margin:0 0 0 3px;
	padding: 6px 0 0 0;
}
/***** Container Classes *****/

#cnt {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: 500px;
	min-height: 500px;
}
#cnt #left {
	display: block;
	float: left;
	width: 205px;
	margin:0;
	padding: 30px 17px 17px 17px;
}
#cnt #main {
	display: block;
	float: left;
	width: 606px;
	margin:0;
	padding: 33px 17px 17px 17px;
	background: url(images/mainstroke.jpg) repeat-x top left #f4f3f3;
}
#cnt #main p {
	text-align: justify;
	line-height: 1.4em;
}

#cnt #main a:link{ color: #f33700; border-bottom: dotted 1px #f33700;}
#cnt #main a:visited{ color: #f33700; border-bottom: dotted 1px #f33700;}
#cnt #main a:hover{ color: #f33700; border-bottom: dotted 1px #990000;}
#cnt #main a:active{ color: #f33700; border-bottom: dotted 1px #f33700;}

#cnt #main a.top {
	display: block;
	width: 100px;
	color: #f33700;
	font-size: 11px;
	font-style:italic;
	margin: 10px 0 10px 0;
	border-bottom: none;
}

#cnt #main ul li {
	background:url(images/bullet-red.jpg) no-repeat center left;
	padding-left: 18px;
	margin: 4px 0;
}
#cnt #main .caso {
	background-color: #d0d8d8;
	color: #3a3e3f;
	padding: 25px 17px 15px 17px;
	margin: 20px 0;
}
#cnt #left #subNav {
	display: block;
	width: 100%;
	margin:0;
	padding:0;
	background-color: #f6f6f6;
	border-top: solid 1px #e9e9e9;
}
#cnt #left #subNav li {
	display: block;
	margin:0;
	padding: 14px 0 14px 19px;
	border-bottom: solid 1px #dedcdc;
	background:url(images/arrow-green.jpg) no-repeat 6px 17px;
}
#cnt #left #subNav li a:link {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#cnt #left #subNav li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#cnt #left #subNav li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #90c469;
}
#cnt #left #subNav li a:active {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#cnt #left img {
	margin: 30px 0 0 0;
}
/***** Footer Classes *****/

#cnt #footer {
	display: block;
	float: right;
	margin: 0;
	padding: 17px;
	width: 605px;
	height:72px;
	background-color: #1a2029;
}
#cnt #footer p, #cnt #indexFooter p {
	color:#fff;
	font-size: 11px;
}
#cnt #footer p a:link, #cnt #indexFooter p a:link {
	color: #fff;
	border: none;
}
#cnt #footer p a:visited, #cnt #indexFooter p a:visited {
	color: #fff;
	border: none;
}
#cnt #footer p a:hover, #cnt #indexFooter p a:hover {
	color: #fff;
	border-bottom: dotted 1px #fff;
}
#cnt #footer p a:active, #cnt #indexFooter p a:active {
	color: #fff;
	border: none;
}

#cnt #indexFooter{
	display: block;
	clear: both;
	width: 846px;
	height:42px;
	background-color: #1a2029;
	margin: 100px 0 0 0;
	padding: 17px;
}

/***** Form Classes *****/

.cdetails{ padding: 6px 6px 6px 16px; display: block; width: 200px; border-left: solid 1px white; float: right;}
fieldset{
	padding:15px;
	background-color: #e5e2e2;
	border: none;
	margin: 0;
}
label, input{
	display: block;
	float: left;
}
label{ 
	width: 100px;
	clear: left;
	margin: 0 0 6px 10px;
}
input, textarea, select{ 
	margin: 0 0 6px 10px;
	width: 180px;
}
textarea{ height: 60px;}

/***** Index Classes *****/

#cnt #indexLeft {
	display: block;
	float: left;
	width: 55%;
	margin:0;
	padding: 30px 17px 17px 17px;
}
#cnt #indexRight {
	display: block;
	float: right;
	width: 36%;
	margin:0;
	padding: 50px 17px 17px 17px;
}

#cnt #indexLeft p{ line-height: 1.6em;}
#cnt #indexRight p.more{ 
	display: block; 
	margin: 10px 0; 
	padding: 10px; 
	background-color: #d3dfe1; 
	border: double 1px #fff; 
	text-align:center;
	line-height: 1.8em;
}

#cnt #indexLeft ul { background-color: #f4f3f3; display: block; padding: 20px;}
#cnt #indexLeft ul li {
	background:url(images/bullet-red.jpg) no-repeat center left;
	padding-left: 18px;
	margin: 5px 0;
}

/***** sIFR3 Classes *****/

 .sIFR-active h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 16px;
}
.sIFR-active h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	border-bottom: dotted 1px #CC0000;
	font-size: 14px;
}
.sIFR-active h3 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 14px;
}
.sIFR-active #nbLeft {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 19px;
}
.sIFR-active #headMid, .sIFR-active #headRight {
	visibility: hidden;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
}
