/* ----- GENERAL ----- */

body {	font-family: "trebuchet MS", verdana, sans-serif;}

img 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    border: 0px;
}

em {
   font-style: italic;
}

p
{
    font-weight: normal;
    color: #4f4f4f;
		font-size:1em;
		font-family: verdana, sans-serif;
		margin:0px;
}

#divContent_Body p
{
    font-weight: normal;
    color: #4f4f4f;
		font-size:1em;
		font-family: verdana, sans-serif;
		margin-bottom:8px;
}

.home
{
    font-weight: normal;
    color: #4f4f4f;
		font-size:1.30em;
		font-family: "trebuchet MS", verdana, sans-serif;
		margin-top:3px;
}	

.home2
{
    font-weight: normal;
    color: #4f4f4f;
		font-size:1.30em;
		font-family: "trebuchet MS", verdana, sans-serif;
		margin-top:5px;
}	
strong 
{
    font-weight: bold;
}

strong.bRed
{
    font-size: 100%;
    font-weight: bold;
    
    color: #C7242C;
}
strong.bBlue
{
    font-size: 100%;
    font-weight: bold;
    
    color: #1C3C8F;
}

tt 
{
    color: #FF0000;
	font-family: "trebuchet MS", verdana, sans-serif;
}

td 
{
    font-size: 70%;
		color:#4f4f4f;
		line-height: 130%;
		vertical-align:top;
}

th
{
    font-size: 70%;
}

input {

		border-style:none; border:1px solid #4f4f4f;
		margin:0px 0px 5px 0px;
}

div.divClear
{
    clear: both;
}

.mouseFinger 
{
    cursor: pointer;
}

.noPrint
{
 /*controls images that should not be printed, see print.css */    
}


/* ----- LISTS ----- */

ul.ulContact
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}


/* ----- TABLES ----- */

.tblPictures_Left
{
    margin: 5px 10px 5px 0px;
    padding: 0px 0px 0px 0px;
}

.tblPictures_Right
{
    margin: 5px 0px 5px 10px;
    padding: 0px 0px 0px 0px;
}

.tblDatatable
{
    margin: 5px 0px 10px 0px;
}
.tblDatatable td
{
    margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.tblDatatable th
{
	text-align: left;

	background-color: #1E3981;
	color: #ffffff;
}
.tblDatatable_c01
{
	text-align: left;

	background-color:#FDEED0;
}

.tblShaletable{
    margin: 5px 0px 10px 0px;
}
.tblShaletable td{
    margin: 5px 0px 5px 0px;
	padding: 5px;

	background-color: #FDEED0;
	text-align: center;
}
.tblShaletable th{
	text-align: center;

	background-color: #1E3981;
	color: #ffffff;
}

.NewsColumn tr
{
    line-height: 14px;
}

.tblNews tr
{
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    
    line-height: 13px;
}

/* ----- LINES ----- */

hr.hrSpacer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    height: 1px;
    
    width: 100%;
    clear: both;
    
    background-color: #FEFAEF;
    color: #FEFAEF;
    
    border-style: solid;
}


/* ----- BKGRDS ----- */


/* ----- IMAGES ----- */

.imgPhotos
{
    margin: 0px 10px 0px 0px;

    float: left;

    border: solid 1px #000000;
}

.black_outline {border:1px solid #000000;}

/* ----- FORMS ----- */
form {
  padding-top:0px;
	margin-top:10px;
}

textarea
{
	width: 250px;

	border-top: 1px solid #244264;
	border-left: 1px solid #244264;
	border-bottom: none;
	border-right: none;

	font-variant: normal;
}

textarea:hover
{
    background: #F4F4F5;
}

input.style1
{
    margin: 4px 0px 0px 0px;
	padding: 2px;

	border-top: 1px solid #244264;
	border-left: 1px solid #244264;
	border-bottom: none;
	border-right: none;

	font-variant: normal;
}

input:hover
{
    background: #F4F4F5;
}


/* ----- TEXT ----- */

h1
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;

    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 200%;
    font-weight: bold;
		line-height: 130%;
    color: #1C3C8F;
}

h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;

    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    
    color: #C7242C;
}

h3
{
		font-family: Verdana, Helvetica, Sans-Serif;
		color: #1E3981;
		font-size:1.2em;
		margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h3 a:link, h3  a:visited, h3  a:active, h3  a:hover
{
		font-family: Verdana, Helvetica, Sans-Serif;
		color: #1C3C8F;

}

.txtFeatured 
{
     padding:0px 0px 0px 0px;
		 margin:3px 5px;
		 
		 color:#4f4f4f;
		 text-align:left;
		 /*background: url(../images/dotted_line.gif) no-repeat left bottom ;*/
}

.txtFeatured a:link, .txtFeatured a:visited 
{
 		 color:#4f4f4f;
     text-decoration:none;
}
.txtFeatured a:active, .txtFeatured a:hover 
{
     color:#4f4f4f;
     text-decoration:underline;
}

.txtNormal
{
    font-weight: normal;
    color: #4f4f4f;
}

.txtRedHeader
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
    color: #C7242C;
}

.txtBlueHeader
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    
    color: #1C3C8F;
}

.txtBlack
{
    color: #000000;
    
    font-weight: normal;
}

.txtRed
{
    color: #C7242C;
		font-size: .85em; 
		line-height:130%;
}

.txtRed2
{
    color: #C7242C;
		font-size: .65em; 
		line-height:130%;
}

.txtBlue
{
    color: #1E3981;
    
    font-weight: normal;
}

.txtBlueBold
{
    font-weight: bold;

    color: #1E3981;
}

.txtRedBold
{
    font-weight: bold;

    color: #C7242C;
}

.txtSmallRedQuote
{
    font-size: 85%;

    color: #C7242C;
}

.txtSmallRedQuoteHover
{
    font-size: 70%;

    color: #C7242C;
}

.txtMore 
{
    color: #db2927;
		padding-right:10px;
		background: url(/images/red_arrow.gif) no-repeat right;
		border:0px solid red;
		font-weight: normal;
}
.txtMore a:link, .txtMore a:visited
{
    color: #db2927;
    text-decoration: none;
}
.txtMore a:active, .txtMore a:hover
{
    color: #db2927;
    text-decoration: none;
}


.txtNews
{
    color: #0000FF;
		line-height:130%;
}
.txtNews a:link
{
    color: #0000FF;
    text-decoration: none;
}
.txtNews a:visited
{
    color: #0000FF;
    text-decoration: none;
}
.txtNews a:hover
{
    color: #0000FF;
    text-decoration: underline;
}

.txtBlackLinks
{
    color: #4f4f4f;
}
.txtBlackLinks a:link
{
    color: #4f4f4f;
    text-decoration: none;
}
.txtBlackLinks a:visited
{
    color: #000000;
    text-decoration: none;
}
.txtBlackLinks a:hover
{
    color: #000000;
    text-decoration: none;
}

.txtVideo {
		margin-left:15px; 
		margin-top:3px; 
		margin-right:60px;
		text-align:left;
}


/* ----- FLOATER ----- */
#trailimageid {
	position: absolute;
	visibility: hidden;
/*	left: 0px; */
/*	top: 0px; */
/*	width: 286px;
	height: 1px; */
	z-index: 1000;
}
