/* boilerplate */

.grid_1 { width:80px; }
.grid_2 { width:160px; }
.grid_3 { width:240px; }
.grid_4 { width:320px; }
.grid_5 { width:400px; }
.grid_6 { width:480px; }
.grid_7 { width:560px; }
.grid_8 { width:640px; }
.grid_9 { width:720px; }
.grid_10 { width:800px; }
.grid_11 { width:880px; }
.grid_12 { width:960px; }

.column {
	margin: 0;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0;
	width: auto;
	display: inline-block;
}

@font-face {
	font-family: 'FB';
	src: url('fb.eot');
	src: local('☺'), url('fb.woff') format('woff'), url('fb.ttf') format('truetype'), url('fb.svg#webfont9KTHa7Uj') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* layout */

html { margin: 0; padding: 0; }

body {
    background: #e2f4fd url(../img/back.png) 0 32px repeat-x;
    color: #336699;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    opacity:0.99;
    margin: 0;
    padding: 0;
}

#masthead {
    background: url(../img/network.png) top left repeat-x;
    height: 32px;
    color: #ceedfc;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    text-shadow: 0 -1px 1px #336699;
}

#fbsml, #wowsml, #ttsml {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    width: 119px;
    height: 28px;
    background: url(../img/network_logos.png) 0 0 no-repeat;
    margin-top: 1px;
    padding: 0;
}
#wowsml, #ttsml { display:inline-block; float: none; margin-right: 5px; }
#wowsml { width: 126px; background: url(../img/network_logos.png) -131px 0 no-repeat; }
#ttsml { width: 90px; background: url(../img/network_logos.png) -270px 0 no-repeat; }

#header { background: url(../img/cloud-back.png) 0 0 }
#clouds { background: url(../img/cloud-front.png) 0 0; min-height: 226px; }

#cloud1 { width: 100px; height: 100px; display: block; position: absolute; overflow: hidden; background: url(../img/glowbug.png); z-index: 1000; margin-top:-60px; }

#title { color: white; }

h1 { margin: 0; }

h1 a {
    display: block;
    background: url(../img/faithbuilders.png) top left no-repeat;
    width: 774px;
    height: 146px;
    text-indent: -999em;
    overflow: hidden;
    margin: 10px auto;
}

#title h2 { font-size: 60px; }

/* nav */

.main_nav {
    display: block;
    overflow: hidden;    
    clear: both;
    width: 520px;
    overflow: hidden;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px #5693b2;
    -moz-box-shadow: 0px 0px 10px #5693b2;
    box-shadow: 0px 0px 10px #5693b2;
    margin: 20px auto;
}

.main_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    left: 50%;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

.main_nav li {
    float: left;
    position: relative;
    right: 50%;
    display: block;
    margin: 0;
    padding: 0;
}

