/* Home Savers Scotland  - Style Sheet
================================== */

/* ZERO MARGINS/PADDINGS*/
* {
	margin: 0;
	padding: 0;}

body {
	font:normal 62.5%/1.6 Arial,Helvetica, san-serif;
	/*font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode",  "Verdana",sans-serif;)*/
	text-align: center;
	min-width: 800px;}
	
/*WRAPPER*/
#outerwrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border:1px solid #003399;
	background-image: url(images/background.gif);}
	
/*WRAPPER*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border:0px solid #003399;
	}
	
/*INNERWRAPPER*/
#innerwrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border:0px solid #003399;
	background-image: url(images/background.gif);}
	
/*HEADER INFO*/

#header{
    height:268px;}

#headerimage1 {
	margin: 0px;
	padding: 0px;
	height:120px;
	position:relative;
	width: 800px;
	border-bottom: 0px solid #ffffff;}
		
#headerimage2 {
	margin: 0px;
	padding: 0px;
	height:148px;
	position:relative;
	width: 800px;
	border-bottom: 0px solid #ffffff;}
			
/*END OF HEADER INFO*/

/*START OF LEFT COLUMN INFORMATION*/
#mainNav {
	width: 150px;
	float: left;
	list-style: none;
	position:relative;
	height: auto;
	background-color: #Fef200;
	background-image:url(images/menum.jpg);
}

#mainNav h1{
	font-size:1.4em;
	color:#064287;
	padding-top:0px;
	text-align: center;
	font-style: oblique;
}

/*END OF LEFT COLUMN INFORMATION*/

/*START OF CENTRAL COLUMN INFORMATION*/
#mainContent {
	width: 366px;
	float: left;
	position:relative;
	font-size: 1.3em;}
		
#mainContent a:link,  a:visited {
	color: #0099FF;
	text-decoration: underline;} 

#mainContent a:hover,  a:active {
	color: #0099FF;
	text-decoration: none;}
				
#mainContent ul{
	padding-left: 20px;}

#mainContent p {font-size: 1.0em;}

#textinner {
	text-align: justify;
	padding-right: 10px;
	color: #FFFFFF;
	list-style-type: circle;
	padding-bottom:10px}
	
#textinner p{
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 30px;
	line-height: 1.1em;}
	
#textinner a:link,  a:visited {
	color: #0099FF;
	text-decoration: underline;} 

#textinner a:hover,  a:active {
	color: #0099FF;
	text-decoration: none;}

#textinner1 {margin-left: 20px;}
 
#columnheadtext{
	height:auto;
	width: auto;
	font:"Times New Roman", Times, serif;
	color:#CCCCCC;
	margin-left:10px;
	font-size: 2.5em;
	padding-top: 0px;
	border-bottom: 0px solid #666699;
	font-style: normal;}

/*START OF CENTRAL COLUMN INFORMATION*/

/*RIGHT COLUMN INFO*/

#secondaryContent {
	padding-bottom: 0px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 192px;
	/**display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  	float: right;
	padding-left: 0px;
	padding-right: 60px;
	margin-top: 0px;
	position:relative;
}

#secondaryContent h1{
	font-size:1.4em;
	color:#FEF200;
	padding-top:10px;
	text-align: center;
	font-style: oblique;
}

#rightnews{
	padding-top:10px;
	padding-left:0px;
	color:#eaeaea;
	font-size:1.1em;
	float: left;}

a:link,  a:visited {
	color: #0099FF;
	text-decoration: underline;} 

 a:hover,  a:active {
	color: #cccccc;
	text-decoration: underline;}

#mainNav * *, #secondaryContent * * {
	padding-left: 0;
	padding-right: 0px;
	
	/**border-bottom: 1px solid white;**/}
	
#secondaryContent p {font-size: 1.0em;}

/*END OF RIGHT COLUMN INFO*/

#roof{
	padding:0px;
	margin:0px;
	width: 800px;
	height: auto;
	position: relative;
	border-top: 1px solid #ffffff;}

/*START OF FOOTER*/
#footer {
	color:#FFFFFF;
	width:800px;
	clear: both;
	height: 70px;
	border-bottom: 0px;
	border-top: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: repeat;
	margin: 0px;} 

#footertext{
	padding-left:0px;
	padding-top:18px;
	width:800px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: lighter;
	top: 0px;
	text-align: center;
	padding-bottom:0px;}

