/*
Default stylesheet for: 	
		www.brunskilldesigns.co.uk
*/

/* ----------------------- HTML Elements ---------------------------------------- */
a, a:link, a:visited  {
	color: #ffffff;
	TEXT-DECORATION: none;
}
a:hover, a:active{
	color: #b9ec3a; 
	TEXT-DECORATION: none;
}

html {

	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */

	font-size:100%; /*set default font size */
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
}

body{ 
	min-width: 900px;

	margin : 0;
	padding : 0;
	border:0; 
		
	color: #ffffff;
	background: #71766C;
	
	font-size: 1.0em; 
	text-align: left;
}

html, body {
	height: 101%;	 
	min-height: 100%;	
}

p{ 
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

h1 { 
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: normal;
}

h2 { 
	font-size: 1.6em;	
	margin-bottom: 1em;
	font-weight : normal;
}

h3 { 
	font-size: 1em;	
	margin-bottom: 0em;
	font-weight : bold;
}

blockquote{
	font-style: italic;
	margin-left: 40px;
	margin-right: 40px;
}

hr { 
	color: #A9A9A9; 
	background-color : #A9A9A9;
	height: 1px;
	margin-top:10px;
}

ol {
	
	margin-top: 0em;
	margin-left: 1.5em;
	list-style-type: decimal;
}
	ol li {
		text-align : left;
		margin-bottom: 1.5em;
	}

ul {
	list-style-type: disc;
	margin-top: 0em;
	margin-left: 1.5em;
}
	ul li {
		text-align : left;
		margin-bottom: .5em;
	}
	
ul ul {
	list-style-type: circle;
	margin-top: 0em;
	margin-left: 1em;
}
	ul ul li {
		text-align : left;
		margin-bottom: 0em;
	}
	
img {
	border: 0px;
}

img{
	behavior: url("iepngfix.htc"); /* required to fix using transparent png's in ie6 */
}

input, select { 
	color: #333333;	
	background-color: #666666;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 0px;	
	border : 2px solid #cccccc;
	font-weight: bold;
	
	margin-bottom : 2px;
	/* *margin-bottom : 0px; */
} 

.noborder { 
	font-size: 1.5em; 
	color: #b9ec3a;	
	background-color: #666666;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 4px;
	border : 1px none #b9ec3a;
	font-weight: bold;
	
	margin-bottom : 2px;
	/* *margin-bottom : 0px; */
} 
textarea { 
	color: #333333;
	background-color: #666666;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 4px;
	margin-bottom : 2px;
	border : 2px solid #cccccc;
} 

/* ----------------------- Header Layout -------------------------------------------- */

#pagehead{
	/*background-image: white url(graphics/headerback.jpg) no-repeat;*/
	border-bottom: 1px solid #ffffff;	
	height:140px;
	width: 100%;
	
	position:relative; /* set up relative positioning so that z-index will work */
	z-index: 2;
	
	overflow: visible;
}

#header{
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding: 0px 20px 00px 20px;

	text-align:left;
	position: relative;
}

#logo{
	position: absolute;
	left: 637px;	
	top:58px;	
}

#blog{
	clear:both; 
	position: absolute;
	left: 30px;	
	top:58px;	
}

.message{
	font-size: 1.6em;	
}

#menutop{
	/*position: absolute;
	top:30px;*/
}

#header {
	color: #ffffff;

	width: 900px;	
	height: 120px;
	_height: 125px; /* fix ie6 */

	margin-right:auto;
	margin-left:auto;
}

/* ----------------------- Content Layout -------------------------------------------- */

#pagebody{	
	width:100%;	
	min-width: 900px;
	
	text-align:left;
	
	position:relative; /* set up relative positioning so that z-index will work */
	z-index: 1;
}

#main {
	width: 840px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;

	padding: 0px 20px 00px 0px;

	position: relative;
}
#main a, #main a:visited{
	color: #ffffff;
	text-decoration:none;
	display: inline;
}
#main a:hover,#main a:active{
	color: #b9ec3a;
	text-decoration:none;
	display: inline;
}

#content {
	width: 860px; /*652px;*/
	text-align: justify;
	font-size: 90%;
	line-height: 140%;
	margin-top:20px;
}

#content p{
	/*font-size: 90%;*/
}

#content label{
	font-size: 1em;
	width: 145px;
	padding-left: 0px;
}

