/*
=====================================================
Author: Fidel Quintela
Sitename: Carlos Rosario International PCS
Subject: Home page stylesheet
=====================================================
*/

/*
=====================================================
FRAMEWORK ELEMENTS
=====================================================
*/
body {
	background-color:#fff;
	height: 100%;
	color:#fff;
	margin:0px;
	padding:0px;
	width:100%;
}
#med #footer {
	top:1150px;
}
#long #footer {
	top:1550px;
}
#vlong #footer {
	top:2150px;
}
#banner {
	top:0px;
	position: absolute;
	height: 33px;
	min-width:942px;
	width:100%;
	border: 0px solid black;
	left:0px;
        background-color:#213757;
	background-image: url(../images/headertopbgblue.gif);
	padding: 0px 0px 0px 0px;
	z-index:0;
}
#header {
	top:33px;
	width: 100%;
	min-width: 942px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #3DA4FF;
/*	background-image: url(../images/mastbg.jpg);
	background-repeat:repeat;*/
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100px;
	border: 1px solid #fff;	
	left: 0px;
}
html>body #header {
	height: 100px; /* ie5win fudge ends */
}
#nav {
	/*font-family: tahoma, samanta, sans-serif;*/
	top:133px;
	width:100%;
	position: absolute;
	padding:0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	height: 36px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 36px;
	left:0px;
	white-space:nowrap;
	min-width: 942px;
}
#nav h3 { /* CONTROL ENTIRE NAV BAR */
	margin: 5px 0px 0px 110px;
	background-color:transparent;
}
html>body #nav {
	height: 36px; /* ie5win fudge ends */
}
#left {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	border-left:4px solid #213757;
	border-right: 0px dotted #ccc;
	text-align:left;
	background-color: #fff;
}

html>body #left {
	width: 100px; /* ie5win fudge ends */
}
#top {
	position:absolute;
	float:left;
	height:130px;
	top:186px;
	padding:0px;
	border:0px solid #ccc;
	background: #fff;
	margin: 0px 0px 50px 110px;
	width:730px;
}
#error {
	position:absolute;
	float:left;
	font-size:1em;
	height:130px;
	top:186px;
	padding:0px;
	border:0px solid #ccc;
	background: #fff;
	margin: 0px 0px 50px 110px;
	width:730px;
}
#middle {
	position:absolute;
	float:left;
	top:405px;
	padding: 0px;
	border:0px solid #ccc;
	background: #fff;
	margin: 0px 0px 50px 110px;
	width:800px;
	height:130px;
}
#bottom {
	position:absolute;
	float:left;
	top:490px;
	padding: 0px;
	border:0px solid #ccc;
	background: #fff;
	margin: 0px 0px 50px 110px;
	width:730px;
}
#right {
	position: absolute;
	height:100px;
	top: 226px;
	left:700px;
	/*right: 0px;*/ /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	background: #fff;
	width: 180px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:center;
}
html>body #right {
	width: 180px; /* ie5win fudge ends */
}
.rightbox {
	position:relative;
	width:100%;
	text-align:center;
	font-size:1.2em;
	color:#631F1C;
	text-transform:uppercase;
	margin:20px 0 20px 0;
	font-family:"Lucida Sans", "Lucida Grande",Verdana, sans-serif;
	font-weight:normal;
	letter-spacing:-2px;
	
}
#footer {
	position:absolute;
	top:750px;
	width:100%;
	min-width:900px;
	height:30px;
	border: 0px solid #000;
	background-image: url(../images/navbg.gif);
	text-align: center;
	color:#fff;
	margin:0px;
	left:-7px;
}
.smallbox {
	position:relative;
	border: 1px solid #ccc;
	width:30%;
	height:100%;
	float:left;
	list-style-type:number;
	margin:0px 1px;
}
.box {
	position:relative;
	border: 1px solid #ccc;
	width:50%;
	list-style-type:none;
	margin:0px 1px;
}
.container {
	width:100%;
	padding:0px 10px;
	margin:0px 10px;
}
table {
	background-color:#fff;
	padding:0px;
	margin:0px;
	border: 1px solid #ccc;	
}
td {
	background-color: #fff;
	text-align:center;
	width:50%;
	padding:0px;
	margin:0px;
	border:1px solid #ccc;
	background-image:url(../images/smstripes.png);
}
tr {
	height:40px;
}
.borderleft {
	border-left:4px solid #ccc;
	margin:5px 20px;
	padding:5px 10%;
	height:100%;
}
.borderright {
	border-right:4px solid #ccc;
	margin:5px 20px;
	padding:5px 10%;
	height:100%;
}
.borderboth {
	border-right:4px solid #ccc;
	border-left:4px solid #ccc;
	margin:5px 20px;
	padding:5px 10%;
	height:100%;
}
/*
=====================================================
LINK ELEMENTS
=====================================================
*/
a.bannerlinks:hover {
	background-color:#fff;
	color:#003061;
}
a.bannerlinks {
	color:#fff;
	text-decoration:none;
}	
a.mainnav {
	color: #E5E7E8;
	text-decoration:none;
	padding: 10px 10px 8px 10px;
	letter-spacing:0px;
}
a.mainnav:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3176B8;
	padding: 8px 9px 8px 9px;
	border-bottom: 2px solid #E5E7E8;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/white_arrow_up.gif);	
	background-repeat:no-repeat;
	background-position:bottom;
}