#footertext a:link,  a:visited {
	color: #eaeaea;
	text-decoration: underline;} 

#footertext a:hover,  a:active {
	color: #eaeaea;
	text-decoration: none;}

#footertext h1{font-size:1.4em;}

#jollie {
	padding-left: 10px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-right: 10px;}

#jollie a:link,  a:visited {
	color: #666666;
	text-decoration: none;} 

#jollie a:hover,  a:active {
	color: #666666;
	text-decoration: underline;}

/*END OF FOOTER TEXT*/

/*MISC. STYLES*/

p {font-size: 1.3em;}

h1, h2, p {margin: 0em 0;}

h4{
	margin-left:45px;
	font-size:1.3em;
	text-align:left;
	padding-bottom: 5px;}

h5{
	margin-left:45px;
	font-size:1.2em;
	text-align:left;
	padding-bottom: 5px;}


.button{color:#FFFFFF;
background-color:#333399;
border-color:#333399;
padding-top:0px;
float:right;}

.button1{color:#FFFFFF;
background-color:#064287;
border-color:#000000;
padding-right:0px;}

.listpadding {padding-left:20px;}

.formborder{ border:1px;
border-color:#003366;
border-style:solid;
height:;25px;}



/*END OF MISC. STYLES*/


.style3 {
	color: #333333;
	font-weight: bold;}


.list { list-style: square;
font-size:1.0em;
padding-left:20px;}  


#roundedBox h3{
padding: 5px 0px 0px 00px;
background-image: url(images/top_middle.gif);
background-repeat:no-repeat;
}

#roundedBox a:link, #roundedBox a:visited, #roundedBox a: hover {

background-image:url(images/middle_middle.gif);
font-weight:bold;
padding:3px 0px 3px 0px;
color: #21536A;
display:block;
}
.cornerBottom {
background-image: url(images/bottom_middle.gif);
background-repeat:no-repeat;
}

.cornerTop {
background-image: url(images/top_middle.gif);
background-repeat:no-repeat;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width:445px; /* ems so it will grow */
	background: url(images/middle_middle.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/top_middle.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/top_middle.gif) no-repeat top left;
	margin: 0;
	padding: 12px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/bottom_middle.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
 /***NEWS BOX***/
#sidebarboxnews{
	width: 366px;
	color: #323b96;
	position: relative;
	margin-top: px;
	margin-bottom: 0px;
	right: 0px;
	background-image:url(images/middle_middle.gif);
	height: auto;

}

#sidebarboxtopnews{
	width: 366px;
	position: relative;
	color: #323b96;
	background-color: #eaeaea;
	background-image: url(images/top_middle.gif);
	height:22px;
	
}

/**#sidebarboxbottomnews{
	width: auto;
	position: relative;
	color: #323b96;
	background-image: url(images/top_middle.gif);
	height:25px;
	background-repeat: no-repeat;}**/


#sidebarlinknews{
	top: 0px;
	position: relative;
	color: #323b96;
	color: #323b96;
	padding-left: 3px;
	margin-right:0px;
	background-image: url(images/bottom_middle.gif);
	background-repeat: no-repeat;
	
}



#sidebarlinknews a:link, #sidebarlinknews a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color:#323b96;
}

#sidebarlinknews a:hover, #sidebarlinknews a:active {
	color: #ffffff;
	text-decoration: underline;
}
 /***END OF NEWS***/

 /***QUICK BOX***/

#sidebarboxnews ul {
	padding-left:60px;
	padding-right: 30px;
	list-style-position: outside;
}

#moneyimage{ padding-right:20px
}

#welcomeimage{
	padding-left:30px;
	margin-left: 0px;
	width: 315px;
	
}
#telephone{
	width:220px;
	position:absolute;
	float:right;
	left: 520px;
	top: 30px;
	height: 10px;
	color: #003399;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1em;
}
#email{
	width:200px;
	position:absolute;
	float:right;
	left: 520px;
	top: 90px;
	height: 10px;
	color: #003399;
	font-weight: bold;
	font-size: 1.2em;
}

#logo{
	width:144px;
	position:absolute;
	float:left;
	left: 105px;
	top: 00px;
	height: 120px;
	color: #003399;
	font-weight: bold;
	border:0px;
	
}


	img{border:0;}

#email a:link,  a:visited {
	color: #666666;
	text-decoration:none;} 

#email a:hover,  a:active {
	color: #666666;
	text-decoration: underline ;}


 /***t BOX***/
