﻿/* =Styling all elements

--------------------------------------------------------------------------------------- */

* {

	margin: 0;

	padding: 0;

}

a {

	outline: none;

	border: none;

	text-decoration: none;

}

img {

	border: none;

}

input {

	vertical-align: middle;

}

.floatleft {

	float: left !important;

}

.floatright {

	float: right !important;

}

acronym, abbr {

	cursor: help;

}
table
{ 
margin-left: auto;
margin-right: auto;
}

/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */

.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

}

/* Hide from IE Mac \*/

.clearfix {

	display: block;

}

/* End hide from IE Mac */

/*=======================================================================================================*/

body {

	font-family: Verdana;

	font-size: 11px;

	color: #3d72b5;

	background-color: #505050;

}

/* ----------- Wrapper ------------------- */

#wrapper {

	margin: 0 auto;

	width: 1054px;

	margin-top: 66px;

	background-image: url('../images/bg.jpg');

	background-repeat: repeat-y;

}

#wrapper h1 {

	margin: 0 auto;

	width: 1054px;

}

#header {

	text-align: center;

}

/* ----------- Content start------------------- */

#content {

	width: 1054px;

}



#content_text {

	padding-top: 10px;

	overflow: hidden;

}

#content_bott {

	padding-top: 15px;

	text-align: center;

}

#content_text h1 {

	font-size: 12px;

	color: #858200;

	padding-bottom: 10px;

}

#content_text p {

	padding-top: 10px;

	padding-bottom: 2px;

	padding-left: 280px;

	padding-right: 250px;

}



/* ----------- Content end------------------- */

.spacer {

	height: 20px;

}

/* ----------- Footer---------------------- */

#footer {

	width: 1054px;

}

#footer p {

	padding-top: 15px;

	text-align: center;

}

#footer a {

	color: #3d72b5;

	font-weight: bold;

}

#footer a:hover {

	text-decoration: underline;

}

#copyright {

	width: 1054px;

	height: 115px;

	background-image: url('../images/footer_img.jpg');

	background-repeat: no-repeat;

}

#copyright p {

	line-height: 115px;

	color: #8f8f8f;

	text-align: center;

}



/*===============================Form CSS=================================================*/

#form_content {

	clear: both;

	width: 1054px;

	margin: 5px;

}

#form_box {

	left: 46px;

	color: #3d72b5;

	font-weight: bold;

}

#form_box form strong {

	display: block;

	width: 130px;

	margin-bottom: 3px;

	float: left;

	padding-left: 360px;

	clear: both;

}

#form_box input {

	margin-bottom: 15px;

}

#form_box input.button {

	margin-right: 43px;

	height: 20px;

}

#form_btn {

	clear: both;

	display: block;

}




