/*
// Academy Mortgage, LLC. Main Style Sheet Document
// Author: Michael A. Karr - Adventure Web Productions - www.advp.com
// Version: 1.0
// Copyright 2006 - All rights reserved.
*/


/* [ Global Style Library ] */


* {
	/* Reset ALL margins and padding to zero */
	margin: 0;
	padding: 0;
}

body {
	/* Set site defaults */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #FFFF00;
	/* Center the website for IE */
	text-align: center;
}

/* Global Paragraphs */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/* Bottom Margins */
	margin: 0px 0px 10px 0px;
	text-align: left;
}

/* Global Headings */

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #81051D;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid;
	padding: 0px 0px 5px 0px;
	text-align: left;
	text-transform: capitalize;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #81051D;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin: 5px 0px 5px 0px;
	text-align: left;
}

.smallText {
	font-size: 9px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}

/* Global Text Links */

a {
	color: #81051D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

/* [ Class Library ] */

img.threePixFix {
	margin-bottom:-3px;
}

li.navSkip {
	display: none;
}

a.lastNav {
	border-right: 0 !important;
}

.columnNoHeadPadding {
	padding: 53px 0px 0px 0px;
}

.submitButton {
	width: 125px !important;
	margin: 15px 0px 5px 45px;
}

.imgLeft {
	float: left;
	margin: 0px 8px 10px 0px!important;
}

.imgRight {
	float: right;
	margin: 10px 0px 10px 10px!important;
}

/* [ Site Wrapper Div ] */

#homeScreenShot {
	display: none;
}

#siteWrapper {
	width: 751px;
	position: relative;
	/* Center the website for Mozilla */
	margin: 20px auto 20px auto;
	text-align: left;
}

/* [ Messages ] */

div.message {
	text-transform: uppercase;
	font-size: 12px;
	text-align: center !important;
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px 5px 0px !important; 
	font-weight: bold;
	width: 100%;
}

div.message p {
	color: #FFFFFF !important;
	text-align: center !important;
}

/* [ Home Page Styles ] */

#leftColumn {
	float: left;
	width: 435px;
	position: relative;
}

#leftColContent {
	position: relative;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#rightColumn {
	width: 296px;
	float: right;
}

#header {
	background: url() bottom left;
	width: 455px;
	position: relative;
}

#homeContent {
	background: url(../images/mainBG.jpg) repeat-y;
	padding: 10px 10px 0px 25px;
	float: left;
	width: 420px;
	height: 500px;
}

#homeLeftCol {
	float: left;
	width: 215px;
}

#homeRightCol {
	float: right;
	width: 184px;
}

#bottomCap {
	clear: both;
}

/* [ Logo ] */

#logo {
	position: relative;
	height: 59px;
}

#logo img {
	border: none;
}

/* [ Left Navigation Menu ] */

#navMenu li {
	list-style: none;
}

#navMenu li a {
	color: #FFFFFF;
	width: 185px;
	padding: 4px 10px 4px 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrowRt.gif) 8px 7px no-repeat #81051D;
	border-bottom: 1px solid #FFFFFF;
}

#navMenu li a:hover {
	color: #FFFFFF;
	background-color: #000000; 
}

/* Menu Color Classes */

a.grey {
	background-color: #333333 !important;
}

a:hover.grey {
	background-color: #000000 !important;
}

a.blue {
	background-color: #4D80B3 !important;
}

a:hover.blue {
	background-color: #000000 !important;
}

/* [ Increase-Decrease Text Size Buttons ] */

#textController {
	text-align: center;
	background: #4472A0;
	padding: 8px 0px 5px 0px;
}

#textController img {
	border: 0;
}

/* [ Learn More Lists ] */

#learnLinks li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
}

/* [ Link Lists ] */

ul#linksList {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #81051D;
	padding: 0px 0px 5px 15px;
}

ul#linksList li {
	list-style-position: outside !important;
	margin: 5px 0px 5px 0px!important;
}

/* [ FAQ and Definition Lists ] */

.definitionList dt {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.definitionList dd {
	margin: 0px 0px 5px 0px;
}


/* [[[[[[[[[[ END HOME PAGE / BEGIN SUB PAGE ELEMENTS ]]]]]]]]]] */





/* [ Sub Page Headers ] */

#headerSub {
	background: url() bottom left;
	width: 750px;
	position: relative;
}

/* Sub Page Content Container */

#contentSub {
	background: url(../images/mainBG.jpg) repeat-y;
	padding: 10px 10px 0px 25px;
	float: left;
	width: 715px;
	position: relative;
}

/* Sub Page Middle Column */

#middleColumnSub {
	float: left;
	width: 218px;
	margin: 0px 0px 0px 20px;
}

#middleColumnSub li {
	list-style: inside;
	margin: 0px 0px 8px 0px;
}

#rightColumnSub {
	float: left;
	width: 216px;
	margin: 0px 0px 0px 20px;
}

#rightColumnSub img {
	margin: 0px 0px 10px 8px;
	border: 0;
}

#rightColumnSub p {
	margin: 0px 10px 10px 13px;
}

#rightColumnSub h3 {
	margin: 0px 0px 5px 13px;
}

/* [ Two Column Span ] */

#twoColumnSpan {
	width: 455px;
	float: right;
	margin: 0px 25px 0px 0px;
}

#twoColumnSpan li {
	list-style: outside;
	margin: 0px 0px 10px 20px;
}

/* [ Universal Footer ] */

#footer {
	clear: both;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#footer p {
	text-align: center;
	margin: 0;
}

/* Call Academy Mortgage BOX */

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #003399;
	color: #003399;
	background: #FFFFFF;
	float: left;
	margin: 0 0 10px 30px;
}

#footer ul {
	margin: 10px 0px 10px 0px;
	clear: both;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	margin: 0px 6px 0px 0px;
	border-right: 1px solid #000000;
	padding: 0px 6px 0px 0px;
}

/* [ Definition Lists ] */

/* Terms */
dt {
	display: block;
	list-style: none;
	font-weight: bold;
}

/* Definitions */
dd {
	list-style: none;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	background: #FFFFCC;
}

/* [ Downloads List ] */

#downloads li {
	list-style: none;
	padding: 5px 0px 10px 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed #81051D;
}

/* [ Contact Form ] */

#quickContact label {
	font-weight: bold;
	display: block;
}

#quickContact input, #quickContact textarea {
	width: 100%;
}

/* [ Custom Analysis Form ] */

#formWrapper li {
	list-style: outside;
	list-style-type: none;
}

/* [ Mailing list pages and forms ] */

#mailFormContainer label {
	font-weight: bold;
	display: block;
}

/* [ Membership Table ] */

#membershipTable td {
	padding: 8px;
}

#membershipTable td img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FFFFFF;
}

/* [ Licenses List ] */

ul#licenseList li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 10px 0px 10px;
}

/* [ Officer Photo ] */

#officerPhoto {
	text-align: center;
}

#officerPhoto img {
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
}