/* CSS Document */

body 
{
	color: #000000;
	background-color:#CCCCCC;
	/*background-image:url(../jpg/background.jpg);*/
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
}

p 
{
	/*line-height: 1.6em;*/
	margin-bottom: 0.5em;
	/*margin-left: 0.5em;*/
	text-align:justify;
	font-size: 10pt;
	padding-left:15px;
	padding-right:15px;
	
}
h1
{
	font-size: 12pt;
	padding-left:12px;
	padding-right:12px;
}
h3
{
	padding-left:14px;
	padding-right:14px;
}
#advert 
{
	width: 180px;
	float: right;
	margin: 25px 5px 5px 5px;
}
#advert p 
{
	font-size: 0.8em;
	text-align: center;
	margin: 3px 0px 0px 0px;
}
img.border 
{
	border: 1px solid #4f477e;
}

div.border 
{
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #000000;
/*	background-color:#CCCCEE;*/
/*	background-color:#C1C29A;*/
	background-color:#C09843;
	text-align:justify;
}

div.element 
{
	clear: both;
}

div.elementspacer 
{
	margin: 20px 0px 20px 0px;
	border: 1px solid #BBBBDD;
}

div.label 
{
	font-size:9pt;
	width: 120px;
	float: left;
	padding-left:10px;
}

div.value 
{
}
/* #### LOGO CSS ### */

#logo 
{
	color: #000000;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 700px;
	border: 1px solid red;
	text-align: center;
	/*padding: 3px;*/
	padding:0px;
	margin:0px 0px 5px 0px;
	border: 1px solid #663333;

}

#logo strong 
{
	color: #8877FF;
}

#logo a:link
{
	color: #8877FF;
	text-decoration: none;
}
#logo a:visited
{
	color:#CCFF66;
	text-decoration: none;
}

#logo a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
#logo a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
#logo h1
{
	padding:0;
	margin:0;
}


/* #### END LOGO CSS ### */

/* #### HEADER CSS ### */



#header 
{
	color: #FFFFFF;
	background-color:#663333;
	
	width: 700px;
	height: 25px;
	border: 1px solid #EEFFFF;
	/*
	border-bottom: 1px solid #EEFFFF;
	border-right: 1px solid #EEFFFF;
	border-top:1px solid #EEFFFF;
	*/
}

#headerinside 
{
	width: 680px;
}

#menu 
{
	font-size: 8pt;;
	float: left;
}

#menu div.seperator 
{
	display: none;
}	

#menu div.menuitem 
{
	color: #FFFFFF;
	background-color: transparent;
	height: 20px;
	padding-top: 5px;
	float: left;
	border-right: 1px solid #FFFFFF;
}


#menu div.selectedmenuitem 
{
	color: #FFFFFF;
	background-color: #0f3c35;
	height: 20px;
	padding-top: 5px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#menu a:link, #menu a:visited
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 5px 8px 5px;
}

#menu a:hover, #menu a:active
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 8px 5px;
}

/* #### END HEADER CSS ### */



/* #### CONTENT CSS ### */
#content 
{
	color: #000000;
	background-color: #ffffff;
	width: 700px;
	margin: 5px 0px 10px 0px;
	line-height: 1.5em;
	text-align:left;
	font-size: 1em;

	
}
#content h1
{
	padding-top: 5px;
	color:#663333;
}
#content h3
{
color: #663333;
}
#content table 
{
	width: 700px;
	background-color:#ffffff;
	/*padding: 15px;*/
	border: 1px solid #663333;
}

#content td.left 
{
	/*width: 310px;*/
	/*background-image:  url("../png/left-background.png");*/
	/*background-repeat:repeat-y;*/
}

#content td.right 
{
	padding: 0px 5px 5px 5px;
	
}
#content p.mortgageHeaders
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	font-weight:bold;

}
#content div.services 
{
	margin: 20px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}

#content p.backtotop 
{
	font-size: 0.85em;
}

