html{
height:100%;
overflow:scroll;
}
body {
background: #f1f2f2 url(images/bg.gif) top center no-repeat;
height:100%;
margin:0;
padding:0;
font-family: Verdana;
font-size: 11px;
}

a{
    color:#1f4951;
}


#container{
  width: 1000px;
  margin: 0 auto;
}
#leftCol{
  float: left;
  width: 259px;
}
#rightCol{
  float: left;
  width: 711px;
  padding: 15px;
}
#menuContainer{
  background: #f7f7f7 url(images/bg_top_menu.gif) top center no-repeat;
  padding: 21px;
}
#menuContents{
background: #fff;
padding: 3px 2px 3px 3px;
}
#header{
  height: 170px;
}
#topButtons{
  margin: 11px 11px 0 11px;
  width: 430px;
}
#topSearch{
  float: left;
  font-size: 11px;
  color:#c2c7c8;
}
#topSearch a{
  color:#c2c7c8;
}


#topLinks{
  clear: left;
  border-top: solid 1px #c2c7c8;
  margin: 0 7px;
  text-align: right;
  padding: 5px 0 26px 0;
}
#topLinks a{
  font-size: 11px;
  color: #c2c7c8;
  text-decoration: none;
}
#topLinks a:hover{
  text-decoration: underline;
}
#topLinks span {
	color:#f5c627;
    font-weight: bold;
    font-size: 11px;
}


#footer{
  background: #383838;
  clear: both;
}
#footer_container{
  width: 1000px;
  margin:0 auto;
}
#footerCopyright{
  background: #000000;
  text-align: center;
  height:27px;
  clear: both;
  color: #c2c7c8;
  padding-top: 10px;
}
#footerCopyright a{
  color: #7c7809;
  }
#footerCopyright a:hover{
  color: #aea912;
  }
#weather{
  float: left;
  width: 259px;
  padding: 6px 0 0 30px;
}
.footerMenu{
    width:200px;
    float:left;
    padding:0 10px;
    border-right: 1px dotted #787878;
    margin: 20px 0 20px 0;
    height: auto;
}
.footerMenu a{
  	display:block;
	padding: 4px 4px 4px 10px;
	border-bottom: dotted 1px #787878;
	color:#cccccc;
	font-size: 14px;
	font-family:Arial Narrow, Arial;
	text-decoration:none;
    font-weight:normal;
}
.footerMenu a:hover{
	text-decoration:underline;
}


h3{
margin:0;
padding:0;
outline:0;
}
#combo_container{
 margin: 20px 0;
 height: 24px;
 background:#fff url(images/search_bg.gif) center right no-repeat;
 width:240px;
 border:solid 2px #fff;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}
#combo_topkor_container{
 margin: 0 50px;
 height: 24px;
 background:#fff url(images/search_bg2.gif) center right no-repeat;
 width:240px;
 border:solid 2px #fff;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}
#combo_map_container{
 height: 24px;
 background:#fff url(images/search_bg.gif) center right no-repeat;
 width:260px;
 border:solid 2px #fff;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}
.outerBorder{
  border: 2px solid #cecece;
  margin: 8px 0px;
  width:264px ;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
}

.cat_selected{
	display: block;
	padding: 4px 4px 4px 10px;
	background-color: #c5c5c5;
	color:#000;
	font-size: 14px;
	font-family:Arial Narrow, Arial;
	text-decoration:none;
	font-weight:normal;

}

.menu_option {
	display:block;
	padding: 4px 4px 4px 10px;
	border-bottom: dotted 1px #3d3d3d;
	color:#000;
	font-size: 14px;
	font-family:Arial Narrow, Arial;
	text-decoration:none;
	font-weight:normal;
}
.menu_option:hover {
	text-decoration:underline;
}
.menu_optionL2 {
	display:block;
	padding: 4px 4px 4px 15px;
	color:#ffffff;
	font-size: 14px;
	font-family:Arial Narrow, Arial;
	text-decoration:none;
	font-weight:normal;
	background:#3a3c3d;
}
.menu_optionL2:hover {
	text-decoration:underline;
}
.menu_option_selected {
	display:block;
	padding: 4px 4px 4px 15px;
	color:#fff;
	font-size: 14px;
	font-family:Arial Narrow, Arial;
	text-decoration:none;
	font-weight:normal;
	background:#3a3c3d url(images/cat_selected_arrow.gif) no-repeat 4px 8px;
	cursor:default;
}
.subcategories {
	overflow:hidden;
	padding: 0 0 10px 0;
	background: #3a3c3d;
}
a{
outline:0;
}
.showAll{
font-size:11px; 
color:#053539;
text-decoration:none; 
font-family:Arial;
}
.showAll:hover{
text-decoration:underline; 
}
.seperator{
color: #fff;
font-size:12px;
}