/*
=====================================================
TEST ELEMENTS
=====================================================
*/

#menu {
	margin:0px; 
  	padding:0px; 
 	width:100%;
  	height:340px;
  	overflow:hidden; 
	background:#fff;
  }
#menu li {
	display:inline;
	list-style-type:none; 
  }
#menu li a {
  display:block;
  float:left;
  text-decoration:none; 
  margin:2px;
  border: 1px solid #aaa;

  }
#menu li a img {
  opacity:0.85;
  filter: alpha(opacity=90);
  margin:2px;
  border:0px solid #fff;
  float:left;
  }
#menu li a span {
  display:none; 
  }
#menu li a:hover {
  background:#fff;
  }
#menu li a:hover img {
  opacity:1;
  filter: alpha(opacity=100);
  }
#menu li a:hover span {
  position: absolute;
  top: 155px;
  left: 0px;
  width:100%;
  color:#aaa;
  display:block; 
  cursor:pointer;
  float:bottom;
  }
#menu .h2 {
  margin:10px 5px 0px 5px;
  padding:0; 
  color:#474747; 
  font-size:1.25em; 
  border:1px;
  font-family: arial, sans-serif;
  }
#menu .h3 {
  margin: 5px; 
  padding:0; 
  font-size:0.9em; 
  color:#474747;
  font-family: arial, sans-serif;
  }
.outer {
  background:transparent; 
  font-size:0.9em;
  }

#menu2 {
	margin:0px; 
  	padding:0px; 
 	width:100%;
  	height:200px;
  	overflow:hidden; 
	background:#fff;	
  }
#menu2 li {
	display:inline;
	list-style-type:none; 
	text-align: center;
  }
#menu2 li a {
  display:block;
  float:left;
  text-decoration:none; 
  }
#menu2 li a img {
  opacity:0.85;
  filter: alpha(opacity=90); 
  float:left;
  border:1px solid #aaa;
  background:#fff;
  margin:2px 20px;
  padding:2px;
  }
#menu2 li a:hover {
  background:#fff;
  }
#menu2 li a:hover img {
  opacity:1;
  filter: alpha(opacity=100); 
  }
#menu2 .h2 {
  margin:0 5px; 
  padding:0; 
  color:#474747; 
  font-variant:small-caps; 
  font-size:1.25em; 
  }
#menu2 .h3 {
  margin:0 auto; 
  padding:0; 
  font-size:1.1em; 
  color:#003061;
  font-family: verdana, arial, helvetica, sans-serif;
  letter-spacing:-1px;
  font-weight:normal;
  }
/*
=====================================================
TYPEFACE ELEMENTS
=====================================================
*/
h2 {
	font-family: arial, samanata, sans-serif;
	color:#474747;
}
p,ul,li {
	font-family: arial, samanata, sans-serif;
	color:#474747;
	/*#222, #003061, #63604A*/
	word-spacing:2px;
}

.nav {  /* CONTROL INDIVIDUAL NAV ELEMENTS */
	font-family: arial, samanata, sans-serif;
	font-weight: normal;	
	margin: 0px 5px 0px 0px;
	letter-spacing: -0.2px;	
	font-size:0.75em;
}
.footer {
	font-size: .6em;
	color:#fff;
}
/*
=====================================================
IMAGE ELEMENTS
=====================================================
*/
.imgleft {
	float:left; 
	margin-right:8px;
	padding:5px;
	border:solid 1px #ccc;
}
.imgright {
	float:right; 
	margin-left:8px;
	padding:5px;
	border:solid 1px #ccc;
}
.polaroid {
	border: 1px solid #ccc;
	padding: 1px;
}
.noborder {
	border:0px;
}


