@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700italic,700,400italic,300italic,300);
@charset "utf-8";
/* CSS Document */

/* TOP */
#topstrip{
	background:#730000;
	height:6px;
}
/* TOP */

/* LOGOBAR */
#logobar{
	background:#FFF;
	padding:20px 0;
}
#logobar-left{
	float:left;
}
#logobar-right{
	float:right;
}
#logobar-right_ph{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#666;
	font-weight:bold;
	margin-top:17px;
}
@media (max-width: 767px) {
#logobar-left{
	float:none;
	margin:0 auto;
}
#logobar-right{
	float:none;
	margin:0 auto;
}
#logobar-right_ph{
	font-size:16px;
	color:#666;
	font-weight:normal;
	margin-top:10px;
	text-align:center;
}
}
/* LOGOBAR */

/* BANNER */
#bannerbg{
	background:#ececec;
	padding:45px 0;
}
#bannerblock{
	background:#FFF;
	padding:15px;
	box-shadow:#666 0 0 10px;
}
@media (max-width: 767px) {
#bannerbg{
	background:#ececec;
	padding:15px 0;
}
#bannerblock{
	background:#FFF;
	padding:5px;
}
}
/* BANNER */


/* WELCOME */
#welcomebg{
	background:#FFF;
	padding:35px 0 25px 0;
}
#welcomebg h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#333;
	/*text-align:center;*/
}
#welcomebg h3 span{
	font-weight:bold;
	color:#981507;
}
#welcomebg p{
	text-align:justify;
}
/* WELCOME */


/* BLOCK */
#blockbg{
	background:#eaeaea;
	padding:55px 0 25px 0;
}
#block{
	background:#FFF;
	/*padding:10px 20px 20px 20px;*/
	padding:5px;
	border:#e4e4e4 1px solid;
	border-radius:5px;
	margin-bottom:30px;
}
/*#block:hover{
	background:#FFF;
	padding:10px 20px;
	border:#e7361b 1px solid;
	border-radius:5px;
	margin-bottom:20px;
	box-shadow:#999 0 0 10px;
}*/
#block h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#730000;
	text-align:center;
	text-transform:uppercase;
	margin:5px;
}

/* BLOCK */

/* FOOTER TOP */
#footertopbg{
	background:#FFF;
	padding:15px 0 15px 0;
	border-top:#e7e7e7 1px solid;
}
#footertopbg h5{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:#df2b12 3px solid;
	padding-bottom:6px;
}
#footertopbg a{
	text-decoration:none;
	color:#999;
}
#footertopbg a:hover{
	text-decoration:none;
	color:#900;
}
#footertopbg ul.social{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
#footertopbg ul.social li{
	margin:0 0 0 10px;
	float:left;
	padding:0;
}
#footertopbg ul.social li a{
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
}
#footertopbg a.sign{
	display:block;
	background:url(../images/UGW-footer-hover.png) no-repeat;
	height:46px; width:100%;
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
  margin-left:10px;
}
#footertopbg a:hover.sign{
	display:block;
	background:url(../images/UGW-footer.png) no-repeat;
	height:46px; width:100%;
}
/* FOOTER TOP */

/* FOOTER */
#footerbg{
	background:#303030;
	padding:12px 0;
}
h4.copyright{
	font-size:12px;
	color:#999;
	text-align:center;
}
h5.powered{
	font-size:12px;
	color:#666;
	text-align:center;
}
#footerbg a{
	color:#666;
	text-decoration:none;
}
#footerbg a:hover{
	color:#fff;
	text-decoration:none;
}
