/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }


/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFF;
  font-size: 62.5%; /* Resets 1em to 10px */
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 11px;*/
  line-height: 1.4em;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#nav_access {
	position:absolute;
	display:none;
	}

/* Commonly used to style page titles. */
h1 {
  color: #b54f37;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
}
/* Commonly used to style section titles. */
h2 {
  color: #b54f37;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #eb5c83;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #eb5c83;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #eb5c83;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #bf1c1c;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #702922;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

/*------------highlights classes-----------------------------*/

.highlight_and_bold {
 font-weight: bold;
 color:#333;
 }
 
.highlight {
 color: #eb5c83;
}

.uppercase_word {
 text-transform: uppercase;
}

.bold_tel_number {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 font-size: 2em;
 letter-spacing: -0.1em;
 padding: 7px 0 5px 0;
 }
 
.bold {
 font-size:1.4em;
 }
 
.email {
 text-align:center;
 }
 
/*------------end of highlights classes-----------------------------*/
 
#outer_wrapper {
  background-color: #fff;
  font-size: 1.1em;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 768px;
}

#outer_wrapper #top_navigation {
  margin:0;
  padding-top: 10px;
  background: #FFF url(../images/top_nav_bottom.gif) no-repeat 0 bottom;
  height:30px;
}

#outer_wrapper #top_navigation #login li a {
  display:block;
  width: 100px;
  line-height: 2.5em;
  text-align: center;
  background: url(../images/top_nav_button.gif) no-repeat 10px 6px;
}  

/*---------------------header---------------------------------*/

#outer_wrapper #header {
  position: relative;
  background-color: #FFFFFF;
  background: url(../images/branding1.jpg) no-repeat 0 0;
  height: 226px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 10px 0 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outer_wrapper #header h1 {
  position:absolute;
  z-index: 100;
  top: -27px;
  left: 504px;
  margin:0;
  padding:0;
}

#outer_wrapper #header h1 a {
  display: block;
  width: 245px;
  height: 75px;
  background: transparent url(../images/source_commercial_finance_large_logo.gif) no-repeat;
  text-indent: -9999px;
}

/*-----------------end of header---------------------------------*/

/*------------------left column----------------------------------*/

#outer_wrapper #content_wrapper #left_column1{
  background: #491111 url(../images/left_column_bottom2.gif) no-repeat bottom right;
  float: left;
  padding:0 0 100px 0;
  margin-bottom: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 132px;
  border-right: 1em solid #fff;
  min-height:600px;
}

/*----------------end of left column----------------------------------*/

/*-----------------left column top navigation--------------------*/
 
.main_sections{
  list-style-type: none;
  margin:0;
  padding: 10px 0 0 8px;
  width: 115px;
  border-bottom-width: 0;
  
}

.main_sections li a {
  background: white url(../images/glossyback.gif) repeat-x bottom left;
  font: 1.2em "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: white;
  display: block;
  width: auto;
  padding: 3px 0;
  padding-left: 5px;
  text-decoration: none;
}

* html .main_sections li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 107px;
}

.main_sections li a:visited, .main_sections li a:active{
  color: white;
  text-decoration: none;
}

.main_sections li a:hover{
  background-image: url(../images/glossyback2.gif);
  color:#FFFFFF;
  text-decoration: none;
}

.sub_sections {
  background: #f1f3ef url(../images/subb_menu_bottom.gif) no-repeat bottom;
  list-style-type: none;
  margin:0;
  padding: 0 0 10px 7px;
  width: 105px;
  border-bottom-width: 0;
}


.sub_sections li a {
  background:none;
  border-bottom: 0.1em solid #491111;
  font: 1.1em "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #491111;
  display: block;
  width: auto;
  padding: 2px 0 2px 0px;
  text-decoration: none;
}

* html .sub_sections li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 105px;
}

.sub_sections li a:visited, .main_sections li a:active{
  background:#f1f3ef;
  color: #491111;
}

.sub_sections li a:hover{
  background:none;
  color:red;
  text-decoration:none;
}

.sub_sections{
  display:none;
}
#your_money_sub_section{
  display:none;
}

#your_children_sub_section{
  display:none;
}

#your_life_sub_section{
  display:none;
}

#your_home_sub_section{
  display:none;
}

#your_business_sub_section{
  display:none;
}

#your_estate_sub_section{
  display:none;
}

/*--------------end of left column top navigation--------------------*/


/*-------------left column bottom navigation-------------------------*/

#outer_wrapper #content_wrapper #left_column1 #nav_supp  {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ccc;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 15px 0 10px 10px;
   /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outer_wrapper #content_wrapper #left_column1 #nav_supp li { 
  border-bottom: 0.1em solid #999;
}

#outer_wrapper #content_wrapper #left_column1 #nav_supp li a {
  color: #ccc;
  text-decoration:none;
} 

#outer_wrapper #content_wrapper #left_column1 #nav_supp li a:hover {
  color:#FFF;
}

/*----------end of left column bottom navigation-------------------------*/


/*--------------------right column main settings------------------------------*/

#outer_wrapper #content_wrapper #right_column1 {
  background-color: #fff; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding:0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

