@charset "utf-8";
/* CSS Document */
<!-- 
body  {
	font: 90%  Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* 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 */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:0;
} 
/******************************************************************************************************/

/*HEADER*/
.twoColFixLtHdr #header {
	padding: 0 10px;  /* 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. */
	height:382px;
	background: url(../_images/swirl.gif) no-repeat;
	z-index:3;
}

#bg_loop {position:absolute; top:76px; z-index:-1;}

.twoColFixLtHdr #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 */
}
div#header h1 {z-index:3; background:url(../_images/logo.gif) no-repeat; position:relative; top:10px; left:2px; width:187px; height:173px; text-indent:-9999px; padding:0px; margin:0px; line-height:0; font-size:0; float:right;}
div#header h1 a {z-index:3; position:relative; top:0px; left:0px; width:187px; height:173px; display:block;}

div#header h2 {text-indent:-9999px; font-size:0; line-height:0}
div#header blockquote {text-indent:-9999px; font-size:0; line-height:0}

#navcontainera {margin:-36px 0 0 -10px; padding:0; height:50px;}
#navcontainera ul {border:0; margin:0; padding:0; list-style-type: none;}
#navcontainera ul li {float:left; padding:0; margin: 6px 6px 0px 0px;}

#navcontainera ul li a
{
	color:#FFFFFF;
	width: auto;
	height: 50px;
	padding: 0px 5px 10px;
	margin: 0px;
	text-decoration: none;
	font: bold 115% Verdana, Arial, Helvetica, sans-serif;
	display:block;
}

#navcontainera ul li a:hover
{
	color:#FFFFFF;
	width: auto;
	height: 50px;
	padding: 0px 5px 10px;
	margin: 0px;
	text-decoration: none;
	display:block;
}

li#nm_1a_dwn, li#nm_2a_dwn, li#nm_3a_dwn, li#nm_4a_dwn, li#nm_5a_dwn, li#nm_6a_dwn, li#nm_7a_dwn {background:#5684B9;}
li#nm_1a, li#nm_2a, li#nm_3a, li#nm_4a, li#nm_5a, li#nm_6a, li#nm_7a {background:#999999;}
li#nm_1a a:hover, li#nm_2a a:hover, li#nm_3a a:hover, li#nm_4a a:hover, li#nm_5a a:hover, li#nm_6a a:hover, li#nm_7a a:hover {background:#99CCFF;}

li#nm_1a, li#nm_1a_dwn {width:75px; height:60px;}
li#nm_2a, li#nm_2a_dwn {width:75px; height:60px;}
li#nm_3a, li#nm_3a_dwn {width:105px; height:60px;}
li#nm_4a, li#nm_4a_dwn {width:155px; height:60px;}
li#nm_5a, li#nm_5a_dwn {width:110px; height:60px;}
li#nm_6a, li#nm_6a_dwn {width:120px; height:60px;}
li#nm_7a, li#nm_7a_dwn {width:85px; height:60px;}

/*********************************************************************************************************/
#navcontainer {margin:-100px 0 0 -10px; padding:0; height:50px;}
#navcontainer ul {border:0; margin:0; padding:0; list-style-type: none;}
#navcontainer ul li {float:left; padding:0; margin: 8px 8px 0px 0px;}

#navcontainer ul li a
{
	color:#FFFFFF;
	width: auto;
	height: 50px;
	padding: 0px 5px 10px;
	margin: 0px;
	text-decoration: none;
	font: bold 145% Verdana, Arial, Helvetica, sans-serif;
	display:block;
}

#navcontainer ul li a:hover
{
	color:#FFFFFF;
	width: auto;
	height: 50px;
	padding: 0px 5px 10px;
	margin: 0px;
	text-decoration: none;
	display:block;
}

li#nm_1_dwn, li#nm_2_dwn, li#nm_3_dwn, li#nm_4_dwn, li#nm_5_dwn, li#nm_6_dwn {background:#5684B9;}
li#nm_1, li#nm_2, li#nm_3, li#nm_4, li#nm_5, li#nm_6 {background:#999999;}
li#nm_1 a:hover, li#nm_2 a:hover, li#nm_3 a:hover, li#nm_4 a:hover, li#nm_5 a:hover, li#nm_6 a:hover {background:#99CCFF;}

