@charset "utf-8";
/*Main */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style5 {font-size: 12px; font-weight: bold; }
.style7 {
	font-size: 22px;
	font-weight: bold;
}
.style8 {color: #002B55}
.style10 {
	color: #00478D;
	font-size: 22px;
	font-weight: bold;
}
.style12 {
	font-size: 22px;
	font-weight: bold;
	color: #002B55;
}
.style13 {font-size: 22px}

.style15 {font-size: 12px}
.style16 {font-size: 10px}

.style17 {
	font-size: 16px;
	font-weight: bold;
	color: #002B55;
}
.style18 {font-size: 16px}
.style19 {font-size: 24px;
		font-weight: bold;
		color: #cccccc;
		}

/* Menu */
.phoenixmortgage{
font: 16px arial, "Times New Roman", Times, serif;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.phoenixmortgage ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #cacaca; /*dark purple border*/
border-width: 0px 0;
background: transparent;
}

.phoenixmortgage ul li{
display: inline;
}

.phoenixmortgage ul li a{
float: left;
color: #e7e7e7; /*text color*/
padding: 5px 12px;
text-decoration: none;
border-right: 0px solid #cacaca; /*dark purple divider between menu items*/
}

.phoenixmortgage ul li a:visited{
color: #e7e7e7;
}

.phoenixmortgage ul li a:hover, .phoenixmortgage ul li .current{
color: #001D44 !important; /*text color of selected and active item*/
padding-top:5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(images/active.gif) center center repeat-x;
}

/*Headings*/
h1 { 
font-family: Georgia; 
color: #002B55; 
font-size: 34px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Georgia; 
color: #002B55; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Georgia; 
color: #002B55; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; }

h4 { 
font-family: Georgia; 
color: #002B55; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; }

/* Slideshow */
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 0px 0px;
}

/* Link Classes */
.class1 A:link { color: #002B55; border-bottom: 1px #666666 dotted; text-decoration: none;}
.class1 A:visited { color: #002B55; border-bottom: 1px #666666 dotted; text-decoration: none}
.class1 A:active { color: #002B55; border-bottom: 1px #666666 dotted; text-decoration: none}
.class1 A:hover {color: #666666; border-bottom: 1px #002B55 dotted; text-decoration: none}

.class2 A:link { color: #cccccc; border-bottom: 1px #cccccc dotted; text-decoration: none;}
.class2 A:visited { color: #cccccc; border-bottom: 1px #cccccc dotted; text-decoration: none}
.class2 A:active { color: #cccccc; border-bottom: 1px #cccccc dotted; text-decoration: none}
.class2 A:hover {color: #ffffff; border-bottom: 1px #ffffff dotted; text-decoration: none}

.class4 A:link { color: #ffffff; border-bottom: 1px #cccccc dotted; text-decoration: none;}
.class4 A:visited { color: #ffffff; border-bottom: 1px #cccccc dotted; text-decoration: none}
.class4 A:active { color: #f4f4f4; border-bottom: 1px #f4f4f4 dotted; text-decoration: none}
.class4 A:hover {color: #f4f4f4; border-bottom: 1px #f4f4f4 dotted; text-decoration: none}

.class3 A:link { color: #00478D; border-bottom: 1px #00478D dotted; text-decoration: none;}
.class3 A:visited { color: #00478D; border-bottom: 1px #00478D dotted; text-decoration: none}
.class3 A:active { color: #00478D; border-bottom: 1px #00478D dotted; text-decoration: none}
.class3 A:hover {color: #666666; border-bottom: 1px #002B55 dotted; text-decoration: none}

img
{  border-style: none;
}