#content p.backtotop:first-letter 
{
	color: #000000;
	font-weight: normal;
	font-size: 0.85em;

}
#content p.largeQuote
{
	color:#000060;
	font-size:14px;
	font-style:italic;
	font-weight: bold;
	margin: 0px;
}
#content p.errorMsg
{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}
#content img.floatRight
{
	float: right;
	/*padding: 10px;*/
	margin-left: 5px;
}
#content img.floatLeft
{
	float: left;
	margin-right: 5px;
}
#content img.centre
{
	text-align:center;
	border: 1px solid #4f477e;
}
#content div.imgCentre
{
	margin: 10px 0px 0px 0px;
	text-align:center;
}
#content li
{
	font-size:10pt;
}

/* #### END CONTENT CSS ### */

/*##### float advert right#####*/
#advertRight
{
	background-image:url(../images/roof.jpg);
	background-repeat:no-repeat;
	width:160px;
	display:block;
	color:#660000;
	float:right;
	background-color:white;
	margin: 5px 10px 5px 15px;
}
#advertRight h1
{
	font-size:9pt;
	padding:5px;
	margin-top:40px;
	text-align:center;
	
}
#advertRight p
{
	text-align:justify;
	font-size: 8pt;
	font-style:normal;
	padding:5px;
	margin:0px;
}
#advertRight a:link, #advertRight a:visited
{
	color:red;
	font-style:italic;
	text-decoration:blink;
}
#advertRight a:hover
{
	text-decoration:underline;
}
/*##### end float advert right#####*/
/* ##### Float image right #####*/
#mortgageFloatRight
{
	float: right;
	margin-left: 5px;
	/*width: 200px;*/
}

#mortgageFloatRight img
{
	
}
#mortgageFloatRight p
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	text-align:center;
	margin:0px;
}
/* ##### END Float image right #####*/
/* ##### Float image left #####*/
#mortgageFloatLeft
{
	float: left;
	margin-right: 5px;
}

#mortgageFloatLeft img
{
	
}
#mortgageFloatLeft p
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	text-align:center;
}
/* ##### END Float image left #####*/


/* #### FOOTER CSS ### */

#footer 
{
	color: #FFFFFF;
	background-color: #663333;
	width: 694px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size:8pt;
	padding: 3px;
	
}

#footer strong 
{
	color: white;
	font-size:10pt;
}

#footer a:link, #footer a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active 
{
	color: #4f477e;
	text-decoration: underline;
}
#footer img
{
	float:right;
}

/* #### END FOOTER CSS ### */
/* #### CWD Footer ### */

#customwebdesign 
{
	color: #999999;
	text-align: center;
	padding: 3px;
	font-size:9pt;
}

#customwebdesign a:link, #customwebdesign a:visited 
{
	color: #999999;
	text-decoration: none;
}

#customwebdesign a:hover, #customwebdesign a:active 
{
	color: #666666;
	text-decoration: underline;
}

/* #### END cwd footer CSS ### */
li 
{
	list-style-position: outside;
	list-style-image: url(../images/squareSmall.jpg);
	text-align:justify;
	padding-left: 30px;
}
/*##### CASE STUDY LEFT #####*/
#caseStudyLeft
{

	width:300px;
	display:block;
	color:#660000;
	float:left;
	background-color:white;
	border: 1px dashed #660000;
	margin:0px 0px 5px 10px;
	padding: 6px;
	font-size:9pt;
	text-align:justify;
}
#caseStudyLeft img
{
	float:left;
	padding-right:5px;

}
/*##### CASE STUDY RIGHT #####*/
#caseStudyRight
{
	width:300px;
	display:block;
	color:#660000;
	float:right;
	background-color:white;
	border: 1px dashed #660000;
	padding: 6px;
	margin:0px 10px 5px 0px;
	font-size:9pt;
	text-align:justify;

}
#caseStudyRight img
{
	float:left;
	padding-right:5px;
}