li#nm_1, li#nm_1_dwn {width:93px; height:60px;}
li#nm_2, li#nm_2_dwn {width:93px; height:60px;}
li#nm_3, li#nm_3_dwn {width:129px; height:60px;}
li#nm_4, li#nm_4_dwn {width:102px; height:60px;}
li#nm_5, li#nm_5_dwn {width:135px; height:60px;}
li#nm_6, li#nm_6_dwn {width:150px; height:60px;}

/******************************************************************************************************/

/*MAIN CONTENT*/

#Gtrans {float:right; padding:0; margin:0; position:relative; top:130px; left:190px;}
#Gtrans a {color:#FFF;}
#Gtrans a:hover {color:#FFF;}

.twoColFixLtHdr #mainContent { 
	
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent2 { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#Main_Nav ul {padding:0 0 0 0; margin:5px 0 5px 40px; color:#CCC;}
#Main_Nav li {display:inline; list-style:none;}
#Main_Nav li a {text-decoration:none; color:#CCC; font-weight:bold;}
#Main_Nav li a:hover {text-decoration:underline; color:#333;}

#Main_Nav h2 {padding:0 0 0 5px; margin:0 0 0 5px}


#mainContent H1 {color:#FFF; float:right; padding:5px 5px 5px 10px; margin:-30px 0 0 0; text-align:right; display:inline; font-size:140%; background:#E87717 url(../_images/h1_corner.gif) no-repeat top left;}
#mainContent H2 {background-color:#E87717; color:#FFF; padding:5px 5px 5px 10px; margin:0px 0 0 30px; font-size:120%;}
#mainContent H3 {width:inherit; padding-top:15px; padding-left:5px; margin-top:15px; font-size:100%; border-top:1px solid #CCC;}

#mainContent_wrapper {margin-left:40px;}
/******************************************************************************************************/



/*SIDE BAR1*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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:auto;
	background: #5684B9 url(../_images/side1_btm.gif) no-repeat center bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	margin: 26px 0px 0 0px;
	color: #FFFFFF;
}
#side1_txt h1 {padding:0; margin:0; font-size:120%;}
#side1_txt td {background:none;}

#sidebar1 ul {list-style-type:none; padding:0 0 15px 0; margin: 0 0 15px 0; border-bottom:1px solid #FFF;}
#sidebar1 li {margin: 0 0 0 0; padding: 0 0 0 0;}
#sidebar1 li a {color:#FFF; text-decoration:none;}
#sidebar1 li a:hover {color:#FFF; text-decoration:underline;}
#sidebar1 H3 {margin: 0 0 0 0; padding: 0 0 5px 0;}

#Search_drpdwn {}
#Search_drpdwn P {color:#FFF; padding:0; margin:0; font-size:110%; font-weight:bold; text-align:right; position:relative; left:-195px; top:-23px;}
#Search_drpdwn form {padding:0; margin:0; float:right; position:relative; top:-44px; left:-5px;}
#Search_drpdwn select {padding:0; margin:0;}

#sidebar1 input {margin: 0 0 0 0; padding: 0 0 0 0; text-align:center; width:150px;}

/*SIDE BAR2*/
.twoColFixLtHdr #sidebar2 {
	width: 160px; /* 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:auto;
	padding:0px;
	margin: 5px;
	color: #FFFFFF;
}


/***#E87717***************************************************************************************************/

/*FOOTER*/
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;} /* this padding matches the left alignment of the elements in the divs that appear above it. */
.twoColFixLtHdr #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 */
}
#footer {border-top: thin solid #666666; margin-top:10px;}

#footer_links ul {padding:5px 0 0 0; margin:0 0 0 -10px; text-align:left;}
#footer_links li {display:inline; list-style:none; padding:0; margin:0;}
#footer_links li a {text-decoration:none; color:#333;}
#footer_links li a:hover {text-decoration:underline; color:#333;}

#footer_copyright {text-align:right; margin-top:-25px;}

/*CLASSES*/

