@charset "utf-8";

/* CSS Document */

 @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
 @import url(http://fonts.googleapis.com/css?family=PT+Sans);
 @import url('notification.css');
 
body {
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat;
	font-family:'Ubuntu';

}
.shadow {
	background-color:#ffffff;
	box-shadow: 0px -2px 6px 1px #333;
}
.bgcolor1 {
	background-color:#010101;
}
.bgcolor2 {
	background-color:#d7d7d7;
	padding:15px 0px;
}
.rwst0 {
	padding-top:4px;
}
.rwst1 {
	padding-top:7px;
}
.rwst2 {
	text-align:right;
}
.rwst4 {
	margin-top:15px;
}
.rwst5 {
	margin-top:15px;
	margin-bottom:15px;	
}
.rwst6 {
	margin-top:10px;
}
.rwst7 {
	margin-top:20px;
}
.rwst8 {
	margin-bottom:20px;
}
.title1 {
	font-weight:500;
	color:#000000;
	font-size:35px;
	text-transform:uppercase;
}
.title1a {
	font-weight:500;
	color:#d80001;
	font-size:24px;
	text-transform:uppercase;
}
.title2 {
	font-weight:500;
	color:#d80000;
	font-size:25px;
	text-transform:uppercase;
}
.title2a {
	font-weight:500;
	color:#000000;
	font-size:20px;
}
.title2a a {
	font-weight:500;
	color:#000000;
	font-size:20px;
	text-decoration:underline;
	background-color:transparent;
}
.title2a a:hover {
	font-weight:500;
	color:#000000;
	font-size:20px;
	text-decoration:none;
	background-color:transparent;
}
.title2b {
	font-weight:400;
	color:#000000;
	font-size:20px;
}
.title2b a {
	font-weight:400;
	color:#000000;
	font-size:20px;
	text-decoration:underline;
	background-color:transparent;
}
.title2b a:hover {
	font-weight:400;
	color:#000000;
	font-size:20px;
	text-decoration:none;
	background-color:transparent;
}
.txt0 {
	font-family:'PT Sans';
	color: #333333;
	font-size: 13px;
	font-weight:400;
	padding:7px 15px;
	
}
.txt1 {
	color: #d2d2d2;
	font-size: 15px;
	font-weight:500;
	
}
.txt1 a {
	color: #ffffff;
	font-size: 15px;
	font-weight:500;
	text-decoration:none;
}

.txt1 a:hover {
	color: #ffffff;
	font-size: 15px;
	font-weight:500;
	text-decoration:underline;
	background-color:transparent;
}
.txt2 {
	color: #313131;
	font-size: 15px;
	font-weight:300;
	line-height:27px;
	text-transform:uppercase;
	
}
.txt3 {
	font-family:'PT Sans';
	color: #333232;
	font-size: 17px;
	line-height:30px;
	
}

.txt3 img {
	float: left;
	margin-right: 25px;
	margin-bottom: 0px;
	width: auto;

}
.txt4 {
	font-family:'PT Sans';
	color: #353535;
	font-size: 13px;
	line-height:30px;
	
}
.txt4 a {
	font-family:'PT Sans';
	color: #353535;
	font-size: 13px;
	line-height:30px;
	text-decoration:none;
	
}
.txt4 a:hover {
	font-family:'PT Sans';
	color: #353535;
	font-size: 13px;
	line-height:30px;
	text-decoration:underline;
	background-color:transparent;
	
}

.navst1 {
	margin-bottom:0px !important;
	border:none;
	font-weight:500;
		
}

.navst1 ul li a.menulink {
	color: #d2d2d2 !important;
	text-transform:uppercase;
	font-size: 12px;
	cursor:pointer;
	margin-right:3px;

}
.navst1 ul li a:hover {
	color:#ffffff !important;
	text-transform:uppercase;
	margin-right:3px;
	background-color:transparent;
}
.navst1 ul li a.current, .navst1 ul li a.selected {
	color: #ffffff !important;
	text-transform:uppercase;
	font-size: 12px;
	cursor:pointer;
	margin-right:3px;
	background-color:transparent;
}
.banner {
	width: 100%;
}
.bannerimg img {
	width: 100%;
}
.brd {
	border-top:6px solid #000000;
}
.brd1 {
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	height:19px;
	margin:25px 0px 0px 0px;
}
.brd2 {
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	height:19px;
	margin:10px 0px 0px 0px;
}
.img {
	border:3px solid #999;
}
.continue {
    background-color: #e00101;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 91%;
}

.continue1 {
    background-color: #e00101;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 8px 20px;
    text-align: center;
    width: 91%;
}
.imgholder {
	overflow: hidden;
	width: 100% !important;
}


@media (max-width:767px) {
.rwst2 {
	text-align:center;
	
}
.rwst2a {
	text-align:center;
	
}
.title1 {
	font-size:25px;
}
.title2 {
	font-size:20px;
}
.txt2 {
	font-size: 14px;
	
}
.txt3 {
	font-size: 16px;
	
}
.txt0 {
	font-size: 10px;
	padding:0px 0px;
	
}
}
@media (min-width:768px) and (max-width:991px) {
.title1 {
	font-size:25px;
}
.title2 {
	font-size:20px;
}

.txt2 {
	font-size: 14px;
	
}
.txt3 {
	font-size: 16px;
	
}
.txt0 {
	font-size: 10px;
	padding:0px 0px;
	
}	
}
@media (min-width:768px) and (max-width:1199px) {
.title1 {
	font-size:25px;
}
.title2 {
	font-size:20px;
}
.txt2 {
	font-size: 14px;
	
}
.txt3 {
	font-size: 16px;
	
}
.txt0 {
	font-size: 10px;
	padding:0px 0px;
	
}
}

@media (min-width:1200px) {

}
