
/* Main Styles that apply to body */

html{
	overflow:scroll;
}

body {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0;
}

#wrapper{
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	width:740px;
	margin:0 auto;
	padding-left:40px;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
}
	

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color:#95649F;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #A08043;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #EEE;
	margin: 5px;
}

h3{
	padding:0 0 0.2em 0;
	margin:0;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

p{
	color:#000;
	margin:0 0 1em 0;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #7F8133;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
}

/* 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 thing at the bottom */
p.readmore {
    text-align: right;
    display: block;
    width: auto;
	margin:0;
	padding-right:10px;
}

	p.readmore a{
		background: url(images/arrow.png) no-repeat 0 2px;
		padding-left:15px;
	}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 0px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    padding: 0px 6px 0px 25px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #7F8133;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:690px;;
    background-color: #E0E0E0;
	background:url(images/newscolumn.gif) repeat-y 0 0;
	float:left;
}

/* First column of the three columns */
.c1
{
	width: 225px;
	background-color: #F7F4F7;
    border-top: none;
    color: #7F8133;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 236px;
    float: left;
    color: #7F8133;
}

/* Third column of the three columns */
.c3
{
	width: 225px;
	background-color: #F7F4F7;
    border-top: none;
    color: #7F8133;
	float: left;
}

.c1 p, .c2 p, .c3 p{
	padding:0 8px;
}

/* This controls the titles for each column */
h3.noteheader
{
    width:auto;
	padding-left:5px;
	padding-top:5px;
    border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
    border-top: none;
    color:#95649F;
    height: 17px;
	margin:0;
    font-family: Trebuchet MS, verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x bottom left;
}

/* And this gives the column text some breathing space */
p.spacy
{
    padding: 5px;
	margin:0;
	line-height:1.4em;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */

#image1, #image2, #image3, #image4, #image5{
	height:80px;
	width:120px;
	float:left;
	margin:5px;
	padding:0;
	list-style-type:none;
}

#submenu{
	list-style-type:none;
	float:left;
	margin:0;
	padding:3px 0;
}

#submenu li{
	float:left;
	display:inline;
	
}

#submenu li a{padding:0 7px;color:#7F8133;font-size:93%;}

#submenu li a.first{
	margin-left:6px;
	padding-left:9px;
}

#submenu li.current a{
	text-decoration:underline;
}	


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}


/***[form]***/

form{}

fieldset{
	position:relative;
	width:350px;
	margin-bottom:20px;
	padding:15px;
}

legend{
	display:;
	font-size:14px;
}

label,
.lbl_span{
	font-size:11px;
	display:block;
	margin-top:8px;
	width:250px;
	text-align:left;
	line-height:1.25em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea.frm_area{
	width:300px;
	height:75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.frm_text{
	width:300px;
}

input.frm_radio,
input.frm_checkbox{
	float:left;
	clear:left;
	margin:10px 2px 0 0;
}

input.frm_checkbox{
	float:left;
	clear:left;
	margin:5px 2px 0 0;
}

*html input.frm_radio,
input.frm_checkbox{
	clear:none;
	margin-top:8px;
}

label.lbl_radio,
label.lbl_checkbox{
	float:left;
	clear:right;
	font-size:11px;
}

.lbl_span{
	clear:both;
	margin-top:10px;
}

.error{
	border:1px solid #f00;
	background-color:#ffc;
}

p.error_message{
	border:1px solid #f00;
	padding:5px;
	background-color:#ffc;
	font-size:13px;
}

p.message{
	font-size:14px;
}

input.frm_submit{
	display:block;
	clear:both;
	margin:10px 0 15px 20px;
	padding:5px;
	letter-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




