/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	border:none;
	
}

a:hover{
	text-decoration: underline;
	border:none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 2px;
	left: 2%;
	right: 2%;
	width:95.6%;
/*	width:100%;*/
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
/*	width:95.6%;*/
	width:100%;
}

#pageNav{
	float: left;
	width:178px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	padding-bottom: 30px;
	/*position:fixed;*/
}

#content{
	padding: 0px 10px 0px 0px; 
	margin:0px 0px 0px 178px;
/*	width:95.6%;*/
/*	border-left: 1px solid #ccd2d2;*/
	/*background-image: url('Burney_Logo_Small.jpg') ;
	background-attachment:scroll;
	background-position:center;
	background-repeat:no-repeat;*/
	
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	/*color: #ffffff;*/
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	width: 208px;
}

#utility a{
	/*color: #ffffff;*/
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 11px;
	right: 292px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/
/*
.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	width: 100%;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}
*/

/*************** search styles *****************/
/*
#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}
*/

/************* breadCrumb styles ***************/
/*
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
*/

/************** feature styles *****************/
/*
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 250px;
	height: 250px;*/
/*	height: 80px;*/
	/*display:block;*/
	}
	
	
	/*
html>body .feature {
	height: auto;
	width: 90%;
	padding: 20 px 10 px 10 px 10 px;
	margin: 10 px 10 px 10 px 10 px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 20 px 20 px 20 px 20 px;
}

*/
/*************** story styles ******************/

/*
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: left;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
*/

/************** siteInfo styles ****************/

#siteInfo{
	display:none;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	
	
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
		display:none;
}

