@charset "UTF-8";
/* CSS Document */









body { 
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.app-form div {
	padding:10px;
}

.app-form input:not([type="submit"]) {
	width: 180px;
	font-family:Arial;
	font-size:.8em;
	background:#EEE url(img/input-bg.gif) repeat-x 0 1px scroll;
	border:1px solid #AAA;
	padding:3px .35em;
	width:200px;
	margin: 0 auto;

}


.app-form label {
	display:block;
	font-size: .8em;
	font-weight:bold;
	width:200px;
	margin: 0 auto;

}

.app-form .instructions {
	font-size: 1em;
	margin: 0;
}

input.error {
	background:#FFD3D7;
	color:#000;
}

label.error {
    font: normal .6em;
    padding: 3px;
    margin: 3px;
	color:#c00;
	font-weight: normal;
}

input.focus {
	margin:10px;
}

input.focus {
	background: #D2E8FF;
	color:#000;
	margin:0;
}

div.focus {
	background: #D2E8FF;
	color:#000;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submitButton {
	margin: 0 auto;

}


/*
body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
*/

td {
	text-align:left;
	font-family: inherit;
	color: inherit;
}

table {
	font-family: inherit;
	color: inherit;
}

ul {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 1em;
}

ul.sub_list {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 2px;
}

li {
	margin-bottom: 2px;
	text-align:left;
}

ul.staff_list li { margin-bottom: 15px; }

#dialog {
	margin: 10px 10px 10px 10px;
	font-family:inherit;
	font-size: inherit;
	color: inherit;
	text-align:justify;
}

img.page_image {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.message {
	background:#ededed;
	padding:5px 10px;
	margin:10px 0;
	border:#009900 1px dashed;
}

.error_message {
	background:#ededed;
	padding:5px 10px;
	margin:10px 0;
	border:#990000 1px dashed;
}

img { border:none; }
#side_menu { text-align:center; }
.smurf { display: none; }
.clear { clear: both; }
form { margin-bottom:0; }


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

.split_left {
	background-color:#1D95BA;
	height:3px;
}
.split_right {
	background-color:#1D95BA;
	height:3px;
}
.split_row {
	background-color:#1D95BA;
	height: 3px;
}

a:link {
   color: #1D95BA;
   text-decoration: underline;
}
a:visited {
   color: #1D95BA;
   text-decoration: underline;
}
a:hover {
   color: #1D95BA;
   text-decoration: none;
}
a:active {
   color: #1D95BA;
   text-decoration: underline;
}

table.carrier_table td {
	text-align:center;
}

table.carrier_table td.row_head {
	text-align:left;
}

.tabs a {
	display:block; padding:35px 0 0 30px; color: #fff; font-size:21px; height: 100px; font-weight:bold; text-decoration:none;
}

.tabs a:hover {
	color: #ACF0FF;
}

.top_links a {
	color: #797A7C;
	text-decoration: none;
}

.top_links a:hover {
	text-decoration: underline;
}

#dialog {
	margin: 10px 10px 10px 10px;
}

/*
h1 {
   font-size: 30px;
   margin: 5px 0;
   padding: 0;
}
*/

h2 {
   font-size: 24px;
   margin: 0;
}

h3 {
   font-size: 18px;
}
h4{
   font-size: 14px;
}
img.page_image {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:none;
}

#menu{

width: 100%;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#menu ul{
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

#menu ul li{
display: inline;
float:left;
height:30px;
width:133px;
min-width:133px;
}

#menu ul li a, .menu ul li a:visited{
display:block;
font-size:12px;
color: #FFFFFF;
width:133px;
min-width:133px;
padding: 7px 0px 7px 0px;
margin: 0;
text-decoration: none;
}

#menu ul li a.menu_middle, #menu ul li a.menu_middle:visited{
background: transparent url(files/menu_middle.jpg) center center no-repeat;
}

#menu ul li a.menu_right, #menu ul li a.menu_right:visited{
background: transparent url(files/menu_right.jpg) center center no-repeat;
}

#menu ul li a.menu_left, #menu ul li a.menu_left:visited{
background: transparent url(files/menu_left.jpg) center center no-repeat;
}

#menu ul li a:hover{
display:block;
font-size:12px;
color: #FFFFFF;
width:133px;
min-width:133px;
padding: 7px 0px 7px 0px;
margin: 0;
text-decoration: none;
}

#menu ul li a.menu_middle:hover{
background: transparent url(files/menu_middle_on.jpg) center center no-repeat;
}

#menu ul li a.menu_right:hover{
background: transparent url(files/menu_right_on.jpg) center center no-repeat;
}

#menu ul li a.menu_left:hover{
background: transparent url(files/menu_left_on.jpg) center center no-repeat;
}

.quote_drop {
      width: auto;
      float: left;
      padding: 0.1em 0.5em 0.1em 0.5em;
      cursor: default;
	  font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: small;
	  z-index:99;
	  white-space:nowrap;
	  color:#FFFFFF;
    }
    
    .quote_drop ul {
      display: none;
      position: absolute;
      background-color: #e6e6e6;
      color: black;
      list-style: none;
      margin: 0.1em 0 0 0;
      padding: 0;
	  z-index:99;
    }
    
    .quote_drop ul li {
      display: block;
	  padding: 5px 5px 5px 5px;
	  z-index:99;
    }
    
    div.quote_drop:hover ul {
      display: block;
      margin: 0;
      padding: 0;
	  z-index:99;
    }

	
	div.quote_drop ul li a {
	  display: block;
	  text-decoration: none;
	  z-index:99;
	}
	
	div.quote_drop ul li a:hover {
      background-color: #ccf;
	  z-index:99;
    }

#slides {
	z-index:2;
}