/* Include Other Stylesheets */
@import url(modules.css);

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;

}

/* enitre page container */
#Outer {
	width: 900px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	height: 100%;
}
/* Top Level Nav Container */
#MainNav {
	/*float: left;*/
	width: 171px;
	background-color: #ffFFff;
}

/* Admin Tools Form */
#admindrop {
	margin-top: 5px;
}

.Searchbutton {
	text-decoration: none;
	width: 50px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #093b6c;
	font-weight: bold;
	background: #EFEFEF;
	margin-top: 0px;
	border: 1px solid #093b6c;
}
.searchbox {
	height: 13px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #093b6c;
	width: 100px;
	margin-top: 0px;
}

#NavCol {
	float: left;
	width: 171px;
	background-color: #FFFFff;
	clear: left;
}

/* Section Links */
.SectionButton {
	vertical-align:middle;
	float: left;
	display: block;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 10px;
	padding-bottom: 4px;
}
.SectionButton a, .SectionButton a:link, .SectionButton a:active, .SectionButton a:visited {
	font-size: 12px;
	text-decoration: none;
	color:#093b6c;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.SectionButton a:hover {
	color:#093b6c;
	display: block;
}
.SectionButtonHidden {
	background-color: #666666;
	height: 15px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 10px;
	padding-bottom: 4px;
}
.SectionButtonHidden a, .SectionButtonHidden a:link, .SectionButtonHidden a:active, .SectionButtonHidden a:visited {
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.SectionButtonHidden a:hover {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
}

/* rss button */
.rssBut {
	clear: none;
	float: right;
	margin-right: 10px;
	margin-bottom: 4px;
}

/* end section links */


/* Page links */
.PageButton {
	height: 20px;
	vertical-align:middle;
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-left: 15px;
	background-image: url(media/bullit.gif);
	background-repeat: no-repeat;
}
.PageButton a, .PageButton a:link, .PageButton a:active, .PageButton a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
}

.currentpage {
	height: 20px;
	vertical-align:middle;
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-left: 15px;
	background-image: url(media/bullit.gif);
	background-repeat: no-repeat;
}
.currentpage a, .currentpage a:link, .currentpage a:active, .currentpage a:visited {
	font-size: 11px;
	text-decoration: none;
	float: left;
	display: block;
	font-weight:bold;
	color: #FF7F1B;
}

