/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */


body, tr,
td, input,
select, textarea 	{font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;color:#666;}

a {outline: none;}
a:link,
a:visited {color: #004EA2;text-decoration: none;}
a:hover,
a:active {color: #222;text-decoration: underline;}

#footer a:link,
#footer a:visited {color: #a1a1a1;text-decoration: none;}
#footer a:hover {color: #ffffff; text-decoration: underline;}

ul, ol	 	{margin:0 0 10px 25px;}
dl 			{margin:0 0 10px;}
dt 			{font-weight:bold;}
dd			{margin:0 0 3px 10px;}
p 			{margin:0 0 15px;}
h1 			{font-size:large; margin:0 0 12px;color: #004EA2;}
h2 			{font-size:medium; margin:8px 0;}
h3 			{font-size:small; margin:6px 0 5px;color: #006729;}
h4			{font-size:x-small; margin:3px 0;color: #EB5009;}
h5			{font-size:xx-small; margin:3px 0;}
h6 			{font-size:xx-small; margin:0;}
hr 			{border-style: none; border-bottom: 1px solid #ccc; color: #fff; background-color: #fff;margin-bottom: 15px;}
			/*color and background color should be the same as the background color of the div it is contained within*/
img 		{border:none;}
acronym		{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr		{clear: both;}
.clear-right{clear: right;}
.clear-left {clear: left;}
.right		{float: right;}
.left		{float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.intro {font-size: 15px; font-weight: normal;line-height: 1.4em;}
.hidden {display:none;}
.margin-left {margin-left: 9px;}
.margin-top {margin-top: 10px;}

#preload {position: absolute;top: -1000px; left: -1000px;}

img.left	{margin-right:10px;}
img.right	{margin-left:10px;}
.red 		{color: #ff1000;}

#nav,
#header-banner,
#messages-wrapper,
#footer-logos,
#footer-sitemap,
form.basic-search-form,
#content-left,
#content-right,
#welcome-wrapper,
form#search-form {display: none;}

#header h1 {font-size: 22px;border-bottom: 1px solid #ccc;width: 100%;padding-bottom: 10px;margin-bottom: 20px;}

#footer a:link,
#footer a:visited,
#footer-info a:link,
#footer-info a:visited {
	color: #fff;
}

#footer-info {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #ccc
}

#home-buttons {
	width: 100%;
}

/*----------------------------------
	FORM STYLING 
-----------------------------------*/

form {
	margin-top:10px;
	padding-bottom: 40px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	padding: 10px;
}

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:282px;
	margin-bottom:0px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 4px;
}

form span {
 /* color: #FF0000;*/
  color: #58595B;
  font-size: 10px;
}

legend {
  color: #006729;
  font-weight: bold;
}

label {
	width:180px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
	padding-left: 0px;
	font-weight: bold;
}

input{
	/*border: 1px solid #0F0F0F;*/
	margin-bottom: 2px;
}

input.short {width: 40px;}

input.noborder {border: none;} 

textarea{
  width: 400px;
  height: 120px;
  margin-bottom: 6px;
}

select {margin-bottom: 6px;}
option {padding-right: 10px;}

.fieldWithErrors input{
	background-color: #FCC;
}

input.button {
	width: auto;
	text-align: center;

	margin: 5px 8px 10px 0px;
}
input.button:hover		{cursor: pointer;}

.failed-validation {background: #FF8888;}


/*----------------------------------
	FORM BUILDER MODULE
-----------------------------------*/

form .error {background: #fff !important;border: 0px !important;}
form .error input,
form .error textarea,
form .error input.checkbox.error {border: 1px solid #FF4E4E !important;}
form .error input {padding: 2px;}

/*----------------------------------
	TABLE STYLING
-----------------------------------*/

table.data {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

table.data td {
	vertical-align: top;
	padding: 4px 2px 3px 2px;
	border-bottom: 1px solid #ccc;
}

td.bold {
	font-weight: bold;
}

table.data thead {} 

table.data th {
	padding: 4px 4px 3px 4px;
	color: #666;
}

table.data td.calendar-month {
	font-weight: bold;
	border-bottom: 1px solid #00346F;
	padding: 10px 4px 3px 4px;
}

/* ----------------------------------------------- 
		LINKS MODULE
----------------------------------------------- */

img.link-group-photo {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
.link-group,
.links-wrapper {clear: left;width: 100%;height: auto; float: left}
.link-group {}
.links-wrapper ul {list-style: none;margin-left: 0px;}
.links-wrapper ul li {clear: left;height: auto;float: left;width: 100%;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.links-wrapper ul li img {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
p.link-description,
p.link-url {margin-top: 0px;margin-bottom: 0px;}


/*----------------------------------
	FORMS MODULE 
-----------------------------------*/

.form-item label {width: 180px;}

.form-item {
	padding:0.5em 0;
	margin-bottom:0.5em;
}

.form-item textarea {
	width: 360px;
}

.form-item.required {

}

.form-item.error {
	
}

.form-item .description {
	font-style:normal;
	margin-left:190px;
	clear:left;
}

.form-item input.error, .form-item textarea.error {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}

.radiolabel {font-weight: normal;}

.radio-group-wrapper {margin-left: 190px;}

.radio-group-wrapper input {
	margin: 4px 5px 0 0;
	width: auto;
}

.form-buttons input {width: auto;margin-left: 190px;}

.fieldgroup-fields {
	margin-bottom:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #CCC;
}


/*----------------------------------
	BREADCRUMBS
-----------------------------------*/

ul.breadcrumbs {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.breadcrumbs li {
	display:inline;
	margin-right:5px;
	font-size: 11px;
}


/*----------------------------------
	BLOGS
-----------------------------------*/

.blog-item {border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.blog-item h2 {margin-bottom: 0px;}
.blog-item .item-image {margin: 0 10px 10px 0;}
h3.posted {color: #444;font-size: 11px;margin-top: 0px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}