body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
h2 {
	font-size: 125%;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
h3 {
	font-size: 100%;
	color: #000000;
}
/* WRAPPER 
-----------------------------------------------------------*/
#wrapper {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
/* PAGE HEADER 
-----------------------------------------------------------*/
#pageHeader {
	height: 180px;
	width: 764px;
}
#pageHeader #logo{
	background-image: url(../images/logo-gif.gif);
	float: left;
	height: 180px;
	width: 250px;
}
#pageHeader #topNav{
	text-align: right;
	float: right;
	width: 490px;
	padding-top: 50px;
	height: 130px;
	background-image: url(../images/curve.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
}
#pageHeader #topNav #links{
	color: #666666;
	height: 30px;
	text-transform: lowercase;
}
#pageHeader #topNav #links ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:right;
}
#pageHeader #topNav #links ul li {
	position: relative;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	word-spacing: 2px;
}
#pageHeader #topNav #links a {
	color: #666666;
	text-decoration: none;
}
#pageHeader #topNav #links a:hover {
	color: #CC0000;
}
#pageHeader #topNav #search{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	color: #666666;
}
#pageHeader #topNav #search form, #pageBody #content #search form{
	margin: 0px;
	padding: 0px;
}
#pageHeader #topNav #search input[type="text"], #pageBody #content #search input[type="text"]{
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #CC0000;
	padding-left: 3px;
}
#pageHeader #topNav #search input[type="submit"], #pageBody #content #search input[type="submit"]{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageHeader #topNav #tagline {
	color: #666666;
}
/* BANNER NAV 
-----------------------------------------------------------*/
#bannerNav{
	background-image: url(../images/banner-home.jpg);
	height: 290px;
	width: 764px;
	background-repeat: no-repeat;
	margin: 0px;
}
#bannerNav #under{
	height: 62px;
	margin-top: 225px;
	float: left;
	width: 400px;
}
#bannerNav #under .miniImg {
	float: left;
	margin-right: 3px;
}
#bannerNav #under .miniImg a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerNav #nav {
	width: 164px;
	padding-top:10px;
	padding-left:15px;
	float: right;
	margin-top: 25px;
}
#bannerNav #nav ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:left;
}
#bannerNav #nav ul li {
	position: relative;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#bannerNav #nav ul li a, .linkset ul li a, #subNav a, .box h2 a  {
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
#bannerNav #nav ul li a:hover, #subNav a:hover, .box h2 a:hover {
	color: #666666;
}
#bannerNav #nav ul ul { /* second-level lists */
	margin-left: 10px;
}
#bannerNav #nav ul li > ul {

	}
#bannerNav #nav ul li:hover ul, #nav ul li.over ul { 
	}
#bannerNav #nav ul ul li, .linkset ul ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bullet-dot-line.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 8px;
}
#bannerNav #nav ul ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #000099;
}
#bannerNav #nav ul ul ul li a { /* third level list */
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}
/* SubNav or Breadcrumbs 
-----------------------------------------------------------*/
#subNav {
	margin-bottom: 10px;
	float:left;

}
#subNav ul{
margin:0;
padding:0;
list-style:none;
}
#subNav li{
	float: left;
	background-color: #eee;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* PAGE BODY 
-----------------------------------------------------------*/
#pageBody {
	width: 764px;
}
#pageBody #content{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
	float: left;
}
#pageBody #content #title {
	padding-left: 230px;
}
#pageBody #content #lft {
	float: left;
	width: 175px;
	text-align:right;
	padding-right: 5px;
}
.linkset {
text-align: left;
}
.linkset ul{
	list-style: none;
}
.linkset li{
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bullet-dot-line.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 8px;
}
.linkset a{
	color: #333333;
}
.linkset a:hover {
	color:#FFCC00;
}
#pageBody #content #mid {
	float: left;
	width: 338px;
	padding-right: 10px;
	padding-left: 10px;
}
#pageBody #content #rgt {
	float: right;
	width: 525px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-color: #666666;
	padding-left: 10px;
}
#pageBody #content #rgt h1{
	width: 350px;
}
/* NEWS PAGE 
------------------------------------------------------------*/
#pageBody #content #newsList{
	width: 400px;
	float:left;
}
#pageBody #content #newsList .newsItem {
	margin-bottom: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	clear: both;
}
#pageBody #content #newsList .newsItem div {
	margin-top: 5px;
	margin-bottom: 5px;
}
#pageBody #content #newsList .headline a{
	font-weight: normal;
	font-size: 125%;
	text-decoration: none;
	color: #000000;
}
#pageBody #content #newsList .headline a:hover{
	color: #333333;
	text-decoration: underline;
}
#pageBody .date {
	font-size: 90%;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#pageBody #content #newsList .readmore a{
	font-size: 90%;
	margin-top: 5px;
}
/* GALLERY
-----------------------------------------------------------*/
#pageBody #content #gallery .galleryItem {
	float: left;
	height: 200px;
	width: 160px;
	text-align: center;
	padding-top: 5px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	margin-right: 15px;
	margin-bottom: 10px;
}
#pageBody #content #gallery .galleryItem .thumb {
	height: 155px;
}
#pageBody #content #gallery .galleryItem .name {
	height: 40px;
}
#pageBody #content #gallery .galleryItem a {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	width: 100px;
	font-weight: bold;	
}
#pageBody #content #gallery .galleryItem img {
	border: 0px;
}
#pageBody #content #gallery .galleryItem:hover{
	background-color: #FFFFFF;
}


/* PAGE FOOTER
-----------------------------------------------------------*/
#pageFooter {
	width: 764px;
	height: 50px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
	float:left;
	clear:both;
}

/* Form CSS - NO TABLES
-----------------------------------------------------------*/
fieldset {
	width: 90%;
}
#login fieldset{
	background-color: #EEEEEE;
}
legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
label {
	line-height: 20px;
	float: left;  
	width: 175px;  
	margin-right: 1em; 
}
fieldset ol {
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
}
fieldset li {
	padding-top: 5px;
	padding-bottom: 5px;
} 
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;	
}
input[type="text"]{
	width: 200px;
}
.clear {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}
/*OTHER CLASSES */
.box, .box-small {
	padding: 15px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	width: 175px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
}
.box, .box-small h2 a{
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.box ul{
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.box li{
	margin-bottom: 5px;
}
#pagination {
	clear:both;
	width: 744px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	width:744px;
}
#pagiLeft, #pagiMid {
	width: 33%;
	float:left;
}
#pagiMid {
	text-align:center;
}
#pagiRight {
	float:right;
}

/*BOX CALENDAR ICONS*/
.box-small {
	float: right;
	width: 88px;
	padding: 10px;
	margin-right: 10px; 
}
.box-small h2 a{
	font-size: 12px;
	text-decoration: none;
	color:#FF0000;
}

/*SOCIAL MEDIA ICON LINKS*/
.social-icon { display: inline-block; padding-top: 5px; text-decoration: none; }
.social-icon img { border: 0; }

