/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, Sans-Serif, Verdana;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #454545;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form {
	font-size: 0.9em;
	line-height: 1.5em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}


textarea {
	font: 110% sans-serif;
}

input.submit, input.submit_no_float {
	color: #fff;
	background: #18599e;
	cursor: pointer;
	border: 0 !important;
}

input.submit {
	float: right;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

td {
	padding: 5px 0;
}

tr.odd_background {
	background: #191919;
}

tr.even_background {
	background: #141414;
}

.ba_heading {
	color: #5EA5DD;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	letter-spacing: 0.5px;
	background: #494949 url("../images/bg.jpg") top left repeat-x;
	border-top: #000 solid 20px;
	color: #444;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h5 {
	letter-spacing: -0.5px;
}

h2, h3, h5 {
	text-transform: uppercase;
}

h2 {
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	margin-bottom: 5px;
	font-weight: bold;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #a0a0a0;
}

img.bullet {margin-right: 2px;}
img.align_left {
	float: left;
}
/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 				{font-size:0.8em !important;}
.tiny 				{font-size:0.7em !important;}
.large 				{font-size:1.3em !important;}
.white 				{color:#fff !important;}
.lite_gray		{color:#999 !important;}
.gray 				{color:#555 !important;}
.dark_gray 		{color:#343434 !important;}
.teal					{color:#2f8ab2 !important;}
.orange				{color: #FF8A1C !important;}
.green				{color: #2c8b1f !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold					{font-weight: bold;}
.italic				{font-style: italic;}
.normal				{font-style: normal !important; font-weight:normal !important;}
	
.no_border 		{border: 0 !important;}
.border_left 	{border-left: #222 solid 1px !important;}

.spacing	 		{line-height: 2.3em !important;}
.no_margin 		{margin:0 !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.text_left		{text-align: left !important;}
.text_right		{text-align: right !important;}

.transbg 			{background: transparent !important; border: 0 !important;}

.clear 				{clear:both;}
/*--------------------------------------------------------------CONTAINERS--*/
#upper_navigation {
	margin: 0 auto;
	padding: 6px 0 0;
	width: 960px;
	height: 94px;
	background: url('../images/upperbg.jpg') top center no-repeat;
}

#upper_navigation li {
	float: right;
	padding: 3px 20px;
	margin-left: 10px;
	font-size: 0.8em;
	text-align: right;
}

#upper_navigation li.current {
	background: #587085;
	/* IE Does Not Support Rounding */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#upper_navigation li.current a {
	color: #eee;
}

#upper_navigation a {
	color: #ccc;
	text-decoration: none;
}

#upper_navigation a:hover {
	color: #fff;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 169px;
	text-align: left;
	background: url("../images/headerbg.jpg") top center no-repeat;
}

#announcement {
  float:    right;
  padding:  20px 30px 0 0;
  width:    600px; 
  height:   130px; 
  overflow: hidden;
}

#content {	
	margin: 0 auto;
	width: 920px;
	background: #fff;
	text-align: left;
	border-left: #fff solid 2px;
	border-right: #fff solid 2px;
	overflow: hidden;
}

#welcome h3 {
  text-transform: none;
	padding: 20px;
	font-size: 0.8em;
}

#footer {
	margin: 50px auto;
	width: 960px;
	height: 100px;
	font-size: 0.8em;
	color: #ddd;
}

#footer a {
  color: #ddd;
  text-decoration: underline;
}

/*--------------------------------------------------------------LAYOUT STYLES--*/
#navigation {
	height: 60px;
	background: #fff url("../images/optionsbg.jpg") top left repeat-x;
}

#navigation li {
	float: left;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 0.85em;
	color: #494949;
	cursor: pointer;
	overflow: hidden;
}

#navigation li.view_icon {
	float: right;
	padding: 0 !important;
	border: 0;
	cursor: default;
}

ul.links_list {
	margin: 20px 0;
}

ul.links_list li {	
	padding: 8px 0;
	border-bottom: #ddd solid 1px;
	font-size: 0.9em;
}

/*--------------------------------------------------------------CMS STLES--*/
#static_content, div.indent {
	padding: 20px;
}

div.indent h2 {
	color: #454545 !important;
}

div.indent p {
  margin-bottom: 15px;
  clear:   left;
}

div.indent p span {
  float:        left;
  margin-right: 10px;
}

div.indent label {
  margin-left: 5px;
}

#static_content ul {
	list-style-type: disc !important;
	margin: 0 0 20px 20px !important;
	padding: 0 0 0 20px !important;
}

#static_content br {
	display: block;
	margin-bottom: 10px;
	line-height: 2.0em;
	padding-bottom: 20px !important;
}

/*--------------------------------------------------------------CONTACT POP_UP--*/

#contact_tab {
	position: fixed;
	top: 0;
	left: 0;
	line-height: 30px;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
}

#contact_box {
	position: fixed;
	top: -530px;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	height: 520px;
	background: #fff;
	border: #2D3B48 solid 5px;
	overflow: hidden;
	z-index: 20000;
}

#contact_box div {
	float: left;
	padding: 5px 20px 20px;
	width: 330px;
	text-align: left;
}

#contact_box p {
	margin-bottom: 10px !important;
	font-size: 0.9em;
}

#contact_box iframe {
	border: #2D3B48 solid 2px;
}

#contact_top {
	float: none !important;
	padding: 0 5px 0 0 !important;
	width: 735px !important;
	text-align: right !important;
	font-size: 0.8em;
}

#contact_warning {
	display: none;
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 0.8em;
	color: maroon;
	border: maroon solid 1px;
	background: #ffc;
}

#contact_comments {
  margin-top: 30px !important;
}

#contact_thanks {
  margin-top: 160px ;
	padding: 20px 10px;
	font-size: 0.8em;
	color:             #454545;
  border:            1px solid #A6A6A6;
  background-color:  #efefef;
  
	text-align: center;
}

/* Contact Us Page */

#contact_box_no_js {
	width: 8200px;
	height: 520px;
	background: #fff;
}

#contact_box_no_js div {
	float: left;
	padding: 5px 20px 20px;
	width: 400px;
	text-align: left;
}

#contact_box_no_js p {
	margin-bottom: 10px !important;
	font-size: 0.9em;
}

#contact_box_no_js iframe {
	border: #2D3B48 solid 2px;
}


#contact_buttons {
  padding: 20px;
  background-color: #DDD;
  font-size:  1.0em;
  
}
#contact_buttons li {
  display: inline;
}

#contact_map {
  height: 350px;
}

/*--------------------------------------------------------------RAILS STLES--*/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: block;
}

#errorExplanation {
  width: 300px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin: 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
