.text { color: #00457c; }

.bold { font-weight: bold; }

.center { text-align: center; }
.left { float: left; }
.right { float: right; }

.column {
	float: left; 
	width: 300px;
}
.column_right {
	clear: right;
	float: left;
	width: 320px;
}

.divider {
	border-top: 1px solid #00457c;
	margin-top: 15px;
}

a { 
	color: #00457c; 
	text-decoration: underline;
}

a:hover { 
	color: #8cc63f; 
}

a img { border: 0; }

body {
	background: #fff url("images/bg-footer.jpg") 0 100% repeat-x;
/* 	background: #fff url("images/green-oval..jpg") 0 50px no-repeat; */
	border-top: 11px solid #00457c;
	color: #00457c;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	margin: 0;
}

div {
	background-color: transparent;
}

#container {
	background: #fff url("images/green-oval.png") 355px 55px no-repeat;
  margin: 0px auto;
  width: 800px;
}

#header {
	background-color: #fff;
	margin: 0;
	padding: 5px 20px 5px 15px;
	width: 765px;
}

#border {
	background-color: transparent;
	background-images: url("images/green-oval.jpg") 0 0 no-repeat;
	border-top: 1px solid #00457c;
	clear: both;
	height: 10px;
	margin: 0 auto 0 auto;
	/* position: relative; */
	/* top: 119px; */
	width: 775px;
}

#nav {
	background-color: #fff;
  float: left;
  margin: 7px 0 15px 0;
  padding: 0;
  position: relative;
  width: 160px;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#nav ul li {
	background: transparent url("images/bg-nav.jpg") 0 0 no-repeat;
	font-size: 10px;
	margin: 0;
	margin-bottom: 8px;
	text-align: center;
	width: 101px;
}

#nav ul li {
	height: 30px;
	padding-top: 15px;
}
#nav ul li.double { 
	height: 36px;
	padding-top: 9px; 
}

#nav ul li:hover {
	background: transparent url("images/bg-nav-hover.jpg") 0 0 no-repeat;
}

#nav ul li.page {
	background: transparent url("images/bg-nav-page.jpg") 0 0 no-repeat;
}

#nav ul li a {
	color: #00457c;
	text-decoration: none;
	width: 101px;
}

#nav ul li a:hover {
	color: #00457c;
}

#nav_rfp {
	background-color: transparent;
	clear: both;
  float: left;
  margin: 7px auto 0 auto;
  padding: 0;
  position: relative;
	width: 800px;
}

#nav_rfp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -6px;
}

#nav_rfp ul li {
	background: transparent url("images/bg-nav.png") 0 0 no-repeat;
	display: inline;
	float: left;
	font-size: 10px;
	margin: 0 2px 8px 2px;
	text-align: center;
	width: 101px;
}

#nav_rfp ul li {
	height: 30px;
	padding-top: 15px;
}
#nav_rfp ul li.double { 
	height: 36px;
	padding-top: 9px; 
}

#nav_rfp ul li:hover {
	background: url("images/bg-nav-hover.png") 0 0 no-repeat;
}
#nav_rfp ul li.green:hover {
	background: transparent no-image;
}

#nav_rfp ul li.page {
	background: url("images/bg-nav-page.png") 0 0 no-repeat;
}

#nav_rfp ul li a {
	color: #00457c;
	text-decoration: none;
	width: 101px;
}

#nav_rfp ul li a:hover {
	color: #00457c;
}

#nav #usa { position: relative; left: 13px; top: 20px; text-align: center; width: 105px; }

#content {
	background-image: #fff url("images/green-oval.jpg") 0 0 no-repeat;
	color: #00457c;
	float: right;
	/* font-size: 11px; */
	font-size: 12px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	line-height: 200%;
	margin: 0;
	min-height: 445px;
	padding-top: 12px;
	width: 620px;
}

#content a { 
	color: #00457c; 
	text-decoration: underline;
}

#content a:hover { 
	color: #8cc63f; 
}

#content h1 {
	font-size: 16px;
	margin: 0;
	position: relative;
	text-align: left;
}

#content h2 {
	font-size: 14px; 
}

