/* CSS Document */

body {
	background-image:url(../images/bg_page.gif);
	background-repeat:repeat-x;
	background-position:top;
 	background-color: #4099d1;
 	font-size: 12px;
 	font-family:Arial, Helvetica, sans-serif;
	color:#000;  
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	padding:0px;
	text-transform:uppercase;
	color: #fff;
	margin:0px;
}

h2 {
	font-size:24px;
	font-weight:normal;
	padding:0px;
	text-transform:uppercase;
	color: #999;
	margin:0px;
}

ul {
	font-weight:normal;
}

li {
	padding-bottom:8px;
}

a { 
	color: #0b3f5e;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none; 
}

a:hover { 
	color: #0b3f5e;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline; 
}

a:selected { 
	color: #0b3f5e;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none; 
}


#page_home {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  background-image:url(../images/bg_home.jpg);
  background-repeat:no-repeat;
  background-position:top;
  text-align: left;
}

#page_about {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  background-image:url(../images/bg_about.jpg);
  background-repeat:no-repeat;
  background-position:top;
  text-align: left;
}

#header_left {
  float: left;
  width: 600px;
  height: 242px;
}

#header_right {
  float: right;
  width: 380px;
  height: 242px;
}

#cont_left {
  float: left;
  width: 600px;
  margin: 0;
}

#cont_right {
  float: right;
  width: 380px;
  margin: 0;
}

#footer_left {
  float: left;
  text-align:left;
  width: 450px;
  height: 100px;
  padding:20px;
  font-size:10px;
  color:#fff;
}

#footer_right {
  float: right;
  text-align:right;
  width: 450px;
  height: 100px;
  padding:20px;
  font-size:10px;
  color:#fff;
}

#boxhome {
	float:left;
	width:450px;
	height:172px;
	color:#585c72;
	padding:30px;
}

#boxcont {
	float:left;
	vertical-align:top;
	width:540px;
	color:#000;
	padding:30px;
	background-image:url(../images/cont_top_border.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
}

#cont_btm {
	width:600px;
	height:20px;
	background-image:url(../images/cont_btm_white.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}

#box1 {
	float:left;
	width:260px;
	padding:20px;
}

#box2 {
	float:left;
	width:260px;
	padding:20px;
}

#box3 {
	background-image:url(../images/bg_box_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	width:260px;
	padding:20px;
	color:#4099d1;
	margin-left:40px;
}

#img_top {
	height:232px;
}

#box3_top {
	width:300px;
	height:20px;
	background-image:url(../images/box_top_white_09.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#box3_btm {
	width:300px;
	height:20px;
	background-image:url(../images/bg_box_btm.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:20px;
	margin-left:40px;
}

#txt_blue {
	font-size:18px;
	color:#1985c7;
}


/*Menu Tabs*/

#tabsF {
	float:left;
	width:650px;
	font-size:96%;
	line-height:normal;
	border-bottom:0px solid #77c6eb;  
	position:absolute;
	top:242px;
	height:34px;
	margin-top:-34px;
	margin-left:20px;
}

#tabsF ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}

#tabsF li {
	display:inline;
	margin:0;
	padding:0;
}

#tabsF a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabsF a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:4px 15px 4px 6px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {
	float:none;
}
/* End IE5-Mac hack */

#tabsF a:hover span {
	font-size:13px;
	font-weight:bold;
	color:#666;
}

#tabsF a:hover {
	background-position:0% -42px;
}

#tabsF a:hover span {
	background-position:100% -42px;
}

/*Form*/

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input {
	margin-left: 4.5em;
}
input {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	width:200px;
}

.submit input {
	color: #000;
	background: #badff6;
	border: 1px solid #000;
	width:100px;
}

fieldset {
	border: 1px dashed #000;
	width: 300px;
	padding:20px;
}

legend {
	color: #fff;
	background: #1985c7;
	border: 1px solid #000;
	padding: 2px 6px
} 

textarea {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	width:200px;
}
