/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url('/images/header.jpg');
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
	text-align: left;
}
#logo{
	position:absolute;
	left: 680px;
	top: 12px;
	text-decoration:none;
	border: 0px none;
}

:link img {
  border: none;
}

/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
}
#contenttext p.plainText{
	text-align:left;
}
/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url('/images/bg_footer.gif');
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url('/images/table_top.jpg');
	background-repeat:no-repeat;
}
.table_top>p{
	font-weight: bold;
}
.table_content{
	width: 204px;
	background-image:url('/images/table_content.jpg');
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
        background-image:url('/images/table_bottom.jpg');
        background-repeat:no-repeat;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #7DA5E0;
}
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*FORMCONTENT*/
#formcontent{
	width: 400px;
}
/* Forms */
fieldset {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:0 solid;
}
legend {  
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	padding: 0;
}
fieldset ul {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 1em;
}
fieldset.submit {  
	border-style: none;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

/* products layout */
#myhip{
	width: 570px;
	float: left;
}
#myhip #address{
	display: inline;
	float: left;
}
#myhip #view{
	float: right;
}
.product{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
/*
.odd{
	background-color: #C8E4FC;
}
*/
.searchtable{
	text-decoration: none;
}
.searchtable caption{
	padding: 0 0 20px 0;
}
.searchtable td, .required_documents td{
	padding: 10px 10px 10px 0;
}
.searchtable a{
	text-decoration: none;
}
.required_documents{
	border-collapse: separate;
	border-spacing: 10px;
	border:inset;
	margin-bottom: 20px;
}
.required_documents caption{
	padding: 10px 0 10px 0;
	font-size: larger;
	font-weight: bold;
	border-top: solid;
}
input.file{
	background-color:#7DA5E0;
}
