/* Client: Rosenthal Financial Services, LLC. | Client's website: URL */
/* Coded by Devon Ackerman of AEI Web Design | www.aeiwebdesign.com | 08.23.07 */

/* universal */
body {
	background-color: #495577;
	margin: 0;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #7D8AAF;
	text-decoration: underline;
}

a:visited {
	color: #7D8AAF;
	text-decoration: underline;
}

a:hover {
	color: #333300;
	text-decoration: underline;
}

a:active {
	color: #333300;
	text-decoration: underline;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
.menu_btn {
	width: 180px;
	height: 20px;
	background-image: url(../_imagez/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.menu_txt:link {
	color: #7D8AAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 24px;
}

.menu_txt:visited {
	color: #7D8AAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 24px;
}

.menu_txt:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 24px;
}

.menu_txt:active {
	color: #7D8AAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 24px;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* body txt */
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #61719E;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

.centered-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #61719E;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

.diagonal_line {
	background-image: url(../_imagez/rfs_diagonal_line.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.faded_border {
	background-image: url(../_imagez/rfs_menu_border.jpg);
	background-repeat: repeat-y;
}

.contact_us_bg1 {
	background-color: #FFFFFF;
	background-image: url(../_imagez/rfs_contact_us_bg.gif);
	background-repeat: repeat-y;
}

.contact_us_bg2 {
	background-color: #FFFFFF;
	background-image: url(../_imagez/rfs_contact_us.jpg);
	background-repeat: no-repeat;
}

.contact_us_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #7D8AAF;
	padding: 10px 40px 0 0;
}

.contact_us_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #7D8AAF;
	line-height: 18px;
	padding: 15px 0 0 20px;
	margin: 0 0 18px 0;
}

/* footer */
.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #7D8AAF;
	line-height: 12px;
}

.footer {
	background-image: url(../_imagez/rfs_footer.jpg);
	background-repeat: no-repeat;
}
