/* Reset */
:link,:visited{text-decoration:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset{margin:0;padding:0;line-height:1}
a img,:link img,:visited img{border:none}

.hide{display:none;}

/* Standard */
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
a {
	outline: none;
}
li.active a {
	cursor: default;
}



body {
	text-align: center;
	font: 75% Arial, sans-serif;
	background: #fff;
	color: #000;
}
input, textarea, button {
	font: 1em Arial, sans-serif;
}

#all {
	position: relative;
	width: 752px;
	min-width: 752px;
	margin: 0 auto;
	text-align: left;
	background: url(../imgs/boxBg.gif) repeat-y;
}

#header {
	position: relative;
	height: 123px;
	background: #fff;
}
#header object {
	position: absolute;
	right: 3px;
	top: 10px;
}
h1 a {
	position: absolute;
	left: 0;
	top: 9px;
	width: 344px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../imgs/logo.gif);
}

#content {
	margin: 0 21px 20px 18px;
	min-height: 300px;
}
* html #content {
	height: 300px;
}
#content p, #content li, #content h2 {
	line-height: 1.2;
}
#content h2 {
	text-transform: lowercase;
}



/* #nav1 */
#nav1 {
	position: absolute;
	left: 0;
	top: 102px;
	width: 100%;
	height: 21px;
	background: url(../imgs/boxTop.gif) 0 100% no-repeat;
}
#nav1 ul {
	position: absolute;
	left: 13px;
	top: 0;
}
#nav1 li {
	position: relative;
	float: left;
}
#nav1 li a {
	display: block;
	width: 128px;
	min-height: 19px;
	line-height: 19px;
	background: url(../imgs/navOff.gif) no-repeat #c70000;
	margin-right: 2px;
	color: #fff;
	text-align: center;
}
#nav1 li.active a, #nav1 li a:hover {
	background: url(../imgs/navOn.gif) no-repeat #fff;
	color: #000;
}
* html #nav1 li a {
	height: 19px;
}
/* level 2 */
#nav1 ul ul {
	position: absolute;
	left: 0;
	top: 19px;
	border-top: 1px solid #c70000;
}
#nav1 li li {
	float: none;
}
#nav1 li li a {
	background: #fff !important;
	margin-right: 0;
	border: 1px solid #c70000;
	border-top: 0;
	width: 100px;
	line-height: 1.2;
	min-height: 0;
	padding: 2px 25px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
}
#nav1 li li a:hover {
	background: #c70000 !important;
	color: #fff;
}
* html #nav1 li li a {
	height: 1px;
}
/* dropdown */
#nav1 li ul {
	display: none;
}
#nav1 li:hover ul,
#nav1 li.hover ul {
	display: block;
}




/* #navLang */
#navLang {
	position: absolute;
	right: 3px;
	top: 102px;
	font-size: .9em;
}
* html #navLang {
	right: 37px;
}
#navLang li {
	display: inline;
	padding-left: 12px;
	background: url(../imgs/navLangSep.gif) no-repeat 4px .2em;
	line-height: 1.3;
}
#navLang li.i1 {
	padding-left: 0;
	background: none;
}
#navLang a {
	color: #000;
}
#navLang a:hover, #navLang li.active a {
	color: #c70000;
}



/* #footer */
#footer {
	position: relative;
	background: url(../imgs/boxBottom.gif) no-repeat #fff;
	padding: 18px 0 20px 0;
	text-align: center;
	font-size: .9em;
}
#footer, #footer a {
	color: #6a6a6a;
}
#footer li {
	display: inline;
	padding-left: 12px;
	background: url(../imgs/footerSep.gif) no-repeat 4px .2em;
}
#footer li.i1 {
	padding-left: 0;
	background: none;
}
#footer p {
	margin-top: 1em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .toTop a {
	position: absolute;
	left: 0;
	top: 10px;
	width: 9px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../imgs/toTop.gif);
}
#footer p.toTop {
	margin: 0;
	text-align: left; height: 1px; /* IE6 */
}




/* Estils */
h2 {
	margin: 20px 0 31px 0;
	position: relative;
	left: -17px;
	width: 728px;
	padding-left: 19px;
	border-bottom: 1px solid #c70000;
	padding-bottom: 26px;
	color: #c70000;
	font-size: 3.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
	margin-bottom:10px;
}
#content p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#content p a {color:#C70000;}
#content p a:hover {background-color:#C70000;color:#fff;}




/* style dropdown and custom button classses */
.imgLeft {
	float: left;
	margin-right: 8px;
}
.imgRight {
	float: right;
	margin-left: 8px;
}
.u {text-decoration: underline}
.strike {text-decoration: line-through}
.large {font-size: 1.2em}
.x-large {font-size: 1.4em}
.xx-large {font-size: 1.8em}
.small {font-size: .9em}