.bldHighlt {font-weight:bold; color:#E87717;}
.bldHighlt a {font-weight:bold; color:#E87717; text-decoration:none;}
.bldHighlt a:hover {font-weight:bold; color:#E87717; text-decoration:underline;}


.red_txt_bld {color:#FF0000; font-weight: bold;}
hr {margin:0px; padding:0px; border:0.25px solid #CCC;}
.ul_class1 {list-style-type:none; padding:0; margin:0;}
.ul_class1 li {padding:5px 0 5px 0;}
.txt_bold {font-weight:bold;}
.txt_uline {text-decoration:underline;}
.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;
}
.hide_txt {text-indent:-9999px; margin:0; padding:0; font-size:0;}
.button_center {text-align:center;}

/*TABLES*/
#MainTable table {width:95%; margin:10px 0 0 0; padding:0; border:none 0; float:right;}
#MainTable caption {font-weight:bold; color:#E87717; text-align:left; font-size:150%; padding:0 10px 0 10px; margin:0;}
#MainTable th {padding:5px 5px 5px 5px; font-size:100%; border:none 0; margin:0;}
#MainTable td {padding:5px 5px 5px 5px; font-size:100%; border:none 0; margin:0;}
#MainTable tr {border:none 0; margin:0;}
.bg1 {background-color:#FFFFFF;}
.bg2 {background-color:#CCCCCC;}

#MainTableList ul {list-style-type:none; text-align:right; padding:0 5px 0 0;}
#MainTableList li {padding:0 0 0 0; display:inline;}
#MainTableList li {font-weight:bold; color:#E87717;}
#MainTableList li a {font-weight:bold; color:#E87717; text-decoration:none;}
#MainTableList li a:hover {font-weight:bold; color:#E87717; text-decoration:underline;}

#MainTable2 table {width:95%; margin:0; padding:0; border:none 0; position:relative; top:-30px; float:right;}
#MainTable2 caption {font-weight:bold; color:#E87717; text-align:left; font-size:150%; padding:10px 10px 0 10px; margin:0;}
#MainTable2 th {padding:5px 5px 5px 5px; font-size:100%; border:none 0; margin:0;}
#MainTable2 td {padding:5px 5px 5px 5px; font-size:100%; border:none 0; margin:0;}
#MainTable2 tr {border:none 0; margin:0;}

#MainTableList2 ul {list-style-type:none; text-align:right; padding:0 5px 0 0;}
#MainTableList2 li {padding:0 0 0 0; display:inline;}
#MainTableList2 li {font-weight:bold; color:#E87717;}
#MainTableList2 li a {font-weight:bold; color:#E87717; text-decoration:none;}
#MainTableList2 li a:hover {font-weight:bold; color:#E87717; text-decoration:underline;}

#DetailsTable table {width:95%; border-bottom:1px solid #CCC; margin:-5px 0 0 0;}
#DetailsTable th {height:auto; padding:5px; font-weight:bold; width:50%; color:#333;}
#DetailsTable td {padding:5px; width:50%;}
#DetailsTable caption {text-indent:-9999px; line-height:0; font-size:0; text-decoration:none; color:#333; text-align:left; padding:0; margin:0; font-weight:bold;}

/*#5684B9; :#99CCFF;* #E87717*/

fieldset {border:none; font-size:70%;}
fieldset input, fieldset select {height:20px; width:35%; text-transform: capitalize;}
fieldset textarea {height:auto; width:50%; float:right; border:1px solid #666; padding:0px; margin:5px 5px 0px 0px; overflow:hidden; z-index:4;}
fieldset input, fieldset select {float:right; border:1px solid #666; padding:0px; margin:0px 5px 0px 0px; overflow:hidden; z-index:4;}
fieldset {padding:5px; margin:10px 0px 10px 0px;}
fieldset select:active, fieldset input:active, fieldset textarea:active, fieldset select:focus, fieldset input:focus fieldset textarea:focus {overflow:visible; z-index:20;}
fieldset select {margin-top:0px; margin-bottom:5px;}
label {float:left; width:65%; text-align:left}
label span {float:left; text-align:left; color:#666; font-size:150%; line-height:1.6em; padding-left:0; margin-left:0;}
fieldset span {font-size:150%;}
form div {margin-bottom:20px; padding:10px 20px; text-align:center;}

legend {text-indent:-9999px; margin:0px; padding:0px; font-size:0;}

#popup {text-align:left; padding:5px;}

a {outline:none;}
a:hover{outline:none;}

.center {text-align: center;}
.alert {text-align:center; font-size:120%; font-weight:bold; color:#F00;}

	
--> 

