@charset "UTF-8";
/* CSS Document */


body
{
	background: url(../images/body-bkg3.gif) repeat-x rgb(76, 105, 123);
	color: rgb(47, 47, 47);
	font: normal normal normal 12px/1.5 Arial, Helvetica, sans-serif;
	min-height: 100%;
	text-align: center;
}

h1
{
	font-size: 2em;
	line-height: 1.17;
	color: rgb(10, 38, 60);
	margin-bottom: 0.4em;
	font-weight:bold;
}

.wrapper
{
	
	min-height: 100%;
	text-align: left;
	margin: auto;
	position:relative;
	width: 950px;
}

.header
{
	background: url(../images/shadow-bkg.png) repeat-y;
	margin: 0px auto;
	padding: 0px 10px;
	width: 950px;
	position: relative;
	
}

.header-banner
{
	background: url(../images/header-bkg.jpg) no-repeat;
	border-bottom: 1px solid rgb(65, 89, 102);
	border-top: 5px solid rgb(13, 33, 49);
	width: 950px;
	position: relative;
	margin: auto;
}

.header-banner img
{
	padding: 20px 0px 20px 12px;
}

.middle-container
{
	background: url(../images/shadow-bkg.png) repeat-y;
	margin: 0px auto;
	padding: 0px 10px;
	width: 950px;
}

.middle-container-content
{
	background: url(../images/main-bkg.gif);
	background-repeat: no-repeat;
	background-color: #FEFEFE;
	margin: 0px auto;
	min-height: 400px;
}

.middle-container-content-left-col
{
width: 430px;
padding-right: 50px;
padding-top: 70px;
padding-left: 20px;
padding-bottom: 30px;
float: left;
display: inline;
}

.middle-container-content-right-col
{
width: 430px;
float: left;
padding-right: 20px;
display: inline;
padding-top: 10px;
padding-bottom: 20px;
}

.middle-container-content-full
{
	width:910px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}

.footer
{
	background: url(../images/bkg_shadow-bottom.png) no-repeat;
	margin: 0px auto;
	padding: 10px 10px 0px;
	width: 950px;
}


/**form**/

.field 
{
 text-transform:uppercase;
 /**background-color: lime;**/
}
 
.label-div
{
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 20px;
	padding-bottom: 10px;
	/**background-color: fuchsia;**/
	display: inline;
	font-size: 12px;
}

.input
{
	float: left;
	text-align: left;
	width: 200px;
	/**background-color: gray;**/
	padding-bottom: 10px;
	display: inline;
}

label.error{
 	clear: both;
 	display: block;
 	color: red;
 	font-size: 80%;
 	text-transform: none;
 	
 }
 
 
.submit
{
	margin-left: 220px;
	width:230px;

}

/**EOF form**/

