

/* Main Styles that apply to body */
body {
	font-size: 13px;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 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;
/*	background: #f4f4f4 url(../images/bg_blue.gif) center repeat-y;	*/
	background: #003466; 

}

.frontflash {

	background: url(../images/fanburner.jpg) center no-repeat;
}

#welcomeText {

	margin: 0px 0px 0px 20px; 
}

/* The topmost faded bar */
#topbar {
    width:auto;
/*	background: #f4f4f4 url(../images/topbarbck.gif) center repeat;	  */
	background: #003466;
    height: 10px;
    padding: 5px 5px 5px 2px;
    font: 9px Trebuchet MS;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

#topbar a:hover {

	text-decoration: underline;
	color: #ffffff;
}

#topbar a {

	text-decoration: none;
	color: #b3b1b1;
}


/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
	height: 100px;
   	border:0px solid #585656;
	background: #f4f4f4 url(../images/header.gif) center repeat-y;
}


h1 {
    font: 10px Trebuchet MS;
    font-weight: bold;
	color: #000000;
	margin: 5px;
}

h2 {
    font: 20px Trebuchet MS;
	color: #000000;
	margin: 5px;
}


h6 {
    font: 10px Trebuchet MS;
    font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}






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


} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 6px 0px 6px;
    background: #003466;
/*	background: url(../images/bg_contentwhite.gif) center repeat; */
/*   border:0px solid #efefef; */
    text-align: justify;
    height: 250px;
}

#front_list ul, li{

    font-size: 12px;
    font-weight: bold;
	padding: 0px 10px 0px 15px;

}






.articleboxinner h2 {

color: #ffffff;


}

/* The title style for the main article */
.articleheader {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0px solid #CCC;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
}

.articleheader2 {
    font-size: 19px;
    font-weight: bold;
    border-bottom: 0px solid #CCC;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
}

.articleheader3 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 0px solid #CCC;
	text-decoration: none;
}
.whytitle 
{
	font: 18px;
	font-weight: bold;
	margin: 5px;
	color: #ffffff;
}

/* Container for the article box, and the pic box */
.contentboxouter {
    width: auto;

    padding: 0px 6px 0px 5px;
    clear: both;


} 

/* Content holder for the articles */
.contentboxinner {
    width: auto;
    line-height: 20px;
    color: #000000;
    padding: 15px 6px 0px 15px;

    background: #FFFFE5;
/*	background: url(../images/bg_contentwhite.gif) center repeat; */
/*  border:1px solid #efefef; */
    text-align: justify;
  min-height:420px;
  height:auto !important;
  height:100%;
}

.contentboxinner ul li {

list-style-type: disc;
margin-left: 35px;
    font-weight: normal;

}

.contentboxinner ol li {

list-style-type: decimal;
margin-left: 35px;
    font-weight: normal;

}


.contentboxinner p {

	margin-bottom: 10px;

}


.contentboxinner li {

margin-bottom: 7px;

}



.contentboxinner2 {
    width: auto;
    line-height: 20px;
    color: #000000;
    padding: 15px 6px 0px 6px;
    background: #FFFFFF;
	background: url(../images/bg_contentwhite.gif) center repeat;
 /*   border:1px solid #efefef; */
    height: 100%;
}

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


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



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

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
/*    margin-right: 10px; */
	margin: 20px
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;

    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #aba000;
	background: #F9AF08;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}


/* topbox above content */
.borderboxouter {
    width: auto;

    padding: 0px 6px 0px 5px;
    clear: both;
	display: none;
}

/* Content holder for the pic box */
.borderbox {
    width: auto;
    line-height: 22px;
    color: #aba000;
	background: #003466;
    padding: 5px 6px 6px 6px;
    border:0px 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 hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #0050AB;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	color: #88b2e2;


}

/* Why should the humble footer be left out? */
#footer {
/*	background-color: #CCC; */
/*	background: #f4f4f4 url(../images/topbarbck.gif) center repeat;	*/
	background: #003466;
	color: #b3b1b1;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	padding-top: 5px;
	clear: both;
}

#footer a:hover {

	text-decoration: underline;
	color: #ffffff;
}

#footer a {

	text-decoration: none;
	color: #7F7F7F;
}

#copyright a {
	color: #00b4ff;
	font-weight: bold;
}

#copyright a:hover {
	color: #fffffc;
	font-weight: bold;
	text-decoration: underline;
}



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

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #FFFFE5;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #aba000;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #aba000;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #FFFFE5;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #aba000;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #e4da1f;
    height: 24px;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
	background-color: #003466;
/*	background:url(../images/headerBG.jpg) repeat-x; */
}

/* And this gives the column text some breathing space */


#secondcontent {

	background-color: green;

}


.pictureAlignLeft {
padding-top: 6px;
padding-right: 10px;
margin-right: 15px;
margin-top: 10px;
float: left;
}

.pictureAlignRight {
padding-top: 35px;
padding-left: 10px;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
float: right;
}





.spacy2
{
    padding: 5px;
	height: 300px;
	background-color: #F1F1F1;
	color: #515151;
}

.spacy
{
    padding: 5px;
	height: 300px;
	color: #515151;

}


/***************NAVI + MENU ********************/


#headerNavDivider {

height: 3px;

}


#tabholder
{
    width: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F9AF08;
}




#tabs8 {
	height: 25px;
	width: auto;
	float: left:
	margin: 0px;
	padding: 0px;

}



#tabs8 li {

	float : left;
	border-right : 1px solid #eee;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	list-style: none;
	/* background : #ffffff; */
}



#tabs8 a {
	display: block;
	height: 25px;

	width: 90px; 
	font-weight : bold;
	line-height : 20px;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 0px;
	text-align : center;
	font-size : 86%;
	color: #ffffff; 
	background-color: #F9AF08;

}


#tabs8 a:hover {
	color : #000000;
	display: block;
	height: 25px;
	background-color: #FFFFE5;
} 

#tabs8 a:visited {


}

.endli {

	border-right : 1px solid #F9AF08;
	list-style: none;
	
}

/***************************************/



.helpImageRight {
margin: 0px 5px 0px 10px;
padding: 0px 5px 0px 10px;
}

p {
margin: 0px 10px 0px 10px;
padding: 0px 10px 0px 10px;

}

.servicesImageRight {

margin: 0px 0px 15px 15px;

}


.helpImageRight {

margin: 0px 0px 15px 15px;

}

.marginSpaceLeft {

margin: 55px 0px 10px 10px ;

}

.marginSpaceRight {

margin: 55px 10px 10px 0px ;

}

.contactSpaceLeft {

margin: 0px 0px 10px 10px ;

}

.contactSpaceRight {

margin: 0px 10px 10px 0px ;

}


.aboutSpaceLeft {

margin: 0px 0px 10px 10px ;

}

.aboutSpaceRight {

margin: 0px 10px 10px 0px ;

}

.employmentSpaceLeft {

margin: 0px 0px 10px 10px ;

}

.employmentSpaceRight {

margin: 0px 10px 10px 0px ;

}



.servicesSubTitle {

font-weight: bold;
color: #000000;

}