html, body, div, p
{
    font-family: Times, Arial, sans-serif;
    color: #444;
}

body
{
    margin: 10px;
}


/*
LINKS --------------------- */

a:link, a:active, a:visited
{
    color: #990000;
    text-decoration: none;
}

a Image
{
    border-width: 0;
    border-style: none;
}


/*
COMMON --------------------- */

br
{
    clear: both;
}

hr
{
    display: none;
}

p
{
    margin: 0;
    padding-top: 1em;
    line-height: 150%;
}


/*
MASTHEAD + SUBMAST --------------------- */

h1
{
    margin: 0;
    position: absolute;
    top: 0px;
    left: 46px;
    z-index: 3;
    width: 130px;
    background: url(../../Image/logo.png) no-repeat center 50px;
    text-indent: -9000px;
}

h1 a
{
    display: block;
    background: url(../../Image/logo.png) no-repeat center 50px;
    height: 180px;
}



#mast-content
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin-left: 84%;
    width: 17%;
}

#masthead
{
    position: relative;
    background: #FFFFFF;
    height: 15.4em;
    width: 950px;
}

#meta
{
    margin: 20px 20px 0;
    padding: 4px 3px 3px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    letter-spacing: 1px;
}

#meta p
{
    display: block;
    float: right;
    padding-top: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 0.7em;
}

#meta span
{
    display: block;
    float: right;
    line-height: 140%;
}

#main-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 246px;
    background: #FFFFFF;
}

#side-image
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 161px;
    height: 246px;
    background-color: #ffffff;
    background-image: url(../../Image/box.gif);
}

