/* THISTLE BANK*/

/* OVER ARCHING TAGS*/
html{
	font: 62.5% Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	height: auto;
	width: 100%;
}
body{
	position: relative;
	color: #000000;
	padding: 0;
	width: 100%;
	overflow: scroll;
	margin:0 auto;
	height: 100%;
	font-size: 1em;
}
/* PAGE STRUCTIRE TAGS */
#container
{
	position: relative;
	width: 780px;
	margin : 0 auto;
}
#page
{
	position: relative;
	width: 100%;
    	margin : 0 auto;
}

#content
{
	position: relative;
	margin : 0 auto;
	color: black;
	top: 10px;
	min-height: 400px;
	width: 780px;
}
#content p
{
	position: relative;
	width: 650px;
}
#content img
{
	position: relative;
	border: 1px #BBBBBB solid;
	padding: 0;
	margin: 5px;
}
#news_events
{
	position: relative;
	float: right;	
	color: #999999;
	clear: none;
	width: 150px;
	top: 43px;
}
#news_events span
{
	position: relative;
	right: 0;
	margin: 5px 0 0 0;
	display: block;
	font-size: 1.1em;
	font-weight: bold;	
	width: 100%;
	text-align: right;
}
#news_events span a
{
	color: #999999;
	cursor: pointer;
}
#news_events ul
{
	position: relative;
	left:-40px;
	list-style: none;
	width:150px;
}
#news_events h2
{
	display:block;
	background-color: #DFDFDF;
	border: 1px solid #BFBFBF;
	padding: 2px;	
	color: #999999;
	text-align: center;
	font-size: 1.2em;
}
#news_events ul li h3
{
	font-size: 1.1em;
	display:block;
	padding: 0;	
	color: #999999;
	margin: 0 0 5px 0;		
}
#news_events ul li h3 a
{
	cursor: pointer;
	color: #999999;
}
#news_events ul li
{
	margin: 0 0 20px 0;
	padding: 0;
}
#seotag
{

}
#header
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(http://www.thistlebank.co.uk/images/background.png) repeat-x;
	width: 100%;
	height: 137px;
}
#header span
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 780px;
	top: 40px;
}
#header span h1
{
	position: relative;
	color: #e1e1c8;
	font-size: 2.6em;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#navigation
{
	font-size: 1em;
	position: relative;
	width:  100%;
	height: 41px;
	background: url(http://www.thistlebank.co.uk/images/navigation_background.png) repeat-x;
	margin: 0 auto;
	padding: 0;
}

#navigation div
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 38px;
	top: -37px;
}
#navigation div li
{
	position: relative;
	background: url(http://www.thistlebank.co.uk/images/navigation_item_background.png) no-repeat;
	display: inline-block;
	width: 94px;
	height: 38px;
	text-align: center;
}
#navigation div li a:hover
{
	color: #e1e1c8;
}

#navigation div li a
{
	color: white;
	letter-spacing: 1px;
	top: 14px;
	position: relative;
	margin: 0;
	padding: 0;
	left: -2px;
}
#navigation div li.current_page_item
{
	background: url(http://www.thistlebank.co.uk/images/navigation_item_selected_background.png) no-repeat;
}

#navigation2
{
	position: relative;
	width:  100%;
	height: 14px;
	background: url(http://www.thistlebank.co.uk/images/navigation_background2.png) repeat-x;
	margin: 0 auto;
}

#footer
{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	padding: 0;
	margin: 70px 0 0 0;
}
div.entry p img.alignright
{
	float: right;
	margin: 0 0 0 10px;
}
/* COMMON TAGS */
p
{
	font-size: 1.1em;
	position: relative;
}

a
{
	text-decoration: none;
	position: relative;
}
a:hover
{
	text-decoration: underline;
	position: relative;
	color: #e1e1c8;
}

a:active
{
	text-decoration: none;
	position: relative;
}

h1
{
	position: relative;
	font-size:1.9em;
	font-weight:normal;
	letter-spacing: 1px;
	color: #a8bc73;
	margin: 10px 0 10px 0;
	padding: 0;
}
h2
{
	font-size:1.5em;
	font-weight:bold;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
}
h3
{
	font-size:1.3em;
	font-weight:bold;
	position: relitive;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
}
h4
{
	font-size:1.4em;
	font-weight:bold;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
	position: relitive;
}
h5
{
	font-size:0.8em;
	font-weight:bold;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
	position: relitive;
}

 .error_image
 {
 	position:relative;
 	top:1px;
 	left:2px;
 }

.error{
	color: red;
	text-align: center;
	font-weight: bold;
}
.success{
	color: green;
	text-align: center;
	font-weight: bold;
}
.minorwarning{
	color: #fdf31e;
	text-align: center;
	font-weight: bold;
}
.warning{
	color: #ea8714;
	text-align: center;
	font-weight: bold;
}