@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	min-height:600px;
	min-width:790px;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-395px;
	margin-top:-300px;
	width:790px;
	height:600px;
	border: 1px solid #CCCCCC;
}
#head {
	width:790px;
	height:110px;
	/** background-image:url(../imgs/head_bg.png);**/ 
	background-position:top left;
	background-repeat:repeat-x;
}
#subhead {
	width:790px;
	height:50px;
	background-image:url(../imgs/subbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}	

#date  {
	float:right;
	margin-top:50px;
	margin-right:45px;
	text-align:right;
	font-size:10px;
	color:#030E2A;
}

#bgct {

	width:790px;
	height:390px;
/**	background-image:url(../imgs/bgct.png);**/
	background-repeat:repeat-x;
	
}

#leftbox {
	width: 455px;
	height: 368px;
	padding-top:22px;
	padding-left:45px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	color:#0a2c56;
	font-size:10px;
	text-align:justify;
}

#bg_sep_vert {
	width: 10px;
	height: 390px;
	background-image:url(../imgs/ct_sep_vert.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

/** leftbox definitions **/

#leftbox h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#030e2a;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align:left;
}

#leftbox img {
	border: 1px solid #819d0b;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 2px;

}

/** leftbox defs eof rightbox init **/

#rightbox {
	width:195px;
	height:368px;
	float:left;
	background-image:url(../imgs/vault.jpg);
	background-position:155px top;
	background-repeat:no-repeat;
	padding-right:45px;
	padding-top:22px;
	padding-left:20px;
	text-align:left;
		
}
#rightbox h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#809e07;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align:left;
}

#subvaulttxt {
	color:#051129;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	width:145px;
	text-align:justify;
	height:35px;
}

#sublogintxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#5c7200;
	margin: 0px;
	padding: 0px;
	
}

#certdownload:link, #certdownload:visited, #sublogintxt a:link, #sublogintxt a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
	color:#5c7200;
}

#certdownload:hover, #certdownload:active, #sublogintxt a:hover, #sublogintxt a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;	
	color:#5c7200;
}

#rightbox form {
	padding: 0;
	margin-top: 0;
	margin-bottom:0;
}

#rightbox input {
	width:178px;
	height:15px;
	border: 0;
	margin-left:-1px;
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	color:#5c7200;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height:15px;
	vertical-align:middle;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E1EEB2;
}

#rightbox form #submitlogin {
	width:43px;
	height:28px;
	border:0;
	margin-left:144px;
	margin-top:-6px;
	padding:0;
	background-color:transparent;

}

#rightbox #sephorz {
	width:210px;
	margin-left:-20px;
	padding-top:6px;
	padding-bottom:4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#rightbox #portfoliohead {
	text-align:right;
	width:188px;
	height:43px;
	margin-top:-5px;
}

#rightbox #portfoliohead h1{
	float:left;
	margin-top:10px;
	color:#030e2a;
}

#rightbox #portfoliohead img {
	float:right;	
}

#rightbox #portfoliozone {
	text-align:right;
	width:188px;
	margin-left:-1px;
	padding-bottom:5px;
}

#rightbox #portfoliozone img {
	border: 1px solid #819d0b;	
}


/*** rightbox eof **/

/** contact form **/

#ctf {
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#ctf .input_text {
	
	background-color:#E1EEB2;
	width: 452px;
	height: 14px;
	margin-top:4px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:0;
	border: 0;
	font-size: 10px;
	color: #5c7200;
	line-height: 14px;

}

#ctf .input_text_required {
	background-color:#E1EEB2;
	width: 452px;
	height: 14px;
	margin-top:4px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:0;
	border: 0;
	font-size: 10px;
	color: #5c7200;
	line-height: 14px;
	background-image:url(../imgs/required.gif);
	background-repeat:no-repeat;
	background-position: 450px center;
	

}

#ctf .textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	overflow:hidden;
	background-color:#E1EEB2;
	width: 452px;
	height: 123px;
	margin-top:4px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:0;
	border: 0;
	font-size: 10px;
	color: #5c7200;
	line-height: 14px;

}

#ctf #submitlogin {
	width:43px;
	height:28px;
	border:0;
	margin-left:417px;
	margin-top:-8px;
	padding:0;
	background-color:transparent;

}

#contacttxt {
	color:#051129;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
}

/** eof contact form **/

#footer {
	width:790px;
	height:50px;
}


/*** FORM INTER EMPRESA **/


.interempresa {

}

.interempresa_item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #809e07;

}

.interempresa_item h2 {
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}

.interempresa_item a:link, .interempresa_item a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
	color:#5c7200;
}

.interempresa_item a:hover, .interempresa_item a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;	
	color:#5c7200;
}

.interempresa_item p {
	font-size:10px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
.interempresa_item img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;

}


/*** EOF INTER EMPRESA **/



/**** MENU CSS ****/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
/*.menu {
width:100%;
height:23px;
font-size:11px;
}*/

.menu {
	padding-top:89px;
	padding-left:45px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:65px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none; 
color:#688008;
height:18px; 
width:65px;
border:0;
background:#FFFFFF; 
padding-left:10px; 
padding-right:10px;
margin-right:2px;
line-height:18px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:65px;
w\idth:65px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#E1EEB2;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background-color: #FFFFFF;
}
.menu ul ul :hover > a.drop {
	background-color: #FFFFFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
	background-color: #E1EEB2;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	bottom:18px;
	left:0;
}
* html .menu ul ul {
bottom:17px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#E1EEB2;
	color:#5c7200;
	height:auto;
	line-height:11px;
	padding:0px 10px 0px 10px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d8edfe;/* yet another hack for IE5.5 */
	padding:5px;
	width:75px;
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#5c7200; 
background:#E1EEB2;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#5c7200;
background:#E1EEB2;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}


/**** EOF MENU CSS ****/

/*** ATTACHMENTS  ***/

.attachments {
	border-top:1px solid #809e07;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin-top:10px;
}

.attachments h2 {
	font-size:17px;
	color:#030e2a;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right:0;
	font-weight:normal;

}
.attachments h3 {
	font-size:11px;
	color:#030e2a;
	margin:0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right:0;
	font-weight:normal;

}

.attachments ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.attachments li {

}

.attachments li a:link, .attachments li a:visited {
	font-size: 10px;
	color: #5c7200;
	text-decoration: none;

}
.attachments li a:hover, .attachments li a:active {
	font-size: 10px;
	color: #5c7200;
	text-decoration: underline;

}


/*** EOF ATTACHMENTS  **/
