@charset "utf-8";
/* CSS Document */

html, body { height:100%; }
body  { 
	position:relative;
	background-image:url(images/none.jpg);
	background-color: #fff;
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

body p {}

#Wrapper {
	position:relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height: auto;
}

.thrColAbsHdr #container { 
	position: relative;
	width: 1000px;  
	margin: 0 auto; 
} 

.thrColAbsHdr #inside_container { 
	position: relative;
	width: 100%; 
	height:100%;
	border-left: 0px solid #aaa;
	border-right: 0px solid #aaa;
	text-align: left; 
	background: #fff; 
} 

.thrColAbsHdr #header { 
	 position:relative;
	z-index:10;
	height: 137px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image:url(images/myseattlesalsa_dash.jpg); 
	background-position: bottom left; 
	background-repeat:repeat-x;*/
	border-bottom: 2px solid #9feaff;
} 

#links {
	margin: 0 auto; 
	text-align:center; 
	background-color:#fff;
	position:absolute;
	left:375px;
	top:114px;
	z-index:1000;
	padding:1px 0 2px 0;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	right:0;
	top:0;
	height:100%;
	background: #fff; 
	border-left:0px solid #ccc;
}

.thrColAbsHdr #inside_sidebar2 {
	width: 240px;
	padding: 210px 10px 15px 20px; 
}

.thrColAbsHdr #inside_sidebar2 p {
	font-size:1.0em;
}

.thrColAbsHdr #mainContent { 
	margin: 0px 200px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 35px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #mainContent_noSideBar { 
	position:relative;
	z-index:2000;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 50px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #footer { 
	position:absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ecfbff;
	margin:0 auto; text-align:center;
	/*border-top: #ff9033 2px solid;*/
	/*background-image:url(images/myseattlesalsa_dash.jpg); 
	background-position: top left; 
	background-repeat:repeat-x;*/
	
} 

.thrColAbsHdr #inside_footer { 
	position:relative;
	padding: 2px 6px 2px 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#ecfbff;*/
	border-top: 2px solid #9feaff;

} 

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.img_right {float:right; margin:0 0 10px 10px;}
img.img_left {float:left;}

h1 {font-size: 1.9em; color: #333; font-weight:normal;}
h2 {font-size: 1.6em; color: #333; font-weight:normal;}
h3 {font-size: 1.7em; color: #333; font-weight:normal; font-family:Verdana, Geneva, sans-serif; margin-bottom:-10px; padding-bottom:0px}
h4 {font-size: 1.0em; color: #333; font-weight:normal;}
h5 {font-size: 1.2em; color: #022; font-weight:normal;border-bottom: 1px dotted #403e41;}
h6 {font-size: 1.0em; color: #333; font-weight:normal;}
h5.eeh5 {font-size: 1.2em; color: #022; font-weight:normal;border-bottom: 1px dotted #403e41; margin-bottom:7px;}
span.red {color:#a3343c;font-size:1.1em; font-weight:normal; }

a:link       { color: #FF4100; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:visited    { color: #fF4100; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:active     { color: #fFF4100; text-decoration: none; }
a:hover      { color: #00ffff; text-decoration: underline; }
/*#footer a 			{ font-size:.9em; }
#footer a:link       { font-size:.9em; }
#footer a:visited    { font-size:.9em; }
#footer a:active     { font-size:.9em; }
#footer a:hover      { font-size:.9em; }
#links a 			{ font-size:0.9em; }
#links a:link       { font-size: 0.9em; }
#links a:visited    { font-size: 0.9em; }
#links a:active     { font-size: 0.9em; }
#links a:hover      { font-size: 0.9em; color: #f02CCFD; }*/
