/*
RESET BROWSER DEFAULTS -------------------------- */

* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}



/*
SET TYPOGRAPHY -------------------------- */

body,td,h1,h2,h3,p { font: 13px arial,verdana, helvetica,clean,sans-serif; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre, code { font:115% monospace; font-size:100%; }
body * { line-height: 1.2em }

h1 {
  font-size: 22px;
  font-weight: normal;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.noPadding {
  padding: 0;
  margin: 0;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

body {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 950px;
  position: relative;
}
#headerDomain {
  padding: 0 0 0 10px;
  width: 412px;
  height: 79px;
  position: relative;
  overflow: hidden;

  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
}
#headerDomain div {
  bottom: 0;
  position: absolute;
}
#headerDomain span {
  font-size: 18px;
}
#headerBanner {
  right: 10px;
  top: 0;
  position: absolute;
}

#leftCatStrap {
  width: 230px;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.clear {
  clear: both;
}


.panelLinkBlock a {
  font-size: 14px;
  font-weight: bold;
}
.panelLinkBlock li {
  width: 230px;
  height: 26px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.panelLinkBlock li.panelLiStart {
  width: 230px;
  height: 27px;
  padding-top: 3px;
}
.panelLinkBlock li.panelLiEnd {
  width: 230px;
  height: 30px;
}

.panelLinkBlock li a {
  line-height: 26px;
}
.panelLinkBlock li.panelLiEnd a {
  line-height: 30px;
}
.panelLinkBlock li.panelLiStart a {
  line-height: 30px;
}

#leftContent1 {
  padding: 10px 0 10px 0;
}

#mainTabs {
  padding-top: 10px;
  padding-left: 13px;
}

#mainTabs li {
  float: left;
  width: 110px;
  height: 26px;
  margin-right: 3px;
}
#mainTabs a {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;

  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.mainSearchBox {
}
#mainLinkBox {
  padding-top: 10px;
}

.searchStrap {
  padding: 10px 0 5px 0;
}

.moreResourcesH {
  padding-bottom: 10px;
}
.moreResources td {
  padding: 3px 3px 3px 20px;
}
.moreResources a {
  font-size: 14px;
}


.centralCategories td {
  padding: 2px 8px 0 0;
  border-bottom: 1px solid #EEEEEE;
}
.centralCategories a {
  color: #333333;
  font-family: verdana;
  font-size: 13px;
  display: block;
}
.centralCategories a.centerHeader {
  color: #276D95;
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
}

.addWrap {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #A7DEA7;
}
.addWrap img {
  border: 1px solid #59AEDD;
}

.addText {
  padding: 0 0 0 0;
  font-family: verdana;
}
a.addLink {
  display: block;
  color: #0C4978;
  text-decoration: underline;
  font-size: 13px;
}
a.addLink:hover {
  text-decoration: none;
}
a.addDesc {
  display: block;
  color: #333333;
  font-size: 11px;
}
a.addDesc:hover {
  text-decoration: none;
}
a.addHost {
  display: block;
  color: #008000;
  font-size: 12px;
  text-decoration: underline;
}
a.addHost:hover {
  text-decoration: none;
}


#footerWrap {
  text-align: center;
  align: center;
}

#footerAdds {
  padding: 5px 0 5px 0;
}
#footerLinks a {
  text-decoration: underline;
}
#footerLinks a:hover {
  text-decoration: none;
}
#footerCopy {
  padding: 5px 0 5px 0;
}
#footerLogo td {
  font-weight: bold;
  font-size: 14px;
}


/*
COLOR -------------------------- */

body {
  background-color: #93CCEA;
  color: #333333;
}

h1 {
  color: #2597E0;
}
h2 {
  color: #2597E0;
}
h3 {
  color: #276D95;
}

#headerDomain {
  color: #276D95;
}
#headerDomain span {
  color: #215675;
}

#contentArea {
}

#leftCatStrap {
  color: #FFFFFF;
}

.panelLinkBlock a {
  color: #14608C;
}
.panelLinkBlock li {
  background: url( /images/lists/middle.gif ) no-repeat;
}
.panelLinkBlock li.panelLiStart {
  background: url( /images/lists/top.gif ) no-repeat;
}
.panelLinkBlock li.panelLiEnd {
  background: url( /images/lists/bottom.gif ) no-repeat;
}

#mainTabs li {
  background: url( /images/tabs/default.gif );
}
#mainTabs a {
  color: #14608C;
}

.searchStrap {
  color: #276D95;
}

.moreResources td {
  background: url( /images/arrow.gif ) no-repeat 0 50%;
}
.moreResources a {
  color: #333333;
}


#footerLogo td {
  color: #1A6996;
}
#footerLogo td span {
  color: #FFFFFF;
}
#footerLinks a {
  color: #333333;
}
#footerLinks a:hover {
}
#footerCopy a {
  color: #333333;
}


/*
FORMS -------------------------- */

input.text {
  border: 1px solid #2597D5;
  padding: 2px;
}
.form_table td {
  padding-right: 10px;
}



/*
PAGE RECORDS -------------------------- */

.page_records {
  empty-cells: hidden;
  border-collapse: collapse;
  margin: 5px 0 5px 0;
  text-align: left;
}

td.menu_header_top {
  background-color: #1382BF;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  white-space:nowrap;
  padding:5px;
  text-align:center;
	border: #DEDEDE solid 1px;
}

td.menu_header {
  background-image: url( '/images/hbg.gif' );
  font-weight: bold;
  color: #FFFFFF;
  white-space:nowrap;
  padding:5px;
	border: #DEDEDE solid 1px;
  font-size: 12px;
}

.row1 {
  background-color: #F5F5F5;
  color: #000000;
  padding: 3px;
	border: #DEDEDE solid 1px;
  font-size: 12px;
}

.row2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 3px;
	border: #DEDEDE solid 1px;
  font-size: 12px;
}

.rowBlank {
  padding: 3px;
  font-size: 12px;
}
a.p_link {
  color: #000000;
  text-decoration: none;
  font-size: 85%;
}
a.p_link:hover {
  color: #FF0000;
  text-decoration: none;
  font-size: 85%;
}
a.bold_link {
  text-decoration: none;
  font-weight: bold;
  font-size: 85%;
}

