@charset "utf-8";
/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background: url(../images/bg.gif) repeat-x top left;
}

#wrapper
{
	width: 924px;
	margin:30px auto;
}

#container
{
	background: url(../images/container_bg.gif) no-repeat top left;
	padding: 10px 10px 0 10px;
	float: left;
	}
	
#logo
{
	height:116px;
	background: url(../images/logo_bg.gif) repeat-x top left;
	padding: 10px 0 0 5px;
	float: left;
	width: 899px;
}

h3
{
	margin:0;
	border-bottom: dashed #fbb005 1px;
	color:#000000;
	font-size:18px;
}

#awards{
	height:auto;
	padding-right: 15px;
	margin-top: 0px;
	text-decoration: none;
}

#workshop{
	height:190px;
}

#awards ul
{
	text-decoration:none;
	list-style-image: url(../images/arrow.gif);
	font-size:12px;
	list-style-type: none;
	padding-top: 0;
}

#awards li
{
	padding-top: 0;
	margin-top: 30px;
}






#menu
{
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

#ibanking
{
	height:35px;
	background-color: #aebbe5;
	width: 878px;
	padding: 8px 13px  8px 13px;
}

#left_content
{
	margin-top: 7px;
	width:600px;
	height: 457px;
	border: 1px solid #fdd478;
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-x;
	float: left;
	padding: 10px;
}

#main_content
{
	margin-top: 7px;
	width:880px;
	height: auto;
	border: 1px solid #fdd478;
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-x;
	float: left;
	padding: 10px;
}

.left_content_lft_content
{
	width:286px;
	float: left;
	margin-top: 10px;
	border-right: dashed #fbb005 1px;
	height: 200px;
	padding: 0 10px 0 3px;
}

.left_content_rht_content
{
	width:287px;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	height: 200px;
	padding-right: 3px;
}

#right_content
{
	margin-top: 7px;
	width:253px;
	height: 227px;
	border: 1px solid #fdd478;
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-x;
	float: right;
	margin-left: 7px;
	padding: 10px;
}

#right_content_btm
{
	margin-top: 7px;
	width:263px;
	height: 201px;
	border: 1px solid #fdd478;
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-x;
	float: right;
	margin-left: 7px;
	padding: 10px 0 10px 10px;
}

.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;
}

#sub_footer
{
	width: 882px;
	border: 1px solid #fdd478;
	height:auto;
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-x;
	margin-top: 7px;
	padding: 10px;
}

#footer_content
{
	width: 880px;
	border: 1px solid #fdd478;
	height:236px;
	background-image: url(../images/footer_bg.gif);
	background-repeat:repeat-x;
}

#footer_nav
{
	height:30px;
	background-color: #aebbe5;
	margin-top: 5px;
	border-top: 2px solid #fff;
	padding: 20px 20px 0 20px;
}

#info
{
	width:150px;
	height: 45px;
	padding: 25px 0 0 20px;
	float: left;
}

.associates
{
	width:178px;
	height: 63px;
	float: right;
	padding: 7px 0 0 10px;
}

#address
{
	float:right;
	width:230px;
	color:#767072;
	font-size: 14px;
	height: 130px;
	padding: 20px 0 0 35px;
	border-left: dashed #d4d4d4 1px;
	margin-top: 10px;
}

#footer_img
{
	float:right;
	width:610px;
	font-size: 14px;
	height: 140px;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../images/footer_img.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #e2e2e2;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.lowertabcontent{
display:none;
}

.lowertabcontent p{
margin:0;
padding:0;
}


@media print {
.lowertabcontent {
display:block !important;
}
}

.hor-line {
    background-image: url(../images/hr-bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    height: 3px;
    font-size: 1px;
    margin-top: 2px;
    margin-bottom: 9px;
}

ul.workshop {
    list-style: none;
    margin: 15px 0 15px 15px;
    padding: 0;
}

ul.workshop li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #748ad3;
}

ul.workshop li img {
    margin-right: 8px;
}

.text2 {
    font-family: Arial, sans-serif;
    color: #748ad3;
    font-size: 12px;
    margin: 0 5px 0 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.required {
    color: #ff0000;
}

#ibanking p{
margin:0;
padding:0;
}

.gnb{
	padding-top:3px;
	float:left;
	width: 700px;
}


.tickercontainer {
	 BACKGROUND: #AEBBE5; MARGIN: 0px; WIDTH: 738px; HEIGHT: 27px;
}
.tickercontainer .mask {
	LEFT: 10px; OVERFLOW: hidden; WIDTH: 718px; POSITION: relative; TOP: 8px
}
UL.newsticker {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 750px; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: bold 10px Verdana; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: relative
}
UL.newsticker LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #AEBBE5; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL.newsticker A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 50px 0px 0px; FONT: bold 10px Verdana; COLOR: #ff0000; PADDING-TOP: 0px; WHITE-SPACE: nowrap
}
UL.newsticker SPAN {
	MARGIN: 0px 10px 0px 0px
}
