/* CSS Document */

* { 
	margin:0; padding:0;
	border:0;
}

body{ background:#e4eaef;
	 border:0;
	 font:12px Arial, Helvetica, sans-serif; color:#969696;
	 line-height:16px;
}


/* ============================= main layout ====================== */

a{ color:#4d9fba; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}
li{ list-style:none}
h1, h2{ font-weight:400; font-size:24px; color:#5f7084; line-height:26px; padding-bottom:12px; letter-spacing:-1px;}
h2{ font-weight:900}
p{ padding-bottom:16px;}
img{ vertical-align:top}
/* ============================= header ====================== */

#menu{ text-align:center; vertical-align:top}
#head{ text-align:center; vertical-align:top}

/* ============================= content ====================== */
.pad_bot1{ padding-bottom:8px;}
.pad_bot2{ padding-bottom:11px;}
.marg_right1{ margin-right:25px;}
.marg_right2{ margin-right:44px;} 

.font1{ font-weight:bold; color:#5f7084;}
.font2{ font-weight:bold; color:#d6812f; text-transform:uppercase}
.font3 { font-weight:bold; color:#a8b5c4;}
.font4{ font-size:14px; line-height:18px; color:#d6812f}

.number{width:20px; float:left;}
.date{ font-weight:bold; color:#d6812f; padding-left:9px; background:url(images/marker_1.gif) 0 5px no-repeat}
.icon{ position:relative;vertical-align:bottom; padding-bottom:5px}

.link1{ padding-right:7px; background:url(images/marker_2.gif) right 6px no-repeat}

.list1 li{ line-height:24px;}
.list1 li a{ font-weight:bold; padding-left:10px; background:url(images/marker_3.gif) 0 6px no-repeat}
/* ============================= footer ====================== */

#footer { color:#336699; padding-top:16px; padding-bottom:31px;}
#footer a{ text-decoration:none; color:#5f7084;}
#footer a:hover{ text-decoration:underline}
#footer .font1{ font-size:14px; font-weight:normal; line-height:20px}
#footer h1{ font-size:18px; line-height:20px; letter-spacing:0; padding:0 0 3px 0}
#footer .font2{ font-weight:600; font-size:14px; color:#5f7084;}
#icons{ float:right; padding-top:4px;}
#icons li{ float: left; padding-left:7px;}
#icons li a{ display:block;}
.icon_img{ width:22px; height:22px;}
#icon1{ background:url(images/icon1.jpg) no-repeat}
#icon1:hover{ background:url(images/icon1_active.jpg) no-repeat}
#icon2{ background:url(images/icon2.jpg) no-repeat}
#icon2:hover{ background:url(images/icon2_active.jpg) no-repeat}
#icon3{ background:url(images/icon3.jpg) no-repeat}
#icon3:hover{ background:url(images/icon3_active.jpg) no-repeat}
#icon4{ background:url(images/icon4.jpg) no-repeat}
#icon4:hover{ background:url(images/icon4_active.jpg) no-repeat}

/* ============================= forms ============================= */

#ContactForm .bg1{ background:url(images/input.jpg) no-repeat}
#ContactForm .bg2{ background:url(images/textarea.jpg) no-repeat}
#ContactForm a{ margin-left:20px}
#ContactForm .input {width:195px; height:14px; background:none;padding:6px 10px; margin-bottom:4px;color:#acacac;font:12px Arial, Helvetica, sans-serif; }
#ContactForm textarea {width:195px; height:144px; background:none;padding:6px 10px; margin-bottom:14px;color:#acacac;font:12px Arial, Helvetica, sans-serif; overflow:auto;}