.siteInfo a:link, .siteInfo a:visited {
/*	font-size: 80%;
	color: #ffffff;*/
	
		display: block;
			display:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.siteInfo a:hover{
	display:none;
	color: #cccccc;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/


.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	background:transparent;
	display:none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a:link, a:visited a:active a:focus{ 
	border-top: 1px solid #cccccc;
	color:#0000FF;
	background:none;
	background:transparent;
	background-color:#F5F7F;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	}

.relatedLinks a:hover{
border-top: 1px solid #cccccc;
	background-color: #21536A;
	color:0000FF;
	background:none;
	background:transparent;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/*	color: #005FA9;*/
/*	color:blue;
	/*color:black;*/
/*	text-decoration: none;
	border:none;
	
}

.relatedLinks a:hover{
	text-decoration: underline;
	border:none;
}*/

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


#imageheader{
	/*position: absolute;*/
/*	top: 0px;
	left: 2%;
	right: 2%;*/
	width:95.6%;	
/*	width:100%;*/
	min-width:95.6%;
	/*overflow:hidden;*/
}

#imageheader img{
height:169px;
width:179px;

/*height:23%;*/
width:23%;

/*height:173px;
width:182px;*/
/*width:150px;*/
}

/********************* subtag **********************/
.subtag {
border: 1px solid #DE0000;
border-left: 3px solid #DE0000;
/*background-color: #FFFF99;*/
background-color: #FFC;
width:45%;
font-size:large;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
text-transform:uppercase;
margin-left:10px;
/*color:#000033;*/
color:#152C43;
margin-top:10px;
}

/*********************Answerblock**********************/
.answerblock {
/*padding-top:5px;*/
/*margin-top:10px;*/
margin-left:20px;
font-family:Arial, Helvetica, Verdana, sans-serif;
/*font-size:small;*/
font-size:large;
/*color:#000066;*/
/*color:#21536A;*/
color:#01334A;
/*color:#093B52;*/
/*color:black;*/
/*text-indent:5px;*/
/*min-height:80%;
height:80%;*/
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
width:87%;
/*border-bottom-style:solid;*/
/*border-color:#CCCCCC;*/
line-height:1.4em;
/*border-top: 0.5px solid #CCCCCC;
border-right: 0.5px solid #CCCCCC;*/
list-style-type:circle;
background-color:#FBFBFD;
padding:2px;
overflow:auto;
}
/*background-image: url('Burney_Logo_Small.jpg');
background-attachment:scroll;
background-position:center;
background-repeat:;
background-color:transparent;
*/

/*background: url("Burney Logo Small.png") #FBFBFD 50% no-repeat scroll;

}

/*.answerblock div{
display:block;
}*/
/*********************Presentation**********************/
.presentationtext {
/*margin-top:-120px;*/
/*margin-left:-150px;*/
width:45%;
min-height:230px;
height:230px;
/*border:thin solid #CCCCCC;*/
float:right;
/*display:inline;*/
font-size:large;
color:#01334A;
/*color:#000066;*/
/*vertical-align:middle;*/
margin-top:20px;
margin-left:5px;
line-height:1.2em;
/*overflow:scroll;*/
/*border-right:thin solid #CCCCCC;*/
/*display: table-cell;*/
}

.rightpresentationtext {

/*margin-top:-120px;*/
/*margin-left:-150px;*/
width:45%;
min-height:230px;
height:230px;
/*border:thin solid #CCCCCC;*/
float:left;
/*display:inline;*/
font-size:large;
color:#01334A;
/*color:#000066;*/
/*vertical-align:middle;*/
margin-top:20px;
margin-left:5px;
line-height:1.2em;
/*overflow:scroll;*/
/*border-right:thin solid #CCCCCC;*/
/*display: table-cell;*/

}

.bold
{
font-weight:bold;
}

.center
{
text-align:center;
}

xlargeblue
{
font-size:x-large;
color:#000066;
line-height:1.1em;
}

.largeblue
{
font-size:large;
/*color:#000066;*/
color:#01334A;
line-height:1.1em;
}


.purpleboldshadow
{
color:rgb(102, 0, 102);
text-shadow: black 1px 1px 1px; 
font-weight:bold;
font-size:xx-large;
}

.italic
{
font-style:italic;
}

.darkbrown
{
color:rgb(72,0,36);
}

.brownred
{
color:rgb(128,0,0);
}

.presentationimage {
width:auto;
/*border:thin solid #CCCCCC;*/
/*display:inline;*/
float:left;
padding:0px;
margin-top:10px;
}

.leftpresentationimage {
width:40%;
/*border:thin solid #CCCCCC;*/
/*display:inline;*/
/*float:right;*/
}

.presentationimage img{
	height:228px;
	width:325px;

/*	height:114px;
	width:160px;*/
	
/*	float: left; */
}

.leftpresentationimage img{
	height:228px;
	width:325px;

/*	height:114px;
	width:160px;
	float: right; 
*/}

.startbut
{
/*(border: 1px solid #FFC;*/
/*border: 1px solid #FF0000;*/
border-bottom:2px ridge #000066;
border-right:2px ridge #000066;
background-color: #FF3333;
/*background-color: #FF0000;*/
width:25%;
font-size:small;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 3px;
text-transform:uppercase;
margin-left:40%;
margin-top:5px;
/*color:#FFC;*/
color:#FFFFFF;
text-align:center;
}

.startbut a:link, a:visited{
	color: #FFF;
	text-decoration: none;
	border:none;
	
}

.startbut a:hover{
	text-decoration: none;
	color:#FFC;
	border:none;
}


.startbut p
{
text-align:center;
}

.contactus
{
text-align:center;
font-size:x-large;
line-height:1.1em;

margin-left:20px;
/*border-style:solid;
border-color:#CCCCCC;
border-width:1px;*/
width:80%;
line-height:1.4em;
list-style-type:circle;
background-color:#FBFBFD;
}

.emergency
{
color:#FF0000;
}


.totop {
margin-top:10px;
font-size:x-small;
}

.contactus img
{
width:65%;
margin-top:0px;
margin-bottom:0px;
}

.contactus div
{
margin-top:10px;
}

.righttext {

width:40%;
float:left;
font-size:large;
color:#000066;
margin-top:15px;
margin-left:5px;
line-height:1.2em;
text-align:left;
}

.lefttext {
width:40%;
float:left;
padding:0px;
margin-top:10px;
text-align:right;
margin-right:5px;
line-height:1.1em;
}
/********************* end **********************/
