@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bkg.jpg);
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
border: none;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #gallery { 
	width:850px;
	height:85px;
	background-image:url(../images/gallery_16.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#D11246;
	margin:10px;
	
} 
.twoColFixRtHdr #header { 
	background-image:url(../images/es_web_03.png);
	background-position: right;
	background-repeat:no-repeat;
	padding: 20px 10px 10px 0px;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width:308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:10px 10px 0px 0px;
}
.twoColFixRtHdr #test {
	float: right;
	width:308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:10px 10px 0px 0px;
}
.twoColFixRtHdr #sidebar2 {
	clear:right;
	float: right;
	background-image: url(../images/sidebar_16.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:293px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	background-color: #615E5E; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:30px 5px 0 10px;
	margin:10px 10px 0 0;
}
.twoColFixRtHdr #sidebar3 {
	clear:right;
	float: right;
	background-image: url(../images/sidebar_21.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:293px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	background-color: #615E5E; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:30px 5px 0 10px;
	margin:10px 10px 0 0;
}
.twoColFixRtHdr #midbar{
	
	
	margin:100px 0 100px 0;
}
.twoColFixRtHdr #midbarclear{
	float:right;
	width:250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:169px;
	background-color:#003399;
	
}
.verticalline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #mainContent { 
	background:#FFFFFF;
	
	padding: 5px 0 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #pageContent { 
	border:solid;
	border-width:10px;
	border-color:#FFFFFF;
	padding: 5px 0 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #flash {
	width: 560px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:10px 10px 0px 10px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #lowersection {
	background-color:#A31C23;
	width: 550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 0 5px 10px;
	padding:15px 0 5px 10px;
}
.forpadding {
	padding-right: 15px;
}

.twoColFixRtHdr #footer {
	width:905px;
	margin:15px auto; 
	padding: 0px 0px 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.twoColFixRtHdr #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 */
}
.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;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00CCFF;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.tdpadding {
	padding-right: 10px;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;

}