#navcontainer
{
    float: left;
    margin: 15px 0px 0px 5px;
    width: 100%;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li
{
    width: 100px;
    line-height: normal;
    margin: 0px;
    padding: 5px 0px 5px 15px;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    background: url(../../Image/diamond2.gif) no-repeat 0px 8px;
   /* background: url(../../Image/bg_dotted.gif) repeat-x 0 77% !important;
    background-position: 0 61%; */
    list-style: none;
}

#nav li.NavStyle39
{
    line-height: normal;
    margin: 0px;
    padding: 5px 0px 5px 15px;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    background: url(../../Image/diamond-green.gif) no-repeat 0px 8px;
   /* background: url(../../Image/bg_dotted.gif) repeat-x 0 77% !important;
    background-position: 0 61%; */
}

#nav li.NavStyle46 
{
    line-height: normal;
    margin: 0px;
    padding: 5px 0px 5px 15px;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    background: url(../../Image/diamond-green.gif) no-repeat 0px 8px;
   /* background: url(../../Image/bg_dotted.gif) repeat-x 0 77% !important;
    background-position: 0 61%; */
}

 
#nav li a
{
    text-decoration: none;
    color: #333333;
}

#nav li a:hover
{
    color: #B90000;
}

#nav li.NavStyle39 a:hover, #nav li.NavStyle46 a:hover
{
    color: #009900;
}

ul#nav li span
{
    display: block;
    float: right;
    background: #FFF;
}

#home #nav-home
{
    font-weight: normal;
    color: #BD0000;
}



/*
MAIN CONTENT --------------------- */

#content
{
    float: left;
    width: 475px;
    padding: 0 0 1em;
    background: #CCCCCC url(../../Image/bg_lightbot.gif) repeat-x top left;
    font-size: .8em;
}

#content h2
{
    position: relative;
    margin: 0 auto;
    padding: 25px 0 15px 0px;
    width: 85%;
    font: normal 1.8em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

#content #devtitle h2
{
   
    float: left;
    margin: 0 0;
    padding: 25px 0px 15px 32px;
    width: 55%;
    font: normal 1.8em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

#content #devtitle #backlink
{
   float: right;
   padding: 0px 0px 0px 0px;
   margin: 35px 20px 0px 0px;
   width: 150px;
   color: #800000;
}


#content h2 strong
{
    position: absolute;
    left: -9000px;
}

/*

#content a:link, #content a:active {
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #48546A;
}

#content a:visited {
	color: #777; 
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #777;
}

#content a:hover {
	 color: #1D1D1D;
	margin: 0 -3px;
	border: 3px double; 
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; 
	background: #FFF url(../../Image/btnbg.gif) bottom center repeat-x; 
	}

*/

#content p
{
    text-indent: 0em;
    text-align: justify;
}

#content ol
{
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

#content ul
{
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 10px;
}
#content li
{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
}

#title
{
    background: url(../../Image/bg_hmain.gif) repeat-x bottom;
}
#devtitle
{
    height: 67px;
    background: url(../../Image/bg_hmain.gif) repeat-x bottom;
}
#titleside h2
{
    /*background: url(../../Image/bg_hmaindark.gif) repeat-x bottom;*/
}

/*
SIDEBAR --------------------- */

#cap
{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 46px;
    background: url(../../Image/div_cap.gif) no-repeat;
}

#icons
{
    width: 412px;
    height: 70px;
    margin: 165px 0px 0px 28px;
}

#hpic1
{
    background: #000000 url(../../Image/finsbury2.jpg) no-repeat center center;
}

#hpic2
{
    background: #000000 url(../../Image/cannon2.jpg) no-repeat center center;
}

#hpic3
{
    background: #000000 url(../../Image/moorgate.jpg) no-repeat center center;
}

#finsbury
{
    background: #000000 url(../../Image/finsbury3.jpg) no-repeat center center;
}

#moorgate
{
    background: #000000 url(../../Image/moorgate2.jpg) no-repeat center center;
}
#maddox
{
    background: #000000 url(../../Image/maddox.jpg) no-repeat center center;
}

#imperial
{
    background: #000000 url(../../Image/imperial.jpg) no-repeat center center;
}

#develop
{
    background: #000000 url(../../Image/con2.jpg) no-repeat center center;
}

#project
{
    background: #000000 url(../../Image/extfull.jpg) no-repeat center center;
}

#cavendish
{
    background: #000000 url(../../Image/cavendish.jpg) no-repeat center center;
}


#jamesb
{
    background: #000000 url(../../Image/jamesbth.jpg) no-repeat center center;
}
#jamesb2
{
    background: #000000 url(../../Image/jamesmain.jpg) no-repeat center center;
}
#lynnef
{
    background: #000000 url(../../Image/lynne.jpg) no-repeat center center;
}
#jamesf
{
    background: #000000 url(../../Image/jamesf.jpg) no-repeat center center;
}
#jamesf2
{
    background: #000000 url(../../Image/jamesf2.jpg) no-repeat center center;
}

#miff
{
    background: #000000 url(../../Image/miff.jpg) no-repeat center center;
}
#miff2
{
    background: #000000 url(../../Image/miff2.jpg) no-repeat center center;
}
#steve
{
    background: #000000 url(../../Image/steve.jpg) no-repeat center center;
}
#steve2
{
    background: #000000 url(../../Image/steve2.jpg) no-repeat center center;
}

#mike
{
    background: #000000 url(../../Image/mike.jpg) no-repeat center center;
}
#mike2
{
    background: #000000 url(../../Image/mike2.jpg) no-repeat center center;
}

#charles
{
    background: #000000 url(../../Image/charles.jpg) no-repeat center center;
}
#charles2
{
    background: #000000 url(../../Image/charles2.jpg) no-repeat center center;
}

#nicky
{
    background: #000000 url(../../Image/nicky.jpg) no-repeat center center;
}
#nicky2
{
    background: #000000 url(../../Image/nicky2.jpg) no-repeat center center;
}
#molly
{
    background: #000000 url(../../Image/molly.jpg) no-repeat center center;
}
#molly2
{
    background: #000000 url(../../Image/molly2.jpg) no-repeat center center;
}
#harry
{
    background: #000000 url(../../Image/harry.jpg) no-repeat center center;
}
#lynne
{
    background: #000000 url(../../Image/lynneth.jpg) no-repeat center center;
}
#harry2
{
    background: #000000 url(../../Image/harry2.jpg) no-repeat center center;
}
#richard
{
    background: #000000 url(../../Image/richard.jpg) no-repeat center center;
}
#richard2
{
    background: #000000 url(../../Image/richard2.jpg) no-repeat center center;
}
#finsbury
{
    background: #000000 url(../../Image/finsbury4.jpg) no-repeat center center;
}
#DVDevelopment
{
    background: #000000 url(../../UserFiles/Image/Development/maddoxthumb.jpg) no-repeat center center;
}
#DVRefurbishment
{
    background: #000000 url(../../UserFiles/Image/Refurbishment/Front_Ret.jpg) no-repeat center center;
}
#DVAssetManagement
{
    background: #000000 url(../../UserFiles/Image/AssetManagement/moorgate.jpg) no-repeat center center;
}
#DVPlanning
{
    background: #000000 url(../../UserFiles/Image/Planning/Sketch.jpg) no-repeat center center;
}
#DVMarketing
{
    background: #000000 url(../../UserFiles/Image/Marketing/5th-floordv.jpg) no-repeat center center;
}
#DVSustainability
{
    background: #000000 url(../../Image/greenth.jpg) no-repeat center center;
}
#DVMixedUse
{
    background: #000000 url(../../Image/vistawoolwichth.jpg) no-repeat center center;
}

#DVGreenDiamond
{
    background: #000000 url(../../Image/greenDiamond.jpg) no-repeat center center;
}

#DVBeyondCarbon
{
    background: #000000 url(../../Image/beyondCarbon.jpg) no-repeat center center;
}

#DVOptimal
{
    background: #000000 url(../../Image/optimalLogo.jpg) no-repeat center center;
}

#finsbury2
{
    background: #000000 url(../../Image/finsbury5.jpg) no-repeat center center;
}
#moorgate
{
    background: #000000 url(../../Image/moorgate1.jpg) no-repeat center center;
}
#moorgate2
{
    background: #000000 url(../../Image/moorgate3.jpg) no-repeat center center;
}
#cavendish
{
    background: #000000 url(../../UserFiles/Image/cav_thumb.jpg) no-repeat center center;
}
#cavendish1
{
    background: #000000 url(../../Image/cav1.jpg) no-repeat center center;
} 
#cavendish2
{
    background: #000000 url(../../Image/cav2.jpg) no-repeat center center;
}  
#maddox
{
    background: #000000 url(../../Image/maddox1.jpg) no-repeat center center;
}
#maddox2
{
    background: #000000 url(../../Image/maddox2.jpg) no-repeat center center;
}
#imperial2
{
    background: #000000 url(../../Image/imperial1.jpg) no-repeat center center;
}
#imperial3
{
    background: #000000 url(../../Image/imperial2.jpg) no-repeat center center;
}
#imperial4
{
    background: #000000 url(../../Image/Imp1.jpg) no-repeat center center;
}
#imperial5
{
    background: #000000 url(../../Image/Imp2.jpg) no-repeat center center;
}

#newshome
{
    background: #000000 url(../../Image/news.jpg) no-repeat center center;
}

/* Two widths are used, the second being a hack for Internet Explorer */
#sidebar
{
    position: relative;
    float: left;
    width: 475px;
    padding-top: 25px;
    background: url(../../Image/bg_darkbot.gif) repeat-x top left;
    font-size: .8em;
}

#sidebar h2
{
    position: relative;
    margin: 0 0;
    padding: 0px 0px 0px 0px;
    width: 85%;
    font: normal 1.8em Georgia, serif;
    color: #4C4C4C;
    letter-spacing: -1px;
}
#titlesideRed h2
{
    color: #800000;
}
#titlesideRed
{
    color: #800000;
}
h2.titlesideRed
{
    color: #800000;
}
.titlesideRed h2
{
    color: #800000;
}

#titlesideGreen
{
    color: #007100;
}

#titlesideGreen h2
{
    color: #007100;
}

.titlesideGreen
{
    color: #007100;
}

.titlesideGreen h2
{
    color: #007100;
}

#sidebar ul
{
    padding-left: 20px;
    margin-left: 10px;
}
#sidebar li
{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
}

.section
{
    clear: both;
    padding-top: 1.5em;
    border-bottom: 3px double #FFFFFF;
    background: url(../../Image/leaf.gif) no-repeat 100% 1.8em;
}
.sectionGreen
{
    clear: both;
    padding-top: 1.5em;
    border-bottom: 3px double #FFFFFF;
    background: url(../../Image/green.gif) no-repeat 100% 1.8em;
}

.sectionGreen h3, .sectionGreenbtm h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #007100;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionGreen h3 a, .sectionGreenbtm h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
    color: #007100;
}

.sectionGreen h5, .sectionGreenbtm h5
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionGreen h5 a, .sectionGreenbtm h5 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.sectionGreen h3 a:hover, .sectionGreenbtm h3 a:hover 
{
    background: #CCCCCC;
}

.sectionGreen h4, .sectionGreenbtm h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.sectionGreen p, .sectionGreenbtm p
{
    margin-bottom: 1.5em;
    color: #333333;
}

.sectionGreenbtm
{
    clear: both;
    padding-top: 1.5em;
    background: url(../../Image/green.gif) no-repeat 100% 1.8em;
}


/* ted */


.section h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.section h5
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section h5 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.section h3 a:hover 
{
    background: #CCCCCC;
}

.section h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.section p
{
    margin-bottom: 1.5em;
    color: #333333;
}

.section_pic
{
    float: left;
    margin-right: 1.25em;
    width: 23%;
    height: 70px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}

.pic_border
{
    /* float: left; */
    /* margin-right: 1.25em; */
    border: 4px solid #EBEBE5;
    background: #000000;
}
.border_none
{
    border: 0px;
}
.pic_border2
{
    float: left; 
    margin-right: 1.25em;
    border: 4px solid #EBEBE5;
    background: #000000;
}
.pic_border3
{
    float: right; 
    margin-left: 1.25em;
    border: 4px solid #EBEBE5;
    background: #000000;
}
.pic_border4
{
    float: right; 
    margin-left: 1.25em;
	margin-top: 1.5em;
    border: 4px solid #EBEBE5;
    background: #000000;
}

.sectionbtm
{
    clear: both;
    padding-top: 1.5em;
    background: url(../../Image/leaf.gif) no-repeat 100% 1.8em;
}

.sectionbtm h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionbtm h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.sectionbtm h3 a:hover
{
    background: #CCCCCC;
}

.sectionbtm h5
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionbtm h5 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.sectionbtm h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.sectionbtm p
{
    margin-bottom: 1.5em;
    color: #333333;
}



.sectionbtmGreen
{
    clear: both;
    padding-top: 1.5em;
    background: url(../../Image/green.gif) no-repeat 100% 1.8em;
}

.sectionbtmGreen h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #007100;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionbtmGreen h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.sectionbtmGreen h3 a:hover
{
    background: #CCCCCC;
}

.sectionbtmGreen h5
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.sectionbtmGreen h5 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.sectionbtmGreen h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.sectionbtmGreen p
{
    margin-bottom: 1.5em;
    color: #333333;
}





.section2
{
    clear: both;
    padding-top: 1.5em;
    border-bottom: 3px double #FFFFFF;
}

.section2 h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section2 h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.section2 h3 a:hover
{
    background: #bdbdbd;
}

.section2 h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.section2 p
{
    padding-top: 0;
    margin-bottom: 1.5em;
    color: #333333;
}

.section2_pic
{
    float: left;
    margin-right: 1.25em;
    width: 23%;
    height: 70px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}
.section3_pic
{
    float: left;
    margin-top: 1.5em;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 180px;
    height: 140px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}

.section4_pic
{
    float: left;
    margin-top: 1.5em;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 395px;
    height: 235px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}

.inText_pic
{
    float: left;
    margin-right: 1em;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #FFFFFF;
}

.section2btm
{
    clear: both;
    padding-top: 1.5em;
}

.section2btm h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.section2btm h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.section2btm h3 a:hover
{
    background: #CCCCCC;
}

.section2btm h4
{
    margin: 0;
    font: normal 1.35em Georgia, serif;
    color: #666666;
    letter-spacing: -1px;
}

.section2btm p
{
    padding-top: 0;
    margin-bottom: 1.5em;
    color: #333333;
}




/*
FOOTER --------------------- */

#footer
{
    padding: 3px 0 1em;
    background: url(../../Image/bg_barbottom.gif) repeat-x top left;
}

#footer p
{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

#footer p#copy
{
    float: left;
    width: 40%;
}

#footer p#manage
{
    float: right;
    width: 40%;
    text-align: right;
    font-size: 10px;
    color: #999999;
}

#footer p#manage a
{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}


/*
MISC --------------------- */

#container
{
    
    background: url(../../Image/bg_container.gif) repeat-y center;
}

/* 'margin: 0 auto' is necessary so the layout stays centered on screen when browser width is more than 1200px */
#container, #footer
{
    margin: 0 auto;
    
    width: 950px;
}

.shell
{
    margin: 0 auto;
    width: 85%;
}

#skip, #back
{
    display: none;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after
{
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix
{
    display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
#cap2
{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 46px;
    background: url(../../Image/div_captop.gif) no-repeat;
}
#main-image2
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 246px;
    background: #FFFFFF top;
}
.clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}


#AdminMenu
{
    font-size: 1em;
    line-height: 2.2em;
    margin: 1px 0px 0;
}

#AdminMenu li
{
    float: left;
    padding: 0 5px;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
}

#AdminMenu li a
{
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

*
{
    margin: 0;
    padding: 0;
}

* html #AdminMenu a
{
    width: 1%;
}

#AdminMenu .selected, #AdminMenu a:hover
{
    text-decoration: none;
}

#AdminMenu li#end 
{

    border-right-style: none;

}

.newstitle
{
    padding-top: 0.0em;
    
    float: left;
}

.newstitle h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.newstitle h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.newstitle h3 a:hover
{
    background: #CCCCCC;
}

.newstitle p
{
    padding-top: 0;
    margin-bottom: 0.25em;
    color: #333333;
}


.newsdate
{
    padding-top: 0.0em;
    
    float: right;
}

.newsdate h3
{
    margin: 0;
    font: normal 1.55em Georgia, serif;
    color: #800000;
    letter-spacing: -1px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.newsdate h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.newsdate h3 a:hover
{
    background: #CCCCCC;
}

.newsdate p
{
    padding-top: 0;
    margin-bottom: 0.25em;
    color: #333333;
}
.split
{
    clear: both;
    padding-top: 1em;
    height: 2px;
    border-bottom: 3px double #FFFFFF;
}
.news_pic
{
    float: left;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 100%;
    height: 180px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}

.mininewsleft
{
    width: 47%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-top: 10px;
    float: left;
    
}

.mininewsleft h3
{
    margin: 0;
    font: normal 1.10em Georgia, serif;
    color: #800000;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.mininewsleft h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.mininewsleft h3 a:hover
{
    background: #CCCCCC;
}

.mininewsleft p
{
    
    padding-top: 0;
    margin-bottom: 0;
    color: #333333;
    font: normal 0.90em times, serif;
    line-height: 150%;
    text-align: justify;
    
}

.mininewsleft_pic
{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 100px;
    height: 65px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}
.mininewsleftport_pic
{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}
.leftcol_pic
{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border: 4px solid #EBEBE5;
    background: #000000;
}
.rightcol_pic
{
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 10px;
    border: 4px solid #EBEBE5;
    background: #000000;
}
.leftcol_pic2
{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border: 4px solid #EBEBE5;
    background: #000000;
}
.rightcol_pic2
{
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 10px;
    border: 4px solid #EBEBE5;
    background: #000000;
}

.mininewsright
{
    width: 47%;
    margin-top: 0px;
    float: right;
    padding-top: 10px;
    margin-bottom: 10px;
}
.rightcol
{
    width: 47%;
    margin-top: 0px;
    float: right;
    padding-top: 10px;
    margin-bottom: 10px;
}
.leftcol
{
    width: 47%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-top: 10px;
    float: left;
    
}
.rightcol2
{
    width: 37%;
    margin-top: 0px;
    float: right;
    padding-top: 10px;
    margin-bottom: 10px;
}
.leftcol2
{
    width: 67%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-top: 10px;
    float: left;
    
}
.mininewsright h3
{
    margin: 0;
    margin-bottom: 5px;
    font: normal 1.10em Georgia, serif;
    color: #800000;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
.mininewsright h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.mininewsright h3 a:hover
{
    background: #CCCCCC;
}


.mininewsright p
{
    padding-top: 0;
    margin-bottom: 0;
    color: #333333;
    font: normal 0.90em times, serif;
    line-height: 150%;
    text-align: justify;
}

.mininewsright_pic
{
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 10px;
    width: 100px;
    height: 65px;
    border: 4px solid #EBEBE5;
    text-indent: -9000px;
    background: #000000;
}

img.floatLeft
{
    float: left;
    margin: 4px 10px 4px 0px;
}
img.floatRight 
{
    float:right;
    margin: 4px;
}
  

.newsmain
{
    clear: both;
    padding-top: 1.0em;
}

.newsmain h3
{
    margin: 0;
    font: normal 1.65em Georgia, serif;
    color: #800000;
    letter-spacing: 0px;
    text-transform: uppercase;
    
}

.newsmain h3 a
{
    margin: -1px -3px;
    padding: 1px 3px;
    text-decoration: none;
}

.newsmain h3 a:hover
{
    background: #CCCCCC;
}


.newsmain p
{
    padding-top: 0;
    margin-bottom: 1.5em;
    color: #333333;
}

a.greenlink:link
{
    color: #007100;
}

a.clickhereLink
{
    color: #333333;

}

.italic
{
    font-style: italic;
}