/*------------------end of right column settings------------------------------*/


/*---------------------right column module 1----------------------------------*/
#outer_wrapper #content_wrapper #right_column1 #module1 {
  background: url(../images/module.gif) no-repeat 0 0;
  font-size:11px;
  padding-bottom: 10px;
  margin:0;
  width: 150px;
  height: 150px;
}

#outer_wrapper #content_wrapper #right_column1 #module1 img {
  padding: 8px 8px 0 8px;
}

#outer_wrapper #content_wrapper #right_column1 #module1 h3,p {
  padding: 2px 7px 0 8px;
}

/*--------------------end of right column module 1----------------------------------*/


/*---------------------right column module 2----------------------------------*/

#outer_wrapper #content_wrapper #right_column1 #module2 {
  background: url(../images/module.gif) no-repeat 0 0;
  color:#FFF;
  margin:0;
  padding:0;
  width: 150px;
  height: 150px;
}

#outer_wrapper #content_wrapper #right_column1 #module2 p {
  font-size: 15px;
  padding: 17px 0 0 60px;
  }

.module {
  float: left;
  margin: 10px 0 0 8px;
  display:block;
  clear: left;
}

#outer_wrapper #content_wrapper #right_column1 #module2 ul {
  list-style: none;
}

#outer_wrapper #content_wrapper #right_column1 #module2 ul li {
  padding: 15px 5px 0 55px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
}

/*------------------end of right column module 2----------------------------------*/

/*----------------------content settings------------------------------------------*/

#outer_wrapper #content_wrapper #content {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color:#666;
  line-height: 1.4em;
  margin: 0 150px 0 132px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 20px 3em 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outer_wrapper #content_wrapper #content p {
  padding: 1em 0 0 0;	
}

#outer_wrapper #content_wrapper #content h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: -0.1em;
  font-size: 180%;
  color: #333;
  padding: 0.6em 0 0.8em 0;
}

/*-------------------end of content settings------------------------------------------*/

#outer_wrapper #content_wrapper .clear_float {
  clear: both;
  display: block;
}

/*-------------------------footer----------------------------------------------------*/

#outer_wrapper #footer {
  position: relative;
  background: #d7d7d7 url(../images/footer_logo.gif) no-repeat 680px 15px;
 /* background-color: #CCC; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outer_wrapper #footer ul a {
  background: url(../images/team.gif) no-repeat;
  position: absolute;
  display:block;
  top:-268px;
  left:592px;
  width:170px;
  height:268px;
  text-indent: -9999px;
}

#outer_wrapper #footer p {
  width: 650px;
  padding: 8px 8px 0 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#copyright_text{
	float:left;
	margin-bottom:10px;
}

#web_development_text{
	float:right;
	margin-bottom:10px;
}

/*------------------------end of footer-------------------------------------------------*/


/* Contacts Page*/
/* staff member page*/
.staff_member_container{
	border-bottom:2px solid #CCCCCC;
	padding-bottom:20px;
	margin-top:20px;
}

.staff_member_container img{
	float:left;
	padding-right:10px;
}
.staff_member_container h3{
	font-size:1em;
}

/* page links */
.page_links{
	border-bottom:1px solid #491111;
	padding:20px 0;
	
}
.page_links img{
	margin:0 5px 0 0;
}
/* end contacts page*/
.newsitem_heading{
	margin-top:20px;
	font-weight:bold;
}

/*--------------------------------contact form page---------------------------------------*/

#form_container{
	width:440px;
}

#form_header{
	background-image:url(../images/formheader.jpg);
	background-repeat:no-repeat;
	height:30px;
}

#form_container h3{
	color:#FFFFFF;
	font-size:0.9em;
	padding:7px 0 0 13px;
	font-weight:normal;
}

.form_description{
	font-size:0.9em;
	color:#491111;
	margin-right: 10px;
	margin-bottom: 10px;
}

#form_inner_container{
	border:1px solid #e2e2e2;
	padding:0 0 0 13px;
}

#callback_form{
	height:460px;
}

.standard_form input{
	border:1px solid #d2d1d1;
	float:left;
	margin-bottom:20px;
}

.standard_form label{
	color:#abadb3;
	float:left;
	clear:left;
	width:120px;
}

.mortgageform_longerlabel{
	width:200px !important;
}

#how_many_children, #currently_spending_per_term{
	width:40px;
}
.standard_form textarea{
	border:1px solid #d2d1d1;
	float:left;
	margin-bottom:20px;
}


.form_buttons{
	float:right;
	margin-top: 10px;
	margin-right:10px;
}

.standard_form #submit{
	border:0;	
}

.standard_form #reset{
	border:0;
	margin-left:10px;
}

.form_asterisk{
	color:#e31d5b;
}

#asterisk_info{
	clear:both;
	color:#e31d5b;
	font-size:0.8em;
	text-align:center;
}


#info_required_label{
	width:400px;
	margin-bottom:5px;
}

#what_type_of_information_do_you_require{
	clear:both;
	width:290px;
}

/*-----------------------------------end of contact form page---------------------------------------*/