.main_nav li a {
    font-size: 24px;
    color: white;
    font-family: 'FB', Arial, Sans;
    text-shadow: 1px 1px 2px #34589c;
    filter: dropshadow(color=#34589c, offx=1, offy=1);
    text-decoration: none;
    margin-left: 20px;
    font-weight: normal;
}
.main_nav li a.first { margin-left: -10px; }
.main_nav li a:hover, .main_nav li a.active { color: #fcf01f; }

/* global */
.flr { float: right; }
.fll { float: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.mt20 { margin-top: 20px; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }

.r10 {-moz-transform: scale() rotate(10deg) translate(px, px) skew(deg, deg);
-webkit-transform: scale() rotate(10deg) translate(px, px) skew(deg, deg);
-o-transform: scale() rotate(10deg) translate(px, px) skew(deg, deg);
-ms-transform: scale() rotate(10deg) translate(px, px) skew(deg, deg);
transform: scale() rotate(10deg) translate(px, px) skew(deg, deg);}

.p20 { padding: 20px; }

.c2 { color: #fcf01f; }
.c3 { color: #fff; }

h2,h3,h4 {
    font-family: 'FB', Arial, Sans-Serif;
    color: white;
    text-shadow: 1px 1px 2px #34589c;
    filter: dropshadow(color=#34589c, offx=1, offy=1);
    font-weight: normal;
    margin: 0;
    line-height: 150%;
}
h2 { font-size: 30px; }
h3 { font-size: 28px; }

h2 a, h3 a, h4 a { text-decoration: none; }

ul { padding-left: 20px; }
li { padding-left: 0px; padding-bottom: 5px; }

p { margin: 0.2em 0 0.4em 0; line-height: 130%; }

a { color: #5490fc; }


#title h4 a { color: #fff; }
#title .grid_4 { font-size: 12px; line-height: 18px; }
#title .grid_4 h4 { font-size: 18px; }

.box1 {
    display: block;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px #5693b2;
    -moz-box-shadow: 0px 0px 10px #5693b2;
    box-shadow: 0px 0px 10px #5693b2;
    padding: 10px;
    margin: 5px 10px 10px -10px;
    overflow: hidden;
}

/* locations */

.wowdo {
}

.wowdo div.wow {
    background: url(../img/wow_do.png) top right no-repeat;
    height: 168px;
    text-align: center;
}

.wowdo div.wow h3 {
    position: absolute;
    margin-top: -28px;
    font-size: 45px;
    width: 320px;
    text-align: center;
    text-shadow: 0 2px 1px #000;
}

.wowdo div.wow p.wow {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    padding-top: 30px;
    text-align: center;
}

.wowdo div.wow_do {
    min-height: 140px;
    background: url(../img/wow_do.png) 0 -170px  no-repeat;
    text-align: center;
}

.wowdo div.wow_do h3 {
    text-shadow: 0 2px 1px #000;
    font-size: 40px;
    margin-bottom: 30px;
}

.wowdo div.wow_do p {
    color: #005c8a;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Sans-serif;
}

.wowdo div.wow_do p.verse {
    color: #66b0d5;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: -10px;
}

.byline {
    background: #75c7ef;
    padding: 10px;
    line-height: 33px;
    color: #fff407;
    text-shadow: 1px 1px 1px #34589c;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
}

.byline span {
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}

.byline .inset {
    width: 111px;
    height: 38px;
    background: url(../img/cloud4.png) top left no-repeat;
    position: absolute;
    margin-left: -60px;
    margin-top: 20px;
}

.tab-strip {
    background: url(../img/grad_blu_trans.png) top left repeat-x;
    border-radius: 15px;
    overflow: hidden;
}

.tab-strip.p20 .column { text-align: center; cursor: pointer; }

.tab-strip.p20 .grid_2 { width: 152px; margin: 0 4px; background: url(../img/grad_white_trans.png) 0 -80px repeat-x; border-radius: 10px; }

.tab-strip.p20 .column.first {
    margin-left: -16px;
}
.tab-strip.p20 .column.last {
    margin-right: -22px;
}

.tab-strip .grid_2.active, .tab-strip .grid_2:hover, .tab-strip .current { background: url(../img/grad_white_trans.png) top left repeat-x; }

.tab-strip .img { text-align: center; }

.tab-strip .age { font-size: 12px; }

.panels {
    padding-bottom: 80px;
    background: url(../img/grad_trans_blu.png) bottom left repeat-x;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 70px; 
}

.panel {
    overflow: hidden;
}

ul.tabs {
    margin: -44px 0 0 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    position: absolute;
    z-index: 1;
}

ul.tabs li {
    float: left;
    background: #8acef2;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    width: 212px;
    text-align: center;
    margin: 0 4px;
    border-bottom: 1px solid #8acef2;
    background: #cae9fb; /* Old browsers */
    background: -moz-linear-gradient(top, #cae9fb 0%, #8acef2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae9fb), color-stop(100%,#8acef2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cae9fb 0%,#8acef2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cae9fb 0%,#8acef2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cae9fb 0%,#8acef2 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CAE9FB', endColorstr='#8ACEF2',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cae9fb 0%,#8acef2 100%); /* W3C */
}

ul.tabs li.active {
    background: #cae9fb;
    border-bottom: 1px solid #cae9fb;
}

ul.tabs li.active a {
    color: #336699;
}

ul.tabs li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

.tabbody {
    background: #cae9fb;
    padding: 0px;
    margin: 0 4px;
    padding: 16px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.tabbody_nonav {
    border-radius: 10px;
}

.row_nonav {
    margin-top: -50px;
}

.tabbody .column { margin: 0 0 0 -10px; padding: 10px }

.tabbody .grid_1 { width:60px; }
.tabbody .grid_2 { width:140px; }
.tabbody .grid_3 { width:220px; }
.tabbody .grid_4 { width:300px; }
.tabbody .grid_5 { width:380px; }
.tabbody .grid_6 { width:460px; }
.tabbody .grid_7 { width:540px; }
.tabbody .grid_8 { width:620px; }
.tabbody .grid_9 { width:700px; }
.tabbody .grid_10 { width:780px; }
.tabbody .grid_11 { width:860px; }
.tabbody .grid_12 { width:940px; }

dl {
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
}

dl dt {
	clear: left;
	float: left;
	width: 70px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

dl dd {
	margin-left: 90px;
	padding: 5px;
}

.fl { float: left; }
.fr { float: right; }


/* news block */
#news {
    width: 480px;
    height: 320px;
    background: url(../img/home_news.png) top left no-repeat;
    display: block;
    position: relative
}

#news .slider {
    margin-left: 25px;
    margin-top: 75px;
    position: absolute;
}

/* forms */

button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,input{line-height:normal;*overflow:visible;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
.btn:focus{outline:1px dotted #666;}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus,textarea:focus{outline:0;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}
input[type=file]:focus,input[type=checkbox]:focus,select:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:1px dotted #666;}
textarea{overflow:auto;vertical-align:top;}
form .clearfix{margin-bottom:18px;zoom:1;}form .clearfix:before,form .clearfix:after{display:table;content:"";zoom:1;}
form .clearfix:after{clear:both;}
label,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:normal; padding-right: 5px}
label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#369;}
form .input{margin-left:150px;}
input[type=checkbox],input[type=radio]{cursor:pointer;}
input,textarea,select,.uneditable-input{display:inline-block;width:210px;padding:4px;font-size:13px;line-height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
select{padding:initial;}
input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:none;}
input[type=file]{background-color:#ffffff;padding:initial;border:initial;line-height:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
input[type=button],input[type=reset],input[type=submit]{width:auto;height:auto;}
select,input[type=file]{height:27px;*height:auto;line-height:27px;*margin-top:4px;}
select[multiple]{height:inherit;background-color:#ffffff;}

.input-mini,input.mini,textarea.mini,select.mini{width:60px;}
.input-small,input.small,textarea.small,select.small{width:90px;}
.input-medium,input.medium,textarea.medium,select.medium{width:150px;}
.input-large,input.large,textarea.large,select.large{width:210px;}
.input-xlarge,input.xlarge,textarea.xlarge,select.xlarge{width:270px;}
.input-xxlarge,input.xxlarge,textarea.xxlarge,select.xxlarge{width:530px;}
textarea.xxlarge{overflow-y:auto;}
input.span1,textarea.span1{display:inline-block;float:none;width:30px;margin-left:0;}
input.span2,textarea.span2{display:inline-block;float:none;width:90px;margin-left:0;}
input.span3,textarea.span3{display:inline-block;float:none;width:150px;margin-left:0;}
input.span4,textarea.span4{display:inline-block;float:none;width:210px;margin-left:0;}
input.span5,textarea.span5{display:inline-block;float:none;width:270px;margin-left:0;}
input.span6,textarea.span6{display:inline-block;float:none;width:330px;margin-left:0;}
input.span7,textarea.span7{display:inline-block;float:none;width:390px;margin-left:0;}
input.span8,textarea.span8{display:inline-block;float:none;width:450px;margin-left:0;}
input.span9,textarea.span9{display:inline-block;float:none;width:510px;margin-left:0;}
input.span10,textarea.span10{display:inline-block;float:none;width:570px;margin-left:0;}
input.span11,textarea.span11{display:inline-block;float:none;width:630px;margin-left:0;}
input.span12,textarea.span12{display:inline-block;float:none;width:690px;margin-left:0;}
input.span13,textarea.span13{display:inline-block;float:none;width:750px;margin-left:0;}
input.span14,textarea.span14{display:inline-block;float:none;width:810px;margin-left:0;}
input.span15,textarea.span15{display:inline-block;float:none;width:870px;margin-left:0;}
input.span16,textarea.span16{display:inline-block;float:none;width:930px;margin-left:0;}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{background-color:#f5f5f5;border-color:#ddd;cursor:not-allowed;}

.btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;}
.btn .close,.alert-message .close{font-family:Arial,sans-serif;line-height:18px;}
.btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn.success,.alert-message.success{background-color:#57a957;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#57a957 #57a957 #3d773d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn.info,.alert-message.info{background-color:#339bb9;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#339bb9 #339bb9 #22697d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
.btn:focus{outline:1px dotted #666;}
.btn.primary{color:#ffffff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn.active,.btn:active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);}
.btn.disabled{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn[disabled]{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn.large{font-size:15px;line-height:normal;padding:9px 14px 9px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btn.small{padding:7px 9px 7px;font-size:11px;}
:root .alert-message,:root .btn{border-radius:0 \0;}
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;}
.close{float:right;color:#000000;font-size:20px;font-weight:bold;line-height:13.5px;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=25);-khtml-opacity:0.25;-moz-opacity:0.25;opacity:0.25;}.close:hover{color:#000000;text-decoration:none;filter:alpha(opacity=40);-khtml-opacity:0.4;-moz-opacity:0.4;opacity:0.4;}

.help-block { display: block; font-size: 12px; line-height: 14px; margin: 5px 0 10px 140px; }


/* footer */

#footer {
    background: url(../img/footer.png) top center no-repeat;
    height: 295px;   
}

#mastfoot {
    background: url(../img/mastfoot.png) bottom left repeat-x;
    color: #337829;
    font-size: 11px;
    font-family: Arial, Sans;
    line-height: 33px;
    height: 327px;
    overflow: hidden;
    text-shadow: 0 1px 1px #a1db44;
}

#mastfoot a { color: #1d4517; text-decoration: none; }
#mastfoot .grid_1 a { font-weight: bold; }
#mastfoot .grid_11 { text-align: right; }

.login { margin-left: 135px; }

#where {
	list-style: none;
	padding: 10px;
	margin: 0;
	background: #75C7EF;
	border-radius: 10px;
}

#where a {
	color: #fff;
	text-decoration: none;
}

#where a:hover { color: #FCF01F; }

