/* =========================================SSA New Style Sheet=========================================*/

body {

	background-color:#005130;
	max-width: 1080px;
margin: 0 auto !important;
float: none !important;
	/*margin: 0px;*/
	font-family: Verdana, Georgia, serif;
	font-size: 12px;

}

#header {
	text-align: center;
	background-color:#808080;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 150px;
	border-radius: 5px;

}
/*
#header img{
	position: absolute;
	float: left;

}*/
/*
#header .text{
	float: left;
	margin-left: 30px;
	margin-top: 132px;
}*/



#navbar ul{
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #808080;
	margin: 10px;
	border-radius: 5px;
}
#navbar ul li{
	display: inline;
}

#navbar ul li a {
	text-decoration: none;
	font-family: Arial;
	padding: .2em 1em;
	color: #fff;
	background-color: #808080;
}

#navbar ul li a:hover {
	color: #808080;
	background-color: #fff;
}
/* =========================================Main Content Area=========================================*/
.main {
	background-color: #c1c0bf;
	margin-left: 10px;
	margin-right: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 20px;
	font-size: 110%;
}
.main p a {
	color: #000;
	text-decoration:none;
}

#footer {
	background-color: #808080;
	margin: 10px;
	height: 60px;
	clear:both;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 90%;

}
#footer ul{
	padding: 5px;
	list-style-type: none;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
}
#footer ul li{
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	font-family: Arial;
	padding: .2em 1em;
	color: #fff;
	background-color: #808080;
}

#footer ul li a:hover {
	color: #808080;
	background-color: #fff;
}
/* =========================================HEADINGS SECTION=========================================*/

h1 {
	font-size: 120%;
	color:#005130;
}
h2 {
	font-size: 110%;
	color:#005130;
}

h4 {
	font-size: 100%;
}
h3 {
	font-size: 350%;
	text-align: center;
	color:#000;
	font-family: "Century Gothic", "Gill Sans", Arial, sans serif;
	margin: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#faq {
	font-size: 100%;
}
h6 {
	font-size: 200%;
	color: red;
}
.sideright {
	background-color: #c1c0bf;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 20px;
	float: right;
	width: 260px;
	clear: both;
}
.container {
	max-width:500px;
	width:100%;
	margin:0 auto;
	position:relative;
}


/*=============================================================================CONTACT US FORMS===============================================================*/


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #000;
	display: block;
	font-size: 120%;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#005130;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


/* Below line is used for online Google Font */
@import "http://fonts.googleapis.com/css?family=Ubuntu";

#first{
width:400px;
height:610px;
box-shadow:0 0 15px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
float:left;
padding:10px 50px 0;
background-image:url(../images/1.jpg);
margin:2% 30%;
border-radius:5px
}
hr{
border-top:1px solid #ccc;
margin-bottom:30px
}
span{
float:left;
margin-top:8px;
font-size:17px
}
.one{
display:block;
margin-left:22px;
margin-top:10px
}
.two{
display:block;
margin-left:27px;
margin-top:10px
}
.three{
display:block;
margin-left:-3px;
margin-top:10px
}
.four{
display:block;
margin-left:9px;
margin-top:10px
}
input,select{
width:300px;
padding:10px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-family:Cursive
}
textarea{
width:300px;
padding:7px;
height:100px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18)
}
.submit{
width:100px;
margin-left:83px;
padding:10px;
margin-top:20px;
background:linear-gradient(#A4A4A4,#424242);
color:#fff;
font-weight:700
}
.submit:hover{
background:linear-gradient(#424242,#A4A4A4)
}

/*======================================================LOGIN FORM==========================================*/

	.login-form {
		width: 370px;
    	margin: 50px auto;
	}
    .login-form form {
    	margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 20px;
				border-radius: 7.5px;
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .btn {
        min-height: 10px;
        border-radius: 7.5px;
    }
    .btn {
        
        font-weight: bold;
    }
