@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ECEBFA;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-left: 1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
.twoColFixRtHdr #header {
	/* background-color: #DDDDDD; */
	background-image: url(aicachelogo3%20-%20Copy.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	text-align: right;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 90px;
	
} 

.twoColFixRtHdr #hmenu {
	/* background: #3CF; */
	clear: left;
	width: auto;
	margin-top: 5px;
	border-top: dotted 1px #39F;
	border-bottom: dotted 1px #39F;
	background-color: #D8EAFC;
} 



.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #667;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 30%; /* 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: #EBEBEB; */
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    line-height: 100%;
}


.twoColFixRtHdr #mainContent {
	
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	min-height: 800px;
	height: auto;
	width: 68%;

} 

.twoColFixRtHdr #mainContent p {
	
	font-size: 12px;
	text-align: justify;
	
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font-size: 70%;
	clear: both;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCC;
	text-align: center;
} 
.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;
}
.rcollist {
}

#header h1 {
	font-size: 1.8em;
	letter-spacing: 6px;
	
}

#header p {
	
	position: relative;
	margin: 0;
	border: 0;
	top: -46px;
	float: right; /* !!!!!!! */
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#665;
	height: 10px;
	
}

#header form  {
	
	position: relative;
	margin: 0;
	border: 0;
	top: 10px;
	left: 350px; /* !!!!!!! */
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	width: 140px;
	height: 10px;

	
}

input {
	color:#09F;
}

#header a  {
	position: relative;
	margin: 0;
	left: 590px;
	top: -4px;
	border: 0 none;
	display: block;
	text-align: left;
	width: 84px;
	height: 35px;
	zoom: 1;
	
		
}

#header a  img {
	border: 0 none;
		
}

* a img {
	border: 0 none;
	position: relative;
}

* a {
	text-decoration: none;
}

.maxexplains {
	margin: 0;
	margin-top: -10px;
	margin-left: 80px;
	margin-bottom: 10px;
	border: 0;
}

#sidebar1 a {
	font-size: 12px;
	display: block;
	margin-top: 12px;
}


#sidebar1 h3 {
	text-align: center;
	color:#EA8E22
}

a:link {
	text-decoration: none;
	color:#306

}

link {text-decoration: none}

#TabbedPanelsContent p {
	font-size: 12px;
}

#TabbedPanels1 li {
	font-size: 12px;
	font-family: sans-serif;
}

.tabimage {
	float: right;
	border: 40;
	margin-left: 10px;
}

.twoColFixRtHdr #hmenu2 {
	/* background: #3CF; */
	clear: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	border-top: dotted 1px #39F;
	border-bottom: dotted 1px #39F;
	background-color: #D8EAFC;
	
} 




.twoColFixRtHdr #mainContent2 {
	

	border-right: dotted 2px #111;
	/*border-top: dotted 1px #06C;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 15px;
	height: auto;
	width: 66%;

	
} 

/*.twoColFixRtHdr #mainContent {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 800px;
	width: 68%;

} 
*/


.twoColFixRtHdr #mainContent2 p {
	
	font-size: 12px;
	text-align: justify;
	
	
} 

.twoColFixRtHdr #mainContent2 h3 {
	margin: 0;
	border: 0;
	font-size: 20px;
	color: #1D9FD8; 
}

.twoColFixRtHdr #mainContent2 h4 {
	margin: 0;
	border: 0;
	font-size: 14px;
	color: #777; 
}

.twoColFixRtHdr #mainContent2 table {
	margin: 0;
	border: 0;
	font-size: 10px;
	margin-bottom: 20px;

}

.rowtitle {
        padding-right: 10px; padding-left: 10px; font-weight: bold; background: #363636; padding-bottom: 10px; color: #ccc; padding-top: 10px; border-bottom: #666 1px dotted
}
.coltitle {
        border-right: #aaaaaa 1px dotted; padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 10px; color: #333; padding-top: 5px; text-align: center
}
.table_content_cel{
padding:5px;
line-height:120%;
}
.price_col{
text-align:center;
font-size:14px;
}
.col1 {
        font-weight: bold; background: #b6cad1; color: #000000; border-bottom: #999 1px dotted; text-align: center
}
.col2 {
        font-weight: bold; background: #c4d9e1; color: #000000; border-bottom: #999 1px dotted; height: 50px; text-align: center
}

.desperation1 {
	padding: 0px;
	float: left;
	clear: both;
	height: 800px;
	width: auto; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}