html {
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	 overflow-y: scroll;
}
body {
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	background-color: #436765;
}
EM {
	FONT-STYLE: italic
}
STRONG {
	FONT-WEIGHT: bold
}
A {
	COLOR: #444
}
A:hover {
	COLOR: #d77600
}
P {
	MARGIN: 8px 0px
}
UL LI {
	LIST-STYLE-POSITION: outside; 
	LIST-STYLE-TYPE: disc; 
	MARGIN-LEFT: 20px
}

#wrapper {
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 5px;
	WIDTH: 1000px;
	PADDING-RIGHT: 5px;
	FONT-SIZE: 1.2em;
	PADDING-TOP: 0px;
	background-color: #CFC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header {
	background-color: #FC0;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header {
	background-color: #FC0;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header1 {
	background-color: #FC0;
	background-image: url(../images/header1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header2 {
	background-color: #FC0;
	background-image: url(../images/header2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header3 {
	background-color: #FC0;
	background-image: url(../images/header3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#header4 {
	background-color: #FC0;
	background-image: url(../images/header4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#maincontent {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 3px;
	WIDTH: 988px;
	PADDING-RIGHT: 3px;
	CLEAR: both;
	FONT-SIZE: 80%;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999;
background-color: #cccc99;
	background-repeat: repeat-x;
}
#maincontent H1 {
	MARGIN: 10px 0px; 
	FONT-SIZE: 140%
}
#maincontent H2 {
	FONT-SIZE: 140%; 
	FONT-WEIGHT: bold; 
	PADDING-TOP: 10px
}
#maincontent H2 A {
	COLOR: #000; 
	TEXT-DECORATION: none
}
#maincontent H2 A:hover {
	COLOR: #f28b21;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
#maincontent H3 {
	FONT-SIZE: 120%; 
	FONT-WEIGHT: bold; 
	PADDING-TOP: 10px
}
.round {
	
}
#contentcontainer {
	padding: 2px;
	float: left;
	
	width: 982px;

}

#menuwrapper {
	TEXT-ALIGN: center;
	MARGIN-TOP: 0px;
	PADDING-LEFT: 10px;
	WIDTH: 850px;
	HEIGHT: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

#menubar {
	PADDING-BOTTOM: 0px; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	LIST-STYLE-IMAGE: none; 
	PADDING-TOP: 0px
}

/* menu start ............................................................ */

#menu {
	height:41px;
	background:url(../images/back1.png) repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#menu ul.menu {
    padding-left: 30px;
}

#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
#menu li:hover>ul {
    left: -2px;
}

#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
#menu a:hover, div#menu a:hover span { color: #fff; }
#menu li.current a {
	}

#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
}
#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

/* menu::level1 */
#menu a {
	line-height: 30px;
	color: #e5e5e5;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#menu span {
    margin-top: 5px;
}/**@replace#1*/
#menu li {
	background-image: url(../images/mainsep.png);
	background-repeat: no-repeat;
	background-position: 98% 4px;
	list-style-type: none;
}
#menu li.last { background: none; }

/* menu::level2 */
#menu ul ul li { background: none; }
#menu ul ul {
	position: absolute;
	top: 38px;
	left: -999em;
	width: 163px;
	padding: 5px 0 0 0;
	margin-top:1px;
	background-color: #375246;
}
#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
#menu ul ul a:hover span {
    color: #fff;
}
#menu ul ul li.last { background: none; }
#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
#menu ul ul ul { background: rgb(41,41,41); }
#menu ul ul ul ul { background: rgb(38,38,38); }
#menu ul ul ul ul { background: rgb(35,35,35); }


