/* 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	padding: 0;
	margin: 0 auto;
	line-height: 1;
	font: 100%/normal Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 12px auto;
	overflow: hidden;
	  -moz-box-shadow: 0px 5px 5px #919191;
  -webkit-box-shadow: 0px 5px 5px #919191;
  box-shadow: 0px 5px 5px #919191;
	background-color: #F6F6F6;
	
	

/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	

/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* banner
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#bannera {
	height: 200px;
	width: 400px;
	background-color: #F6F6F6;
	display: inline;
	clear: left;
	float: left;
}

#bannerb {
	width: 560px;
	height: 200px;
	background-color: #F6F6F6;
	float: right;
	text-align: right;
}

#bannerb a.conny {
	text-decoration: none;
	color: #660099;
	float: right;
	position: relative;
	top: 70px;
	right: 12px;
	display: inline;
}

#bannerb a:hover {
	text-decoration: none;
	color: blue;
}

#bannerb p.tele {
	text-align: right;
	padding-right: 24px;
	padding-bottom: 25px;
	margin-top: 15px;
	color: #660099;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}



#facebook{
  display: block;
  width: 90px;
  height: 70px;
  background: url(../images/facebook.png) no-repeat 0 0;
	float: right;
	top: 0px;
	position: relative;
	right: 12px;
	margin-right: 6px;
	margin-left: 6px;
}

#facebook:hover
{ 
  background-position: 0 -70px;
}

#facebook span
{
  position: absolute;
  top: -999em;
}



#references
{
  display: block;
  width: 90px;
  height: 70px;
  background: url(../images/feedback.png) no-repeat 0 0;
	float: right;
	top: 0px;
	position: relative;
	right: 12px;
	margin-right: 6px;
	margin-left: 6px;
}

#references:hover
{ 
  background-position: 0 -70px;
}

#references span
{
  position: absolute;
  top: -999em;
}




#blogme
{
  display: block;
  width: 90px;
  height: 70px;
  background: url(../images/blogme01.png) no-repeat 0 0;
	float: right;
	top: 0px;
	position: relative;
	right: 12px;
}

#blogme:hover
{ 
  background-position: 0 -70px;
}

#blogme span
{
  position: absolute;
  top: -999em;
}

/* nav
---------------------------------------------------------------------------------------------------------------------------------------------------*/

a:link {
	color: #0000FF;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #9966FF;
}

a:active {
	text-decoration: none;
	color: #999999;
}

/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#nav {
	font-weight: bold;
	width: 960px;
	text-align: center;
	background-image: url(../images/naback.jpg);
	background-position: top;
	height: 40px;
	clear: left;
	float: left;
	padding: 0px;
	margin: 1px 0px 0px;
}

#nav ul {
	font-size: 0.8em;
	position: relative;
	margin-top: .6em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: .4em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	color: #F6F6F6;
	text-decoration: none;
	text-align: center;
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	font-weight: bold;
	text-shadow: #00073f 0 -1px 0;
}

#nav ul li a:hover {
	background-image: url(../images/naback2.jpg);
}

/* titles/text
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.title2 {
	font-size: 1.6em;
	color: #660099;
}

#pagetitle {
	background-color: #ECECEC;
	text-align: left;
	font-style: normal;
	line-height: 1.6em;
	background-image: url(../images/prodboxtop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #660099;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}




h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	font-style: normal;
	margin: 6px 0;
	padding: 0;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: .0em;
	font-size: 1em;
}

p {
	font-family: "Lucida Grande", Helvetica, Arial, Tahoma, sans-serif;
	padding: 12px 0 12px 12px;
}

/* approx 21px*/
h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #7a7a7a;
	margin-left: 24px;
}

h3 {
	font-size: 1.4em;
	
}

h4 {
	font-size: 1.2em;
	
}

br {
	line-height: 1.4em;
}

