/*  

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

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

html, body{
overflow: auto;
}

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

/* TinyMCE specific rules */
body.mceContentBody {
   background: #000;
}
		
/*-------------
PAGE LAYOUT
-------------*/

#wrappermain { /* main wrapper */
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50% 50%;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#wrapper1
{
	border: 0px yellow solid;
	width: 857px;
	height: 583px;
	position: relative; left: -80px; top: -0px; *left: -86px; *top: 7px;
	
		
}

#wrapper1a { /* left menu */
	width: 170px;
	height: 500px;
	float:left;
	
}

#wrapper1b { /* wrapper for amp */
	width: 675px;
	height: 583px;	
	float:left;
	text-align: center;
}

#topmenu {
	margin: 0 auto 0 auto;
	width: 500px;
	height: 70px; 
	position: relative;
	top: 45px;
}

#wrapper1b1 { /* wrapper for content */
	margin: 61px auto 0px auto;
	width: 520px;
	height: 406px;	
	text-align: left;
	overflow: auto;
  	overflow-x: hidden;
  	overflow-y: auto;
	
}
	
			
			#menu {
				width: 180px;
				float: left;
				text-align: right;
				position: relative; left: 20px; top: 100px;
				
				}

			
			#menu a {
				display: block;
				font-size: 1.2em; 
				font-weight: bold;
				height: 30px;
				line-height: 30px;
				vertical-align: middle;
				text-decoration: none;
				color: #DA7739;
				
				padding-right: 30px;
				}
			
									
			#menu a:hover {
				/*background-image: url(../images/menuhover.jpg);
				background-repeat: repeat-y;*/
				
				background-position: right;
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				}
			
			#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 {
				margin: 10px 20px 10px 20px;
				border: 1px solid #fff;
			}
			
			
			.rightmenuwrapper {
				width: 40px;
				position: relative;
				left: 292px;
				top: -400px;
			
							
					}
			
.thumbimage
{
	border: solid 1px #fff;
}
	
		
		
/*----------
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: #fff;

}

.white {
	color: #ffffff;
}

.black {
	color: #000;
}

.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.3em;
}

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.5em;
	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: #fff;	
}

A:hover {
	color: red;
	}

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

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

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