#content h1 a, #content h1 a:link, #content h1 a:visited  {
	color: #ffffff;
	TEXT-DECORATION: none;
}
#content h1 a:hover, #content h1 a:active{
	color: #b9ec3a; 
	TEXT-DECORATION: none;
}


#content a, #content a:link, #content a:visited  {
	color: #ffffff;
	TEXT-DECORATION: underline;
}
#content a:hover, #content a:active{
	color: #b9ec3a; 
	TEXT-DECORATION: none;
}

/* ----------------------- Footer Layout -------------------------------------------- */

#pagefoot{
	width:100%;	
	min-width: 900px;
	
	text-align:left;
	
	position:relative; /* set up relative positioning so that z-index will work */
	z-index: 1;

	border-top:1px solid #ffffff;

}

#footer {
	width: 865px;
	padding: 30px 00px 10px 0px;
	
	color:#ffffff;

	font-size: 1.0em;
	_font-size: .9em;
	*font-size: .9em;
	
	margin-right:auto;
	margin-left:auto;
	
	display: block;	
}

#footer-r1-c1{
	position: relative;
	float: left;
	width: 705px;
	text-align: left;
	padding-bottom: 20px;
}
#footer-r1-c1 img {
	vertical-align: top;
	margin-right:30px;
	float: left;
}

#footer-r2-c1{
	position: relative;
	float: left;
	width: 625px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer-r3-c1{
	position: relative;
	float: left;
	width: 560px;
	text-align: left;
	padding-bottom: 20px;
}


#footer-r1-c2{
	position: relative;
	float: left;
	width: 155px;
	text-align: right;
	padding-bottom: 20px;
}
#footer-r1-c2 span{
	color:#b9ec3a;
}

#footer-r2-c2{
	position: relative;
	float: left;
	width: 215px;
	text-align: right;
	padding-bottom: 20px;
}
#footer-r2-c2 span{
	color: #b9ec3a;
}

#footer-r3-c2{
	position: relative;
	float: left;
	width: 300px;
	text-align: right;
	padding-bottom: 20px;
}
#footer-r3-c2 span{
	color:#b9ec3a;
}

#footer a, .footer a:link, #footer a:visited  {
	/*font-size: 0.8em;*/
	color: #ffffff;
	TEXT-DECORATION: none;
}
#footer a:hover, #footer a:active{
	/*font-size: 0.8em;*/
	color: #b9ec3a;
	TEXT-DECORATION: none;
}

#footer a.email, .footer a.email:link, #footer a.email:visited  {
	font-size: 1.0em;
	_font-size: 0.9em;
	color: #ffffff;
	TEXT-DECORATION: none;
}
#footer a.email:hover, #footer a.email:active{
	font-size: 1.0em;
	_font-size: 0.9em;
	color: #b9ec3a;
	TEXT-DECORATION: none;
}

#footermessage{
	padding-top: 20px;
}

#footer-rbpc{
	float: left;
	font-size: xx-small;
	text-align: left;
}

/* . . . . . . . . Form formatting . . . . . . . . . . . . . */
form{
	width:590px;
	*width:697px;
	text-align: left;
	font-size: .8em;
}
label{
	width: 150px;
	display: block;
	float:left;
}
input, textarea {outline-style:none;}
input, select, textarea, checkbox {
	border: #333333 solid 1px;
	background-color: #ffffff;
	padding: 3px;
	font-size: 1.1em; 
	_font-size: 1.2em;
	*font-size: 1.2em;
	color:#666666;
}
input:focus, select:focus, textarea:focus{
	border: 1px solid #333333;
	background-color: #ffffff;
}
input:hover, select:hover, textarea:hover {
	border: black solid 1px;
}

textarea{
	font-size: 1.6em; 
	*font-size: 1.2em;
}

.formitem{
	border: #cccccc solid 1px;
	margin-bottom:4px;
	padding: 6px 6px 3px 6px;
	overflow: auto;
}
.indent{
	margin-left:250px;
}
.highlight {
	background-color: #999999;
	border: 1px solid #333333;
}

/* ----------------------- Special Formatting -------------------------------------------- */
.hideme{
	display: none;
}

.quote{
	font-style: italic;
	margin-bottom: 0px;
}

.clearboth { 
	clear: both; 
}

.testimonial{
	margin-right: 40px;
	font-weight: bold;
	text-align:right;
}


