/*
 * Copyright 2014
 * Developed By Contact Point IT Services
 */


/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * General Styles
 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background: #fff;
}
a,
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
p {
    
}
hr {

}
img { border: 0; }
h1 {
    
}
h2 {

}
h3 {

}
fieldset {

}
legend {

}
.clear {
    clear: both;
}


/*
 * General Layout
 */

#container {
    width: 100%;
}
.wrapper {
    margin: 0 auto;
}

header, #body, footer {
    width: 100%;
}

header {
    background: url('../images/BruceBrammall_header_bg_home.jpg');
    background-size: cover;
    z-index: 10;
}

/*
 * Navigation
 */
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
 * Body Component
 */

#content {

}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
    margin: 10px;
}
#content h1
{
    color: #013b8a;
    font-size: 22px;
}
#content h2 {
    color: #013b8a;
    font-size: 18px;
}
#content p 
{
    color: #232324;
    font-size: 13px;
    line-height: 16px;
    margin: 10px;
}
#content p a {
    font-size: 13px;
    color: #3c77c3;
}
#content ul, #content ol {
    margin: 10px;
    list-style-type: none;
}
#content ul ul, #content ol ul {

}
#content form{
    margin: 10px;
}
#content fieldset{
    margin: 10px;
}


/*
 * Footer Component
 */
footer {
    color: #000;
}
footer p{
    padding: 10px;
}


footer a {
    color: #000;
}
footer a:hover {
    color: #000;
}


/*
 * Other Component
 */
.error {
    color: red !important;
}
.errormsg{
    color: red !important;
}
.result {
    color: green !important;
}

/*
* Asess mortgage
*/
#content .assess-mortgage ol{
    list-style: inside none number;
}
#content .assess-mortgage ol li{
  font-size: 13px;
}
#content .assess-mortgage ol ol{
    list-style: inside none lower-alpha;
}
#content .assess-mortgage form table tbody tr td{
    font-size: 13px;
}



nav .wrapper{
	position: relative;
}
#social-media {
	position: absolute;
	right: 0;
	top: 0;
}

.mce_inline_error{
	position: relative;
}

.featured-books {
    width: 61px;
    display: inline-block;
}

