/* Styles for needananswer.co.uk
--------------------------------*/

/*curved body outer edge*/

#body{ margin: 2 5% ;background: #9FB1BC}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9FB1BC}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 

/*curved body centre*/

#content{ margin: 10 10;background: #FFF;}

b.stop, b.sbottom{display:block;background: #9FB1BC}
b.stop b, b.sbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.s1{margin: 0 5px}
b.s2{margin: 0 3px}
b.s3{margin: 0 2px}
b.stop b.s4, b.sbottom b.s4{margin: 0 1px;height: 2px} 


/*links*/

a:link.footerlink,a:visited.footerlink,a:active.footerlink,a:hover.footerlink{
 font-weight:400;
font-style=veranda;
 color:black;
  text-decoration:none;
}

a:link.link,a:visited.link,a:active.link{
  font:12px tahoma;
  color:#400080;
  font-weight:bold;
  text-decoration:none;
}

a:hover.link{
  font:12px tahoma;
  color:#400080;
  font-weight:bold;
  text-decoration:underline;
}

a:link.linktext,a:visited.linktext,a:active.linktext{
  font:14px tahoma;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

a:hover.linktext{
  font:14px tahoma;
  color:#000000;
  font-weight:bold;
  text-decoration:underline;
}

/*footer links*/


.footer{
display:none;
}

.foot{
  font:10px verdana;
  color:#000000;
  font-weight:400;
  align:center;
}


.body {
width:100%;
background-color:#9FB1BC;
border-style:solid;
border-color:#400080;
border-width:2px;
text-align:center;
margin-top:5px;
margin-bottom:5px;
margin-right:2px;
margin-left:2px;

}

.content {
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
background-color:#FFFFFF; 
text-align:left;
margin-top:20px;
margin-bottom:20px;
margin-right: auto;
margin-left: auto;
}

/*header*/

.header {
width:100%;
background-image:url('http://www.needananswer.co.uk/images/header.jpg');
border-style:solid;
border-color:#400080;
border-width:1px;
height:200px;
background-repeat: 
no-repeat;
background-attachment: 
fixed
}


/*header and nav*/

#nav
{width:auto;}

img.headed 
{
height: auto;
width: auto;
}

/* square */

#navSquare {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navSquare li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
	color: #000;
	background: url(../images/tab_square.gif) no-repeat bottom center;
	}

/* text and headings*/
.maintext{
  font:12px tahoma;
  color:#000000;
  font-weight:200;
}
h1{
  font:14px tahoma;
  color:#000000;
  font-weight:bold;
  text-align:center;
}
h2{
  font:14px verdana;
  font-color:#000000;
  font-weight:bold;
}

li {list-style-type: circle; font:12px tahoma; color:#000000; font-weight:200;}


