ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe {
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img {
	border: none;
}

a:focus {
   outline: none;
} 

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear			{clear:both; display:block; line-height:0px; height:0px; font-size:0px;}
.hide			{display: none;}
.float-left		{float:left;}
.float-right 	{float:right;}
.text-left 		{text-align:left;}
.text-right 	{text-align: right;}
.text-center 	{text-align: center;}
.text-justify 	{text-align: justify;}
.bold 			{font-weight: bold;}
.italic 		{font-style: italic;}
.underline 		{border-bottom:1px solid;}
.highlight 		{background: red;}
.img-left 		{float:left; margin:0;}
.img-right 		{float:right; margin:0;}
.nomargin 		{margin:0;}
.nopadding 		{padding:0;}
.noindent 		{margin-left:0; padding-left:0;}
.nobullet 		{list-style: none; list-style-image: none;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px;		
	color: #141414;
	background-color: #e5e5d4;
	text-align: center;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

#constraint {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 6px 0 0 0;
	height: 105px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b48c;
}

/* logo */

#logo {
	float: left;
	margin: 0 0 0 0;
	display: inline;
}

/* menu */

#menu {
	position: absolute;
	top: 42px;
	left: 0;
	width: 760px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
	display: none;
}

#menu li {
	float: left;
	display: block;
}

#menu li a {
	float: left;
	display: block;
	position: relative;
	height: 40px;
	padding: 0px 19px 0px 19px;
	line-height: 40px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	z-index: 4;
}

#menu li.background {
	background: url(../images/menu_r_grn.png) 100% 0 no-repeat;
	position: absolute;
	z-index: 2;
}

#menu li.background .left {
	background: url(../images/menu_l_grn.png) 0 0 no-repeat;
	height: 40px;
	margin-right: 4px;
}

#menu .navDivider {
	background: url(../images/navdivider.gif) 2px 7px no-repeat;
	height: 36px;
	width: 8px;
}

#ajaxContentWrapper {
	width: 100%;	
	height: 100%;		
	margin: 6px 0 0 0;						
}

#showcase {
	width: 972px;
	height: 225px;
	margin: 0 0 6px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b48c;
	overflow: hidden;
}


#loginBanner {
	height: 50px;
	width: 100%;
	margin: 6px 0 6px 0;
	background-color: #B0B58C;
}

#loginBadge {
	width: 61px;
	height: 61px;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 5000;
}

.iframe {
	float: left;
	margin-left: 6px;
	width: 660px;
	height: 48px;
	overflow: hidden;
	border: 0px;
}
	
#date {
	float: right;
	margin: 14px 6px 0 0;
	color: #fff;
	font-weight: bold;
}

#main {
	background-color: #fff;
	border: 1px solid #b0b48c;
	float: left;
	margin: 0;
	width: 0;						
}
	
#main p, #visa p {
	margin: 10px 20px;
	line-height: 2;
	letter-spacing: 2px;
	word-spacing: 1.4px;			
}
	
#main p.indent, #visa p.indent {
	text-indent: 1.5em;
}
	
 #main p a, #visa p a {
	 color: #660000;
	 text-decoration: none;
 }
	 
#main p a:hover, #visa p a:hover {		
text-decoration: underline;
}
	 
#gutter {
	width: 4px;
	float: left;
}

#sidebar {
	border: 1px solid #b0b48c;
	float: right;
	margin: 0;
	width: 0;			
	background-color: #fff;			
	text-align: center;
}
	
#tabs, #myTabs {			
	height: 100%;
	width: 100%;
}

#calcTabs {			
	height: 370px;
	width: 760px;
}
	
#bottom {
	margin: 6px 0;
	padding: 14px 0;
	background-color: #b0b58c;
	text-align: center;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

#bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 6px;
}

#legal {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 0 0;
	height: 20px;
}

#legal span{
	float: left;
}

#govLogos {
	text-align: center;
	border-bottom: 1px solid #797E52;
	padding: 5px 0;
}

.equalize {
	height: 100%;
}
	

