@charset "UTF-8";
body  {
	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: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0E4B8C;
	background-image: url(assests/Images/hp/Base_bkg3.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.titles {
	margin-top: 0px;
	margin-left: 270px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr  #containerLong {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0E4B8C;
}
.thrColFixHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-image: url(assests/Images/hp/headerFFF.jpg);
	background-position: top;	
} 
.headertop {
	height: 163px;
	width: 960px;
	background-image: url(url(url(assests/Images/hp/header_complete.jpg)));
	background-repeat: no-repeat;
	background-position: top;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	height: 830px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(assests/Images/hp/HP_Sidebar5.jpg);
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1C {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	height: auto;
	background-image: url(assests/Images/hp/v_sep.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	
}
.articles {
	width: 200px;
	margin-left: 10px;
}
.articleside {
	width: 225px;
}
.pad15lft {
	padding-left: 15px;
}
.pad20lft {
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 363px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 320px;
}
.10pad {
	padding: 10px;
	margin: 0px;
}
.20pad {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.titleOne {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	line-height: 30px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	width: 340px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
	height: 310px;
	padding-right: 0px;
} 
.mainContent2 {
	margin-right: 340px;
	margin-left: 230px;
	margin-top: 15px;
	padding-left: 10px;
	height: auto;
	width: 370px;
	background-image: url(assests/Images/hp/CodesEmpty.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thrColFixHdr #mainContentC {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-bottom: 0;
	color: #000000;
	height: auto;
	padding-top: 0px;
	margin-right: 30px;
	padding-right: 30px;
	padding-left: 20px;
}
.thrColFixHdr #mainContentCVid {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-bottom: 0;
	color: #000000;
	height: auto;
	padding-top: 0px;
	margin-right: 4px;
	padding-right: 0px;
	padding-left: 20px;
}
.thrColFixHdr #footer {
	width: auto;
	background-repeat: no-repeat;
	background-image: url(assests/Images/hp/pool2.jpg);
	height: 45px;
	padding-right: 0px;
	padding-bottom: 0;
	line-height: 75px;
	padding-top: 0px;
	background-position: center top;
} 
.sibebar3 {
	float: right;
	width: 300px;
	background-image: url(assests/Images/hp/v_sep.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 480px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.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;
}
.container2 {
	margin: 0px;
	padding: 0px;
	width: 956px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #07294D;
	border-bottom-color: #07294D;
	border-left-color: #07294D;
	background-color: #FFFFFF;
}
.container3 {
	margin: 0px;
	padding: 0px;
	width: 956px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #07294D;
	border-bottom-color: #07294D;
	border-left-color: #07294D;
	background-color: #FFFFFF;
}
.separater {
	float: right;
	height: 15px;
	width: 710px;
	text-align: center;
	margin-right: 10px;
	background-image: url(assests/Images/hp/seplinesmall.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
}
.thrColFixHdr #mainContentContact {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-bottom: 0;
	color: #000000;
	height: auto;
	padding-top: 0px;
	margin-right: 30px;
	padding-right: 30px;
	padding-left: 20px;
	background-image: url(assests/Images/contact/keyboard.png);
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
h3 {
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.contentsidebartitle {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 15px;
}
.contentsidebartext {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 20px;
}
.contentsidebartextpadded {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 5px;
	margin-right: 10px;
}
.footerpar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center;
	letter-spacing: 0.08em;
}
.style1 {color: #FFFFFF}
.buttons {
	padding-bottom: 15px;
	padding-left: 30px;
	margin-left: 25px;
}
.arial12_000066 {color: #000066}
.arial12_blk {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.arial10_000066 {
	color: #000066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	line-height: 16px;
}


/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2168A9;
	border-bottom-color: #2366AB;
	border-left-color: #2168A9;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelTab h6{
	margin: 0px;
	padding: 2px 2px 4px 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #C1BFBF;
	background-image: url(assests/Images/faqs/tab_closed.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.AccordionPanelOpen .AccordionPanelTab h6{
	background-color: #00CCFF;
	background-image: url(assests/Images/faqs/tab_opened.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	margin: 0px;
	height: 100px;
	background-color: #DFF9FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #F9A61A;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
.center {
	text-align: center;
}
.professional {
	padding-right: 10px;
	padding-left: 10px;
}
.Arial12blkleft {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