/* basic text syles
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.purpletextnormal {
	color: #660099;
	font-weight: normal;
}

.textwhite {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.purpletext {
	color: #660099;
	font-weight: bold;
}

.purplelink, a:link {
	color: #660099;
	font-weight: bold;
}

.purplelink, a:hover {
	color: red;
	font-weight: bold;
}

.phone {
	font-size: 1.6em;
}

/*maincontent falls on most pages
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#content {
	margin: 0px;
	padding: 0px;
	width: 960px;
	clear: left;
	float: left;
}

#telephone {
	width: 780px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	height: 150px;
}


.width480padd li {
	font-weight: bold;
	height: 25px;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 12px;
	margin-top: 12px;
}

.width480padd li a {
	color: #0039f6;
	text-decoration: none;
	display: block;
	height: 25px;
	font-size: 1.1em;
	padding-top: 8px;
	padding-left: 12px;
}

.width480padd li a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 25px;
	background-image: url(../images/tgrad7.jpg);
	background-repeat: repeat-x;
	background-position: left;
	padding-top: 8px;
	padding-left: 12px;
	width: 430px;
}



/* @group 1-5 columns no padding or margin */


.width960 {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}

.width660 {
	width: 660px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.width384{
	width: 384px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}




.width300{
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.width320 {
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}

.width320_right {
	width: 320px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.width480{
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}


.width240{
	width: 192px;
	display: inline;
	overflow: hidden;
	float: left;

	margin: 0;
	padding: 0;
}

.width192{
	width: 192px;
	display: inline;
	overflow: hidden;
	float: left;

	
}

/* @end */

/* @group columns with padding & margins */




.width960padd {
	width: 920px;
	float: left;
	margin: 0;
	display: inline;
	overflow: hidden;
	padding: 10px 20px;
}

.width660padd{
	width: 620px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}

.width600padd{
	width: 560px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}

.width480padd{
	width: 440px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}

.width360padd{
	width: 320px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}


.width320padd{
	width: 280px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}


.width300padd{
	width: 260px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 10px 20px;
}




.width240padd{
	width: 200px;
	display: inline;
	overflow: hidden;
	float: left;
	line-height: 1.7em;
	margin: 0;
	padding: 10px 20px;
}


.width192padd{
	width: 152px;
	display: inline;
	overflow: hidden;
	float: left;
	line-height: 1.7em;
	padding: 10px 20px;
	margin: 0;
}

/* @end */

/*homepage content
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#history h1{
	font-size: 1.5em;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	color: #660099;
	font-weight: bold;
}

#members h1{
	font-size: 1.5em;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	color: #660099;
	font-weight: bold;
}

#history p {
	color: #333333;
	font-size: 0.86em;
	text-align: left;
	width: 340px;
	line-height: 1.4em;
	margin: 0;
}

#members p{
	color: #333333;
	width: 260px;
	margin: 0px;
	font-size: 0.86em;
	line-height: 1.4em;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding: 12px 0 12px 18px;
}

#members {
	width: 356px;
	height: 161px;
	float: left;
	clear: right;
	padding-right: 24px;
	background: url(../images/naw_03.png) no-repeat right top;
	padding-left: 20px;
}

#history {
	background-image: url(../images/naw_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
	position: relative;
	height: 161px;
	float: left;
	clear: left;
	padding-left: 20px;
}

#years {
	float: left;
	width: 160px;
	background-image: url(../images/20years.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
	clear: none;
	position: relative;
}

/*featured content
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#cont {
	height: auto;
	background-color: #F6F6F6;
	width: 960px;
	clear: none;
	float: left;
	margin-top: 12px;
	display: inline;
}

.top {
	height: 63px;
	width: 300px;
	float: left;
	position: static;
	margin-right: 10px;
	margin-left: 10px;
	background: #CCCCCC url(../images/feat_01.jpg) no-repeat;
}

.top h2 {
	color: #FFFFFF;
	text-align: left;
	line-height: normal;
	padding-top: 16px;
	padding-bottom: 2px;
	padding-left: 26px;
	background-image: none;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: #00073f 0 -1px 0;
}

.mid {
	background-color: gray;
	height: 130px;
	width: 300px;
	position: static;
	float: left;
	margin: 0px 10px;
	padding: 0px;
	background-position: top;
}

.bottom p {
	font-size: 1em;
	color: #FFFFFF;
	text-align: right;
	line-height: normal;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 2px;
	background-image: none;
	font-weight: bold;
	font-family: helvetica, arial, verdena;
}

.bottom {
	height: 50px;
	width: 300px;
	position: static;
	float: left;
	margin: 0px 10px 12px;
	background: silver url(../images/morein.jpg) no-repeat;
}

.bottom:hover {
	height: 50px;
	width: 300px;
	position: static;
	text-decoration: underline;
	color: #FFFFFF;
	background-image: url(../images/morein1.jpg);
	text-shadow: black 1px 1px 2px;
}

.bottom a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: black 1px 1px 2px;
	margin: 0;
	padding: 0;
}



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

#footer {
	width: 920px;
	height: 100px;
	text-align: left;
	float: left;
	clear: left;
	display: block;
	background: #f6f6f6 url(../images/foti.jpg) repeat-x;
	padding: 20px;
}

#footer a {
	color: #797979;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #6633FF;
}

#footer p {
	text-shadow: #999999f 0 1px 0;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #660099;
	text-align: center;
}

#footer p.cright {
	text-shadow: #999999f 0 1px 0;
	font: .86em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #660099;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: center;
}

.floatright{
	float: right;
}


/* regularity boards affilations etc
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#sidecolleft {
	width:  200px;
	float: left;
	display: inline;
	
	background-color: white;
	padding-top: 20px;
} 

#sidecolright {
	width:  200px;
	float: left;
	display: inline;
	padding: 20px;
	background-color: white;
} 

#middlecolumn {
	width:  480px;
	float: left;
	display: inline;
	background-color: white;
	margin-left: 20px;
	margin-right: 20px;
}


#confed {
	width: 960px;
	background-color: white;
	float: left;
	height: auto;
	clear: both;
}

.purpleout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660099;
	padding: 6px 6px 6px 12px;
}

.lightgreybox {
	background-color: #E9E9E9;
	display: block;
}

.purpbox {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: -5px;
	margin-bottom: 8px;
	margin-top: 3px;
	padding-left: 20px;
}

.picturemargin {
	padding-bottom: 12px;
	padding-left: 0px;
	float: right;
	clear: both;
	display: block;
}

.purpboxCopy {
	display: block;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: normal;
	margin-top: 12px;
	padding-bottom: 12px;
	background-color: #F6F6F6;
	color: #9966CC;
}

.welcome {
	font-size: 1.2em;
	color: #666666;
	width: auto;
	font-style: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 12px;
}

.purpletextlarge {
	color: #9966CC;
	font: bold 1.3em/1.4em Helvetica, Arial, sans-serif;
}

/* testimonials---------------------------------------------------------------------------------------------------------------------------------------------------*/

.testimonal {
	clear: both;
}

.testimonal_box {
	float: left;
	width: 460px;
	text-align: left;
	clear: right;
	padding: 0px;
	margin: 12px;
	color: black;
	background-color: white;
}

/* radio & television aerial page boxes---------------------------------------------------------------------------------------------------------------------------------------------------*/

.rightcolinfotab {
	float: left;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	margin-top: 12px;
	margin-right: 50px;
	margin-bottom: 6px;
	margin-left: 20px;
	text-align: center;
	background-image: url(../images/infotab6.jpg);
}

.rightcolinfotab h2 {
	color: #999999;
	text-align: left;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 0.96em;
	line-height: 1.1em;
	font-weight: bold;
}

#boxtab h2 {
	color: #999999;
	text-align: left;
	padding-top: 14px;
	padding-left: 18px;
	font-size: 1.0em;
	line-height: normal;
}

#boxtab p {
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 18px;
}

#boxtab {
	float: left;
	width: 188px;
	background-image: url(../images/infotabvert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	clear: none;
	height: auto;
	background-color: #F6F6F6;
	margin-top: 6px;
	margin-right: 25px;
	margin-bottom: 6px;
	margin-left: 25px;
}

.floatrightimage {
	float: left;
	height: 120px;
	width: 160px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* tv aerials styling page
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.questiontxtstyling {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660099;
	font-size: 1.2em;
}

.questiontxtstyling2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-style: italic;
	font-size: 1em;
}

#questions {
	clear: none;
	width: 400px;
	float: left;
	height: 500px;
	overflow: hidden;
	background-image: url(../images/tab4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 6px;
}

#questions h6 {
	font-size: 0.86em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-left: 25px;
	width: 320px;
	letter-spacing: normal;
}

/*** jquery slide show!!!set the width and height to match your images **/

#slideshow {
    position:relative;
    height:400px;
	width: 480px;
	margin-top: 0px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

