/*
=====================================================
Author: Fidel Quintela
Sitename: Carlos Rosario International PCS
Subject: Main site stylesheet
=====================================================
*/
/*
LATEST EDITS:
"td" commented out width attribute for tables in registration.html
*/
/*
=====================================================
FRAMEWORK ELEMENTS
=====================================================
*/
body {
	background-color:#fff;
	height: 100%;
	color:#fff;
	margin:0px;
	padding:0px;
	width:100%;
}
#short #footer {
	top:800px;
}
#med #footer {
	top:1150px;
}
#long #footer {
	top:1600px;
}
#vlong #footer {
	top:2150px;
}
#banner {
	top:0px;
	position: absolute;
	height: 49px;
	min-width:942px;
	width:100%;
	border: 0px solid black;
	left:0px;
	background-color:#d40c0c;
	/*background-color:#213757;*/
	background-image: url(../images/headertopbg.gif);
	padding: 0px 0px 0px 0px;
	z-index:0;
}
#header {
	top:49px;
	width: 100%;
	min-width: 942px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #69B9FF;
	background-image: url(../images/mastbg.jpg);	
	background-repeat:repeat;
	height: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 140px;
	border: 1px solid #fff;	
	left: 0px;
}
html>body #header {
	height: 140px; /* ie5win fudge ends */
}
#nav {
	/*font-family: tahoma, samanta, sans-serif;*/
	top:190px;
	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 */
}
#middle {
	position:absolute;
	float:left;
	top:226px;
	padding: 0 5px 5px 5px;
	border-right: 0px dotted #ccc;
	border-left: 0px dotted #ccc;
	background: #fff;
	margin: 0px 5px 50px 130px;
	width:600px;
	/*min-width:500px;
	max-width:650px;*/
}
#right {
	position: absolute;
	height:100px;
	top: 226px;
	left:750px;
	/*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;
	bottom:0px;
	width:100%;
	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);
}
.gala {
	background-color: #fff;
	text-align:left;
	/*width:25%;*/
	padding:0px;
	margin:0px;
	border:0px solid #fff;
	background-image:url();
}
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%;
}

/*
=====================================================
TYPEFACE ELEMENTS
=====================================================
*/
p, ul, ol, li {
	font-family: arial, samanata, sans-serif;
	color:#474747;
	/*#222, #003061, #63604A*/
	font-size:12px;
	word-spacing:1px;
	line-height:1.5em;
}
#middle h1, #middle h2, #middle h3{
	/*font-family: arial, "Lucida Sans", "Lucida Grande",Verdana, sans-serif;*/
	font-family:verdana, arial, helvetica, sans-serif;
	/*color:#516484;*/
	color:#003061;
	/*background-color:#f2f2f2;*/
	letter-spacing:-1px;
	font-weight:normal;
}
#middle h4 {        
	/*font-family: arial, "Lucida Sans", "Lucida Grande",Verdana, sans-serif;*/
        font-family:verdana, arial, helvetica, sans-serif;
        /*color:#516484;*/
        color:#003061;
        /*background-color:#f2f2f2;*/
        font-size:1.2em;
        letter-spacing:-1px;
        font-weight:normal;
}

#middle ul, ol{
	font-family: arial, samanata, sans-serif;
	font-size: 12px;
	color:#474747;	
}
#middle li {
	font-family: arial, samanata, sans-serif;
	font-size: 12px;
	margin:2px 0 0 40px;
	padding:0px;
	color:#474747;
	list-style-type:disc;
	word-spacing:1px;
}
#middle li.simple, ul.simple {
	list-style-type:none;
	word-spacing:1px;
}
small, #middle li.small {
	font-size:.8em;
	font-weight:bold;
}
.nomarginleft, #middle li.nomarginleft { /*FOR SMALL PRINT ITEMS REG PAGE */
	margin-left:0px;
	margin-right:5px;
	word-spacing:1px;
	letter-spacing:0px;
}
.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;
}
.pageheader {
	text-align:center;
	padding:15px 0 10px 0;
	margin: 20px 0 15px 0;
}
.center {
	text-align:center;
}
.border {
	border: 1px solid #ccc;
	background-image:url(../images/smstripes.png);
}
/*
=====================================================
LINK ELEMENTS
=====================================================
*/
a:link, a:visited, a:active {
	font-family: arial, samanata, sans-serif;
	color: #003399;
	/*alternate color #213757*/
	text-decoration:none;
	letter-spacing:0px;
}
a:hover {
	color: #fff;
	text-decoration: underline;	
	background-color:#213757;
}
a.mainnav {
	color: #E5E7E8;
	text-decoration:none;
	padding: 10px 10px 6px 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;
}
.subnavdiv {
	position:relative;
	font-size:.9em;
	left:1px;
	margin: 1px 0px 1px 0px;
	padding: 10px;
/*	border: 1px solid #213757; */
	border: 1px solid #213757;
        border-left:2px solid #213757;
	text-align: left;
	width:80%;
/*	background-image: url(../images/blu_arrow.gif);	
	background-repeat: no-repeat;
	background-position: left;
	background-image:url(../images/navbg.gif);
        background-position:no-repeat;*/
	text-decoration:none;
}
.subnavdiv:hover {
	left:0px;
	margin: 1px 0px 1px 0px;
	padding: 10px;
	background-image: url(../images/white_arrow.gif);	
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #213757;
	background-color: #213757;
	border-left: 2px solid #69B9FF;
	width:78%;
	text-decoration:underline;
}
a.subnav:link, a.subnav:visited, a.subnav:active {
	font-size: .8em;
	font-family: arial, samanata, sans-serif;
	color: #213757;
/*	color:#fff; */
	text-decoration:none;
	letter-spacing: -0.1px;	
}
a.subnav:hover {
	color: #fff;
	cursor:hand;
}
#breadcrumb {
	background-image: url(../images/blu_arrow.gif);	
	background-repeat: no-repeat;
	background-position: left;
        font-weight:bold;
	border-left: 2px solid #69B9FF;
	text-decoration:underline;
}
#breadcrumb:hover {
	background-image: url(../images/white_arrow.gif);	
	background-repeat: no-repeat;
	background-position: left;
        font-weight:normal;
}
a.img:link, a.img:visited, a.img:active {
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}	
a.img:hover {
	color:#fff;	
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}
/*
=====================================================
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;
}
.imgmiddle {
	float:middle; 
	margin-left:24px;
	padding:5px;
	border:0px
}
.polaroid {
	border: 1px solid #ccc;
	padding: 5px;
}
.noborder {
	border:0px;
}
div.transOFF {
	width: 100%; 
	opacity:1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	border:1px solid #fff; 
}
div.transON {
	width: 100%; 
	background-color: #fff;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	border:1px solid #fff; 
	}
div.trans25 {
	width: 100%; 
	background-color: #fff;
	opacity:.25;	
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
	border:1px solid #fff; 
}
div.trans75 {
	width: 100%; 
	background-color: #fff;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	border:1px solid #fff; 
}

