@CHARSET "UTF-8";

body * { font-family: Tahoma; }
body { background: url(../img/layout/af_background.jpg) center center no-repeat; }
body { font-size: 14px; color: #000; }

a:link, a:visited { color: #379a48; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


h1 { font-weight: normal; font-size: 28px; text-transform: uppercase; margin: 0; padding: 10px; display: block; background: #217b33; color: #fff; }
h2 { font-weight: normal; font-size: 20px; text-transform: uppercase; margin: 0; padding: 5px 10px; display: block; background: #217b33; color: #fff; }


.content_div { background: #fff; padding: 20px; margin: 10px 0; }
.content_div
,.news_entry  { 
	box-shadow: 0px 0px 10px #505050; 
	-moz-box-shadow: 0px 0px 10px #505050; 
	-khtml-box-shadow: 0px 0px 10px #505050; 
	-webkit-box-shadow: 0px 0px 10px #505050;
}

#news-layout h2 { text-align: right; padding: 5px 20px; }

.news_entry { background: rgba(255,255,255, 0.8); padding: 10px; margin: 10px 10px 10px 0; }
.news_entry .image { float: left; width: 120px; height: 115px; overflow: hidden; }
.news_entry .image img { max-width: 120px; max-height: 115px; }
.news_entry .contents { float: left; width: 240px; height: 115px; padding-left: 10px; overflow: hidden; }
.news_entry .contents * { text-align: right; }
.news_entry .title { font-size: 14px; color: #48b558; text-transform: uppercase; }
.news_entry .subtitle { font-size: 12px; color: #426745; text-transform: uppercase; }
.news_entry .message { font-size: 10px; }

.hsw_contact_form { width: 100%; font-size: 11px; }
.hsw_contact_form td { vertical-align: top; padding: 0; margin: 0; }
.hsw_contact_form label { color: #000; font-size: 14px;  margin: 0; padding: 0 2px; display: inline-block; }
.hsw_contact_form .radioset label { padding-top: 0; }
.hsw_contact_form input[type=text],
.hsw_contact_form input[type=password],
.hsw_contact_form textarea { padding: 7px 10px; margin: 0; font-size: 14px; border: 1px solid #cfcfcf; width: 180px; }
.hsw_contact_form input[type=text],
.hsw_contact_form input[type=password] { width: 224px; }
.hsw_contact_form textarea { height: 320px; min-height: 320px; max-height: 320px; width: 250px; min-width: 250px; max-width: 250px; margin: 0; }
.hsw_contact_form input[type=text]:focus,
.hsw_contact_form input[type=password]:focus,
.hsw_contact_form textarea:focus { background: #e6f9ea; }
.hsw_contact_form .title { height: 17px; }
.hsw_contact_form .message { padding-left: 17px; }

.cbutton { cursor: pointer; display: block; border: 0; width: 246px; text-align: center; font-size: 20px; color: #fff; padding: 10px 0; background-color: #217b33; }
.cbutton:hover { background-color: #2ba043; }
.cbutton:active { background-color: #1e702f; }


#flashMessage { color: green; font-size: 20px; margin: 0 0 20px 2px; padding: 10px 20px; background: #e3f7e3; }
#flashMessage.warning { color: #db9500; background: #f0e1c0; }