#menu li.back {

  
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
#menu li.back .left {

   
    height: 44px;
    margin-right: 8px;
}
/* menu ends ......................................................... */
/* content containers ............................................................ */
.cont1 {
	float: left;
	height: 370px;
	width: 245px;
	background-image: url(../images/nav/bacurv2.png);
	background-color: transparent;
		background-repeat: no-repeat;
}
.cont1 img {
	padding: 5px;
	margin-left: 5px;
}
.conthead1  {
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/nav/bg20.png);
	background-repeat: no-repeat;
}
.cont2 {
	float: left;
	height: 370px;
	width: 245px;
	background-image: url(../images/nav/bacurv2.png);
	background-color: transparent;
		background-repeat: no-repeat;
}
.cont2 img {
	padding: 5px;
	margin-left: 5px;
}
.conthead2  {
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/nav/bg25.png);
	background-repeat: no-repeat;
}
.cont3 {
	float: left;
	height: 370px;
	width: 245px;
background-image: url(../images/nav/bacurv2.png);
	background-color: transparent;
		background-repeat: no-repeat;
}
.cont3 img {
	padding: 5px;
	margin-left: 5px;
}
.conthead3  {
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/nav/bg23.png);
	background-repeat: no-repeat;
}
.cont4 {
	float: left;
	height: 370px;
	width: 245px;
	background-image: url(../images/nav/bacurv2.png);
	background-color: transparent;
		background-repeat: no-repeat;
}
.cont4 img {
	padding: 5px;
	margin-left: 5px;
}
.conthead4  {
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/nav/bg24.png);
	background-repeat: no-repeat;
}
.conttext {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	line-height: 1.3em;
	padding: 0px;
}
.sectheadtext {
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-transform: uppercase;
}
.slug {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .83em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 0.5em;
	font-weight: 600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headtext {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.headtext2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.newscontH3 {
	color:#069;
	font-weight: bold;
	font-size: 1.2em;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.1em;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-top: 2px;
}
.newscont {
	width: 980px;
	padding: 2px;
	float: left;
	background-color: #CF9;

}

#footer {
	width: 988px;
	float: left;
	background-color: #87A08B;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footerf {
	width: 988px;
	float: left;
	background-color: #87A08B;
}
.clear {
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	HEIGHT: 0px; 
	CLEAR: both; 
	FONT-SIZE: 0px; 
	PADDING-TOP: 0px
}
#footertext {
	MARGIN: 0px 5px;
	CLEAR: both;
}
#footertext H2 {
	PADDING-BOTTOM: 7px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	COLOR: #333;
	FONT-SIZE: 1em;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9caba1;
}
#footertext H2 A {
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%;
	FONT-SIZE: 1em; 
	COLOR: #333
}
#footertext H2 A .more {
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #333;
	FONT-SIZE: 1em; 
	TEXT-DECORATION: none
}
#footertext H2 A:visited .more {
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #333; 
	TEXT-DECORATION: none
}
#footertext H2 A:hover .more {
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #333;
	FONT-SIZE: 1em; 
	TEXT-DECORATION: none
}
#footertext H2 A:active .more {
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #333;
	FONT-SIZE: 1em; 
	TEXT-DECORATION: none
}
#footertext UL {
	PADDING-LEFT: 0px;
	FONT-SIZE: 1em; 
	MARGIN-LEFT: 10px
}
#footertext LI {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 2em 12px;
	PADDING-LEFT: 11px;
	PADDING-RIGHT: 0px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 0px;
	list-style-type: none;
}
#footertext UL UL {
	DISPLAY: inline
}
#footertext LI LI {
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 5px; DISPLAY: inline; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	FONT-WEIGHT: normal; 
	PADDING-TOP: 0px
}
#footertext A {
	COLOR: #333;
	font-size: .75em;
	TEXT-DECORATION: none
}
#footertext A:hover {
	COLOR: #030;
	font-size: .75em;
	TEXT-DECORATION: underline;
	
}
#footertext.celldiv {
	BORDER-LEFT: #9caba1 1px solid; 
	WIDTH: 30%; 
	FLOAT: left
}
#footertext.first {
	BORDER-BOTTOM-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: none
}
#footertext.topCurve {
	MARGIN: 0px; 
	BACKGROUND: url(foot_top_bg.gif) no-repeat left top; 
	HEIGHT: 12px
}
#footertext.bottomCurve {
	MARGIN: 0px; 
	BACKGROUND: url(foot_bottom_bg.gif) no-repeat left bottom;
	
	 HEIGHT: 16px
}
.celldiv {
	WIDTH: 23%;
	FLOAT: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9caba1;
}
.first {
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	display: inline;
}
#leader {
	width: 690px;
	float: left;
	font-size: 0.75em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 14px;
	margin-top:10px;
	margin-left:5px;


	background color: #CADBD0;
	background-color:  #CADBD0;
	background-image: url(../images/bgleader.gif);
	background-repeat: repeat;
	background-position: left top;
	border: thin outset #999;
}
#leader p {
	font-size: .9em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
}
#leader img {
	float: right;
	padding-left: 20px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 10px;
	
}
#leader H2 {
	FONT-SIZE: 140%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #699496;
	margin-right: 10px;
}
#leader H2 A {
	COLOR: #000; TEXT-DECORATION: none
}
#leader H2 A:hover {
	COLOR: #f28b21;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.copyrighttext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.5em;
	text-align: center;
	float: left;
	text-decoration:none;
	clear: left;
	width: 98%;
	padding-top: 5px;
}
.a {
	color: #C93;
}
a {
	color: #C93;
}
.leadert {
	width: 500px;
	float: left;
	font-size: 0.75em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CAE1DA;
	margin-bottom: 10px;
}
.leadert p {
	font-size: .8em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
}

#leaderside {
	float: left;
	width: 210px;
	background-color: #CADBD0;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin outset #999;
    font-size: .75em;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
#leaderside p {
	font-size: .9em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
}
#leaderside H2 {
	FONT-SIZE: 140%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #699496;
	margin-right: 10px;
}
#leaderside H2 A {
	COLOR: #000; TEXT-DECORATION: none
}
#leaderside H2 A:hover {
	COLOR: #f28b21;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.leadinner {
	float: left;
	position:relative;
	clear:both;
	width:126px;
}
.rightside {
	float: right;
	font-size: .6em;
	text-align: center;
	position: relative;
}
.leadertopcurve
{
	width: 690px;
	background-image: url(../images/t-curve.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	height: 10px;
}
.leaderbottomcurve
{

	background-image: url(../images/b-curve.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 690px;
	float: left;
	position: relative;
	height: 10px;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
	margin-right: 2px;
	padding-left: 0px;
}
#textheader {
	padding-bottom: 10px;
	width: 650px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #909;
}
.textblock {
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 650px;
	height: auto;
}
.textblockpic {
	width:120px;
	float: right;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
}
.textblockpic img {
	padding-bottom:0px;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 16px;
	
}#middlecell {
	width: 920px;
	background-color: #d6e0af;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
}
.footertext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
	
.footertext2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #033;
	text-decoration: none;
}
.footertext2 A:hover  {
	
	text-decoration: underline;
}
.photocellleft {
	float: left;
	width: 175px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.photocellleft3 {
	float: left;
	width: 70px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.photocellleft2 {
	float: left;
	width:230px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.photocellleft3 {
	float: left;
	width:250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.logolink {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.linkcell {
	float: left;
}
.featurecell {
	background-color: #CADBD0;
	border: 1px solid #066;
}
.imgcellleft {
	float: left;
	width: 520px;
}
#divheadimg {
	height: 200px;
	width: 680px;
}
.headline1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #099;
	clear: all;
}
.newhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #099;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	width: 400px;
}
.spacer {
	clear: right;
}