.osx {
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:4px 20px;
	background: #074045;
	color:#fff;
	font-size:11px;
	text-decoration:none;
    margin:5px 0 0 74px;
    width: 130px;
    text-align: center;
}
.osx:hover {
  	color:#0c1e22;
	background: #0e6168;
}
.textfield{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #727c7f;
  padding: 5px;
  background: #f6f6f6;
}
.formButton{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background:#910930;
  color: white;
  padding: 5px 10px;
  border:0;
}
.heading1{
  height:61px;
  background: #000 url(images/bgHeading1.gif) left no-repeat;
  margin:30px 6px 20px 6px;
  padding: 0 10px 0 94px;

}
.heading1 h3{
   color:#178891;
   font-family: Arial Narrow, Arial  ;
   font-size: 18px;
   font-weight: bold;
   padding-top: 8px;
}
.heading2{
  height:61px;
  background: #000 url(images/bgHeading2.gif) left no-repeat;
  margin:30px 6px 20px 6px;
  padding: 0 10px 0 94px;

}
.heading2 h3{
   color:#c1093e;
   font-family: Arial Narrow, Arial  ;
   font-size: 18px;
   font-weight: bold;
   padding-top: 8px;
}
.heading3{
  height:61px;
  background: #000 url(images/bgHeading3.gif) left no-repeat;
  margin:30px 6px 20px 6px;
  padding: 0 10px 0 94px;

}
.heading3 h3{
   color:#6761c0;
   font-family: Arial Narrow, Arial  ;
   font-size: 18px;
   font-weight: bold;
   padding-top: 8px;
}
.heading4{
  height:61px;
  background: #000 url(images/bgHeading4.gif) left no-repeat;
  margin:30px 6px 20px 6px;
  padding: 0 10px 0 94px;

}
.heading4 h3{
   color:#918c0e;
   font-family: Arial Narrow, Arial  ;
   font-size: 18px;
   font-weight: bold;
   padding-top: 8px;
}
.heading1 span, .heading2 span, .heading3 span, .heading4 span{
  color:#fff;
   font-family: Arial Narrow, Arial  ;
   font-size: 16px;
}

.mainContent {
	margin:6px;
	padding:10px;
	background:#fff;
	border: 1px solid #a4a4a4;
	-border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -webkit-border-radius: 0 0 24px 24px;
}
.thumb{
    margin:0 2px 2px 0;
    border: solid 1px silver;
    padding:3px;
}
.thumbnails{
float:left;
margin: 3px 0;
padding: 0px;
}
.errors{
background: #790101;
padding: 10px;
color: white;
margin: -10px 0 20px 0;
font-family:Verdana;
}
.formTable{
  width:100%;
  border:0;
}
.formTable td{
  padding:2px;
}
.normal-link{
  color: #0c1e22;
}
.normal-link:hover{
    color:#0e6168;
}
.formHeader{
    background:#4a4647;
    color:#fff;
    font-weight:bold ;
}
.normal2 {
display:none;
}

.textfieldModal{
 border:solid 1px grey;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
  padding: 5px;
}
.formLabel{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:15px;
    text-align: right;
}
img.zoomable {
	cursor: url(images/magnify.cur), pointer;
}

.relativeDiv {
	clear:both;
	padding-top:10px;
	margin: 50px 0 30px 10px;
	border-top: 1px solid #CCCCCC;
}
.relativeSpan{
	background: #3f5965;
	padding: 5px 20px 5px 20px;
	color: white;
}

.fileLinkDiv{
	width: 150px;
	margin:15px;
	float:left;
	text-align:center;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c1e22;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 22px;
	width: auto;
	line-height: 20px;
	padding: 0 22px 0 37px;
	margin-top: 10px;
}
.btn:hover {
    color: #0e6168;
	background-image: url(images/btn_bg_hover.gif);
}
.btn_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c1e22;
	background-image: url(images/btn_top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 22px;
	width: auto;
	line-height: 20px;
	padding: 0 22px 0 37px;
	margin-top: 10px;
}
.btn_top:hover {
    color: #0e6168;
	background-image: url(images/btn_top_bg_hover.gif);
}
.btn_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c1e22;
	background-image: url(images/btn_back_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 22px;
	width: auto;
	line-height: 20px;
	padding: 0 22px 0 37px;
	margin-top: 10px;
}
.btn_back:hover {
    color: #0e6168;
	background-image: url(images/btn_back_bg_hover.gif);
}
 .imgDescription{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: italic;
	color: #323232;
	margin-top: 14px;
	padding-bottom: 20px;
	border-bottom: dotted 1px black;
	}
.searchTitle{
  font-family: Arial Narrow;Arial;
	font-size: 16px;
	color:#0c1e22;
	text-decoration:underline;
}
.searchTitle:hover{
	color:#000;
}
.articleHeader {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #910930;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 32px;
    font-style: italic;
}

.articleSubtitle{
	font-family: Verdana, Arial Narrow, Arial;
	font-size:11px;
	color: #323232;
	margin-top: -14px;
	margin-left: 30px;
    font-weight: bold;
	}

.btnsubcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	width: auto;
	color: #1c5763;
	text-decoration: none;
	padding: 3px;
	outline:0;
margin:1px;
}
.btnsubcat:hover {
	background-color: #1c5763;
	color:white;
}
.delete{
	border:0;
	background-color:#a91616;
	color: white;
	font-size: 11px;
	padding: 3px 20px;
}
.delete:hover{
	background-color:#ff0000;
}
.frontPageNews{
  width:298px;
  float:left;
  padding:5px;
}

.frontPageNews a:hover{
  background: #0e6168;
  color: #FFFFFF;
  text-decoration: none;
}




