/*  

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



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



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


#wrapper1 {
	width:1000px;
	height: 160px;
	margin: 0px auto 0px auto;
	border: 0px solid yellow;

}


#wrapper2 {
	width:1000px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px solid green;
	position: relative; top: -20px;

}

#content {
	position: relative; top: 35px; left: 60px;
	float: left;
	width: 570px;
	
	border: 0px yellow solid;
	
}

#contentwrapper {
	border: 0px yellow solid;
	margin: 30px 50px 40px 40px;
}

#navigation {
	position: relative;
	left: -2px; top: 6px; *top: 0px;
			height: 30px;
			

}

#navigation a {
   	font-size: 1.20em;
   		height: 30px;
	letter-spacing: 0em;
	color: #ddd;
	text-decoration: none;
	padding: 7px 18px 7px 18px;
	border-right: 0px solid #444;
}

#navigation a:hover{
	color: #fff;
	background: #670800;
}




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

body, bodytext, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Tahoma, Century Gothic, Avant garde, Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 0.70em;
	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;
		color: #000;
	}
	
h2, .title {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.3em;
		color: #000;
}

h3, .header {
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #FECABF;
	}
	
h4 {
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 0em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000;
	}

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

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

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: #E35230;
}

A.noline:hover, A.nolinewhite:hover {
	text-decoration: none;	color: #fff;
}

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