/****************************************************************
   Author: Dackral Scott Phillips
   Page:   Union State Bank Website
   File:   insurance/style/usb.css
   Description: Stylesheet to control the display of 
   elements on the website.  Entire site changes can be made 
   with this document.
****************************************************************/

/* Set Standard Padding/Margin Heights & Width */
*
{
   padding: 0px;
   margin: 0px;
   font-size: 9pt;
}

ul, ol, dl
{
   margin: 5px 0px;
}

dt
{
   font-weight: bolder;
}

dd
{
   margin-left: 40px;
   padding-bottom: 10px;
}

/* Set Tag display standards */

html
{
   scrollbar-base-color: #65696D;
   scrollbar-arrow-color: #F48335;
}

p
{
   padding-bottom: 10px;
}

body
{
   background-color: #65696D;
   color: #656A6F;
   font-weight: normal;
   font-family: Arial,Helvetica,Verdana,Geneva,Tahoma,sans-serif;
   text-decoration: none;
   text-align: left;
}

h1
{
   padding-top: 5px;
   padding-bottom: 3px;
   color: #F48335;
   font-size: 10pt;
   font-weight: bold;
}

h2
{
   color: #EC1C24;
   font-size: 10pt;
   font-weight: bold;
}

br
{
   line-height: 0;
}

a
{
   color: #4565AB;
}

a:hover
{
   color: #F48335;
}

/* Classes */

.disclaimer
{
   font-size: 8pt;
   font-weight: normal;
   color: #656A6F;
   line-height: 1;
}

.left
{
   float: left;
   padding: 2px 2px;
}

.right
{
   float: right;
   padding: 2px 2px;
}

/* IDs */

#wrapper
{
   overflow: auto;
   width: 750px;
   margin: 0px auto;
   border: solid 1px #000000;
   background-color: #FFFFFF;
}

#banner
{
   width: 217px;
   height: 138px;
   float: left;
}

#bannerpics
{
	width: 533px;
	height: 138px;
	float: left;
}
#bannerbottom
{
   float: left;
   width: 750px;
   height: 30px;
   background-color: #656A6F;
}

#content
{
   float: left;
   width: 452px;
   color: #65696D;
   padding: 20px 10px 15px 10px;
   line-height: 2;
}

#content ul, #content ol
{
   padding-left: 10px;
   list-style-position: inside;
}

#content li
{
   padding: 3px 0px;
}

#disclosure
{
   padding-top: 40px;
}
#links
{
   float: right;
   width: 275px;
   height: 400px;
}

#links h1
{
   padding-top: 20px;
   background-image: url('../images/gradient.gif');
   background-repeat: no-repeat;
   background-position: left top;   
}

#links p
{
   padding-top: 5px;
   padding-right: 5px;
   font-size: 9.5pt;
   line-height: 2;
}

#links ul
{
   list-style-image: url('../images/smbluarrow.gif');
   list-style-position: inside;
}

#links li
{
   padding: 3px 0px;
}

#links a
{
   text-decoration: none;
   color: #4565AB;
   padding-left: 3px;
}

#links a:hover
{
   color: #F48335;
}

#footerlinks
{
   float: left;
   width: 750px;
   text-align: center;
   padding-bottom: 3px;
   padding-top: 10px;
}

#footerlinks a
{
   color: #656A6F;
   font-size: 8.5pt;
   text-decoration: none;
}

#footerlinks a:hover
{
	color: #000000;
}

#footer
{
	width: 750px;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #65696D;
	text-align: center;
	float: left;
}