.PageButton a:hover {
	color: #093b6c;
	text-decoration: underline;
	display: block;
}
.LinkPageAdmin {
	height: 18px;
	vertical-align:middle;
	background-color: #FFFFFF;
	float: left;
	display: block;
	width: 168px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 5px;
	background-image: url(media/ed_link_sm.gif);
	background-repeat: no-repeat;
	background-position: 10px ;
}
.PageButtonHidden {
	height: 20px;
	vertical-align:middle;
	background-color: #E1E1E1;
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-left: 15px;
	background-image: url(media/bullit.gif);
	background-repeat: no-repeat;
}
.PageButtonHidden a, .PageButtonHidden a:link, .PageButtonHidden a:visited, .PageButtonHidden a:active {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
}
.PageButtonHidden a:hover {
	color: #666666;
	text-decoration: none;
	display: block;
}
.LinkPageAdmin a, .LinkPageAdmin a:link, .LinkPageAdmin a:active, .LinkPageAdmin a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #CC0000;
	padding-left:20px;

	float: left;
}
.LinkPageAdmin a:hover {
	color: #669999;
	text-decoration: none;
	display: block;
}
.LinkPageHidden {
	height: 18px;
	vertical-align:middle;
	background-color: #e1e1e1;
	float: left;
	display: block;
	width: 168px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 5px;
	background-image: url(media/ed_link_sm.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
.LinkPageHidden a, .LinkPageHidden a:link, .LinkPageHidden a:active, .LinkPageHidden a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding-left:20px;

	float: left;
}
.LinkPageHidden a:hover {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
}

.PageAdminButts {
	height: 18px;
	float: right;
	width: 42px;
	padding-right: 2px;
	text-align: center;

}

.PageAdminButts a, .PageAdminButts a:link, .PageAdminButts a:active, .PageAdminButts a:visited{
	margin: 0px;
	padding: 0px;

}


/*  Top Level links */
.TopLink {
	height: 15px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 10px;
	padding-bottom: 4px;

}

.TopLink a, .TopLink a:link, .TopLink a:visited, .TopLink a:active {
	font-size: 12px;
	text-decoration: none;
	color:#093b6c;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.TopLink a:hover {
	color:#093b6c;
	display: block;
}

.TopButAdmin {
	height: 15px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 10px;
	padding-bottom: 4px;
}
.TopButAdmin a, .TopButAdmin a:link, .TopButAdmin a:active, .TopButAdmin a:visited {
	font-size: 12px;
	text-decoration: none;
	color:#093b6c;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	
}
.TopButAdmin a:hover {
	color:#093b6c;
	display: block;
}
.TopButAdminHidden {
	background-color: #666666;
	height: 20px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 169px;
	padding-top: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.TopButAdminHidden a, .TopButAdminHidden a:link, .TopButAdminHidden a:active, .TopButAdminHidden a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding-left: 1px;

}
.TopButAdminHidden a:hover {
	color: #000000;
	text-decoration: underline;
}

/* end top level links */



#ContentCol {
	clear: left;
	background-color: #FFFFFF;
	width: 100%;
}
#ContentColHidden {
	background-color: #e1e1e1;
	padding-bottom: 20px;
	background-image: url(media/hiddenbgrnd.jpg);
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	clear: left;
}
#ContentColHidden fieldset{

	border: 1px solid #FFFFFF;
}
#HeaderBar {
	width: 100%;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(media/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#MainBody {
	width: 900px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#ContentContainer {

}

#ContentContainer h3 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}


input button  {
	border: 1px solid #333333;
	height: 15px;
}

textarea {
	border: 1px solid #333333;
}
select {
	border: 1px solid #333333;
	font-size: 10px;
}
option {
	font-size: 10px;
}
option {

}
/* Global Use */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h4 {
	font-size: 12px;
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 12px;
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #093b6c;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
h1 {
	font-size: 20px;
	color: #093b6c;
	margin-top: 0px;
	display: block;
	line-height: 22px;
	vertical-align: bottom;
	width: 215px;
	position: absolute;
	top: 133px;
	left: 215px;
	text-transform: uppercase;
	height: 50px;
}
#NavBgrndcap {

}
#NavBgrnd {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E0DFE5;
	width: 171px;
	height: 100%;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.button {
	background-color: #00CC66;
}

legend {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-right: 8px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
legend img{
	margin-right: 3px;
}
hr {
	color: #E0DFE5;
	height: 5px;
	background-color: #E0DFE5;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0DFE5;
	text-align: center;
	padding-top: 15px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#subfooter {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 30px;
	display: block;
	text-align: center;
}
#FooterBar {
	margin-top: 15px;
	display: inline;
}
form {
	margin: 0px;
	padding: 0px;

}

.SearchResult {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}


a {
	color: #093b6c;
	text-decoration: none;
}
a:visited {
	color: #093b6c;
	text-decoration: none;
}
a:active {
	color: #093b6c;
	text-decoration: none;
}
a:hover {
	color: #093b6c;
	text-decoration: underline;
}

/* CSS for site map */
#SMapHead {
	margin-left:10px;
}
.SMapCol {
	width: 33%;
	display: block;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	height: 100%;
}

.SMapSec {
	height: 15px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.SMapSec a, .SMapSec a:link, .SMapSec a:active, .SMapSec a:visited {
	font-size: 12px;
	text-decoration: none;
	color:#093b6c;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.SMapSec a:hover {
	color:#093b6c;
	display: block;

}
.SMapPage {
	height: 13px;
	vertical-align:middle;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-left: 20px;
}
.SMapPage a, .SMapPage a:link, .SMapPage a:active, .SMapPage a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #093b6c;
	float: left;
	display: block;
}
.SMapPage a:hover {
	color: #093b6c;
	text-decoration: underline;
	display: block;
}
.SMapRow {
	width: 100%;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(media/smap_row.jpg);
	background-repeat: repeat-y;
}
/* end site map styles */

