/* Global reset of padding */
* {
	padding:0px;
	margin:0px;
}

/* End of global reset */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	background-color: rgb(216,216,216);
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	font-size: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.7em;
	margin-left: 10px;
	margin-right: 10px;
}

h1, h2, h3 , h4 {
	color: #000000;
}
a img {
border:none;}

hr {display: block; margin: 0px 0px 10px 0px; height: 0px; border-top: 1px; padding: 0px;}

/*LINKS*/

a,a:link,a:active,a:visited {
	color: rgb(0, 114, 188);
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color:#EF3F30;
	text-decoration: underline;
}

#header {
	background-image: url(images/header.jpg);
	height:236px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#headercontent {
	background-image: url(images/header-content.jpg);
	height:160px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FF0000;
}
#wrap {
	background-color: #FFFFFF;
	position:relative;
}

#content {
	font-size:1.1em;
	color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
	/* padding-left: 10px; */
	padding-right: 10px;
}

.content-home {
	width: 540px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
}

.content-misc {
	width:590px;
	height:auto !important;
	height: 450px;
	min-height: 450px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-position:bottom;
	padding-top:2px;
	height:75px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1.2em;
	color:#FFFFFF;
	background-color:#FF0000;
	clear:both;
	text-align: center;
}
#footer_text {
padding-bottom:5px;}

.clear{
clear:both;}

/* Sidebar */
#sidebar { 
	width:298px;
	position:absolute;
	left:602px !important;
	left:-155px;
	text-align: left;
	font-size:0.9em;
	color:#000000;
}

#sidebar-home {
	width:348px;
	position:absolute;
	left:552px;
	text-align: left;
	font-size:0.9em;
	color:#000000;
}

#sidebar p {
padding-bottom:5px;
}

/* Nav Bar */
#navbar {
color:#FFFFFF;
background-color:#FF0000;
width:100%;
margin-bottom:0px;
margin-left:0px;
height:25px;
padding-top:7px;
font-weight:bold;
}
#navbar ul {
width:100%;
display:inline-table;
}

#navbar li {
display:inline;

}

#navbar li a{
	color:#ffffff;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration:none;
	font-size:1.0em;
	font-weight:bold;
	background-color: transparent;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display:table-cell;
	/* 100% divided by the number of menu items */
	/*width:14%; */ 
	text-align:center;
}

#navbar li.last a{
	border-right-style: none;}
#navbar li.active a ,#navbar li a:hover, #navbar ul li.active ul li.active a, #navbar ul li.active ul li a:hover {
text-decoration:underline;
}
/* End Nav bar*/

/* Sub navigation */
ul.submenu, ul.submenu ul {
	margin-left:10px;
	list-style-type: none;
}
ul.submenu ul {
	margin-left:20px;
	font-size: 0.9em;
}
ul.submenu li a {
	color:#FF0000;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.6em;
	text-transform: uppercase;
} 

ul.submenu li a:hover {
color:#00A5DA;
background-color:#FFFFFF;
} 
ul.submenu li.current a {
	color: #00a5da;
}
ul.submenu li.current li a {
	color: #FF0000;
}
/* End of Sub Navigation */

/* Breadcrumbs */
.B_crumbBox {
display:block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00a5da;
	font-weight:bold;
	color:#00a5da;
	text-align:right;
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
}
/* End Breadcrumbs */

/* Login box */ 
#login {
	background-color: rgb(0, 164, 218);
	padding-top:5px;
	color:#ffffff;
	font-size:1.2em;
}
#login p {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-top:10px;
	margin-left:15px;
}
#login a{
	color:#ffffff;
	font-size:.8em;
}

#login a:hover{
	color:#FF0000;
}	
#login label {
	float: left;
	margin-right: 5px;
	font-weight:bold;
	text-transform: uppercase;
}
#login input {
	float: right;
	margin-right: 10px;
	width: 220px;
}
#login label.remember {
	float: none;
}
#login input#chkbox {
	width: 20px;
	float: none;
}
#login input.submit {
	width:69px;
	float: none;
	vertical-align: bottom;
}
#WebLoginLayer0, #WebLoginLayer2{
	padding-bottom:5px !important;
}
#login label.forgot {
	float: none;
}
#login input.forgot {
	float: none;
}
#login input.button {
	display: inline;
	float: none;
	font-size: 1.1em;
	width: 80px;
}

/*End Login box */

/* Register Form */

#webuserform fieldset {
	border: 0px;
}
.field-container {
	width: 300px;
	text-align: right;
}
.submit-container {
	padding-top: 10px;
	width: 210px;
	text-align: right;
}

/* End Register Form */

/* New Summary */
.news_summary {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.news_summary_body {
padding-bottom:10px;
}
.news_summary_body, .news_summary_byline, .news_summary h3, .pagecount, news-tags-links{
margin-left: 10px;
margin-right: 10px;
}
.news_summary_body ul li {
font-size:0.9em;
}
.news-tag-links{
font-size:.9em}
/*News items */
.news_item {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-size:.9em;
	line-height:1.4em;

}
 .last {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
}
.news_item p ,.news_item h2{
margin-left:10px;
margin-right:10px;
}
.news_item img.left  {
float:left;
margin-right:10px;}
.news_item img.right {
float:right;
margin-left:10px;}
.news_item h2 {
padding-top:10px;}
/* End of news items */

/* Photo Gallery */

div.pagenumbers {padding-left: 10px;}

/* End Photo Gallery */

/* General Styles */ 
h4 {
padding-top:15px;
}
.post ul{
/*margin-left:20px;*/
}
.post img {
padding:5px;
}


/* Content Styles */
#content h1 {
	font-size:1.6em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	}
#content h2 {
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0em;
	}
#content h3 {
	font-size: 1.1em;
	margin-top: 1.1em;
	margin-bottom: 0em;
	}
#content h4 {
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 0em;
	}
#content h1,#content h2,#content h3,#content h4 {
	margin-left: 10px;
	margin-right: 10px;
}
#content img {padding: 5px;}
#content ul,#content ol {
	padding: 0px;
	margin: 0px;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	padding-left: 25px;
	font-size: 1.0em;	
}

#content li {
}
/* End Content styles */

/* Footer */

#footer a, #footer a:visited, #footer a:hover {color: #ffffff; text-decoration: underline;}
#footer {
padding-top:5px;}

/* Footer */

/* Contact form Styles*/
#ContactForm {
text-align:left;
}
#ContactForm fieldset{
border:none;
}
#ContactForm label{
padding-left:5px;
}
#ContactForm input.text, #ContactForm textarea{
width:300px;
}
#ContactForm textarea {height: 100px; font-family: arial; font-size: 1em;}
div.errors {padding-left: 10px;}
/* End Contact form Styles*/

/* Table styles */
table {
	border:1px solid #00a5da;
	margin:5px;
	margin-left:10px;
	border-collapse: collapse;
}
table td {
	border:1px solid #00a5da;
	padding: 2px;
}
table.no-border,table.no-border td {border: 0px;}
/*End table styles */

.error,.errors,.invalid,label.required {color: #ff0000;}
input.required,input.invalid,textarea.required {border: 1px solid #ff0000;}

.float-left {float: left; clear: both; padding-right: 10px;}
.float-right {float: right; clear: both; padding-left: 10px;}