#sidebarboxt{
	width: 190px;
	color: #323b96;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	right: 0px;
	background-image:url(images/middle_middle.gif);
	background-image:url(images/testimonial_m.jpg);
	height: auto;}

#sidebarboxt p{
   padding-left:10px;
   padding-right:5px;	}

#sidebarboxt_image{
   padding-left:5px;
   padding-right:5px;	}


#sidebarboxtopt{
	width: 190px;
	position: relative;
	color: #323b96;
	background-color: #eaeaea;
	background-image: url(images/top_middle.gif);
	background-image:url(images/testimonial_h.jpg);
	height:46px;}

/**#sidebarboxbottomnews{
	width: auto;
	position: relative;
	color: #323b96;
	background-image: url(images/top_middle.gif);
	height:25px;
	background-repeat: no-repeat;}**/


#sidebarlinkt{
	top: 0px;
	position: relative;
	color: #323b96;
	padding-left: 3px;
	margin-right:0px;
	background-image: url(images/bottom_middle.gif);
	background-image:url(images/testimonial_b.jpg);
	background-repeat: no-repeat;}

#sidebarlinkt a:link, #sidebarlinkt a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color:#323b96;}

#sidebarlinkt a:hover, #sidebarlinkt a:active {
	color: #ffffff;
	text-decoration: underline;}
 /***END OF t***/
 /***t BOX***/
#sidebarboxt{
	width: 185px;
	color: #323b96;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	right: 0px;
	background-image:url(images/testimonial_m.jpg);
	background-image:url(images/testimonial_m.jpg);
	height: auto;
	background-repeat: no;
}

#sidebarboxt p{
   padding-left:10px;
   padding-right:5px;	}

#sidebarboxt_image{
   padding-left:5px;
   padding-right:5px;	}


#sidebarboxtopt{
	width: 190px;
	position: relative;
	color: #323b96;
	background-color: #eaeaea;
	background-image: url(images/top_middle.gif);
	background-image:url(images/testimonial_h.jpg);
	height:46px;}

/**#sidebarboxbottomnews{
	width: auto;
	position: relative;
	color: #323b96;
	background-image: url(images/top_middle.gif);
	height:25px;
	background-repeat: no-repeat;}**/


#sidebarlinkt{
	top: 0px;
	position: relative;
	color: #323b96;
	padding-left: 3px;
	margin-right:0px;
	background-image: url(images/bottom_middle.gif);
	background-image:url(images/testimonial_b.jpg);
	background-repeat: no-repeat;}

#sidebarlinkt a:link, #sidebarlinkt a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color:#323b96;}

#sidebarlinkt a:hover, #sidebarlinkt a:active {
	color: #ffffff;
	text-decoration: underline;}
 /***END OF t***/


 /***w BOX***/
#sidebarboxw{
	width: 190px;
	color: #323b96;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	right: 0px;
	background-image:url(images/middle_middle.gif);
	background-image:url(images/testimonial_m.jpg);
	height: auto;}

#sidebarboxw p{
   padding-left:10px;
   padding-right:5px;	}

#sidebarboxw_image{
   padding-left:5px;
   padding-right:5px;	}


#sidebarboxtopw{
	width: 190px;
	position: relative;
	color: #323b96;
	background-color: #eaeaea;
	background-image: url(images/top_middle.gif);
	background-image:url(images/testimonial_h.jpg);
	background-image:url(images/wherewebuy.jpg);
	height:46px;}

/**#sidebarboxbottomnews{
	width: auto;
	position: relative;
	color: #323b96;
	background-image: url(images/top_middle.gif);
	height:25px;
	background-repeat: no-repeat;}**/


#sidebarlinkw{
	top: 0px;
	position: relative;
	color: #323b96;
	padding-left: 3px;
	margin-right:0px;
	background-image: url(images/bottom_middle.gif);
	background-image:url(images/testimonial_b.jpg);
	background-repeat: no-repeat;}

#sidebarlinkw a:link, #sidebarlinkw a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color:#323b96;}

#sidebarlinkw a:hover, #sidebarlinkw a:active {
	color: #ffffff;
	text-decoration: underline;}
 /***END OF t***/


.style4 {
	font-size: 2em;
	font-style: italic;
}
.style5 {font-size: 2em}

#getaquote{
	background-color:#fef200;
	padding-bottom: 50px;
}

#howwehelp{
padding-top:10px;
	}	
