@charset "utf-8";


 
/*reset css*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend{/*,
table, caption, tbody, tfoot, thead, tr, th, td {*/
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: normal;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

body {
  font-family: "arial", sans-serif;
  background-color: #E0E0E0;
}


div#header_container {
   background:url("../images/header_background.jpg") repeat left;
   background-color: #7EBCE1;
}


div#header {
   height: 143px;
   background:url("../images/header.jpg") no-repeat right;
}

div#header h1 {
  /* margin-top: 1em; */
  padding-top: 1em;
  padding-left: 75px;
  font-family: "Georgia";
  font-size: 2em;
  font-weight: bold;
  color: white;
}

div#header h2 {
  padding-left: 75px;
  font-size: 1em;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  color: #eeeeee;
}


/*
/       MENU
*/



table#menuButtons {
    height:39px;
}


td.menu_text_1 {
   padding-left:5px; 
   padding-right:18px;
   text-align: center;
   font-family: arial, san-serif;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
}

td.menu_text_1 a {
   text-decoration: none;
   color: white;
   font-size: 1em;
}

td.active {
   background:url('../images/menu_selected_background.jpg') left repeat;
}


/*
/       BODY
*/


div#folderTop {
   height: 70px;
   background:url('../images/backgroundTop.jpg') left no-repeat;
}

div#folderMiddle {
   background:url('../images/backgroundMiddle.jpg') left repeat-y;
}

div#folderBottom {
   height: 66px;
   background:url('../images/backgroundBottom.jpg') left no-repeat;
}

div#folderTitle {
   padding-top: 28px;
   padding-left: 75px;
   font-size: 0.8em;
   font-weight: bold;
}

div#folderBody {
   margin-left: 75px;
   width: 970px;
}



/******************** Contact Us Form ****************************/
#spf_form {
  margin-top: 1em;
}

.spform_input {
   position:absolute;
   text-decoration:underline;
   background-color:#CC0000;
   left:0px;
   top:-500px;
   width:1px;
   height:1px;
   overflow:hidden;
}


#spf_form label {
   font-weight: bold;
   display: block;
   width: 140px;
   float: left; 
   margin-top: 4px;
}

span.radio {
  padding-right: 10px;
}

p.formItem {
  clear: left;
  padding-top: 10px;
}

label#veri-image {
  width: 117px;
}

label#veri-string {
   width: 260px;
}

#contactUsSubmit {
  margin-left: 28em;
}


.spf_normal_input {
   font-weight:normal;
   padding-left:0px;
}
.spf_verify_msg {
   font-weight:bold;
}
.spf_verify_prompt {
   font-weight:bold;
}
.spf_cookie_msg {
   font-weight:normal;
   color:#ff0000;
   padding-top:0px;
}


ul#formErrors {
  color: red;
  font-weight: bold;
}

div#contactUsFeedback, div#contactUsFeedback2{
  font-weight: bold;
  color: red;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  width: 600px;
   display: none;
}


/**************   body text  ***************/

ul {
  list-style-type: disc;
  margin-left: 2em;
}

li{
  margin-top: 0.1em;
}


p {
  padding-top: 1em;
  padding-bottom: 1em;
}


h1  {
  font-size: 2em;
  font-family: "Georgia";
  color: #6699ee;
  font-weight: bold;
}


h2 {
  color: #6699ee;
  font-family: "Georgia";
  font-weight: bold;
  padding-bottom: 0;
}
