/*  

Design (c) 2007 www.bradleymason.co.uk
	
------------
BASIC STUFF
----------*/

* { /* Reset the margins */
	margin: 0px;
	padding: 0px;
	}
	
div, td {
	border: red solid 0px; 
	vertical-align: top;
}

body{
background-color: #790096;
}

body ul.bulleted {
    margin: 0px 0px 0px 2em;
    padding: 0px 0px 0px 1.2em;
    list-style: none;
    text-indent: -1.2em;
    *text-indent: 0;
    *list-style-type: disc;
    
    }

html>body ul.bulleted li {
    margin: 0 0 0 1.2em;
    }



img, img:link,img:visited {
	border: 0px;
}
	
img { /* default opacity for IE */
	filter:alpha(opacity=100);
	}

img.idupe { /* duplicate image positioning */
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
	
.clear { 	clear: both; }

ul {

text-indent: -40px;
list-style-position: inside;
padding-left: 40px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #ffffff;
}

	
/*-------------
PAGE LAYOUT
-------------*/


#wrapper1 { /* top banner */
	width: 990px;
	height: 165px;
	background-image: url(../images/elements/element_02.jpg);
}

#wrapper2 {
	width: 990px;
	background: #fff;
	background-image: url(../images/elements/element_29.jpg);
	text-align: left;
}

#wrapper2a { /* menu bar */
	width: 962px; height: 51px;
	background-image: url(../images/elements/element_05.jpg);
	background-repeat: repeat-x;
	margin-left: 16px;
}
	
#wrapper2b {
	width: 963px;
	text-align: left;
	position: relative; left: 16px;
	float: left;
}



#wrapper2b1 { /* content */
	width: 641px;
	float: left;

}

#wrapper2b1a { /* welcome content */
	width: 471px; height: 321px;
	background: #5A056E;
	background-image: url(../images/elements/element_08.jpg);
	float: left;
	overflow: hidden;
}

#wrapper2b1b { /* welcome menu */
	width: 170px; height: 321px;
	background: #770094;
	background-image: url(../images/elements/element_09.jpg);
	background-repeat: repeat-y;
	float: left;
}

#wrapper2b2 { /* right menu */
	width: 321px;
	float: left;
	background: D1D1D1;
	background-image: url(../images/elements/element_11.jpg);
	background-repeat: repeat-x;
}

#wrapper3 {
	width: 990px; height: 21px;
	background: #790096;
	background-image: url(../images/elements/element_31.jpg);
	text-align: center;
	background-repeat: no-repeat;
	
}


.rightboxtop{
	background-image: url(../images/elements/element_21.jpg);
	width: 291px; height: 10px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.rightboxmiddle{
	background-image: url(../images/elements/element_23.jpg);
	background-repeat: repeat-y;
	width: 291px;
}

.rightboxbottom{
	background-image: url(../images/elements/element_27.jpg);
	width: 291px; height: 10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	*margin-bottom: 0px; /* because ie adds pixels */
}

#navigation {
	position: relative;
	left: 0px; top: 12px; 
}

#navigation a {
   	font-size: 1.30em;
	letter-spacing: 0em;
	color: #888888;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #ddd;
}

#navigation a:hover{
	color: #444;
}




			
			#content {
				width: 460px;  /* 460 */
				float: left;
				text-align: left;
							
				}
				
			.textwrapper {
				padding: 34px 52px 34px 44px;
			}
			
			.contentbreak {
				border-top: 1px solid #ddd;
				position: relative; left: 8px;
				margin: 0px 16px 8px 0px;
				
			}
			
			.contentpic {
				margin: 5px 20px 5px 20px;
			}
			
			#rightmenu {
				width: 223px;
				
				float: right;
				text-align: left;
				border-left: #ddd solid 1px;
				
				/margin-right: -10px;
				position: relative;
				top: -19px;
				/left: -10px;
							
					}
			
					
.leftboxbar {
	width: 641px; height: 51px;
	background-image: url(../images/elements/element_05.jpg);
	background-repeat: repeat-x;
}			

.leftboxbartitle {
	position: relative; top: 12px; left: 10px;}	
					
.leftboxpreviews {
	background-image: url(../images/elements/newsbox-background-gradient.gif);
	background-repeat: repeat-x;
	padding: 15px;
	width: 300px; *width: 260;
}

