@charset "utf-8";

.blue{
color:#10175F;

}

.white{
color: #FFFFFF;

}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #000000;
	height:100%;
}

.thrColFix #container { 
	width: 1030px;  
	background: #FFFFFF;
	background-image:url(images/middleRepeat.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.thrColFix #sidebar1 {
	float: left;
	width: 25px; 
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-image:url(images/leftRepeat.jpg);
	background-repeat:repeat-y;
	
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 25px; 
	padding: 0px;
	margin: 0px;
	background-image:url(images/rightRepeat.jpg);
	background-repeat:repeat-y;

}

.thrColFix #mainContent { 
	margin: 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;


}

.thrColFix #mainContentTextDiv { 
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:950px;

}







.thrColFix #sidebarBottomLeft {
	float: left;
	width: 35px; 
	height:30px;
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-image:url(images/leftRepeat.jpg);
	background-repeat:repeat-y;
	background-image:url(images/rightRepeat.jpg);
	background-repeat:repeat-y;

}

.thrColFix #sidebarBottomRight {
	float: right; /* since this element is floated, a width must be given */
	width: 35px; 
	padding: 0px;
	margin: 0px;
	height:30px;

}
.thrColFix #mainFooter{ 
	margin: 0px auto; 
	padding: 0px;
	background-image: url(images/bottom_middle.jpg);
	background-repeat:repeat-x;
	
	height:30px;

}
.thrColFix #headerDiv { 
	margin: 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffffff;
	height:25px;
	border-bottom:#000000 solid 1px;
}
.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;
}

.thrColFix #leftInnerDiv{

float:left;



}

.thrColFix #rightInnerDiv{

float:right;
width:329px;
height:340px;
background-color:#999999;


}

.thrColFixUL18px{

list-style-position:inside;
font-size: 18px; 
margin-left:10px; 
line-height:30px;


}

.thrColFixUL14px{

list-style-position:inside;
font-size: 14px; 
margin-left:10px; 


}

.thrColFix #rightBlueInnerDiv{

float:right;
width:665px;
height:210px;
background-color:#10175F;
padding-left:5px;
color:#FFFFFF;
background-image:url(images/bluedivbg.jpg);
background-repeat:repeat-y;
background-position:right;


}

.thrColFix #rightBlueInnerDivText{

float:left;
width:615px;
background-color:#10175F;
color:#FFFFFF;
margin-left:5px;


}

.thrColFix #rightBlueInnerNavDiv{

float:right;
width:665px;
height:30px;
background-color:#10175F;
background-image:url(images/bluedivbg.jpg);
background-repeat:repeat-y;
background-position:right;
padding-left:5px;
color:#FFFFFF;
text-align:right;



}

.thrColFix #leftInnerDivSm{

float:left;
width:310px;
height:240px;


}

.thrColFix #mainContentInnerDiv{

margin: 5px 40px;

}

.thrColFix #leftInnerImageDiv{

float:left;
width:300px;
height:240px; 
margin:0px;
padding:0px;


}

.thrColFix #rightInnerHeaderDiv{

float:right;
width:655px;
height:20px;
color:#10175F;
font:Arial, Helvetica, sans-serif 26px;
font-weight:bold;
padding-left:5px;

}

/*header */


.thrColFix #sidebarTopLeft {
	float: left;
	width: 35px; 
	height:23px;
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-color:#0099CC;
	background-image:url(images/top_middle.jpg);
	background-repeat:repeat-x;

}

.thrColFix #sidebarTopRight {
	float: right; /* since this element is floated, a width must be given */
	width: 35px; 
	padding: 0px;
	margin: 0px;
	height:23px;
	background-image:url(images/top_middle.jpg);
	background-repeat:repeat-x;

}
.thrColFix #mainHeader{ 
	margin: 0px auto; 
	padding: 0px;
	background-image: url(images/top_middle.jpg);
	background-repeat:repeat-x;
	text-align:right;	
	height:23px;

}

a.headerlink{

font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
margin: 1px 5px;


}

