@charset "utf-8";
/* CSS Document */
h1 {
	display: block;
	font-size: 1.4em;
	color: #443833;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
}

h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 780px;
	margin: 0px auto;/*this line will center the page*/
	padding: 25px;
	border: 6px solid #625748;
	background-color: white;
	
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 10px 0;
	width: 250px;
	line-height: 120%;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}



body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555555;
	background-image: url(images/html-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.center { text-align:center;}
.highlight { color: #0066a4; }
hr {
	height: 1px;
	border: none;
	margin: 3px 0 3px 0;
	padding: 0;
	color: #CFCFCF;
	background-color: #CFCFCF;
}

img.img_left { float: left; margin: 0 5px 5px 0; }
img.img_right { float: right; margin: 0 0 5px 5px ; }
a img { border: none; }
a { color: #0066a4; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h1.under {
	background: url(images/underline.gif) bottom repeat-x;
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}
h3 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
p.nopad {
	margin: 0;
	padding: 0;
}

#header {
	width: 900px;
	margin: 0 auto 10px auto;
	height: 100px;
	background-image: url(images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}

a#homelink {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 220px;
	display: block;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(images/nav_divider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

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

#nav ul li {
	float: right;
}

#nav ul li a {
	background-image: url(images/nav_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 12px;
	line-height: 30px;
	vertical-align: bottom;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

#nav ul li a:hover {
	font-weight: bold;
	color: #0066a4;
}

#login {
position: absolute;
top: 5px;
right: 0;
}

#login label {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
}

#login input.username, #login input.password {
background-image: url(images/input_text_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #FFFFFF;
border: 1px solid #CFCFCF;
vertical-align: middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 3px;
}

#login input.btn {
vertical-align: middle;
}

#content {
	width: 900px;
	margin: 10px auto 10px auto;
}

#login_form_large {
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#login_form_large form {
	border: 2px solid #CFCFCF;
	padding: 5px;
}

#login_form_large label {
	width: 100px;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	padding: 3px 5px 5px 0;
}

#login_form_large input.text, #login_form_large input.pass {
	background-image: url(images/input_text_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	height: 20px;
	width: 170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#login_form_large input.image {
	margin: 0 0 0 105px;
	float: left;
}

#login_form_large div {
	margin: 0 0 5px 0;
	clear: left;
}

p.error {
	color: #FF0000;
	background:#FFE8E9;
	border: 1px solid #FF0000;
	padding: 3px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#subnav_wrapper {
	border-bottom: 1px solid #CFCFCF;
	background: #333;
}

#subnav {
	width: 900px;
	margin: 0 auto;
}

#subnav ul {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#subnav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#subnav ul a {
	background: #333;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#subnav ul a:hover {
	background: #0066a4;
	color: #fff;       
}

#main {
	width: 900px;
	height: 255px;
	position: relative;
	background: url(images/main.jpg);
	margin: 0 auto 10px auto;
}

#main table {
	width: 880px;
	position: absolute;
	left: 10px;
	bottom: 5px;
	height: 40px;
}

#main table td {
	color: #CCCCCC;
	text-align: center;
}

#main table td img {
	margin: 0 3px 0 0;
}

#page_right {
	float: right;
	width: 290px;
}

#page_left {
	float: left;
	width: 600px;
}

ul.basic_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul.basic_list li {
	background: url(images/bullet_gray_large.gif) left no-repeat;
	padding: 2px 0 2px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066a4;
}

ul.right {
	float: right;
	margin: 0 0 0 5px;
}

div.sidebar {
	widows: 290px;
	margin: 0 0 10px 0;
}

div.sidebar h2.heading {
	background: url(images/sidebar_header_bg.gif) center repeat-y;
	border: 1px solid #CFCFCF;
	padding: 3px;
	margin: 0;
	vertical-align: middle;
}

div.sidebar h2.heading img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	float: left;
}

div.sidebar div.content {
	background: url(images/sidebar_footer.gif) bottom no-repeat;
	padding: 5px 0 5px 0;
}

#front_boxes {
	width: 900px;
	height: 90px;
	position: relative;
	margin: 0 auto 10px auto;
}

div.front_box {
	position: absolute;
	top: 0;
	height: 90px;
}

div.front_box a {
	position: absolute;
	bottom: 0;
	right: 5px;
	display: block;
	height: 20px;
	width: 155px;
}

div.front_box h2, div.front_box p {
	margin: 0;
}

div.front_box h2 {
	margin: 2px 0 0 0;
}

#front_box_1 {
	background: url(images/front_box_1.gif);
	width: 295px;
	left: 0;
}

#front_box_1 h2, #front_box_1 p {
	padding: 0 5px 0 90px;
}

#front_box_2 {
	background: url(images/front_box_2.gif);
	width: 300px;
	left: 300px;
}

#front_box_2 h2, #front_box_2 p {
	padding: 0 5px 0 100px;
}


#front_box_3 {
	background: url(images/front_box_3.gif);
	width: 295px;
	right: 0;
}

#front_box_3 h2, #front_box_3 p {
	padding: 0 5px 0 80px;
}


#footer {
	background: url(images/underline.gif) top repeat-x;
	padding: 5px 0 0 0;
}

p.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

p.copyright a {
	color: #999999;
	text-decoration: none;
}

p.copyright a:hover {
	text-decoration: underline;
}

div.news h3 {
	color: #0066a4;
	margin: 0;
}

div.news h3 span.date {
	font-weight: normal;
	color: #555555;
}

div.news p {
	margin: 0;
	padding: 0;
}

div.news {
	margin: 0 0 10px 0;
}

a.services_learn_more {
	display: block;
	float: right;
	width: 215px;
	height: 30px;
	background: url(images/services_learn_more.gif);
	margin-top: -3px;
}

a.services_learn_more:hover {
	background: url(images/services_learn_more_o.gif);
}

#worldmap {
	background: url(images/map.gif);
	position: relative;
	width: 898px;
	height: 212px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	margin: 0 0 0 0;
}

#worldmap a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

#worldmap a:hover {
	text-decoration: none;
}

#worldmap a.selected {
	font-weight: bold;
	color: #FF0000;
}

a#dc1 {
	position: absolute;
	top: 66px;
	left: 172px;
}
a#dc2 {
	position: absolute;
	top: 78px;
	left: 186px;
}

table.locations {
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

table.locations td {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	height: 25px;
}

table.locations td a {
	background-image: url(images/input_text_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}

table.locations td a:hover {
	background-image: url(images/input_text_bg_o.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
	text-decoration: none;
}

div.dc {
	display: none;
	padding: 5px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	background-image: url(images/input_text_bg_o.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}

#contact_left {
float: left;
width: 230px;
}

#contact_right {
float: right;
width: 230px;
}

div.contact_form {

}

div.contact_form p {
font-weight: bold;
margin-bottom: 3px;
clear: both;
}

div.contact_form textarea.textarea {
width: 400px;
height:	50px;
display: block;
clear: both;
}

div.contact_form label {
width: 100px;
display: block;
float: left;
}

div.clear_both {
clear: both;
}

#contact_form {
margin: 0;
padding: 0;
}

#contact_form label {
font-size: 12px;
margin-top: 2px;
font-weight: bold;
font-family: Tahoma, Verdana, Arial;
float: left;
width: 200px;
}

#contact_form input.text {
width: 398px;
height: 25px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
line-height: 25px;
font-size: 14px;
font-weight: normal;
margin: 0 0 5px 0;
}

#contact_form textarea.textarea {
width: 100%;
height: 100px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
}
