@charset "utf-8";
/* CSS Document */

html, body { height:100%; }
body  { 
	background-image:url(images/none.jpg);
	background-color: #01042f;
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	margin: 0; 
	padding: 0;
	text-align: center; 

}

body p {font-size:.9em;}

.thrColAbsHdr #container { 
	position: relative;
	width: 1000px;  
	height:100%;
	margin: 0 auto; 
} 
.thrColAbsHdr #inside_container { 
	position: relative;
	width: 100%; 
	min-height:100%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: left; 
	background: #FFFFFF; 
} 


.thrColAbsHdr #header { 
	 position:relative;
	z-index:10;
	height: 150px; /* 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: #DDDDDD; 
	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. */
} 

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 0px;
	left: 0;
	height:100%;
	background: #EBEBEB; 
	border-right:1px solid #ccc;
}

.thrColAbsHdr #inside_sidebar1 {
	width: 150px;
	padding: 160px 10px 15px 20px;
}
.thrColAbsHdr #inside_sidebar1 p {
	font-size:.9em;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	right:0;
	top:0;
	height:100%;
	background: #EBEBEB; 
	border-left:1px solid #ccc;
}
.thrColAbsHdr #inside_sidebar2 {
	width: 160px;
	padding: 200px 10px 15px 10px; 
}

.thrColAbsHdr #inside_sidebar2 p {
	font-size:.9em;
}


.thrColAbsHdr #mainContent { 
	margin: 0 200px 0 15px; /* 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 { 
	margin: 0 15px 0 15px; /* 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 #footer { 
	position:absolute;
	bottom: 0px;
	width:100%;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin:0 auto; text-align:center;

} 

.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:#020c98;
	border-bottom: 0px solid #000000;
	color:#FFF;
} 

.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 */
}
.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;
}

img.img_bord {margin:0px 0 0px 0px; border:1px solid #800000;}
img.img_right {float:right; margin:0 0 10px 10px; border:1px solid #800000;}
img.img_left {float:left;}
div.img_caption {float:right; clear:both; width:300px; padding:0; margin:0 auto; font-size:.8em; color:#666; text-align:center;}
.customerComment {font-size: 0.8em; color: #333; font-weight:normal;border-top: 1px dotted #ccc; margin-bottom:0px; padding-top:10px;}
.name {font-size: 0.8em; color: #333; font-weight:normal; margin-bottom:2px; margin-top:5px; margin-left:8px;}
.date {font-size: 0.8em; color: #ccc; font-weight:normal; font-style:italic; margin-left:8px; margin-top:0px;}

h1 {font-size: 1.8em; color: #c80000; font-weight:normal; border-bottom: 1px dotted #c80000;}
h2 {font-size: 1.6em; color: #333; font-weight:normal;}
h3 {font-size: 1.3em; color: #44507D; font-weight:normal; margin-bottom:-10px;}
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; margin-bottom:-15px;}
h6 {font-size: 1.2em; color: #333; text-decoration:underline; font-weight:normal;border-top: 1px dotted #ccc; margin-bottom:-15px; padding-top:10px;}
span.orange {color:#F60; font-size:1.1em;}
span.red {color:#F00; font-size:.85em;}
span.lger_font {font-size:1.2em; color: #44507D}
#links {
	margin: 0 auto; 
	text-align:center; 
	background-color:#020c98;
	position:relative;
	z-index:1000;
	padding:1px 0 2px 0;
}

ul {list-style-type:circle; margin:0; padding:5px; font-size:.9em;} 
div.ul {margin-left:17px; margin-top:-17px; border:0px solid #000;}


a:link       { color: #f50; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:visited    { color: #f64; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  }
a:active     { color: #f00; text-decoration: none; }
a:hover      { color: #f00; text-decoration: underline; }
#footer a { font-size:.9em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
#footer a:link       { color: #eee; }
#footer a:visited    { color: #ddd; }
#footer a:active     { color: #ddd; }
#footer a:hover      { color: #e80000; text-decoration: underline; }
#links a { font-size:.9em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
#links a:link       { color: #eee; }
#links a:visited    { color: #ddd; }
#links a:active     { color: #ddd; }
#links a:hover      { color: #e80000; text-decoration: underline; }
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
