/* 
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/headervpt2.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Times New Roman, serif;
	color: #000000;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	margin-top:40px;
	margin-left:95px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu .active a {
	color: #888888;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#880000;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*PANELS (News, Links, etc.)*/
#rightpanel{
	float:right;
	width:200px;
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#centerpanel{
	width:200px;
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
}
#contentcenter{
  width: 580px;
}
#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#880000;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#sands{
	width: 800px;
	height: 520px;
  background-image: url(images/S&Sbackground.jpg);
	background-repeat:no-repeat;	
}
#sands a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#880000;
	text-decoration:none;
}
#sands a:hover{
	text-decoration:underline;
}

#register{
	width: 800px;
	height: auto;
  background: #e9cfb6;	
}
#register a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#880000;
	text-decoration:none;
}
#register a:hover{
	text-decoration:underline;
}

#ourpeople {
  width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#880000;
	text-decoration:none;
}
#ourpeople p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color:#880000;
}

/*FOOTER*/
.footer{
  	width: 779px;
	height: 32px;
	background-image:url(images/bg_footervpt.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
  margin:auto;
}

/*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_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;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff7755;
}
.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: #880000;
	font-weight: bold;
}
.news_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {
  font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #888888;
}
.title_coral {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
	font-size: 26px;
	color: #ff7755;
}
.title_panel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
	font-size: 20px;
	color: #ff7755;
	}