/* CSS Document */
/* Style Sheet created by Rusty Bourg - Synergy Bank*/
* {
padding: 0;
margin:  0;
}
html, body{
        scrollbar-base-color:#c9aa60;
        scrollbar-arrow-color:#c9aa60;
        scrollbar-track-color:#c9aa60;
        scrollbar-3dlight-color:#000000;
        scrollbar-highlight-color:#fffff;
        scrollbar-darkshadow-color:#161616;
        scrollbar-shadow-color:#660000;
        scrollbar-face-color:#660000;
        margin: 0px;
        padding: 0px;
        border:0px;
}

/* 1em = 10px */
body {
font-size: 62.5%;
font-family:tahoma;
background-color: #fef6e0;
text-align:center;
}

a:link{
background-color: transparent;
color:#660000;
text-decoration:none;
}

a:visited{
background-color: transparent;
text-decoration:none;
color: #660000;
}

a:hover, a:active{
background-color: transparent;
text-decoration:none;
color:#000000;
}

img{border:none}

p {
font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, tahoma;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.bulletlist {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom:10px;
        font-size: 1.0em;
}


/* container */
#container{
        margin-top: 10px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
        padding: 0px; 
        padding-right:0;
        padding-left:0;
        padding-bottom:0px;
        color:;
        background-color: #fef6e0;
        width: 770px;
        height:100%;
}

#innerbox{
        margin: 0px;
        padding: 0px;
        visibility:visible;
        text-align:left;
        height:auto;
        z-index:0;
        width:100%;
}

/* header */
#header img{padding:0px; margin:0px; float:left}
#header a{
	    color:#FFFFFF;
}
#header a:hover{color:#c9aa60;}
#header{
        width:770px;
        height:145px;
	  	background:url(images/header.jpg);
	  	color:#FFFFFF;
}

#hmenu{height:32px;}
#hmenu img{padding:0px; margin:0px; float:left;}
#hmenu a img, #vmenu a img  {border:none;padding:0px; margin:0px; display:block;}

#hmenu2 a{
        text-align:center;
        padding-top:7px;
        height:25px;
        width:154px;
        display:block;
        float:left;
        background:url(images/midmenu.gif) no-repeat;
        font-family:tahoma;
        font-size:1.4em;
        /*font-variant:small-caps; */
        font-weight:bold;
        border:0px;
        display:inline-block;white-space:nowrap;overflow:hidden;
        }

#hmenu2 a.first{background:url(images/firstmenu.gif) no-repeat;}
#hmenu2 a.last{background:url(images/lastmenu.gif) no-repeat;}
#hmenu2 a:hover{background:url(images/hmenuhover.gif); color:#FFFFFF;}


#vmenu {float:left;
		background:url(images/vmenu.gif) repeat-x;
		height:199px;}		
#vmenu ul{list-style-type:none;}
#vmenu ul li{padding:0; margin:0; height:1%;}
#vmenu ul{list-style-type:none;}
#vmenu ul li{padding:0; margin:0;}

#vmenu a{
        align:center;
        display:block;
        width:154px;
        height:22px;
        padding-top:12px;
        padding-bottom:0px;
        font-family:arial, tahoma;
        font-size:1.2em;
        font-weight:bold;
        color:#660000;
}
#vmenu a:hover{background:url(images/hmenuhover.gif); height:22px; color:#FFFFFF;}


/* content */
#pagebody{
margin-top:16px;
}

#leftcol{float:left;width:154px;background:url(images/leftcolbg.gif) repeat-x;height:475px;}

#leftcol a{
        align:center;
        display:block;
        width:154px;
        padding-top:5px;
        padding-bottom:5px;
        font-family:tahoma;
        font-size:1.2em;
        font-weight:bold;
        color:#660000;
        background:url(images/redline2.gif) no-repeat bottom ;
}
#leftcol a:hover{background:url(images/hmenuhover.gif); color:#FFFFFF;}

#rightcol{
        width:613px;
        height:auto;
        padding:0px;
        margin-left:154px;
        margin-top:0px;
        font-family:tahoma;
        font-size:1.2em;
}

#imgheader, #imgmenu{text-align:center;}
#imgheader img{margin-top:20px;margin-bottom:20px;}

#tbl {width:551px; height:195; vertical-align:top; color:#ffffff; font-size:1.0em; margin-left:20px;}
#tbl a{color:#ffffff;}
#tbl a:hover{color:#c9aa60;}

		/*
		#tblInside {background:url(images/ba-background.jpg) no-repeat 0 3px; width:542px; height:195; vertical-align:top; color:#ffffff; font-size:1.0em; margin-left:20px;}
		#tblInside a{
		        color:#ffffff;
		        font-size:1.6em;
		}
		
		#tblInside2 {background:url(images/pa-background.jpg) no-repeat 0 3px; width:542px; height:195; vertical-align:top; color:#ffffff; font-size:1.0em; margin-left:20px;}
		#tblInside2 a{
		        color:#ffffff;
		        font-size:1.6em;
		}
		*/
		
#tblMain {background:url(images/bottomboxes.png) no-repeat 0 3px; width:770px; height:257; vertical-align:top;}

#coltwo{padding-right:30px; padding-left:30px;}
.roundedtop{margin-bottom:-3px;}

#colthree{}
.roundedtop{margin-bottom:-3px;}

#ltbox, #midbox {width:256.66px; height:258px; color:#660000;margin-top:5px;}
#rtbox1, #rtbox2 {width:256.66px; height:128.5px; color:#660000; margin-top:5px;}
#ltbox h2, #midbox h2, #rtbox1 h2, #rtbox2 h2 {color:#660000;font-size:2.4em; font-family:Tahoma, san-serif; padding-top:2px; text-align:center}
#ltbox ul, #midbox ul {margin-left:40px; list-style-type:none; margin-right:10px; line-height:1.6em; margin-top:150px;}
#rtbox1 ul, #rtbox2 ul {margin-left:130px; list-style-type:none; margin-right:10px; line-height:1.6em; margin-top:10px; text-align:left;}
#ltbox ul li, #midbox ul li, #rtbox1 ul li, #rtbox2 ul li {
font-size:1.2em; 
text-indent:-1em; /* These 2 lines are to get the second line of the link to line up correctly*/
padding-left:1em;
font-weight:bold;}

.leftbutton{margin-right:7px;}
.rightbutton{margin-left:7px;}

/* footer */
#footer{
clear:both;
        text-align:center;
        margin-top:40px;
        height:100%;
        background-color:;
}