/* Div Shown When RSS Parser page link is clicked (Says Please Wait While Information is checked etc) */
#RSSLoad {
	background: #EFEFEF url(FCKeditor/editor/skins/silver/images/tbbg.jpg) repeat-x fixed;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	border: 3px double #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	display:none;
	width: 100%;
	height: 20px;
	margin: 0px auto;
}
/* Div Containing Text Only Link */
#TextOnlyVersion {
	text-align: left;
	margin-right: 10px;
	float: left;
	height: 25px;
	margin-left: 10px;
}
#TextOnlyVersion a {
	font-size: 13px;
}

/* Text Only/Printable Version Links */
#PageControls {
	position: absolute;
	top: 15px;
	right: inherit;
	clear: none;
	float: left;
	margin: 0px;
	padding:0px;
	width: 100px;
	margin-left: 15px;
}

#PageControls img{
	float: left;
	margin-right: 1px;
	border: 1px solid #CCCCCC;
}

/* Search this site box */
#searchbox {
	width: 170px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
	margin-bottom: 15px;
	vertical-align: top;
}

/* Front end box containing 'You are logged in as' */
#LoginBox {
	vertical-align:middle;
	float: left;
	display: block;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	border: 1px solid #E0E0E0;
	text-align: center;
}

/* Front End Logout Button */
#LogoutButton {
	text-decoration: none;
	width: 90px;
	height: 22px;
	margin-top: 5px;
	padding-top: 4px;
	background-color: #FFFFFF;
	background-image: url(media/subnavbut.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* FOR FCKEDITOR ntemplate USE */

.showTB td{
	border: 1px dotted #CCCCCC;
	text-align: left;
}.NTemp2Col {

}
.NTemp2ColLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
}
.NTemp2ColRight {
	padding-left: 5px;
}.NTemp2ColLeft img {
	float: left;
	padding-right: 5px;
	vertical-align: text-bottom;
}
.NTemp2ColRight img {
	float: left;
	padding-right: 5px;
}
.NTemp1ColImLeft {

}
.NTemp1ColImLeft img {
	float: left;
	padding-right: 5px;
}
.NTemp1ColImLeft h2 {

	font-size: 15px;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: none;
}
.NTemp1ColImRight {

}
.NTemp1ColImRight img {
	float: right;
	padding-left: 5px;
}
.NTemp1ColImRight h2 {

	font-size: 15px;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: none;
}
/* end styles for ntemplate  */

img {
	border: 0;
}
#ContentContainer p {

}
.TwoCol p {
	margin: 10px;
	padding: 0px;
}
.TwoCol img {
	overflow: hidden;
	border-top-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.leftimage {
	width: 159px;
	overflow: hidden;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.rightimage {
	width: 159px;
	overflow: hidden;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.OneColTD p {
	margin: 10px;
	padding: 0px;
}
.OneCol p {
	margin: 10px;
	padding: 0px;
}
.OneCol img {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.ThreeCol p {
	margin: 10px;
	padding: 0px;
}
.ThreeCol img {
	overflow: hidden;
	border-top-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.NewsTwoCol img{
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.NewsTwoCol p {
	margin: 10px;
	padding: 0px;
}
.NewsThreeCol img{
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.NewsThreeCol p {
	margin: 10px;
	padding: 0px;
}
.NewsOneCol img{
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.NewsOneCol p {
	margin: 10px;
	padding: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style-type: disc;
	margin-left: 25px;
	margin-right: 10px;
	list-style-image: url(media/bullit.jpg);
	margin-bottom: 10px;
}
.shead {
	padding: 15px;
	font-weight: bold;
}

