/*  

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;
}

html, body{

}

body ul.bulleted {
    margin: 0 0 0 2em;
    padding: 0 0 0 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;
    }

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

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; }
		
/*-------------
PAGE LAYOUT
-------------*/

#wrapper1 { /* top banner */
	background-image: url(../images/element_02.jpg);
	width: 939px;
	height: 42px;
	margin-top: 5px;
}

	#topmenuwrapper {
		position: relative;
		left: -340px;
		top: 0px;
		width: 300px;
		z-index: 10000;
		color: white;
	}


#wrapper2 { /* main area */
	width: 939px;
	background-image: url(../images/element_10.jpg);
	background-color: #fff;		
	}
	
		#wrapper2a { /* left edge */
			background-image: url(../images/element_06.jpg);
			height: 600px;
			width: 12px;
			float: left;
			}
		
		#wrapper2b { /* main area wrapper */
			
			width: 917px; 
			background-image: url(../images/element_07.jpg);
				background-color: #fff;		
			float: left;
			
			}
			
			#leftmenu {
				width: 206px; /* used to be 226 */
				float: left;
			}
			
			#menu {
				width: 160px;
				float: left;
				text-align: left;
				position: relative; left: 40px;
				}

			
			#menu a {
				display: block;
				font-size: 1.2em; 
				font-weight: bold;
				height: 30px;
				line-height: 30px;
				vertical-align: middle;
				text-decoration: none;
				
				color: #999;
				padding-left: 30px;
				}
			
									
			#menu a:hover {
				background-image: url(../images/menuarrow.jpg);
				background-repeat: no-repeat;
				background-position: 0px 3px;
				text-decoration: none;
				color: #000;
				font-weight: bold;
				}
				
				
			#regionlinks {
				text-align: left;
				}

			
			#regionlinks a {
				display: block;
				font-size: 1.0em; 
				line-height:1.0em;
				margin:0px 10px 0px 0px;
				padding: 6px 0 6px 12px;
				width:125px;
				float:left;
				text-decoration: none;
				border-bottom: 1px solid #ddd;
				color: #000;
				}
			
									
			#regionlinks a:hover {
				text-decoration: none;
				color: #000;
				background:#eee;
				}
			
			#content {
				width: 460px;  /* 460 */
				float: left;
				text-align: left;
				
				
				}
				
			.textwrapper {
				padding: 10px 28px 10px 20px;
			}
			
			.contentbreak {
				border-top: 1px solid #ddd;
				position: relative; left: 8px;
				margin: 8px 0px 8px 0px;
				
			}
			
			.contentpic {
				padding: 0px 20px 0px 20px;
			}
			
			#rightmenu {
				width: 223px;
				
				float: right;
				text-align: left;
				border-left: #ddd solid 1px;
				
				/margin-right: -10px;
				position: relative;
				top: -19px;
				/left: -10px;
							
					}
			
			#toprightimage {
				float: left;
				height: 307px;
				/margin-bottom: -4px;
					}
				
			#rightmenuwrapper {
				padding-left: 10px;
				background: #eee;	
				/margin-right: -10px;
				
			
				
			}
			
			.rightmenuheader {
				position: relative; left: -10px;}
			
			
			.genericmenu {
				text-align: left;
				background: #eee;	
				padding: 10px 10px 0px 10px;
				margin-top: 5px;
				width: 180px;
				/width: 200px; /* ie only */
				}

			
			.genericbullet a {
				display: block;
				font-size: 0.9em; 
				font-weight: normal;
				line-height: 16px;
				vertical-align: middle;
				text-decoration: none;
				color: #999;
				padding-left: 20px;
				padding-bottom: 8px;
				background-image: url(../images/bullet.jpg);
				background-repeat: no-repeat;
				background-position: 0px 5px;
				}
			
									
			.genericbullet a:hover {
				text-decoration: underline;
				color: #000;
				}
				
			.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;
				}
			
		
		#wrapper2c { /* right edge */
			background: url(../images/element_08.jpg) top no-repeat;
			height: 600px;
			/margin-top: -300px;
			width: 10px;
			
			float: right;
			}
	

	
#wrapper3 { /* bottom */
	background-image: url(../images/element_11.jpg);
	background-repeat: repeat-x;
	width: 939px;
	height: 34px;
}


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

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



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

body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Century Gothic, Avant garde, Tahoma, Verdana, Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 75%;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	color: #444444;
}

.white {
	color: #ffffff;
}

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


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.6em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #aaaaaa;
	}
	
h4 {
	font-size: 1.7em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #790096;
	}

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

}

.caption {
	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;
	}
	
.topmenu {
	color: #ddd;
	font-size: 0.8em;
	margin: 0px 5px 0px 5px;
	}
	
.welcomenews {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
}



/*----------
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: #555555;
}

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

A.topmenu:hover {
	color: #fff;
	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.leftmenutextbold:link, A.leftmenutextbold:visited, A.leftmenutextbold:active {
	text-decoration: none;	
	color: #333333;
}


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


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

A.white: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;
}