a.headerlink:hover{

text-decoration:underline;

}

a.whiteLinks{

font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;


}

a.whiteLinks:hover{

font-style:italic;

}

/*footer*/

.thrColFix #footerDiv{

font-size:10px;
width:875px;
margin: 0px auto;

}

table.products {
 border-width: 0px;
 width:925px;
 float:none;
}

table.products td{
 vertical-align:top;
 padding:10px 5px 10px 0px;
 border-bottom:medium solid #151c55;
 border-collapse:collapse;
}

.headerProd {
 font-weight:bold;
 width:100px;
 font-size:18px;
 color:#151c55;
}

.headerRow{
background-color:#10175F;
background-image:url(images/headerRowBg_03.jpg);
background-position:bottom;
background-repeat:repeat-x;
height:25px;
color:#FFFFFF;


}

.calloutDiv{

width:85%;
margin-left:auto;
margin-right:auto;
border:1px #10175F solid;
padding:5px;
}

.row{

	background-color:#FFFFFF;
	color:#000000;

}

.altRow{

	background-color:#CCCCCC;
		color:#000000;


}

.centerElement{

margin-left:auto;
margin-right:auto;

}


.dataTable{

margin-left:auto;
margin-right:auto;
border:#666666 solid 1px;

}

td.dataTable{

border:#666666 solid 1px;

}

ol#toc {
    height: 30px;
    list-style: none;
    margin-right:0px;
    padding: 0;
	right:5px;
	font-size:9px;
}

ol#toc li {
    background:#CCCCCC;
	background-image:url(images/tabbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
    float: left;
    margin: 0 5px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background:#CCCCCC;
	background:#CCCCCC;
	background-image:url(images/tabbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
    color: #008;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #ffffff;
	color:#000000;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
	background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}


ul{


list-style-position:inside;


}

ol{


list-style-position:inside;


}

/*front page topics*/

.thrColFix #TopicDiv{

width:970px;
margin-left:auto;
margin-right:auto;
padding:0px;

}

.thrColFix #leftTopic {
	float: left;
	width: 300px; 
	padding:0px;
	margin-left:8px;

	
}

.thrColFix #rightTopic {
	float: right; 
	width: 300px; 
	padding: 0px;
	margin-right:8px;

}
.thrColFix #middleTopic { 
	width:300px;
	margin-left: auto; 
	margin-right:auto;
	padding: 0px; 

}

.topicHeader{

background-image:url(images/topicHeader.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
width::300px;
height:40px;
padding-left:20px;
padding-top:5px;
padding-bottom:2px;
font-size:16px;
font-weight:bold;

}

.leftCallout{

width: 350px;
border:#666666 solid 1px;
background-color:#CCCCCC;
font-style:italic;
font-weight:bold;
color:#999999;
float:left;
margin:0px 5px 5px 5px;

}

.centerCallout{


border:#666666 solid 1px;
background-color:#CCCCCC;
font-style:italic;
font-weight:bold;
color:#00000;
float:left;
margin:5px 5px 5px 5px;
padding:5px;

}

.rightCallout{

width: 350px;
border:#666666 solid 1px;
background-color:#cccccc;
font-style:italic;
font-weight:bold;
color:#666666;
float:right;
margin-top:0px;
margin-right:5px;
margin-left:10px;
padding:5px;
}




/*spry*/

.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	width:150px;
	border:#000000 solid 1px;
	padding:5px;
	
	
}

input.button{
	background-color:#003366;
	color:#FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
	cursor:pointer;
}.AInnerLI {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: lower-alpha;
}
.IIInnerLI {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: lower-roman;
}
.PrimaryLI {
	margin-top: 10px;
}
.IndentLI20px {
	text-indent: 20px;
	list-style-position: inside;
}

table.contactList {
	margin-left: auto;
	margin-right: auto;
}

td.contactList {
	padding:5px 20px 0px 0px;
	text-align:right;
}

td.contactList2 {
	padding:5px 0px 0px 0px;
	text-align:left;
}