#content h3 {
	font-size: 12px; 
}

#content #pic_main {
	height: 214px;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

#content img.pic_main {
	float: left;
	margin: 0 10px 0 10px;
}

#content img.pic_main_side {
	float: left; 
	margin-top: 25px;
}

#content img.pic_right {
	float: right;
	margin: 5px 15px 10px 20px;
}

#content img.pic_left {
	float: left;
	margin: 5px 20px 10px 0;
}

#content #slogan {
	clear: left;
	float: right;
	margin: 5px 20px 0 20px;
	width: 273px;
}

#content #text {
	position: relative;
	top: -5px;
}

#rfp {
	clear: both;
	margin: 0 auto 0 auto;
	width: 730px;
}

#rfp a { 
	color: #00457c; 
	text-decoration: underline;
}

#rfp a:hover { 
	color: #8cc63f; 
}

#content #sitemap a h2 { display: inline; }

#content #sitemap table { margin: 0 auto 0 auto; }

#content #sitemap td { 
	padding: 12px;
	vertical-align: top; 
}

#content #sitemap td.left {
	padding-left: 0;
	text-align: right;
}

#content #sitemap td.right {
	padding-right: 0;
}

#nav_footer {
	clear: both;
	color: #8cc63f;
	padding: 15px 0 5px 0;
	text-align: center;
}

#nav_footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_footer ul li {
	display: inline;
	font-size: 10px;
}

#nav_footer li a {
  color: #8cc63f;
  padding: 0 5px 0 3px;
  text-decoration: none;
}

#nav_footer li a:hover {
  color: #00457c;
  text-decoration: underline;
}

#footer {
  background-color: #00457c;
  clear: both;
  color: #fff;
  font-size: 11px;
  height: 133px;
  line-height: 127%;
  padding: 15px 10px 0px 15px;
}

#footer_rfp {
  background-color: #00457c;
  clear: both;
  color: #fff;
  font-size: 11px;
  height: 133px;
  line-height: 127%;
  margin: 0 auto 0 auto;
  padding: 15px 0 0 5px;
  width: 775px;
}

#footer a:link, a:hover { 
	color: #fff;
	text-decoration: underline;
}
#footer a:hover { 
	color: #fff;
	text-decoration: underline;
}

#footer_rfp a:link, a:hover { 
	color: #fff;
	text-decoration: underline;
}
#footer_rfp a:hover { 
	color: #fff;
	text-decoration: underline;
}

#footer p {
	margin: 0;
}
#footer_rfp p {
	margin: 0;
}

#footer #address {
	float: left;
	width: 250px;
}
#footer_rfp #address {
	float: left;
	width: 250px;
}

#footer #address p {
	margin-top: 7px;
}
#footer_rfp #address p {
	margin-top: 7px;
}

#footer #copyright {
	clear: both;
	font-size: 9px;
	text-align: center;
}
#footer_rfp #copyright {
	clear: both;
	font-size: 9px;
	text-align: center;
}

/* FORM STYLES */

#request_table { width: 600px; }

.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	border: 1px solid;
	padding: 5px;
}
.profile2 {
	background-color: #02457C;
	color:  #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	font-weight:bold;
	height: 30px;
	line-height: 16px;
	padding-left: 10px;
}

.table_text { 
	border: 1px solid; #02457C; 
	color: #000;
	padding: 2px 8px; 
}
.table_text_contact { 
	background-color: #C5D3E0; 	
	font-weight: bold; 	
	padding: 2px 8px; 
}
.table_text_field_contact { 
	background-color: #C5D3E0; 
	padding: 2px; 
}
.table_text_bold { font-weight: bold; }
.table_text_field { 
	border: 1px solid #02457C;  
	padding: 2px; 
}
.table_text_indent { 
	border: 1px solid #02457C; 
	color: #000;
	font-style: italic; 
	padding: 2px 25px; 
}
.table_text p { line-height: 2em; }
.indent { 
	font-style: italic; 
	padding: 2px 25px; 
}
table_text textarea { 
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px; 
}table_text_contact textarea { 
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px; 
}
