/*
CSS Document
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
margin: 0px;
text-align:center;
}

img {
border:none;
}
a {
color:#5591c3;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#333;
}
ul {
list-style-type:none;
padding:0px;
margin:0px 0px 0px 8px;
}


#page {
width:800px;
position:relative;
margin-left:auto;
margin-right:auto;
}
/*HEADER*/
#header{
width: 800px;
position:relative;
height: 162px;
background-image:url(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:10px;
margin-left:15px;
left: 0px;
top: 0px;
text-align:left;
}
/*MENU IN HEADER*/
#menu{
position:absolute;
bottom: 20px;
right: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}


/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
float:left;
width:200px;
text-align:left;
}

/*CONTENT*/
#content{
width: 800px;
text-align:center;
}
#contenttext{
float:right;
width: 560px;
text-align:left;
margin-bottom:15px;
}

/*FOOTER*/
.footer{
width: 779px;
height: 32px;
background-image:url(bg_footer.gif);
background-repeat:no-repeat;
clear:both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
text-align:center;
position:relative;
margin-left:auto;
margin-right:auto;
}
/*FOOTER LINKS*/
#innerFooter a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}
#innerFooter a:hover {
color:#333;
text-decoration:underline;
}
#innerFooter {
padding-top:10px;
position:relative;
}

/*TABLE*/
.table_top{
width: 204px;
height: 27px;
background-image:url(table_top.jpg);
background-repeat:no-repeat;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.table_content{
width: 204px;
background-image:url(table_content.jpg);
background-repeat:repeat-y;
}
.table_text{
margin-left:15px;
margin-right:15px;
text-align:left;
padding-top:10px;
}
.table_bottom{
width: 204px; height: 23px;
}

/*TEXT STYLES*/
a.menuLeft {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
display:block;
color:#333;
padding-left:15px;
}
a.menuLeft:hover {
background-color:#ddd;
text-decoration:none;
}


.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: 10px;
padding-left:15px;
}

.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;
}
#masquerade {
display:none;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-image:url(bg_searching.png);
}
#searchResultParent {
position:absolute;
top:45%;
margin-top:-250px;
left:50%;
margin-left:-300px;
width:600px;
height:496px;
text-align:center;
background-image:url(under_search.png);
background-repeat:no-repeat;
background-position:center bottom;
display:none;
}
#searchResultParent img {
position:absolute;
left:12px;
top:8px;
}
#searchResult {
height:450px;
overflow:auto;
background-color:#fff;
text-align:left;
padding-left:10px;
padding-right:10px;
font-size:11px;
font-family:verdana;
}
#menusearch {
width:100%;
background-image:url(top_search.png);
background-repeat:no-repeat;
background-position:center top;
border-bottom:1px solid #333;
padding-bottom:5px;
padding-top:4px;
font-family:Verdana;
}
.highlight {
background-color:#5591c3;
}
.search input.text {
border:none;
background-color:transparent;
background-image:url(input_bg.png);
background-repeat:no-repeat;
padding-left:4px;
}
.rubbish {
color:#ccc;
}
.rubbish a {
color:#ccc;
}
h4 a:hover {
text-decoration:none;
}
.hidden {
display:none;
}
hr.short {
width:20%;
text-align:left;
left:0px;
}