.leftboxcontent {
	padding: 15px; width: 300px; *width: 261;
}
			
				
			.menubottom {
				width: 160px;
				text-align: right;
				background: #eee;
				padding: 0px 10px 0px 10px;
				width: 180px;
				/width: 200px; /* ie only */
				}
			
			.menubottom a {
				font-size: 0.9em; 
				font-weight: bold;
				color: #999;
				text-decoration: none;
				}
			
									
			.menubottom a:hover {
				text-decoration: underline;
				color: #000;
				}
			
		



#vidDescBegin,#vidDescMore,#vidTagsBegin,#vidTagsMore { display:inline; }

#vidDescRemain,#vidDescLess,#vidTagsRemain,#vidTagsLess { display:none; }

.formquestion {
	text-align: right;
	padding-right: 20px;
	width: 200px;

}

		
		
/*----------
TEXT
----------*/

body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	color: #000;
}

.white {
	color: #ffffff;
}

.formredtext, red, redtext {
	color: red;
	font-weight: bold;
}

.topmenu {
	color: #ddd;
	font-size: 0.8em;
	margin: 0px 5px 0px 5px;
	}


h1, .bold {
	font-size: 1.0em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}
	
h2, .title {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

h3, .header {
	font-size: 1.40em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #690481;
	}
	
h4 {
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #790096;
	}
	
h6 {
	font-size: 0.7em;
		line-height: 1.4em;

	}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.caption {
	font-size: 0.8em;
	}
	
.address {
	font-size: 0.9em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.smalltext {
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.search_date {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #aaa;
	}
	
.newstitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #5A056E;
}
	
.welcomenews {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
}

.blogtitle {
	font-size: 1.8em;
	color: red;
}

.blog_comments_name {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	
}

.blog_comments_text {
	font-size: 0.9em;
	color: #666666;
	font-style: italic;
}





/*----------
LINKS
----------*/

A:link, A:visited, A:active {
	text-decoration: underlined;color: #444;}

A:hover {
	color: red;	}

A.noline:link, A.noline:visited, A.noline:active {
	text-decoration: none;	color: #000;}

A.:link, A.:visited, A.:active {
	text-decoration: none;	color: #000;}

A.:hover {
	color: #000; text-decoration: underline;}

A.nolinewhite:link, A.nolinewhite:visited, A.nolinewhite:active {
	text-decoration: none;color: #ffffff;}

A.noline:hover, A.nolinewhite:hover {
	text-decoration: underline;	}
	
A.topmenu:link, A.topmenu:visited, A.topmenu:active {
	text-decoration: none;	color: #ddd;}

A.topmenu:hover {
	color: #fff;text-decoration: underline;	}

A.white:link, A.white:visited, A.white:active {
	text-decoration: none;	color: #ffffff;}

A.white:hover {
	text-decoration: underline;}
	
A.purple:link, A.purple:visited, A.purple:active {
	text-decoration: none;	color: #5A056E;}

A.purple:hover {
	text-decoration: underline;}




/*
------------
tool tips
------------
*/

.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	color: #000;
	border: 1px solid #444;
	opacity: 0.8;
	visibility: hidden;
	z-index:40000;
}

.glt-elm p{
	background: #eeeeee;
	margin: 0;
	padding: 0.5em;
}

.glt-elm img{
	display: block;
}

.glt-elm{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}		


/*-----------
IMAGE FLOATER
-----------*/

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 1000;
	text-align: centre;
}





.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5; margin-right: 20px; text-align: middle left;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

A.toggleopacity:link, A.toggleopacity:visited, A.toggleopacity:active {
	text-decoration: none;	color: #000;}

A.toggleopacity:hover {
	color: #790096;	}




ul.tab-headers,
.tab-content {
    border: 0px solid yellow;
}
ul.tab-headers { 
    height: 17px;      
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0px; 
    width: 170px;      
}
ul.tab-headers li {
    
	text-indent: 0em;
    padding: 10px 0px 0px 10px;
   list-style-position: outside;
    border-bottom: 0;
    margin-left: 0px;
    cursor: pointer;
    color: #BF26E2;
    font-size: 1em;
    line-height: 1.0em;
    }
            
ul.tab-headers li.active {
    font-weight: bold;
    color: white;
    font-size: 1.15em;
}

.tab-content {
	width: 471px;
	height: 321px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}




