/*HEADER*/

.oneColElsCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/*END HEADER*/



.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
}

.twoColFixRtHdr #mainContent {
	margin: 0 150px 0 150px; /* the right margin on this div element creates the column down the right 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 20px;
} 
.oneColElsCtrHdr #container #mainContent #form {
	text-align: right;
}
.oneColElsCtrHdr #container #mainContent #selSvcs {
	background-color: #CCCCCC;
	padding: 5px;
}
.oneColElsCtrHdr #container #mainContent #selSvcs #fin {
	visibility: inherit;
}
.oneColElsCtrHdr #container #mainContent #services {
	visibility: hidden;
	margin-top: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	/*border: 1px solid green;*/
}
.oneColElsCtrHdr #container #mainContent #svcHidden {
	visibility: hidden;
	position: relative;
	margin-top: -163px;
	/*border: 1px solid green;
    margin-top: -65px;*/
}

.oneColElsCtrHdr #container #mainContent #services #svcTbl {
	visibility: inherit;
}
.twoColElsRtHdr #container #header img {
	height: 6.25em;
	width: 40.9375em;
}


/*BODY*/

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(../images/Bg.gif);
	background-repeat: repeat-x;
	
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 75em;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	

}

/* CONTENT*/



/*END CONTENT*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
p a{
display:block;


}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-image: url(../images/bullet.jpg);
	color: #666666;
}
#mainContent ul {
}

#mainContent h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	width: 375px;
	padding: 10px;
}
#box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	float: right;
	width: 375px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -20px;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C9135;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49442;
	padding-bottom: 12px;
}
h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/Bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	font-size: 14px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h4 a{
	color:#9C9135;
	text-decoration: none;
}

/* RIGHT NAVIGATION */
#rightNav {
	float: right;
	margin-top: 10px;
	color: #333333;
	height: auto;
	width: 210px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCD4B6;
	padding-bottom: 10px;
}

#rightNav a {
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
}
#rightNav   a:hover, a:focus, a:active   {
	display: block;
	color: #996600;
	height: auto;
	width: auto;
	padding: 0px;
}
#rightNav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightNav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A754;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* END RIGHT NAVIGATION*/

/*RIGHT NAVIGATION ROUNDED CORNERS*/

.bl2 {
	background: url(../images/2bl.gif) 0 100% no-repeat #dcd4b6;
	width: 20em;
	width: 210px;
}
.br2 {background: url(../images/2br.gif) 100% 100% no-repeat}
.tl2{background: url(../images/2tl.gif) 0 0 no-repeat}
.tr2 {background: url(../images/2tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/*END RIGHT NAVIGATION ROUNDED CORNERS*/




#services h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#services h4 a {
	color: #006EA8;
	text-decoration: none;
}



.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
#quick_linkg {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

#button_support {
	float: right;
	margin-top: 10px;
}

/*FOOTER*/


.oneColElsCtrHdr #footer {
	float: left;
	list-style: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #E8E8E8;
	height: 100%;
	background-position: bottom;
	/*
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 10px 10px;
     border-radius: 10px 0px 10px 10px;*/   
} 
#footer ul {
	margin-left: 170px;
	
}
#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	float: left;
}

#footer a {
	color: #666666;
	display: block;
	float: left;
	margin: 0;
	text-decoration: underline;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.oneColElsCtrHdr #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_logo  {
	background-color:#E8E8E8;
	padding-left: 235px;
	height: 40px;
}

#footer_logo a {
	color: #E8E8E8;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding-right: 5px;

}
#info_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #E8E8E8;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*END FOOTER*/


/*ROUNDED CORNERS*/
.bl {
	background: url(../images/bl.gif) 0 100% no-repeat #E8E8E8;
    width: 880px;
}

.br {
	background-color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.clear {font-size: 1px; height: 1px}




#footer_wrapper {
	height:104px;
	width:880px;
	background-color: #F1F0F0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-decoration: none;
	}
	#footer_links ul li {
	display:inline;
	list-style: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
		#footer_links a, #footer_links a:link, #footer_links a:visited, #footer_links a:active {
	color: #666666;
	font-size:12px;
	text-decoration: underline;
	display: inline;
		}
		#footer_links a:hover {
	color: #37BFD7;
	font-size:12px;
	text-decoration: underline;
		}
/*SEARCH STYLE*/

form {
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.inputfield {
	height: 18px;
	margin-top: 1px;
	margin-right: 4px;
	border: 1px solid #bfbfbf;
}

#search {
	top: 110px;
	right: auto;
	min-width: 300px;
	float: right;
	position: absolute;
}
#bg_color {
	background-color: #FFFFFF;
}
.accordionContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
}

* html #search {   /* IE6 fix */
	width: 332px;
}
#search legend {
 	position: absolute;
 	left: -8000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#search input {
	float: left;
}
#oitsearchbox {
	width: 150px;
	height: 18px;
	margin-top: 1px;
	margin-right: 4px;
	border: 1px solid #bfbfbe;
}
/*[if IE 5]>*/

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent {
	zoom: 1;
	background: #FFFFFF;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.twoColFixRtHdr #container { 
	width: 880px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	
	  /* 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. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.one_half{ width:100%; }
.one_third{ width:30.66%; }
.one_fourth{width:85%; }
.one_half,.one_third,.one_fourth, .three_fourth{ position:relative; margin-right:4%; float:left; }



#boxes li {
    display:inline-block;
	width: 240px;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	-moz-border-radius: 1em;
	margin-bottom: 15px;
	padding: 6px;
	float:left;
	
}
#boxes li {
    list-style-type: none;
	display:inline-block;
	width: 240px;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 10px;
	-moz-border-radius: 1em;
	margin-bottom: 15px;
	padding: 6px;
	float:left;
	
}
#boxes ul {
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
}
#boxes {
	height: 320px;
	width: 880px;
	-moz-border-radius: 1em;
	margin-left: -20px;
	position:relative;
}
#boxes h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#boxes p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#boxes p a:link {
	color:#0099FF;
	
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}
#container #new_footer {
	background-color: #CCCCCC;
	width: 880px;
}
