@import url("css/lightbox.css");
/* CSS Document */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #669999 url(images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* This holds the title heading blocks */
#headerwrapper {
	width: auto;
}

/* title for article */
h1 {
	font: 18px verdana;
	color: #B1553A;
	text-align: left;
	margin: 0px;
}

/* text buttons */
h6 {
	font: bold 9px verdana;
	color: #D9AA63;
	margin: 0px 0px 0px 10px;
	padding: 5px 5px 2px;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: auto;
	padding: 0px 5px 0px 6px;
	clear: both;

} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #5C8B8B;
    padding: 15px 15px 0px;
    background: #e7bb7a;
    border:1px solid #ca9546;
    text-align: justify;
    height: auto;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more at the bottom */
.readmore {
	text-align: right;
	display: block;
	width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	border: 1px solid #CA9546;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

/* Container for the pic thumbnails */
.picboxouter {
	width: auto;
	padding: 0px 5px 0px 6px;
	clear: both;
}

/* Content holder for the pic box */
.picbox {
	width: auto;
	line-height: 22px;
	color: #FFFFFF;
	padding: 5px 6px 6px 6px;
	border-top: 1px none #CA9546;
	text-align: center;
	background-color: #e1c397;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;

}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px solid #CA9546;
    vertical-align: middle;
}

/* No borders around hyperlink images */
.noborder {
	border: none;
	vertical-align: sub;
	color: cccc99;

}

/* For taming those arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

/* And their hover states */
a:hover {
	text-decoration: underline;
}

/* Page footer */
#footer {
	background-color: #78b4b4;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	padding-top: 5px;
	clear: both;
}

/* This contains the columns */
#newsContainer2
{
	width:auto;
	background-color: #E0E0E0;
}

/* One column only */
.c1
{
	width: auto;
	background-color: #E1AF64;
    line-height: 22px;
    color: #5c8b8b;
	float: none;
}

/* This controls the titles for left and right columns when using 3 columns only */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #BB8635;
	border-top: none;
	color: #FFFFFF;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	background:#CA9546 repeat-x;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
	padding-left: 15px;
}

/* And this gives the column text some breathing space */
.spacy
{
	padding: 15px;
	background-color: #e1b063;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CA9546;
	border-bottom-color: #CA9546;
	border-left-color: #CA9546;
}

/* First column of the three columns */
.c2
{
	width: 227px;
	background-color: #E1AF64;
	border-top: 1px none #CA9546;
	line-height: 22px;
	color: #5C8B8B;
	float: left;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;
}

/* Second column of the three columns */
.c3
{
    width: 230px;
	background-color: #E7BA76;
    float: left;
    border-bottom: 1px solid #CA9546;
    line-height: 22px;
	color: #5C8B8B;
}

/* Third column of the three columns */
.c4
{
	width: 228px;
	background-color: #E1AF64;
	border-top: 1px none #CA9546;
	line-height: 22px;
	color: #5C8B8B;
	float: right;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;
}

/* And this gives three columns text some breathing space */
.spacy3column
{
    padding: 5px 15px;
}

h3 {
	font: bold 14px verdana;
	color: #B1553a;
	text-align: left;
	margin: 5px;

}

.brownbold {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: bold;
	color: #b1553a;
	line-height: 22px;

}

.brownlarge {

	font-size: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: bold;
	color: #b1553a;
}

/* This controls the titles for centre of three columns only */
.noteheadercentre {
	width:auto;
	border-bottom: 1px solid #BB8635;
	border-top: none;
	color: #FFFFFF;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	background:#CE9D55 repeat-x;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
	padding-left: 15px;

}
/* This controls the titles for one column only */
.noteheaderonecolumn {
	width:auto;
	border-bottom: 1px solid #bb8635;
	border-top: none;
	color: #FFFFCC;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	background:#CE9D55 repeat-x;
	font-weight: bold;
	border-right-style: solid;
	border-left-style: solid;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CA9546;
	border-left-color: #CA9546;

}
h4 {
	font: bold 14px verdana;
	color: #B1553A;
	text-align: left;
	text-indent: 0pt;
}

#topbar {
	width:auto;
	background: #65a9a9;
	height: 25px;
	padding: 5px 8px 3px 2px;
	font: bold 10px verdana;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}

#homebar {
	width:auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5 {

	font: bold 14px verdana;
	color: #A37530;
	text-align: left;
	margin: 5px;
}
.mainpiccontrol2 {
	border: 1px solid #CA9546;
	float: left;
	margin-right: 15px;
	margin-top: 10px;


}
.articleboxinner2 {
	width: auto;
	line-height: 20px;
	color: #5C8B8B;
	padding: 10px 15px 0px;
	background: #E7BB7A;
	text-align: justify;
	height: auto;
	border-top: none;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;

}
h1 {

	font: 18px verdana;
	color: #B1553A;
	text-align: left;
	margin: 0px;
}
.questionbox {
	width: 90%;
	color: #5C8B8B;
	background: #B0D3D3;
	border:1px solid #ca9546;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0px 15px;
	line-height: 20px;


}
.answerbox {
	color: #b1553a;
	border:none #ca9546;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 15px;
	line-height: 20px;
	width: 85%;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 100px;











}
.picbox2 {
	width: auto;
	line-height: 14px;
	color: #FFFFFF;
	padding: 5px 6px 6px 6px;
	border-top: 1px none #CA9546;
	text-align: left;
	background-color: #e1c397;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;


}
.greentext {


	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: normal;
	color: #5c8b8b;
}
.browntext {



	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: bold;
	color: #b1553a;
}
.mainpiccontrolright {
	border: 1px solid #CA9546;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	right: 200px;



}
.bespokepiccontrol {
	border: 1px solid #CA9546;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 70px;


}
.whitetext85margin {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 288px;


}
#topbar20Nov08 {

	width:auto;
	background: #65a9a9;
	height: 25px;
	padding: 5px 8px 3px 2px;
	font: bold 10px verdana;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
#topbarleft {
	width:auto;
	background: #65a9a9;
	height: 10px;
	padding: 10px 8px 0px 3px;
	font: bold 10px verdana;
	color: #d9aa63;
	text-align: left;
	vertical-align: middle;
	margin-top: -25px;
	float: left;




}
.picboxbrowntext {

	width: auto;
	line-height: 22px;
	color: #FFF;
	padding: 5px 6px 6px 6px;
	border-top: 1px none #CA9546;
	text-align: center;
	background-color: #E1C397;
	border-right: 1px solid #CA9546;
	border-bottom: 1px solid #CA9546;
	border-left: 1px solid #CA9546;
}
.whitelarge {


	font-size: 18px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight: bold;
	color: #FFF;
}