.tab-wrapper {
	background-color: #fff;				
	margin-top: 0px;	
}
	
	
#calcTabs .tab-wrapper, #myTabs .tab-wrapper {
	background-color: #fff;				
	margin-top: 0px;
	height: 370px;
}
	
.tab-container {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #b0b48c;
	height: 0;
}

.tab-menu {
	width: 100%; 
	height: 28px;
	background-color: #e5e5d4;
	border-bottom: 1px solid #b0b48c;
	cursor: pointer;
}

#tabs ul, #calcTabs ul, #visa ul, #myTabs ul, #listButtons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li, #calcTabs li, #visa li, #myTabs li{
	float: left;
	background: url("../images/tab_left_grn.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#tabs li span, #calcTabs li span, #visa li span, #myTabs li span{
	display :block;
	background: url("../images/tab_right_grn.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#tabs .tab-selected, #calcTabs .tab-selected, #myTabs .tab-selected {
	background-image: url("../images/tab_left_on_grn.gif");		
	border-bottom: 1px solid #fff;
}

#tabs .tab-selected span, #calcTabs .tab-selected span, #myTabs .tab-selected span {
	background-image: url("../images/tab_right_on_grn.gif");		
	color: #797E52;
	border-bottom: 1px solid #fff;		
}

.tab-ajax-loading {
	padding: 100px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

.tab-ajax-loading {
	padding: 100px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

.location_map {
	float: right;
	padding: 5px;
}

.location {
	padding: 10px;
	width: 520px;
	float: left;
}

.location h3 {
	color: #797E52;
}

.location dd{
	margin-left: 5px;
}

#atmBadge {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 998;
}

.head {
	color: #660000;
	font-size: 13px;
	margin: 0px 0 0 10px;
	border-bottom: 1px solid #b0b48c;
	width: 90%;
	padding-top: 20px;
}

h2.head{
	color: #660000;
	font-size: 16px;
	margin: 0px 0 0 10px;
	border-bottom: 1px solid #b0b48c;
	width: 90%;
	padding-top: 20px;
}

.standardList ul {
	margin: 10px 25px;
	color: #7E8041;		
}

.standardList li {
	width: 90%;
	background-image: url(../images/bullet.jpg) !IMPORTANT;		
	line-height: 24px !IMPORTANT;
	margin: 5px 0 0 15px !IMPORTANT;
	padding-left: 20px !IMPORTANT;
	vertical-align: top !IMPORTANT;
}

#listButtons li  {
	width: 98%;
	line-height: 40px !IMPORTANT;
	margin: 1px 1% !IMPORTANT;		
	text-align: left;
	display :block;
	background: url(../images/menu_l_grn.png) no-repeat;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#listButtons li  a {
	margin-left: 15px;
}

.tip {
	width: 295px;
	background: url(../images/tip-text.png) left top repeat-y;
}

.tip-top {
	background: url(../images/tip-top.png) top left no-repeat;
	height: 70px;
	width: 295px;
}

.tip-title {
	color: #7E8041;
	font-size: 13px;
	font-weight: bold;
	margin:0 30px 0 40px;
}

.tip-text {
	color: #000;
	padding: 5px 20px 10px 40px;
}

.tip-bottom {
	background: url(../images/tip-bottom.png) left bottom no-repeat;
	width: 295px;
	height: 27px;
}

#waitingDiv {
height: 100px;
}

.aboutusThumbs
{
	list-style: none;
	margin: 0;
}
 
.aboutusThumbs li{
	float: left;
	padding: 2px;
	width: 230px;
	height: auto;
	text-align: center;
}

.thumb {
	margin: 1px 0;
}


#mailForm {width: 600px; text-align: left;}

#mailForm label {width: 600px; float: left; padding-top: 5px; vertical-align: middle;}

#mailForm span {float: left; padding-top: 12px; vertical-align: middle;}

#mailForm .input {float: right; width: 200px; margin: 0;}

#mailResponse.processing {font-weight: bold; color: #660000;}

#mailSubmit {margin: 8px 0 !IMPORTANT}


