/*
 * Headings
 */
h1
{
font-family:  Georgia, Times New Roman, Times, serif;
color: #FF6633;
font-size:25px;
}
h2{ 
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding-left:15px;
	font-size: 15px;
	color: #3a3839; 
	
	}
	
h3{  font-family: Arial, Helvetica, sans-serif;
margin: 0;
	font-size: 12px;
	color: #699FDD; 
	padding-left: 15pt; padding-right:0px; padding-top:5pt; padding-bottom:3pt;
	}
	
h4{ 
font-family: Arial, Helvetica, sans-serif;
color: #FFFF00;
font-size:13px;
padding-right:0px; padding-top:5pt; padding-bottom:3pt;
}

/*
 * Paragraph and body.
 */
p
{
font-family: arial;
padding-left:15px;
color:#595959;
text-align:justify;
font-size:12px;
}

/*
td.para{
{
font-family: arial;
padding-left:15px;
padding-right:15px;
color:#595959;
text-align:justify;
font-size:12px;
}*/

li 
{
font-family: arial;
padding-left:15px;
color:#595959;
text-align:justify;
font-size:12px;
}

body
{
background-color:#595959;
text-align:justify;
padding-left:15px;
font-family: arial;
font-size:12px;
}

/*
 * Custom classes.
 */

	

.red{padding-left:15px;
font-family: arial;
font-size:14px;
color:#FF0000;}

.footer-links a {
font-family: verdana;
color:#FFFFFF;
text-decoration:none;
font-size:11px;
}

.footer-links {
font-family: verdana;
color:#FFFFFF;
text-decoration:none;
font-size:11px;
}

.footer-links a:hover {
text-decoration:none;
}


td.function {
color:#FFFFFF;
font-size:12px;
padding: 3pt 19pt 3pt 19pt;

}
p a:link {
color: ##0099FF;
text-decoration:none;
}
p a:hover {
color: ##0099FF;
text-decoration:underline; 
;
}
p a:visited {
color:#0099FF;
text-decoration:none;
}
p a:active {
color:#0099FF;
text-decoration:none;
}

.whitelink{
text-align:left;}
.whitelink a:link {
color:#FFFFFF;
}

.whitelink a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.whitelink a:visited {
color:#FFFFFF;
}
/*
 * CSS Rollovers.
 */
 
.home a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 117px;
background: url("/images/home.jpg") 0 0 no-repeat;
text-decoration: none;
}

.home a:hover { 
background-position: 0 -44px;
}

.about a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 111px;
background: url("/images/about.jpg") 0 0 no-repeat;
text-decoration: none;
}

.about a:hover { 
background-position: 0 -44px;
}

.link-testimonials a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 111px;
background: url("/images/testimonials.jpg") 0 0 no-repeat;
text-decoration: none;
}

.link-testimonials a:hover { 
background-position: 0 -44px;
}
.homeloan a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 110px;
background: url("/images/home-loans.jpg") 0 0 no-repeat;
text-decoration: none;
}

.homeloan a:hover { 
background-position: 0 -44px;
}

.finance a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 111px;
background: url("/images/finance.jpg") 0 0 no-repeat;
text-decoration: none;
}

.finance a:hover { 
background-position: 0 -44px;
}


.contact-rollover a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 110px;
background: url("/images/contact.jpg") 0 0 no-repeat;
text-decoration: none;
}

.contact-rollover a:hover { 
background-position: 0 -44px;
}

.links a {
display:block;
padding-top:19px;
padding-bottom:5px;
width: 119px;
background: url("/images/links.jpg") 0 0 no-repeat;
text-decoration: none;
}

.links a:hover { 
background-position: 0 -44px;
}


/*
* MENU TEST
*/

.chromestyle{
width: 789px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}