@charset "UTF-8";
.basic {
}

body {
	background-image: url();
}

		body,td,th {
	font-family: Raleway, Arial, sans-serif;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/* [disabled]text-decoration: underline; */
	color: #FFCC33;
	/* [disabled]padding-right: 2px; */
}
a:active {
	text-decoration: none;
}
        
.contacthead {
	background-color: #CCC;
	background-image: url(../img/1920/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 0px;
	width: 100%;
}
.footer1 {
	background-color: #000033;
	height: auto;
	width: 100%;
	float: left;
}
.footer2 {
	background-color: #333;
	float: left;
	height: 30px;
	width: 100%;
}
.contcont1 {
	background-color: #F5F6F8;
	float: left;
	height: auto;
	width: 100%;
}
.phonenum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272727;
	background-color: #FFF;
	padding: 6px;
	border-radius: 15px;
}

button, .button{
	background-color: #00CC99;
	min-width: 80px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}
button:hover, .button:hover{
	background-color: #666666;
	color: #FFF;
}
.regmenufont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.otherpages {
	/* [disabled]background-image: url(../images/otherpages.jpg); */
	height: auto;
	width: 100%;

}
.trigsearch {
	height: auto;
	width: auto;
}
.searchbox {
	height: auto;
	width: 100%;
	display: none;
}
.menuscroll {
	background-color: #FFF;
	height: 550px;
	width: 100%;
	overflow: auto;
}
.applyform {
	width: 100%;
	border: 1px dotted #999999;
	font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	height: 35px;
	/* [disabled]border-radius: 8px; */
	padding: 8px;
}
.applyformer {
	padding: 8px;
	width: 98%;
	border: 1px solid #006;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	height: 30px;
	color: #FFF;
	background-color: #006;
}
.accept {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	border: 1px solid #000066;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
}
.accept:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #000066;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.accepter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #006;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
	background-color: #006;
}
.accepter:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #FFFFFF;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.accepted {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339901;
	border: 1px solid #390;
	border-radius: 6px;
	cursor: pointer;
	padding: 6px;
}
.accepted:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #339901;
	border-radius: 6px;
	background-color: #339901;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
	padding: 6px;
}
